![]() |
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 <sdr.h>
Inheritance diagram for leansdr::simple_agc< T >:
Collaboration diagram for leansdr::simple_agc< T >:Public Member Functions | |
| simple_agc (scheduler *sch, pipebuf< complex< T >> &_in, pipebuf< complex< T >> &_out) | |
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 | out_rms |
| float | bw |
| float | estimated |
Public Attributes inherited from leansdr::runnable_common | |
| const char * | name |
Static Public Attributes | |
| static const int | chunk_size = 128 |
Private Member Functions | |
| void | run () |
Private Attributes | |
| pipereader< complex< T > > | in |
| pipewriter< complex< T > > | out |
Additional Inherited Members | |
Protected Attributes inherited from leansdr::runnable | |
| scheduler * | sch |
|
inline |
|
inlineprivatevirtual |
Reimplemented from leansdr::runnable_common.
Definition at line 350 of file sdr.h.
References leansdr::auto_notch< T >::gain, leansdr::complex< T >::im, leansdr::pipereader< T >::rd(), leansdr::complex< T >::re, leansdr::pipereader< T >::read(), leansdr::pipereader< T >::readable(), leansdr::pipewriter< T >::wr(), leansdr::pipewriter< T >::writable(), and leansdr::pipewriter< T >::written().
Here is the call graph for this function:| float leansdr::simple_agc< T >::bw |
|
static |
| float leansdr::simple_agc< T >::estimated |
|
private |
|
private |
| float leansdr::simple_agc< T >::out_rms |
1.8.13