Can someone explain me on how this duty cycle work?
조회 수: 7 (최근 30일)
이전 댓글 표시
채택된 답변
Nagasai Bharat
2020년 11월 23일
Hi,
A duty cycle or power cycle is the fraction of a signal or system is HIGH. Duty cycle is commonly expressed as a percentage or a ratio. A period is the time it takes for a signal to complete an on-and-off cycle.
Hence, for the PWM Generator block we have to input duty cycle in terms of percentage.In order to do that for your model, first try to make the output (Vout / (Vout + Vin)) of your duty cycle subsystem to be in between 0 and 1.Then insert gain block with value 100 before PWM Generator block to convert to a percentage
.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Switches and Breakers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!