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 <highpass.h>
Public Member Functions | |
Highpass () | |
void | create (int nTaps, double sampleRate, double cutoff) |
Type | filter (Type sample) |
Private Attributes | |
std::vector< Real > | m_taps |
std::vector< Type > | m_samples |
int | m_ptr |
Definition at line 8 of file highpass.h.
Definition at line 10 of file highpass.h.
|
inline |
Definition at line 12 of file highpass.h.
References cos(), i, M_PI, Highpass< Type >::m_ptr, Highpass< Type >::m_samples, Highpass< Type >::m_taps, and sin().
|
inline |
Definition at line 54 of file highpass.h.
References i, Highpass< Type >::m_ptr, Highpass< Type >::m_samples, and Highpass< Type >::m_taps.
|
private |
Definition at line 103 of file highpass.h.
Referenced by Highpass< Type >::create(), and Highpass< Type >::filter().
|
private |
Definition at line 102 of file highpass.h.
Referenced by Highpass< Type >::create(), and Highpass< Type >::filter().
Definition at line 101 of file highpass.h.
Referenced by Highpass< Type >::create(), and Highpass< Type >::filter().