Phase-Shift in Dual Active Bridge
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Jaskirat
on 22 Apr 2025
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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!