Wavelet scattering bandpass center frequencies
returns the wavelet bandpass center frequencies for all filter banks of the scattering
decomposition framework, F
= centerFrequencies(sf
)sf
. The output F
is a
cell array with Nfb elements, where Nfb is the number
of scattering filter banks. Each element of F
is a real-valued vector.
If you specify a sampling frequency in sf
, F
is in
hertz. If you do not specify a sampling frequency, F
is in
cycles/sample.
If there is only one filter bank in the scattering framework, F
is
a real-valued vector containing the wavelet bandpass center frequencies.
returns the wavelet bandpass center frequencies for the specified
F
= centerFrequencies(sf
,filterbanks
)filterbanks
. The argument filterbanks
is a
scalar or vector with all the elements between 1 and Nfb inclusive, where
Nfb is the number of scattering filter banks.