Two-dimensional wavelet interpolation |
waveterp2d(x,y,v,j,m,n,f,[o,[i]]) Returns the value at (x,y) of the periodic multiresolution approximation of v corresponding to subband (m,n) at level j, based on the filter f. f can have an offset o and negation i.
swaveterp2d(x,y,v,j,m,n,f) Returns the value at (x,y) of the symmetric multiresolution approximation of v corresponding to subband (m,n) 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 waveterp2d, 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 swaveterp2d, f is bl, Bspline, or daublet(2).