Hi. In Simulink modeling, what can we do to ensure that the switching waveforms of the duty cycle and 1-duty cycle are not in phase?
2 ビュー (過去 30 日間)
古いコメントを表示
Danikha Shyken
2023 年 12 月 12 日
回答済み: Dr Narayanaswamy P R Iyer
2023 年 12 月 13 日
q1 is the duty cycle (D), and q3 is the 1-duty cycle (1-D)
採用された回答
madhan ravi
2023 年 12 月 13 日
編集済み: madhan ravi
2023 年 12 月 13 日
If you want both to be in 90 deg out of phase with each other , you can simply use the not, the easiest method. Ofcourse assuming the signal is a boolean signal.
3 件のコメント
madhan ravi
2023 年 12 月 13 日
編集済み: madhan ravi
2023 年 12 月 13 日
like you did in your other recent question, considering my sugeestion there
その他の回答 (1 件)
Dr Narayanaswamy P R Iyer
2023 年 12 月 13 日
Connect q1 to NOT gate and use Data Type Conversion block if error message occurs.Output of NOT gate is q3. Alternatively connect q1 to MATLAB User Defind Function or Fcn block with value (1 - u(1)). Output of Fcn block is q3.
0 件のコメント
コミュニティ
その他の回答 パワー エレクトロニクス コミュニティ
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!