Click or drag to resize

DoubleForward1DFFTGetSignalReaderForArray 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 GetSignalReaderForArray(
	double[,] packedfftarray
)

Parameters

packedfftarray  Double
Packed result of a FFT of an array of real signals.

Return Value

DoubleSymmetricSignalReader
Reader to facilitate unpacking packed FFT signals.
Remarks
Replaces deprecated GetSignalReader(double[,] packedfftarray).
See Also