Click or drag to resize

FloatDWTSignal Property

Gets and Sets the signal data to be transformed. Using Set clears all previously computed transforms.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float[] Signal { get; set; }

Property Value

Single
Exceptions
ExceptionCondition
InvalidArgumentExceptionThe signal data must be longer than the wavelet.
See Also