Signal Processing Extensions.Inverse Discrete Cosine Transform Method
Computes the inverse discrete cosine transform (iDCT) of a vector.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
The inverse discrete cosine transform (iDCT) of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static Vector<double> InverseDiscreteCosineTransform(
this Vector<double> x,
bool orthonormal = true
)
Parameters
- x Vector<Double>
- The vector to transform.
- orthonormal Boolean (Optional)
- Optional. Specifies whether the transform should be orthogonal/unitary. The default is true.
Return Value
Vector<Double>The inverse discrete cosine transform (iDCT) of x.