|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
Public Member Functions | |
| Delay (int length) | |
| Delay (const dsplib::base_array< T > &initial) | |
| dsplib::base_array< T > | process (span_t< T > x) |
| dsplib::base_array< T > | operator() (span_t< T > x) |