Phase-Shift in Dual Active Bridge
2 ビュー (過去 30 日間)
古いコメントを表示
is there any block in matlab simulink (other than Variable Time Delay) which should make waveform of instant turn-on and turn-off instead of slope during turn-on and turn-off?
0 件のコメント
回答 (1 件)
Jaskirat
2025 年 4 月 22 日
Hi,
The following blocks might be helpful in creating your desired waveform model with instant turn on and turn off instead of slope-
1)Step: The “Step” block outputs a signal that changes abruptly from an initial value to a final value at a specified time, creating an instantaneous step without any slope
2)Waveform Generator: The “Waveform Generator” block allows you to define various waveforms, including step, pulse, square, and more, using signal notations.
3)Timer: The “Timer” block generates signals that change at specified transition times, producing logical signals (0 or 1) with abrupt transitions.
You can refer to the following documentation links to learn more about these blocks:
The following MATLAB Answer might also prove helpful:
Hope this helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!