How can be generated aperiodic triangle carrier signal for PWM

조회 수: 4 (최근 30일)
ali al-khayyat
ali al-khayyat 2019년 8월 23일
댓글: Nandhini 2023년 4월 6일
I would like to generate triangle signal starts from 0 degree and stops at 60 degree and then starts at 120 degree and stops at 180 degree for half cycle sine wave reference, and then it is repeat itself. If possible by coding or simulink. The attached picture would explain the required triangle wave.
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 8월 24일
You may manage it here somehow?
ali al-khayyat
ali al-khayyat 2019년 8월 24일
Hi, I have used that, but it generate normal triangle wave. Do you know how to generate triangle with variable frequency or as I asked above, please?

댓글을 달려면 로그인하십시오.

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019년 8월 28일
Hi Ali,
for your problem, sawtooth() function does not work. Instead you'd need to employ triangular pulse generator function tripuls() (see the link:https://www.mathworks.com/help/signal/ref/tripuls.html)
Sub-divide the time space into 6 subsections t1 = [0, 60]; t2 = [50, 120]; t3 = [...], ..., t6 = [300, 360]; generate triangular pulse where you need (section 1, 3 and reversed ones in section 4 and 6).
Good luck
  댓글 수: 1
Nandhini
Nandhini 2023년 4월 6일
Can you please elabrate more about these... i am also want to generate Aperiodic traiangle wave

댓글을 달려면 로그인하십시오.

카테고리

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

태그

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by