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
Input
vector
Specify the input signal
int
Specify the wavelet type
Option list
Specify the end extension mode
Output
Specify the vector for approximation coefficients
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.
idwt, dwt2, idwt2
Keywords:discrete , decompose