recordwavFuncOut
Output data of function, wavFunc()
Information
Output parameters of function wavFunc().
Components
| Type | Name | Default | Description |
|---|---|---|---|
| String | wavName | Wavelet name | |
| Integer | wavType | Wavelet type: 1. orthogonal wavelets; 2. biorthogonal wavelets; 3. wavelet with scaling function; 4. wavelet without scaling function; 5. complex wavelet without scaling function | |
| Real[:] | F1 | Orthogonal wavelets: scaling filter; biorthogonal wavelets: scaling filter for decomposition | |
| Real[:] | F2 | Only for biorthogonal wavelets: scaling filter for reconstruction | |
| Real[:] | lod | Low pass filter for decomposition | |
| Real[:] | hid | High pass filter for decomposition | |
| Real[:] | lor | Low pass filter for reconstruction | |
| Real[:] | hir | High pass filter for reconstruction | |
| Real[:] | x | Equidistance grid | |
| Real[:] | phi1 | Scaling functions | |
| Real[:] | psi1 | Wavelet functions | |
| Real[:] | phi2 | Scaling functions, only applicable for biorthogonal wavelets | |
| Real[:] | psi2 | Wavelet functions, only applicable for biorthogonal wavelets |