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!