Analysis: Signal Processing: Wavelet: 2D Reconstruction
Reconstruct a matrix from its coefficients
This feature is for OriginPro only.
1. idwt2 ca:=Mat(1) ch:=Mat(2) cv:=Mat(3) cd:=Mat(4) type:=db3;
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 |
---|---|---|---|---|
Approximation Coefficients | ca |
Input MatrixObject |
|
Specify the approximation coefficients |
Detail (Horizontal) | ch |
Input MatrixObject |
|
Specify the horizontal detail coefficients |
Detail (Vertical) | cv |
Input MatrixObject |
|
Specify the vertical detail coefficients |
Detail (Diagonal) | cd |
Input MatrixObject |
|
Specify the diagonal detail coefficients |
Wavelet Type | type |
Input int |
|
Specify the mother wavelet Option list
|
Output Matrix | om |
Output MatrixObject |
|
Specify the output matrix See the syntax here. |
1. To reconstruct a 2D matrix from 4 matrix objects in the active matrix layer, use the script command:
idwt2 ca:=mat(1) ch:=mat(2) cv:=mat(3) cd:=mat(4);
2. To open the idwt2 dialog, use the script command:
idwt2 -d;
3. To perform idwt2 to data using a pre-saved analysis theme file, save your preferences in the advanced options in the idwt2 dialog, and then execute it by typing (for example, but using your own saved-theme title) the script command:
idwt2 -t "my theme.oth"
For more information, please refer to our User Guide.
Keywords:wavelet, approximation