How To Input Duty Ratio into Pulse Generator

36 visualizzazioni (ultimi 30 giorni)
CHOOBO KASEMPA
CHOOBO KASEMPA il 17 Dic 2022
Risposto: Vasco Lenzi il 19 Dic 2022
I am new to using MATLAB and as compared to Plexim I realised it is not as straight forward to input the duty ratio/cycle into the pulse generator in Matlab. I need to input a duty ratio of 0.5 with a frequency of 50kHz. In the Parameters section all I get is the Amplitude, Period, Phase Width, Phase delay and Pulse type. Where do I input my stated values?

Risposte (4)

Dr Narayanaswamy P R Iyer
Dr Narayanaswamy P R Iyer il 17 Dic 2022
Enter period as 20e-6 Seconds and pulse width as 50.

R SRIRANJANI RAMAKRISHNAN
R SRIRANJANI RAMAKRISHNAN il 18 Dic 2022
Input duty ratio compared to sawtooth wave gives variable pulse generator output

Anupam Agarwal
Anupam Agarwal il 19 Dic 2022
The pulse width is your duty cycle. If you need duty cycle of 0.5 then input 50 in the pulse width% part.

Vasco Lenzi
Vasco Lenzi il 19 Dic 2022
I would like to provide an alternative block: since 2020b we ship a new PWM block in Simulink under "Discontinuities".
This block accept Duty Cycle as an input signal, with values between 0 and 1. The block you are using now will only generate static PWM at a fix duty cycle, with no possibilities to vary the Duty Cycle.
The PWM block will then be more useful if you are planning to use closed loop simulations with controllers. Additionally it is implemented to be very effiecient implementation for the solver.
See below an example of parametrization:

Community

Più risposte nel  Power Electronics Control

Community Treasure Hunt

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

Start Hunting!

Translated by