Main Content
mswthresh
Perform multisignal 1-D thresholding
Description
returns the soft or hard Y
= mswthresh(X
,sorh
,T
)T
-thresholding of the matrix
X
. T
can be a single value, a matrix
the same size as X
, or a vector. If T
is a
vector, thresholding is performed row-wise, and LT = length(T)
must be such that size(
. Only the
first X
,1) ≤ LTsize(
values of
X
,1)T
are used.
Examples
Input Arguments
Output Arguments
Algorithms
Version History
Introduced in R2007a