
Contents |
Multi-Scale DWT
Multilevel 1-D wavelet decomposition
This feature is for OriginPro only.
1. mdwt ix:=2 level:=4;
2. mdwt ix:=2 type:=db2 level:=5;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | ix |
Input vector | |
Specify the input signal |
| Wavelet Type | type |
Input int | |
Specify the wavelet type Option list
|
| Extension Mode | ext |
Input int | |
Specify the end extension mode used in wavelet transform Option list
|
| Decomposition Level | level |
Input int | |
Specify the number of levels for which detail coefficients are to be thresholded. A large level will cause more noise to be removed; but unfortunately the probability that the useful signal is distorted will be larger, compared with a small level. |
| Multiple Coeff Data | rd |
Output ReportData | |
Specify the output worksheet for the approximation coefficients and detail coefficients of different levels. |
1. To perform 4-level wavelet decomposition to data in columns 2 of the active worksheet, use the script command:
2. To specify wavelet type, use the type variable. For example, if you want to use Daubechies wavelet (N=2) to perform 5-level wavelet decomposition to data in column 2, enter the following script command:
For more examples, please refer to XF Script Dialog (press F11).
For more information, please refer to our User Guide.