Classes | UGens > FFT

PV_Conj : PV_MagSquared : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Complex conjugate
Source: FFT.sc

Description

Converts the FFT frames to their complex conjugate (i.e. reverses the sign of their imaginary part). This is not usually a useful audio effect in itself, but may be a component of other analysis or transformation processes...

Class Methods

PV_Conj.new(buffer)

From superclass: PV_MagSquared

Arguments:

buffer

FFT chain.

Inherited class methods

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

Instance Methods

Inherited instance methods

4 methods from PV_ChainUGen ► show
2 methods from WidthFirstUGen ► show
93 methods from UGen ► show
159 methods from AbstractFunction ► show
266 methods from Object ► show

Examples