Home
last modified time | relevance | path

Searched defs:decimation (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/python/filter/
H A Drational_resampler.py32 def design_filter(interpolation, decimation, fractional_bw): argument
74 interpolation, decimation, taps=None, fractional_bw=None): argument
126 def __init__(self, interpolation, decimation, taps=None, fractional_bw=None): argument
135 def __init__(self, interpolation, decimation, taps=None, fractional_bw=None): argument
144 def __init__(self, interpolation, decimation, taps=None, fractional_bw=None): argument
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dsync_decimator.h50 unsigned decimation() const { return d_decimation; } in decimation() function
51 void set_decimation(unsigned decimation) in set_decimation()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/lib/
H A Dfft_filter_ccc_impl.cc38 fft_filter_ccc::make(int decimation, const std::vector<gr_complex>& taps, int nthreads) in make()
44 fft_filter_ccc_impl::fft_filter_ccc_impl(int decimation, in fft_filter_ccc_impl()
H A Dfft_filter_ccf_impl.cc38 fft_filter_ccf::make(int decimation, const std::vector<float>& taps, int nthreads) in make()
44 fft_filter_ccf_impl::fft_filter_ccf_impl(int decimation, in fft_filter_ccf_impl()
H A Dfft_filter_fff_impl.cc38 fft_filter_fff::make(int decimation, const std::vector<float>& taps, int nthreads) in make()
45 fft_filter_fff_impl::fft_filter_fff_impl(int decimation, in fft_filter_fff_impl()
H A Dfir_filter_blk_impl.cc36 fir_filter_blk<IN_T, OUT_T, TAP_T>::make(int decimation, const std::vector<TAP_T>& taps) in make()
45 int decimation, const std::vector<TAP_T>& taps) in fir_filter_blk_impl()
H A Dfreq_xlating_fir_filter_impl.cc37 freq_xlating_fir_filter<IN_T, OUT_T, TAP_T>::make(int decimation, in make()
49 int decimation, in freq_xlating_fir_filter_impl()
H A Drational_resampler_base_impl.cc38 unsigned decimation, in make()
48 unsigned interpolation, unsigned decimation, const std::vector<TAP_T>& taps) in rational_resampler_base_impl()
H A Dfft_filter.cc38 fft_filter_fff::fft_filter_fff(int decimation, in fft_filter_fff()
185 fft_filter_ccc::fft_filter_ccc(int decimation, in fft_filter_ccc()
332 fft_filter_ccf::fft_filter_ccf(int decimation, in fft_filter_ccf()
H A Drational_resampler_base_impl.h58 unsigned decimation() const { return d_decimation; } in decimation() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimOrthoImageMosaic.cpp162 ossimDpt decimation; in getBoundingRect() local
426 ossimDpt decimation; in getRelativeRect() local
H A DossimPolyCutter.cpp94 ossimDpt decimation; in getTile() local
173 ossimDpt decimation; in getBoundingRect() local
H A DossimRLevelFilter.cpp116 ossimDpt decimation; in updateGeometry() local
H A DossimRectangleCutFilter.cpp196 ossimDpt decimation; in getBoundingRect() local
/dports/comms/gqrx/gqrx-2.15/src/dsp/filter/
H A Dfir_decim.cpp39 int decimation; member
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dsync_decimator.cc34 unsigned decimation) in sync_decimator()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/python/blocks/
H A Dstream_to_vector_decimator.py89 def decimation(self): member in stream_to_vector_decimator
/dports/comms/gqrx/gqrx-2.15/src/dsp/
H A Drx_rds.cpp71 int decimation = 24; in rx_rds() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/
H A Dframe_generator_capturer.cc185 int decimation = in InsertFrame() local
236 int decimation = in ChangeFramerate() local
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/types/
H A Dfilters.hpp139 size_t decimation, in digital_filter_base()
218 size_t decimation, in digital_filter_fir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/
H A Dframe_generator_capturer.cc184 int decimation = in InsertFrame() local
235 int decimation = in ChangeFramerate() local
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/sources/plugin/
H A DPluginFogpad.cpp301 int decimation = ( int )( scaledDecimator * 32.f ); in syncModel() local
/dports/comms/soapyplutosdr/SoapyPlutoSDR-soapy-plutosdr-0.2.1/
H A DSoapyPlutoSDR.hpp319 bool decimation, interpolation; member in SoapyPlutoSDR
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/examples/features/
H A Dexample_difference_of_normals.cpp47 constexpr double decimation = 100; in main() local
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fft/python/fft/
H A Dlogpwrfft.py139 def decimation(self): member in _logpwrfft_base

1234567