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 <dsp.h>
Public Member Functions | |
fir_filter (scheduler *sch, int _ncoeffs, Tc *_coeffs, pipebuf< T > &_in, pipebuf< T > &_out, unsigned int _decim=1) | |
void | run () |
Public Member Functions inherited from leansdr::runnable | |
runnable (scheduler *_sch, const char *name) | |
Public Member Functions inherited from leansdr::runnable_common | |
runnable_common (const char *_name) | |
virtual | ~runnable_common () |
virtual void | shutdown () |
Public Attributes | |
float * | freq_tap |
float | tap_multiplier |
float | freq_tol |
Public Attributes inherited from leansdr::runnable_common | |
const char * | name |
Private Member Functions | |
void | set_freq (float f) |
Private Attributes | |
int | ncoeffs |
Tc * | coeffs |
pipereader< T > | in |
pipewriter< T > | out |
int | decim |
T * | shifted_coeffs |
float | current_freq |
Additional Inherited Members | |
Protected Attributes inherited from leansdr::runnable | |
scheduler * | sch |
|
inline |
|
inlinevirtual |
|
inlineprivate |
|
private |
|
private |
|
private |
float* leansdr::fir_filter< T, Tc >::freq_tap |
float leansdr::fir_filter< T, Tc >::freq_tol |
|
private |
|
private |
|
private |
|
private |
float leansdr::fir_filter< T, Tc >::tap_multiplier |