How to display the reference voltage from the SPWM generated?
2 views (last 30 days)
Show older comments
Dear belove community,
I currently doing a project regarding SPWM modulation technique. I managed to generate 5-level output as shown below:
However, I wanted to know how I can plot the reference voltage wave similar to the blue colour line as shown below:
I got this picture from an aritcle journal. Really appreciate it if you advice me on this matter. Thank you
0 Comments
Answers (1)
Sai Sasank Kota
on 1 Dec 2021
You can use a "Mux" Block in Simulink with 2 inputs i.e, input 1 would be the output and input 2 would be your reference voltage. Connect the output of the "Mux" Block to the "Scope" block. Now you can see both the signals on the same axis in the "Scope" block. You can edit the color, thickness of the signals in the "Scope" block.
The following link may help for editing the signal view in the "Scope" block.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!