![]() |
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>
Collaboration diagram for SimpleAGC< AvgSize >: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().
Here is the caller graph for this function:
|
inline |
Definition at line 107 of file agc.h.
Referenced by AMDemod::processOneSample(), and FreeDVDemod::processOneSample().
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 95 of file agc.h.
Referenced by AMDemod::applyAudioSampleRate(), FreeDVDemod::applyFreeDVMode(), AMDemod::applySettings(), and FreeDVDemod::FreeDVDemod().
Here is the caller graph for this function:
|
private |
1.8.13