Main Content
featureMatrix
Scattering feature matrix
Description
returns the scattering feature matrix with additional options specified by one or more
smat
= featureMatrix(___,Name,Value
)Name,Value
pair arguments.
Examples
Input Arguments
Output Arguments
Tips
The
scatteringTransform
function callsfeatureMatrix
to generate the scattering and scalogram coefficients. If you only require the coefficients themselves, for improved performance the recommended approach is to usefeatureMatrix
. UsescatteringTransform
if you are also interested in the coefficients metadata.