Block of simulink question

1 view (last 30 days)
Marie Mar
Marie Mar on 1 Dec 2019
Answered: Yash on 21 Aug 2024
which is this block in simulink?
how can i find it?

Answers (1)

Yash
Yash on 21 Aug 2024
Hi Marie,
The block shown in the image represents a transfer function. There are multiple blocks in Simulink that can serve this purpose. Here are two options you can consider:
  1. Transfer Fcn Block: This block allows you to specify a transfer function using its numerator and denominator coefficients. More details can be found in the following documentation: https://www.mathworks.com/help/simulink/slref/transferfcn.html
  2. Zero-Pole Block: This block lets you specify a transfer function in terms of its zeros, poles, and gain. More information is available in the following documentation: https://www.mathworks.com/help/simulink/slref/zeropole.html
I hope this helps!

Categories

Find more on Simulink Functions in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!