Analytic signal computing (through FIR filtering).

Namespace: dsp::filter

Prototype

Veccf hilbert(const Vecf &x, unsigned int ncoefs=127)

Parameters

xInput signal (real).
ncoefsOrder of the FIR approximation.

Returns

Output, analytic signal (complex).

Description

See also

design_fir_hilbert(), hilbert_dft(), hilbert_transformer()