Click or drag to resize

DoubleSymmetricSignalReaderUnpackFullToArray Method

Builds the unpacked signal representation of the entire packed signal. If an array of row signals is being unpacked, only the CurrentRow is extracted and unpacked.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual DoubleComplex[] UnpackFullToArray()

Return Value

DoubleComplex
An unpacked copy of the complex conjugate symmetric signal.
See Also