This is where navigation should be.

WFILT_SPLINE - Biorthogonal spline wavelets

Usage

[h,g,a]=wfilt_spline(m,n);

Input parameters

m Number of zeros at \(z=-1\) of the lowpass filter in g{1}
n Number of zeros at \(z=-1\) of the lowpass filter in h{1}

Description

[h,g,a]=wfilt_spline(m,n) with \(m+n\) being even returns biorthogonal spline wavelet filters.

Examples:

wfiltinfo('ana:spline4:2');
wfiltinfo('syn:spline4:2');