필터 지우기
필터 지우기

How can I generate a physical square signal of boolean type on Simulink?

조회 수: 19 (최근 30일)
Dont mind the purpose of the circuit I just connected a simple switch for the sake of demonstration of the problem I am facing.
I need to generate a square wave signal of boolean type in order to drive a bunch of switches. This is the error I get below when I try this technique (I am using MATLAB R2016b).
s2.png

채택된 답변

Arvind Sathyanarayanan
Arvind Sathyanarayanan 2019년 3월 18일
You need the double data type to drive the switches but, using the NOT (or any logical operator) changes the data type to boolean. Insert the data type conversion block after your logical operator to change the signal back to double.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by