Put Matrix into Sparse Standard Form
S = Mat2SparseSForm(M,L,qmf,epsilon)
Matrix to be be put in Sparse Standard Form
Coarsest Resolution Level
quadrature Mirror Filter
Truncation Criterion
sparse standard form of matrix
The matrix M is transformed into the wavelet basis. Elements exceeding epsilon * maximum column norm are set to zero. S is the resulting sparse matrix. S can be used as input to StdWaveMult.