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

Active switching (MOSFETs) on the LV results in a lower output voltage, than...

Active switching (MOSFETs) on the LV results in a lower output voltage, than is defined by the CLLC transfer function. The output voltage is only correct when conducting passively (Diodes).
parent 8c88a6ac
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -28,7 +28,7 @@ Z4 = (8*R)/(pi^2);
H_r = (Z2*Z4)/(Z1*Z2 + Z1*Z3 + Z1*Z4 + Z2*Z3 + Z2*Z4);
H_abs = abs(H_r);
%pretty(simplify(H_abs));
% pretty(simplify(H_abs));
ezplot(H_abs,[0.1*fr1, 1.5*fr1]);
ylim([0 1.2]);
......
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