Simulink subsystem block for filter
realizemdl(hq)
realizemdl(hq,Name,Value)
realizemdl(
generates
a model of filter hq
)hq
in a Simulink® subsystem
block using sum, gain, and delay blocks from Simulink. The properties
and values of hq
define the resulting subsystem
block parameters.
realizemdl
requires Simulink. To accurately
realize models of quantized filters, use Fixed-Point
Designer™.
realizemdl(
generates
the model for hq
,Name,Value
)hq
with additional options specified
by one or more Name,Value
pair arguments. Using
name-value pair arguments lets you control more fully the way the
block subsystem model gets built. You can specify such details as
where the block goes, what the name is, or how to optimize the block
structure.
The destination must be a Simulink model. The function does not support a library file destination.