Impulse signal distortion in transmission line

Today most electronic equipment consists of signal generators and processing units. These units are connected with transmission lines. These lines have big influence in signal distortions. On these lines depends transmition lines stability. Let’s see how transmition lines affect transmitted signals.
first.JPG

(G- signal generator; Za- output impedance; I- signal receiver Zb- input impedance; L- transmission line length; Z0- Line impedance.

When line is tuned and without losses then input voltage:

Ub(t) = ZbE(t-t)/(Za + Zb)

E(t)- generators signal amplitude; t- signal delay in line.

t =l/v ;

l- line lenght; v- signal speed.

If line is not tuned up, then there are distortions in line because of reflections in line:

image017.gif image019.gif

If signal E(t) is step function:

image034.gif

Then signal in line exit in discrete time moments will be:

U(0) = p;

U(t) = p*(1+pb)

U(2t) = p*(1+pb+pa*pb)

U(3t) = p*(1+pb+pa*pb+pa*pb^2);

U(4t) = p*(1+pb+pa*pb+pa*pb^2+pa^2*pb^2);

U(5t) = p*(1+pb+pa*pb+pa*pb^2+pa^2*pb^2+pa^2*pb^3) …

where

image023.gif

Depending on reflectance coefficients and their signs distortions can differentiate or integrate:

image025.jpg

Real model using MathCAD was implemented to see how signal looks like on exit depending on parameters. Below you see used algorithm structure used in modeling:

Algorithm Part 1
Algorithm Part 2

One of results using trapezoid signal:

image030.gif

In exit we get distorted signal.

image032.gif

Download your MathCAD Transmition Line (13, 12 and 2001i versions ) file to test with various parameters and different signal shapes.

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

Leave a Reply