Classes | UGens > FFT

PV_Div : PV_MagMul : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Complex division
Source: FFT.sc

Class Methods

PV_Div.new(bufferA, bufferB)

From superclass: PV_MagMul

Arguments:

bufferA

fft buffer A.

bufferB

fft buffer B.

Inherited class methods

7 methods from UGen ► show
6 methods from Object ► show

Instance Methods

Inherited instance methods

4 methods from PV_ChainUGen ► show
2 methods from WidthFirstUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples

In this example we estimate the transfer function of the LPF UGen. The transfer function is estimated by dividing the FFT of the output, by the FFT of the input, and looking at the magnitudes in the result.