Click or drag to resize

DoubleForward1DFFTGetSignalReader(Double) Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use GetSignalReaderForArray() instead.")]
public DoubleSymmetricSignalReader GetSignalReader(
	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.
See Also