HilbertFIR:
Filter:
Classes | UGens > Filters > Nonlinear

HilbertFIR : UGen : AbstractFunction : Object

Applies the Hilbert transform to an input signal.
Source: Hilbert.sc

Description

Returns two channels with the original signal and a copy of that signal that has been shifted in phase by 90 degrees (0.5 pi radians). HilbertFIR outputs two channels containing the input signal and the transformed signal. HilbertFIR uses FFTs and a 90 degree phase shift to transform the signal, and results in a delay equal to the size of the buffer used for the FFT divided by the sample rate. The Hilbert UGen has less delay, but distorts in the upper octave of the frequency spectrum.

Class Methods

HilbertFIR.ar(in, buffer)

Arguments:

in

The input signal to transform.

buffer

A Buffer to be used for the inter FFT processing. Best results with a size of 1024 or 2048. 1024 gives an acceptable result (though a little choppy), 2048 is much smoother but creates more delay.

Inherited class methods

Instance Methods

Inherited instance methods