Click or drag to resize

FloatSymmetric2DSignalReaderUnpackSymmetricHalfToArray Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual FloatComplex[,] UnpackSymmetricHalfToArray()

Return Value

FloatComplex
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