iswt
Inverse discrete stationary wavelet transform 1-D
Description
uses the scaling filter x
= iswt(swa
,swd
,LoR,HiR
)LoR
and wavelet filter
HiR
. The filters are expected to be the reconstruction
filters associated with the wavelet used to create the swc
structure. For more information, see wfilters
.
The syntax iswt(swa(end,:),swd,LoR,HiR)
is equivalent to
iswt(swa,swd,LoR,HiR)
.
Examples
Input Arguments
References
[1] Nason, G. P., and B. W. Silverman. “The Stationary Wavelet Transform and Some Statistical Applications.” In Wavelets and Statistics, edited by Anestis Antoniadis and Georges Oppenheim, 103:281–99. New York, NY: Springer New York, 1995. https://doi.org/10.1007/978-1-4612-2544-7_17.
[2] Coifman, R. R., and D. L. Donoho. “Translation-Invariant De-Noising.” In Wavelets and Statistics, edited by Anestis Antoniadis and Georges Oppenheim, 103:125–50. New York, NY: Springer New York, 1995. https://doi.org/10.1007/978-1-4612-2544-7_9.
[3] Pesquet, J.-C., H. Krim, and H. Carfantan. “Time-Invariant Orthonormal Wavelet Representations.” IEEE Transactions on Signal Processing 44, no. 8 (August 1996): 1964–70. https://doi.org/10.1109/78.533717.
Extended Capabilities
Version History
Introduced before R2006a