 | DoubleSymmetric2DSignalReaderUnpackSymmetricHalfToArray Method |
Builds a unpacked signal of the symmetric leading half of the packed signal.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic virtual DoubleComplex[,] UnpackSymmetricHalfToArray()
Public Overridable Function UnpackSymmetricHalfToArray As DoubleComplex(,)
public:
virtual array<DoubleComplex,2>^ UnpackSymmetricHalfToArray()
abstract UnpackSymmetricHalfToArray : unit -> DoubleComplex[,]
override UnpackSymmetricHalfToArray : unit -> DoubleComplex[,]
Return Value
DoubleComplexAn 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