PV_Div:
Filter:
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

Instance Methods

Inherited instance methods

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.