| 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public virtual FloatComplexVector UnpackSymmetricHalfToVector()
Public Overridable Function UnpackSymmetricHalfToVector As FloatComplexVector
public:
virtual FloatComplexVector^ UnpackSymmetricHalfToVector()
abstract UnpackSymmetricHalfToVector : unit -> FloatComplexVector
override UnpackSymmetricHalfToVector : unit -> FloatComplexVector
Return Value
FloatComplexVectorAn 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