필터 지우기
필터 지우기

Hi! I need some help. I'm confused as to why this selection mode circuit I modified won't work properly with three inputs.

조회 수: 3 (최근 30일)
1st input: 0.3 - 0.4V
2nd input: 0.4 - 1.2V
3rd input: 1.2 - 2V

채택된 답변

Yash
Yash 2023년 9월 22일
I understand that you are trying to analyze why the selection mode circuit isn't functioning properly. As per the specified input ranges the outport signals would evaluate to:
  1. Buck Signal: Buck Mode evaluates . This inequality always evaluates to false since max value of (0.4) is less than minimum value of (1.6). Hence Buck Signal is always 0.
  2. Boost Signal: Boost evaluates . This inequality always evaluates to false since max value of (1.2) is less than minimum value of (2.4). Hence Boost Signal is always 0.
  3. Boost Signal1: Boost1 evaluates . This inequality always evaluates to true since is true. Hence Boost Signal1 is always 10.
  4. Stabilized: The AND condition evaluates . From above stated inequalities, we have established that BuckBoost is always true, BuckBoost1 is always true and BuckBoost2 is always false. Hence Stabilized is always 0.
I hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by