Wavelet Toolbox Previous page   Next Page
laurpoly

Laurent polynomials constructor

Syntax

Description

P = laurpoly(C,d) returns a Laurent polynomial object. C is a vector whose elements are the coefficients of the polynomial P and d is the highest degree of the monomials of P.

If m is the length of the vector C, P represents the following Laurent polynomial:

P = laurpoly(C,'dmin',d) specifies the lowest degree instead of the highest degree of monomials of P. The corresponding output P represents the following Laurent polynomial:

P = laurpoly(C,'dmax',d) is equivalent to P = laurpoly(C,d).

Examples

References

Strang, G.; T. Nguyen (1996), Wavelets and filter banks, Wellesley-Cambridge Press.

Sweldens, W. (1998), "The Lifting Scheme: a Construction of Second Generation of Wavelets," SIAM J. Math. Anal., 29 (2), pp. 511-546.

See Also

laurmat


Previous page  laurmat leaves Next page

© 1994-2005 The MathWorks, Inc.