dsplib 1.1.0
C++ DSP library for MATLAB-like coding
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
dsplib::Agc Class Reference

Classes

struct  Result
 

Public Member Functions

 Agc (real_t target_level=1, real_t max_gain=60.0, int average_len=100, real_t t_rise=0.01, real_t t_fall=0.01)
 
Result< real_t > process (span_real x)
 
Result< cmplx_tprocess (span_cmplx x)
 
Result< real_t > operator() (span_real x)
 
Result< cmplx_toperator() (span_cmplx x)
 

The documentation for this class was generated from the following file: