Wavelet interpolation |
waveterp(x,v,j,n,f,[o,[i]]) Returns the value at x of the periodic multiresolution approximation of v corresponding to the nth subband at level j, based on the filter f. f can have an offset o and negation i.
swaveterp(x,v,j,n,f) Returns the value at x of the symmetric multiresolution approximation of v corresponding to the nth subband at level j, based on the filter f.
f is a vector of low pass filter coefficients for an orthonormal filter. Alternatively, for a biorthogonal filter, f is a 2-column matrix whose first column contains the low pass filter coefficients and whose second column contains the inverse low pass filter coefficients.
For waveterp, f is the result from a function, such as daublet or Bspline, that creates the filter coefficients for a particular wavelet or f is an array of user-defined filter coefficients.
For swaveterp, f is bl, Bspline, or daublet(2).