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 <agc.h>
Public Member Functions | |
SimpleAGC (Real initial, Real cutoff=0, Real clip=0) | |
void | resize (Real initial, Real cutoff=0, Real clip=0) |
void | resizeNew (uint32_t newSize, Real initial, Real cutoff=0, Real clip=0) |
void | fill (double value) |
Real | getValue () |
void | feed (Real value) |
Private Attributes | |
Real | m_cutoff |
Real | m_clip |
MovingAverage< double > | m_moving_average |
|
inline |
Definition at line 116 of file agc.h.
Referenced by AMDemod::processOneSample(), and FreeDVDemod::processOneSample().
|
inline |
Definition at line 107 of file agc.h.
Referenced by AMDemod::processOneSample(), and FreeDVDemod::processOneSample().
|
inline |
|
inline |
Definition at line 95 of file agc.h.
Referenced by AMDemod::applyAudioSampleRate(), FreeDVDemod::applyFreeDVMode(), AMDemod::applySettings(), and FreeDVDemod::FreeDVDemod().
|
private |