필터 지우기
필터 지우기

Mismatch result in comparison operation in Simulink

조회 수: 1 (최근 30일)
Tharun
Tharun 2023년 12월 29일
편집: Ganesh 2023년 12월 29일
Hi,
I am doing comparision operation of two signals as shown fig 1. In one case, sine and triangular signals are compared whose result is shown in fig 2 and in other case sine, triangular signals are phase shifted by 180 deg, performed same operation as shown in fig3. Ideally, both results should be complement to each other , but observing spikes (shown in fig 3). What can be the reason for this ?. How to achieve ideal complementary responses ?.
Fig 1: Simulink circuit of comparision of two signals
Fig 2: Sine, Triangular comparision and its result
Fig 3: Sine, Triangular comparision with 180 deg phase shift and its result.
Simulation solver settings

채택된 답변

Ganesh
Ganesh 2023년 12월 29일
편집: Ganesh 2023년 12월 29일
I understand that you expect a flat line, complimenting Fig. 1.
However, the response generated seems to be consistent with the expected results. At T=0.005, the value of Sine Wave is equal to that of the Triangular Wave, and as you have allowed the parameter to be "less than or equal to", there is a spike.
You can try changing the block to be strictly lower than if you require a graph that compliments.
To help you understand, you could try to change the relational block to "greater than or equal to" with 0 phase and you will notice a spike in that figure too.
Hope this helps!

추가 답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 12월 29일
The problem is caused by sine wave generator.
Try to tighten the sample time, e.g. 1e-9.

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by