Skip to content
Snippets Groups Projects
Commit 59f82ec8 authored by Lars Lindner's avatar Lars Lindner :runner:
Browse files

When using the LV bridge as passive rectifier (only diodes), the output...

When using the LV bridge as passive rectifier (only diodes), the output voltage is equal to the gain (transfer function) times the input voltage.

If the LV Bridge is used as an active rectifier, then the MOSFETs switch later than the diodes conduct, which is why the average current in the output capacitor is not zero and the output voltage drops.
parent 484bbfc2
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ I_out = 200; %A
R_eq = 8/pi^2 * P_out/I_out^2;
V_in = 800; % V
V_out = 800; %V
% V_out = 800; %V
t_shift = 1*9e-9;
Z_r1 = 5;
Z_r2 = Z_r1;
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment