| DiscreteWaveletTransformDecompLength Method |
Provides the length of the DWT approximation and detail coefficient vectors.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int DecompLength(
int signalLength
)
Public Function DecompLength (
signalLength As Integer
) As Integer
public:
int DecompLength(
int signalLength
)
member DecompLength :
signalLength : int -> int
Parameters
- signalLength Int32
- Length of signal to be decomposed.
Return Value
Int32Length of the DWT details and approximation arrays.
Exceptions See Also