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: 5.1.0.0

Syntax

C#
public FloatSymmetricSignalReader GetSignalReader(
	float[] packedvector
)
Visual Basic (Declaration)
Public Function GetSignalReader ( _
	packedvector As Single() _
) As FloatSymmetricSignalReader
Visual C++
public:
FloatSymmetricSignalReader^ GetSignalReader(
	array<float>^ packedvector
)

Parameters

packedvector
Type: array< System..::.Single >[]()[]
Packed result of a FFT of a real signal.

Return Value

Reader to facilitate unpacking packed FFT signals.

See Also