From 71742581888702c7cf2c5192c1ac64682a88baeb Mon Sep 17 00:00:00 2001 From: PhillipRambo <93056982+PhillipRambo@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:21:04 +0100 Subject: [PATCH] Update README.md --- .../module_2_50GHz_MPA/part_4_layout_EMsims/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/module_2_50GHz_MPA/part_4_layout_EMsims/README.md b/modules/module_2_50GHz_MPA/part_4_layout_EMsims/README.md index 2e4e0741..85e4be92 100644 --- a/modules/module_2_50GHz_MPA/part_4_layout_EMsims/README.md +++ b/modules/module_2_50GHz_MPA/part_4_layout_EMsims/README.md @@ -381,12 +381,6 @@ Next, you will connect the S-parameter data for the core to your schematic. This At this point, you are ready to simulate the behavior of the circuit. Once the simulation is complete, extract the data for the I/O currents and voltages, as described in the previous module. You can plot the data using the methods outlined in the previous steps. The Jupyter Lab files for this can be found in the **art_4_layout_EMsims/data_processing** folder. -For this circuit, the behavior with the core implemented is shown in the following plot: - -

- -

- ### Alternative Implementation with Subcircuit and Lumped Model In the previous example, the S-parameter files were inserted directly using an S-parameter component in Qucs. While this is simple, it can sometimes lead to simulation convergence problems, especially for wideband or high-order EM data. An alternative and more stable approach is to replace the raw S-parameter block with a fitted lumped SPICE model generated from the same data. @@ -471,6 +465,11 @@ After saving, the schematic can be used as a reusable subcircuit block in higher

+

+ +

+ + ---