(Part C: Linearity)
(Non-linear)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
A system whose output combined with a linear shift is equivalent to the output if the linear shift is on the input of the system.
 
A system whose output combined with a linear shift is equivalent to the output if the linear shift is on the input of the system.
 +
 +
 +
An example of a linear system is:
 +
 +
<math> x(t) = t + 3 </math>
 +
 +
To prove this:
 +
 +
<math> Y_1(t) = A*x(t) = Z_1(t)</math>
 +
 +
<math>
 +
Y_2(t) = X(At) = Z_2(t)</math>
 +
 +
<math>
 +
Z_1(t) = Z_2(t) </math>
 +
 +
for any number A
 +
 +
===Non-linear===
 +
 +
<math>x(t) = t^2</math>
 +
 +
Is an example of a non linear system. The order of linear operations before and after the system affect the result of the cascade
 +
 +
for t = 2 and A = 2
 +
<math> Y_1(2) = 2*x(2) = 8</math>
 +
 +
<math>Y_2(2) = x(2*2) = 16</math>
 +
 +
<math> Z_1(t) \neq Z_2(t)</math>

Latest revision as of 09:45, 12 September 2008

Part C: Linearity

My definition of linearity in terms of systems is:

A system whose output combined with a linear shift is equivalent to the output if the linear shift is on the input of the system.


An example of a linear system is:

$ x(t) = t + 3 $

To prove this:

$ Y_1(t) = A*x(t) = Z_1(t) $

$ Y_2(t) = X(At) = Z_2(t) $

$ Z_1(t) = Z_2(t) $

for any number A

Non-linear

$ x(t) = t^2 $

Is an example of a non linear system. The order of linear operations before and after the system affect the result of the cascade

for t = 2 and A = 2 $ Y_1(2) = 2*x(2) = 8 $

$ Y_2(2) = x(2*2) = 16 $

$ Z_1(t) \neq Z_2(t) $

Alumni Liaison

Sees the importance of signal filtering in medical imaging

Dhruv Lamba, BSEE2010