|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
Classes | |
| struct | Result |
Public Member Functions | |
| NoiseGate (int sample_rate=44100, real_t threshold=-10.0, real_t attack_time=0.05, real_t release_time=0.02, real_t hold_time=0.05) | |
| Result | process (const arr_real &x) |
| Result | operator() (const arr_real &x) |