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 <bandpass.h>
Public Member Functions | |
Bandpass () | |
void | create (int nTaps, double sampleRate, double lowCutoff, double highCutoff) |
Type | filter (Type sample) |
Private Attributes | |
std::vector< Real > | m_taps |
std::vector< Type > | m_samples |
int | m_ptr |
Definition at line 11 of file bandpass.h.
Definition at line 13 of file bandpass.h.
|
inline |
Definition at line 15 of file bandpass.h.
Referenced by AMDemod::applyAudioSampleRate(), NFMDemod::applyAudioSampleRate(), NFMMod::applyAudioSampleRate(), AMDemod::applySettings(), UDPSink::applySettings(), NFMDemod::applySettings(), and NFMMod::applySettings().
|
inline |
Definition at line 77 of file bandpass.h.
Referenced by UDPSink::feed(), NFMMod::modulateSample(), AMDemod::processOneSample(), and NFMDemod::processOneSample().
|
private |
Definition at line 127 of file bandpass.h.
Referenced by Bandpass< Real >::create(), and Bandpass< Real >::filter().
|
private |
Definition at line 126 of file bandpass.h.
Referenced by Bandpass< Real >::create(), and Bandpass< Real >::filter().
Definition at line 125 of file bandpass.h.
Referenced by Bandpass< Real >::create(), and Bandpass< Real >::filter().