Analysis: Signal Processing: Wavelet: Decompose
Perform 1D wavelet decomposition
This feature is for OriginPro only.
1. dwt ix:=Col(1);
2. dwt ix:=Col(1) type:=db2;
3. dwt ix:=Col(1) ext:=z;
4. dwt ix:=Col(1) ca:=Col(3) cd:=Col(4);
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | ix |
Input vector |
|
Specify the input signal |
Wavelet Type & Order | type |
Input int |
|
Specify the wavelet type Option list
|
Extension Mode | ext |
Input int |
|
Specify the end extension mode Option list
|
Approx Coefficient | ca |
Output vector |
|
Specify the vector for approximation coefficients |
Detail Coefficient | cd |
Output vector |
|
Specify the vector for detail coefficients |
1. To decompose the signal in Column 1 of the active sheet using Haar wavelet and periodic as the extension mode, use the script command:
dwt ix:=col(1)
2. To perform dwt using a pre-saved analysis theme called MyTheme, use the script command:
dwt -t "MyTheme"
For more information, please refer to our User Guide.
Keywords:discrete , decompose