1.-Useful For Visualization of Radio Frequency and Transmission Line Problems
1.-Useful For Visualization of Radio Frequency and Transmission Line Problems
m1 =
d1 =
VSWR1 =
Rloss1 =
0
0
1.0000
313.0712
m2 =
0.4472
d2 =
26.5651
VSWR2 = 2.6180
Rloss2 = 6.9897
m3 =
0.5505
d3 =
-82.6171
VSWR3 = 3.4494
Rloss3 = 5.1848
%
%
%
%
%
%
%
lead inductance
lead resistance
leackage resistance
capacitor impedance
ideal capacitor impedance
loglog(f,abs(Z),f,abs(Z_ideal));
title('Impedance of a capacitor as function of frequency');
xlabel('Frequency {\itf}, Hz');
ylabel('Impedance |Z|, {\Omega}');
% determine inductance
% determine impedance
loglog(f,abs(Z));
title('Impedance of a 2 k{\Omega} thin-film resistor as a function of
frequency');
xlabel('Frequency {\itf}, Hz');
ylabel('Impedance |Z|, {\Omega}');