Offers the Hilbert Transform of an input signal via Weaver's Third Method.1
The Hilbert Transform, returning the second of two signals in phase-quadrature. Considered as a complex analytic signal, 2 the first may be regarded as the real component and the second as the imaginary.
[1] this is a composite pseudo UGen. HilbertWIm is built with Delay1, Delay2, Impulse, LocalBuf, FFT, IFFT, and PV_BrickWall.
in |
The input signal to transform. |
size |
The size of the FFT used for Weaver Half-Band filtering. |
mul |
Output will be multiplied by this value. |
add |
This value will be added to the output. |
The imaginary part of the Hilbert Transform.
Please review the discussion found here.