itqwt
Description
returns the inverse tunable Q-factor transform (TQWT) of the analysis coefficients in
xrec
= itqwt(wt
,n
)wt
. wt
is a cell array containing the wavelet
subband and lowpass coefficients obtained from tqwt
using the
default quality factor of 1. n
is the original signal length specified
as a positive scalar.
specifies one or more additional name-value arguments. For example, xrec
= itqwt(wt
,n
,Name=Value
)xrec =
itqwt(x,1024,QualityFactor=2)
specifies a quality factor of 2.
Examples
Input Arguments
Output Arguments
Tips
To reconstruct only the scaling coefficients, specify a reconstruction level of
length(wt)-1
.
References
[1] Selesnick, Ivan W. “Wavelet Transform With Tunable Q-Factor.” IEEE Transactions on Signal Processing 59, no. 8 (August 2011): 3560–75. https://doi.org/10.1109/TSP.2011.2143711.
Extended Capabilities
Version History
Introduced in R2021b