Files
-
board2 / board2.kicad_pcb
-
board2 / board2.kicad_sch
-
board2 / testing-backups / testing-2025-06-01_201615 / _autosave-testing.kicad_pcb
-
board2 / testing-backups / testing-2025-06-01_201615 / testing.kicad_pcb
-
board2 / testing-backups / testing-2025-06-01_201615 / testing.kicad_sch
-
board3 / board3.kicad_pcb
-
board3 / board3.kicad_sch
-
board3 / testing-backups / testing-2025-06-01_201615 / _autosave-testing.kicad_pcb
-
board3 / testing-backups / testing-2025-06-01_201615 / testing.kicad_pcb
-
board3 / testing-backups / testing-2025-06-01_201615 / testing.kicad_sch
-
Schematic and footprint for the switch / Switch / Switch.kicad_pcb
-
Schematic and footprint for the switch / Switch / Switch.kicad_sch
-
switch / ESL_testing / ESL_testing / ESL_testing.kicad_pcb
-
switch / ESL_testing / ESL_testing / ESL_testing.kicad_sch
-
switch / sb2 / sb2.kicad_pcb
-
switch / sb2 / sb2.kicad_sch
-
switch / switch / switch.kicad_pcb
-
switch / switch / switch.kicad_sch
-
testing / testing.kicad_pcb
-
testing / testing.kicad_sch
-
testing / testing-backups / testing-2025-06-01_201615 / _autosave-testing.kicad_pcb
-
testing / testing-backups / testing-2025-06-01_201615 / testing.kicad_pcb
-
testing / testing-backups / testing-2025-06-01_201615 / testing.kicad_sch
Last update 1 month 5 days
by Nevan Mukherjee
Filesaws1_sparams | |
---|---|
.. | |
a1_first.s2p | |
aws1.m | |
aws1_testing.asv | |
aws1_testing.m |
aws1.mfilepath = '/home/vizhins/Documents/Preselector-Bank-SAW-Filters/aws1_sparams/a1_first.s2p'; sParams = sparameters(filepath); frequency = sParams.Frequencies; S11 = squeeze(sParams.Parameters(:, 1, 1)); % Corrected line S11_mag = 20*log10(abs(S11)); S11_phase = angle(S11) * (180/pi); figure; subplot(2, 1, 1); plot(frequency, S11_mag); title('S11 Magnitude Response'); xlabel('Frequency (Hz)'); ylabel('Magnitude (dB)'); grid on; subplot(2, 1, 2); plot(frequency, S11_phase); title('S11 Phase Response'); xlabel('Frequency (Hz)'); ylabel('Phase (degrees)'); grid on; set(gca, 'XScale', 'log'); % applies only to the last subplot