Communication Systems/Wired Transmission

From testwiki
Jump to navigation Jump to search

Template:Communication Systems/Page

This page will discuss the topic of signal propagation through physical mediums, such as wires.

Transmission Line Equation

Template:Wikipedia

Many kinds of communication systems require signals at some point to be conveyed over copper wires.

The following analysis requires two assumptions:

• A transmission line can be decomposed into small, distributed passive electrical elements
• These elements are independent of frequency (i.e. although reactance is a function of frequency, resistance, capacitance and inductance are not)

These two assumptions limit the following analysis to frequencies up to the low MHz region. The second assumption is particularly difficult to defend since it is well known that the resistance of a wire increases with frequency because the conduction cross-section decreases. This phenomenon is known as the skin effect and is not easy to evaluate.

The purpose behind the following mathematical manipulation is to obtain an expression that defines the voltage (or current) at any time (t) along any portion (x) of the transmission line. Later, this analysis will be extended to include the frequency domain.

Recall the characteristic equations for inductors and capacitors:

v=Lit and i=Cvt

Kirchoff's Voltage Law

Kirchoff's voltage law (KVL) simply states that the sum of all voltage potentials around a closed loop equal zero. Or in other words, if you walked up a hill and back down, the net altitude change would be zero.

Applying KVL in the above circuit, we obtain:
v(x,t)=RΔxi(x,t)+LΔxit(x,t)+v(x+Δx,t)
Rearranging:
v(x,t)v(x+Δx,t)=RΔxi(x,t)+LΔxit(x,t)
But the LHS (left hand side) of the above equation, represents the voltage drop across the cable element Δv, therefor:
Δv=RΔxi(x,t)+LΔxit(x,t)
Dividing through by Δx, we obtain:
ΔvΔx=Ri(x,t)+Lit(x,t)
The LHS is easily recognized as a derivative. Simplifying the notation:
vx=Ri+Lit

This expression has both current and voltage in it. It would be convenient to write the equation in terms of current or voltage as a function of distance or time.

Simplifying the Equation (trust me)

The first step in separating voltage and current is to take the derivative with respect to the position x (Equation 1):

2vx2=Rix+L2ixt
The next step is to eliminate the current terms, leaving an expression with voltage only. The change in current along the line is equal to the current being shunted across the line through the capacitance C and conductance G. By applying KCL in the circuit, we obtain the necessary information (Equation 2):
ix=Gv+Cvt
Taking the derivative with respect to time, we obtain (Equation 3):
2ixt=Gvt+C2vt2
Substituting (Equation 2) and (Equation 3) into (Equation 1), we obtain the desired simplification:
2vx2=R[Gv+Cvt]+L[Gvt+C2vt2]
Collecting the terms, we obtain:
The Transmission Line Equation for Voltage
2vx2=RGv+(RC+LG)vt+LC2vt2

This equation is known as the transmission line equation. Note that it has voltage at any particular location x as a function of time t.

Similarly for current, we obtain:
The Transmission Line Equation for Current
2ix2=RGi+(RC+LG)it+LC2it2

But we're not quite done yet.

Solving the Transmission Line Equation

Historically, a mathematician would solve the transmission line equation for v by assuming a solution for v, substituting it into the equation, and observing whether the result made any sense. An engineer would follow a similar procedure by making an “educated guess” based on some laboratory experiments, as to what the solution might be. Today there are more sophisticated techniques used to find solutions. In this respect, the engineer may lag behind the mathematician by several centuries in finding applications for mathematical tools.

To solve the transmission line equation, we shall guess that the solution for the voltage function is of the form:

v(t)=ejωteγx

The first term represents a unity vector rotating at an angular velocity of ω radians per second, in other words, a sine wave of some frequency. The second term denotes the sinusoid being modified by the transmission line, namely its amplitude decaying exponentially with distance. If we let γ be a complex quantity, we can also include any phase changes which occur as the signal travels down the line.

The sine wave is used as a signal source because it is easy to generate, and manipulate mathematically. Euler’s Identity shows the relationship between exponential notation and trigonometric functions:
Euler's Identity
ejωt=cos(ωt)+jsin(ωt)
Going back to our educated guess, we will let γ=α+jβ, therefore:
v(t)=ejωte(α+jβ)x=eαxe(ωtβx)j
The term eαx represents the exponential amplitude decay as this signal travels down the line. α is known as the attenuation coefficient and is expressed in Nepers per meter.
The term e(ωtβx)j represents the frequency of the signal at any point along the line. β component is known as the phase shift coefficient, and is expressed in radians per meter.
Substituting our educated guess
v(t)=ejωte(α+jβ)x
into the transmission line equation for voltage, we obtain:
2x2[ejωte(α+jβ)x]=RG[ejωte(α+jβ)x]+(RC+LG)t[ejωte(α+jβ)x]+LC2t2[ejωte(α+jβ)x]

This looks pretty intimidating, but if you can do basic differentials and algebra, you can do this!

Simplifying the Equation (trust me)

The idea now is to work through the math to see if we come up with a reasonable solution. If we arrive at a contradiction or an unreasonable result, it means that our educated guess was wrong and we have to do more experimenting and come up with a better guess as to how voltage and current travel down a transmission line.

