![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <sdr.h>
Inheritance diagram for leansdr::fir_sampler< T, Tc >:
Collaboration diagram for leansdr::fir_sampler< T, Tc >:Public Member Functions | |
| fir_sampler (int _ncoeffs, Tc *_coeffs, int _subsampling=1) | |
| int | readahead () |
| complex< T > | interp (const complex< T > *pin, float mu, float phase) |
| void | update_freq (float freqw, int period) |
Public Member Functions inherited from leansdr::sampler_interface< T > | |
| virtual | ~sampler_interface () |
Private Member Functions | |
| void | do_update_freq (float freqw) |
Private Attributes | |
| trig16 | trig |
| int | ncoeffs |
| Tc * | coeffs |
| int | subsampling |
| cf32 * | shifted_coeffs |
| int | update_freq_phase |
|
inline |
|
inlineprivate |
|
inlinevirtual |
|
inlinevirtual |
Implements leansdr::sampler_interface< T >.
|
inlinevirtual |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13