Builds a unpacked signal of the symmetric leading half of the packed signal.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public virtual DoubleComplex[,] UnpackSymmetricHalfToArray()
Visual Basic (Declaration)
Public Overridable Function UnpackSymmetricHalfToArray As DoubleComplex(,)
Visual C++
public:
virtual array<DoubleComplex,2>^ UnpackSymmetricHalfToArray()

Return Value

An unpacked copy of the leading symmetric half this signal.

Remarks

The symmetric half-matrix contains the same number of columns as the original and half the number of rows. This is faster and more memory efficient than unpacking the entire signal, and no information will be lost do the symmetric nature of the signal.

See Also