Click or drag to resize

FloatSymmetricSignalReaderUnpackSymmetricHalfToVector Method

Builds a unpacked signal of the symmetric leading half of the packed signal. If an array of row signals is being unpacked, only the CurrentRow is extracted.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual FloatComplexVector UnpackSymmetricHalfToVector()

Return Value

FloatComplexVector
An unpacked copy of the leading signal half of the complex conjugate symmetric signal.
Remarks
This is faster than unpacking the entire signal, no information will be lost, and you save half the signal length in memory over unpacking the full signal with the UnpackFull() method.
See Also