assignment1
assignment1
Spring 2024
Assignment 1
1.2-X6 Let’s compare the signal amplitude vs. range of a transmission-line, (e −αr) , and a
2
(a) Plot these two functions together on a single log-log plot, letting = 0.1, and r covering the
range 0.1 to 100.
(b) Identify three ranges and in each range state which distribution method has stronger
delivered signal.
(c) If you could arbitrarily scale the relative signal power of the two distribution methods, could
you arrange it so that the signal is stronger at all ranges for the wireless system? For the
transmission-line?
Do you think there is more internet tra c distributed to end users through transmission lines
(coaxial and ber optic) or through the air wirelessly? See what answers you get from an LLM.
You may need to prompt with the phrase “last kilometer” to get an answer speci cally about
the last link in the distribution.
1.3-X4 Let’s do some quantitative exploration of why some things, such as antennas, radiate
much more strongly than others, such as transmission lines. In Chapter 2 we will learn that
small elements of current produce electric elds according to the following equation
e −jβr
E = IR sin θ θ ̂
r
where I is the complex value of a current element at the origin, that is oriented in the ẑ
direction, R is an arbitrary constant with units of Ohms, that gives this expression the right
units for an electric eld (i.e., Volts per meter), is the propagation constant, r, , and θ ̂ refer to
the usual de nitions in spherical coordinates.
The surf command in MATLAB will create a surface plot from Cartesian coordinate data. You
will also need to use the meshgrid command to create the plot data. There are several
examples in the surf command documentation.
In case, it is not clear what I mean by surface plot, here is a surface plot for part (b) that I
generated in Mathematica.
To create a spatially shifted version of a function you can do the usual thing with a coordinate
o set. This does not work in spherical coordinates, which is why we switched the equation to
spherical coordinates.
The geometry described in (c) and (d) is not exactly the same as shown in the simple radiator
animations, because we are using only z-oriented current elements. In those animations the
antenna current is y-oriented, but the same principle applies, that current distributions in
antennas will favor parallel currents and transmission lines will have oppositely oriented to
reduce radiation and improve signal integrity.
0 1 4 5
3
The current can be represented as a six component vector, with each component representing
a branch of the circuit, numbered as above.
JT = Jsource + Jresponse
assuming the physical circuit is laid out just like the schematic with the wires, resistors and
current sources all thin cylinders of radius, r, that carry a uniform current.
b
y
z x
a a a
The current density function can be written as a conditional expression, which I have started
below.
fi
I1ŷ x 2 + z 2 < r 2 and 0 < y < b
−I1x̂ y 2 + z 2 < r 2 and 0 < x < a
? ?
1 ? ?
Jresponse (x, y, z) =
π r2 ? ?
? ?
? ?
? ?
? ?
0 elsewhere