Click or drag to resize

FloatForward1DFFTGetSignalReaderForArray 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 FloatSymmetricSignalReader GetSignalReaderForArray(
	float[,] packedfftarray
)

Parameters

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

Return Value

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