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