 | DoubleSymmetric2DSignalReaderUnpackSymmetricHalfToMatrix 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 DoubleComplexMatrix UnpackSymmetricHalfToMatrix()
Public Overridable Function UnpackSymmetricHalfToMatrix As DoubleComplexMatrix
public:
virtual DoubleComplexMatrix^ UnpackSymmetricHalfToMatrix()
abstract UnpackSymmetricHalfToMatrix : unit -> DoubleComplexMatrix
override UnpackSymmetricHalfToMatrix : unit -> DoubleComplexMatrix
Return Value
DoubleComplexMatrixAn 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