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

Instance Methods

Inherited instance methods

Examples