Fourier

final case
class Fourier(in: GE, size: GE, padding: GE, dir: GE, mem: GE) extends SingleOut

Disk-buffered (large) Fourier transform. Output windows will have a complex size of (size + padding).nextPowerOfTwo

Value Params
dir

the direction is 1 for forward and -1 for backward transform. other numbers will do funny things.

in

input signal to transform. This must be complex (Re, Im interleaved)

mem

the amount of frames (chunk size) to buffer in memory. this should be a power of two.

padding

the (complex) zero-padding size for each window

size

the (complex) window size

Companion
object
trait Serializable
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product