DCT_II

final case class DCT_II(in: D, size: I, numCoeffs: I, zero: I) extends SingleOut[Double]

A UGen for type II discrete cosine transform.

Value parameters:
in

input signal

numCoeffs

number of coefficients output

size

input signal window size

zero

if zero (default), the zero'th coefficient is ''skipped'' in the output, if greater than zero, the zero'th coefficient is included. In any case, the output window size is numCoeffs.

Companion:
object
trait Serializable
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
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