filterpadding
Description
[
returns structures containing the same first-order time wavelet filter and lowpass filter
padded to two different lengths: the empirically determined ideal length, and the length
based on the padding factors specified in the joint time-frequency scattering (JTFS) network
wav
,lowpass
] = filterpadding(jtfn
)jtfn
. The wav
structure contains the padded
wavelet filters, and the lowpass
structure contains the padded lowpass
filters. The JTFS network uses the filters of minimum length.
You can use filterpadding
to determine which padded length is
sufficient for your application.
[
specifies options using one or more name-value arguments. You can add these arguments to the
previous syntax. For example, to specify the frequency wavelets, set
wav
,lowpass
] = filterpadding(jtfn
,Name=Value
)FilterBank
to "frequency"
.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2024b