Please take a minute to review and accept our Terms of Use.
Welcome to the PLECS User Forum, where you can ask questions and receive answers from other members of the community.

Many technical questions regarding PLECS are answered on the Technical Solutions page of our website. Tutorial videos, specific application examples, and pre-recorded webinars are available on our YouTube page. Please follow us on LinkedIn for the latest Plexim news.

PWM control with positive and negative phase shift generation [closed]

0 votes
1,146 views

I would like to know if there is an efficient way to generate three PWM signals with both positive and negative phase shifts (lead/lag). Eventually, I'd like to control the duty cycle and have the ability to control the phase shift.

Creating two (positive) phase shifts was answered here How to create triangular waveform with variable phase shift - PLECS User Forum (plexim.com). Is there a smart way to include a negative (leading) phase as well?

 

 

closed with the note: Problem solved
asked May 9, 2022 by MKamel (12 points)
closed May 17, 2022 by MKamel
Using the example you referenced, you can simply use a "mod" block preceding the phase shift with a mod(u,1) function to wrap the input into the [0,1] interval.  For example a phase shift -0.3 would be equivalent to 0.7.
Perfect! It does the job.

Thank you so much.
...