[a,b] = framebounds(fb)
returns the frame bounds for the discrete wavelet transform (DWT) filter bank
fb. For an orthogonal wavelet filter bank, the theoretical
frame bounds a and b are equal to
1.
The filter bank has the default filter type Analysis. Create a second filter bank using the same orthogonal wavelet but with the filter type Synthesis. Obtain the frame bounds of this filter bank, which are equal to the previous frame bounds.
Create a second filter bank using the same biorthogonal wavelet but with the filter type Synthesis. Obtain the frame bounds of this filter bank. Since the wavelet is biorthogonal, the frame bounds change.