Wavelet Transform Daubechies4 VI
- Updated2025-07-30
- 2 minute(s) read
Computes the wavelet transform based on the Daubechies4 function of the input sequence X.

Inputs/Outputs
X
—
X is the samples of the input signal. The length of the signal has to be a power of 2, otherwise an error code is given.
Wavelet Daubechies4 {X}
—
Wavelet Daubechies4 {X} returns the calculated wavelet Daubechies4 transform.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
The Wavelet Transform Daubechies4 transform can be defined using the transformation matrix
.
Here blank entries signify zeros. The numbers c0, c1, c2, and c3 have to fulfill certain orthogonal properties
c0² + c1² + c2² + c3² = 1 c2c0 + c3c1 = 0 c3 – c2 + c1 – c0 = 0 0c3 – 1c2 + 2c1 – 3c0 = 0with the unique solution
.
The Wavelet Daubechies4 transform of the array X is defined by
Wavelet Daubechies4{X} = C * X
X
—
Wavelet Daubechies4 {X}
—
error
—