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?

3 次查看(过去 30 天)
q1 is the duty cycle (D), and q3 is the 1-duty cycle (1-D)

采纳的回答

madhan ravi
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 个评论

请先登录,再进行评论。

更多回答(1 个)

Dr Narayanaswamy P R Iyer
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.

社区

更多回答在  Power Electronics Control

产品

Community Treasure Hunt

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

Start Hunting!

Translated by