how to do divide by two concept in simulink.

6 次查看(过去 30 天)
I have to do 5/2. I found the block divide. I would like to know how to mention the division factor 2 in simulink. I use the version 2008b.

回答(2 个)

Vishal Rane
Vishal Rane 2012-12-12
编辑:Vishal Rane 2012-12-12
The first input to the Divide block is the Dividend (Numerator)(5) and second input is the Divisor (Denominator)(2).
Use Constant blocks to provide these inputs.

Azzi Abdelmalek
Azzi Abdelmalek 2012-12-12
编辑:Azzi Abdelmalek 2012-12-12
Pass your signal through a gain block with gain value equal to 1/2. Use a divide block when you have to dive varying signal.

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by