Click or drag to resize

DoubleForward1DFFTGetSignalReader(Double) Method

Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleSymmetricSignalReader GetSignalReader(
	double[] packedvector
)

Parameters

packedvector  Double
Packed result of a FFT of a real signal.

Return Value

DoubleSymmetricSignalReader
Reader to facilitate unpacking packed FFT signals.
See Also