how to generate full wave rectified sine wave?
Show older comments
how to generate full wave rectified sine wave of frequency 2KHz, amplitude +/- 0.2 and duration of 1 millisecond ?
Accepted Answer
More Answers (3)
Yahia Abouzahra
on 15 Mar 2019
t = 0:1e-5:1e-3;
y = abs(0.2 * sin(2*pi*2e3*t));
plot(t,y)
Vipin K Mishra
on 3 Oct 2016
0 votes
ABIJITH MANTHRAVALAPPIL MURALEEDHARAN
on 16 Apr 2020
0 votes
how should we calculate diode current in full wave bridge rectifier RL LOad
to plot diode graph
Categories
Find more on Specialized Power Systems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!