|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
Hilbert filter (FIR filter based) More...
#include <hilbert.h>
Public Member Functions | |
| HilbertFilter (int flen=51, real_t tw=0.01) | |
| HilbertFilter (span_real h) | |
| arr_cmplx | process (span_real s) |
| span_real | impz () const |
| arr_cmplx | operator() (span_real x) |
Static Public Member Functions | |
| static arr_cmplx | design_fir (int flen, real_t fs, real_t f1) |
Hilbert filter (FIR filter based)
Algorithm: out = delay(in, M/2) + j * fir(in)