Let's look at this equation one term at a time:

LHS = RHS Term 1 + RHS Term 2 + RHS Term 3
Starting with the left hand side (LHS) we get the following simplification:
2x2[ejωte(α+jβ)x]=x[(α+jβ)ejωte(α+jβ)x]=(α+jβ)2ejωte(α+jβ)x
Believe it or not, the RHS Term 1 does not need simplifying.
Simplifying the RHS Term 2, we obtain:
(RC+LG)t[ejωte(α+jβ)x]=(RC+LG)jω(ejωte(α+jβ)x)
Simplifying the RHS Term 3, we obtain:
LC2t2[ejωte(α+jβ)x]=LCt[jωejωte(α+jβ)x]=LCω2ejωte(α+jβ)x
Let's put it all back together:
(α+jβ)2ejωte(α+jβ)x=RG(ejωte(α+jβ)x)+(RC+LG)jω(ejωte(α+jβ)x)LCω2(ejωte(α+jβ)x)
Note that each of the four terms contain the expression ejωte(α+jβ)x.
Therefore we end up with:
(α+jβ)2=RG+(RC+LG)jωLCω2
And this can be further simplified to:
Attenuation and Phase Shift Coefficients
α+jβ=γ=(R+jωL)(G+jωC)

This result is not self contradictory or unreasonable. Therefore we conclude that our educated guess was right and we have successfully found an expression for attenuation and phase shift on a transmission line as a function of its distributed electrical components and frequency.

Lossless Transmission Line

Signal loss occurs by two basic mechanisms: signal power can be dissipated in a resistor [or conductance] or signal currents may be shunted to an AC ground via a reactance. In transmission line theory, a lossless transmission line does not dissipate power. Signals, will still gradually diminish however, as shunt reactances return the current to the source via the ground path. For the power loss to equal zero, R = G = 0. This condition occurs when the transmission line is very short. An oscilloscope probe is an example of a very short transmission line. The transmission line equation reduces to the voltage equation:

2vx2=LC2vt2
and the current equation:
2ix2=LC2it2

To determine how sinusoidal signals are affected by this type of line, we simply substitute a sinusoidal voltage or current into the above expressions and solve as before, or we could take a much simpler approach. We could start with the solution for the general case:

α+jβ=γ=(R+jωL)(G+jωC)
Let R = G = 0, and simplify:
α+jβ=(jωL)(jωC)=ω(LC)2j
Equating the real and imaginary parts:
α=0
β=ωLC

This expression tells us that a signal travelling down a lossless transmission line, experiences a phase shift directly proportional to its frequency.

Phase Velocity

A new parameter, known as phase velocity, can be extracted from these variables:

Vp=1LC=ωβ meters per second

Phase velocity is the speed at which a fixed point on a wavefront, appears to move. In the case of wire transmission lines, it is also the velocity of propagation., typically: 0.24c < Vp < 0.9c .

The distance between two identical points on a wavefront is its wavelength (λ) and since one cycle is defined as 2π radians:

λ=2πβ and ω=2πf
therefore:
Vp=λf

In free space, the phase velocity is 3 x 108 meters/sec, the speed of light. In a cable, the phase velocity is somewhat lower because the signal is carried by electrons. In a waveguide transmission line, the phase velocity exceeds the speed of light.

Distortionless Transmission Line

A distortionless line does not distort the signal phase, but does introduce a signal loss. Since common transmission lines are not super conductors, the signal will decrease in amplitude but retain the same shape as the input. This characteristic is essential for long cable systems.

Phase distortion does not occur if the phase velocity Vp is constant at all frequencies.

By definition, a phase shift of 2π radians occurs over one wavelength λ.

Since
Vp=λfλ=2πβf=ω2π
Then:
Vp=2πβ×ω2π=ωβ

This tells us that in order for phase velocity Vp to be constant, the phase shift coefficient β, must vary directly with frequency ω.

Recall
γ=(R+jωL)(G+jωC)=α+jβ

The problem now is to find β. This can be done as follows:

γ=(R+jωLjωL)(jωL)(G+jωCjωC)(jωC)=jωLC1+RjωL1+GjωC

It may seem that we have lost β, but do not give up. The 2nd and 3rd roots can be expanded by means of the Binomial Expansion.

Recall:
(1+x)n=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+
In this instance n = 1/2. Since the contribution of successive terms diminishes rapidly, γ is expanded to only 3 terms:
γjωLC(1+12RjωL18(RjωL)2)(1+12GjωC18(GjωC)2)

This may seem complex, but remember it is only algebra and it will reduce down to simple elegance. Expanding the terms we obtain:

γjωLC{1+12GjωC18(GjωC)2+12RjωL14RGω2LC116RjωL(GjωC)218(RjωL)2116(RjωL)2GjωC+164(RjωL)2(GjωC)2}
Since γ=α+jβ, we merely have to equate the real and imaginary terms to find β.
βωLC{1+18(GωC)214RGω2LC+18(RωL)2Differenceofsquares+164(RωL)2(GωC)2Verysmall}
Or
βωLC{1+18(RωLGωC)2}
Note that if RωL=GωC then βωLC

