GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
rational_resampler.h File Reference

Go to the source code of this file.

Classes

class  gr::filter::rational_resampler< IN_T, OUT_T, TAP_T >
 Rational Resampling Polyphase FIR filter with IN_T input, OUT_T output and TAP_T taps. More...
 

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::filter
 

Typedefs

typedef rational_resampler< gr_complex, gr_complex, gr_complexgr::filter::rational_resampler_ccc
 
typedef rational_resampler< gr_complex, gr_complex, float > gr::filter::rational_resampler_ccf
 
typedef rational_resampler< float, gr_complex, gr_complexgr::filter::rational_resampler_fcc
 
typedef rational_resampler< float, float, float > gr::filter::rational_resampler_fff
 
typedef rational_resampler< float, std::int16_t, float > gr::filter::rational_resampler_fsf
 
typedef rational_resampler< std::int16_t, gr_complex, gr_complexgr::filter::rational_resampler_scc