Need help with creating a half/full bridge rectifier output

조회 수: 5 (최근 30일)
David Carrel
David Carrel 2021년 2월 3일
답변: Kiran Felix Robert 2021년 2월 8일
The code is as follows,
clc
clear all
i=1;
for t=0:1e-3:0.2
x(i)=t;
y(i)=10*sin(2*pi*100*x(i));
i=i+1;
end
plot(x,y)
I am tasked with adding an if/else statment on the inside of the for loop to create a half and full bridge rectified signal.
Can anyone help me please?

답변 (1개)

Kiran Felix Robert
Kiran Felix Robert 2021년 2월 8일

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by