In: Electrical Engineering
how would i create a bandpass filter in simulink with certain poles and zeros?
You need to have simulink product installed in your system,
after installation you can export a simulink block of filter
specifications
and design and then insert into a new or existing simulink
model.After designing your filter,
click the Realize Model or select File > Export to Simulink
Model.
The Realize Model panel is displayed.name the block name in
blockname.
To insert the block into the current Simulink model, set the
Destination to Current.
To inset the block into a new model, select New. To insert the
block into a user-defined subsystem, select User defined.
If you select the Build model using basic elements check box, your
filter is created as a subsystem (Simulink) block, which uses
separate sub-elements.
in this we can optimize various block parameters
Set the Input processing parameter to specify whether the generated
filter performs sample- or frame-based processing on the
input.
Click the Realize Model button to create the filter block.
When the Build model using basic elements check box is selected,
filter designer implements the filter as a subsystem block using
Sum, Gain, and Delay blocks.
If you double-click the Simulink Filter block, the filter structure
is displayed.
Hope it helps!