filt2block
Generate Simulink filter block
Syntax
Description
filt2block(
generates
a Simulink® subsystem block that implements an FIR filter using
sum, gain, and delay blocks.b
,'subsystem')
filt2block(
generates
a sos
)Biquad Filter block
with second order sections
matrix, sos
. sos
is a K-by-6
matrix, where the number of sections, K
, must be
greater than or equal to 2. You must have the DSP System Toolbox™ software
installed to use this syntax.
filt2block(
generates a Simulink subsystem block that implements a biquad filter using sum, gain,
and delay blocks.sos
,'subsystem')
filt2block(___,'FilterStructure',
specifies
the filter structure
)structure
for the biquad filter.
filt2block(
generates
a Simulink block that implements a digital filter, d
)d
.
Use the function designfilt
to
create d
. The block is a Discrete FIR
Filter block
if d
is FIR and a Biquad
Filter block
if d
is IIR.
filt2block(
generates a Simulink subsystem block that implements d
,'subsystem')d
using sum,
gain, and delay blocks.
filt2block(___,
uses
additional options specified by one or more Name,Value
)Name,Value
pair
arguments.
Examples
Input Arguments
Version History
Introduced in R2013a