Offers the Hilbert transform of an input signal via Weaver's Second Method,1 known as Hartley Phasing.2
The Hilbert Transform, returning the first of two signals in phase-quadrature. Considered as a complex analytic signal, 3 the first may be regarded as the real component and the second as the imaginary.
[1] this is a composite pseudo UGen. HilbertHRe is built with DelayN. Method *arConv also includes Convolution2 and LocalBuf.
in |
The input signal to transform. |
size |
The size of the kernel used for Hartley Phasing filtering. |
mul |
Output will be multiplied by this value. |
add |
This value will be added to the output. |
The real part of the Hilbert Transform.
Return the real transform via convolution.
in |
The input signal to transform. |
size |
The size of the kernel used for Hartley Phasing filtering. |
mul |
Output will be multiplied by this value. |
add |
This value will be added to the output. |
The real part of the Hilbert Transform.
Generate real coefficients.
size |
The size of the kernel used for Hartley Phasing filtering. |
Please review the discussion found here.