How to combine array elements to form a single signal
이전 댓글 표시
I am trying to create a PWM signal based on dynamic inputs of Duty cycle.
For that, I have creted an array of On and Off timing using a Steteflow. So if my Duty Cycle is 30%, PulseArray = [1110000000].
Now I need a single signal which is a PWM pulse, with this ON-OFF time. How do I combine all these array elements to form one signal ?
Thanks in advance!
댓글 수: 2
Walter Roberson
2019년 11월 28일
In the above case of 1110000000 what would value of the single signal be?
Nazish Shaikh
2019년 11월 28일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!