|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
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_t > | process (span_cmplx x) |
| Result< real_t > | operator() (span_real x) |
| Result< cmplx_t > | operator() (span_cmplx x) |