필터 지우기
필터 지우기

how to do divide by two concept in simulink.

조회 수: 6 (최근 30일)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012년 12월 12일
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