From 6c9d08dacf0e1f981561504af16a9ddaeb0d8a38 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Fri, 26 May 2023 08:26:58 +1000 Subject: [PATCH] Make Zl exponential --- transformer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transformer.html b/transformer.html index 7dc180c..963b1b1 100644 --- a/transformer.html +++ b/transformer.html @@ -51,7 +51,7 @@
- +
@@ -805,7 +805,7 @@ this.Pin = 10.0 ** power_slider.value; this.Z0 = 50.0; this.Vrms = Math.sqrt(this.Pin * this.Z0); - this.Zl = 1.0 * load_impedance_slider.value; + this.Zl = 5.0 * 10.0**load_impedance_slider.value; // Frequency independent characteristics: this.N_max = Math.PI / (Math.atan2(0.5e3 * this.cond_diameter_meters, (0.5 * this.core.B - 0.5e3 * this.cond_diameter_meters)));