Skip to content

Commit ca8a4cc

Browse files
Update impedance measurement
1 parent cec7f7c commit ca8a4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ScriptData/LLCConverter/SupportingFiles/plotLLCResonantTankImpedanceCurve.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
for i = 1:length(options.RloadVec.value)
7272

7373
count = count+1;
74-
Reffective = 8*options.RloadVec(i).value*(LLCDesign.N1/LLCDesign.N2)^2/(pi^2);
74+
Reffective = 8*options.RloadVec(i).value/(pi^2);
7575
set_param("GainCurveLLCConverter/Rload", "R", num2str(Reffective));
7676
assignin(mdlWks,'LLCDesign',LLCDesign);
7777

0 commit comments

Comments
 (0)