Click or drag to resize

FloatForward1DFFTGetSignalReader(Single) 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 GetSignalReader(
	float[] packedvector
)

Parameters

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

Return Value

FloatSymmetricSignalReader
Reader to facilitate unpacking packed FFT signals.
See Also