From this we observe that β is directly proportional to ω.

Therefore the requirement for distortionless transmission is:
RC = LG

Template:Wikipedia

This is one of the essential design characteristics for a broadband coax cable network.

If we equate the real terms, we obtain:

αRG

So there is a reason to study algebra after all!

The Frequency Domain

Signal analysis is often performed in the frequency domain. This tells us how the transmission line affects the spectral content of the signals they are carrying.

To determine this, it is necessary to find the Fourier Transform of the transmission line equation. Recall:

2vx2=RGv+(RC+LG)vt+LC2vt2

and recall (hopefully) the Fourier Transform (which converts the time domain to the frequency domain):

𝔽{f(t)}=F(ω)=ejωtf(t)dt

To prevent this analysis from ‘blowing up’, we must put a stipulation on the voltage function namely, that it vanishes to zero at an infinite distance down the line. This comprises a basic boundary condition.

letv0asx

This stipulation is in agreement with actual laboratory experiments. It is well known that the signal magnitude diminishes as the path lengthens.

Likewise, a time boundary condition, that the signal was zero at some time in the distant past and will be zero at some time in the distant future, must be imposed.

letv0ast

Although engineers have no difficulty imposing these restrictions, mathematical purists, are somewhat offended. For this and other reasons, other less restrictive transforms have been developed. The most notable in this context, is the Laplace transform, which does not have the same boundary conditions.

Having made the necessary concessions in order to continue our analysis, we must find the Fourier Transform corresponding to the following terms:

𝔽{v}𝔽{vt}𝔽{2vt2}
Let:𝔽{v}=V
Then applying the transform on the derivative, we obtain:
𝔽{vt}=ejωtvtdt

This equation can be solved by using integration by parts:

udv=uvvdu
letu=ejωtdu=jωejωt
anddv=vtv=v
𝔽{vt}=ejωtv|v(jωejωt)dt

Applying the boundary conditions when t goes to infinity makes the 1st term disappear.

𝔽{vt}=jωejωtvdt

Note that the resulting integral is simply the Fourier Transform. In other words:

𝔽{vt}=jω𝔽{v}=jωV
similarly:
𝔽{2vt2}=(jω)2𝔽{v}=(jω)2V

We can now write the transmission line equation in the frequency domain:

2Vx2=RGV+(RC+LG)jωV+LC(jω)2V
where:
V=V(ω)=𝔽{v(t)}
Rearranging the terms, we obtain:
2Vx2=[RG+(RC+LG)jω+(jωL)(jωC)]V
or
2Vx2=[(R+jωL)(G+jωC)]V
since:
(R+jωL)(G+jωC)=α+jβ=γ
then
2Vx2=γ2V
or
2Vx2γ2V=0

This represents the most general form of the transmission line equation in the frequency domain. This equation must now be solved for V to observe how voltage (or current) varies with distance and frequency. This can be done by assuming a solution of the form:

V=Aeγxforwardwave+Beγxreversewave

These terms represent an exponential decay as the signal travels down the transmission line. If we ignore any reflections, assuming that the cable is infinitely long or properly terminated, this simplifies to:

V=V0eγx

To verify whether this assumption is correct, substitute it into the equation, and see if a contradiction occurs. If there is no contradiction, then our assumption constitutes a valid solution.

2x2V0eγxγ2V0eγx=0
x(γ2V0eγx)γ2V0eγx=0
γ2V0eγxγ2V0eγx=0
0=0

Thus we validate the assumed solution. This tells us that in the frequency domain, the voltage or current on a transmission line decays exponentially:

V=V0eγx
where:
γ=(R+jω)(G+jω)=|γ|φ=α+jβ
γ= propagationconstant
α= attenuationcoeficient
β=phasecoefficient

In exponential notation, a sinusoid may be represented by a rotating unity vector, of some frequency:

ejωt=cosωt+jsinωt

Note that the magnitude of this function is 1, but the phase angle is changing as a function of t.

If we let: V0=ejωt
Then: V0=ejωteγx=ejωte(α+jβ)x=eαxattenuationvs.xej(ωtβx)phasevs.tandx

This result is quite interesting because it is the same solution for the transmission line equation in the time domain. The term eαx represents an exponential decay. The signal is attenuated as length x increases. The amount of attenuation is defined as:

Attenuation in Nepers: N=|lneαx|=αx
Attenuation in dB: =20logeαx8.68589αx

This allows us to determine the attenuation at any frequency at any point in a transmission line, if we are given the basic line parameters of R, L, G, & C.

The term ej(ωtβx) represents a rotating unity vector since:

ej(ωtβx)=cos(ωtβx)+jsin(ωtβx)

The phase angle of this vector is βx radians.

Characteristic Impedance

The characteristic impedance of a transmission line is also known as its surge impedance, and should not be confused with its resistance. If a line is infinitely long, electrical signals will still propagate down it, even though the resistance approaches infinity. The characteristic impedance is determined from its AC attributes, not its DC ones.

Recall from our earlier analysis: