Line 2: | Line 2: | ||
== Memoryless Systems == | == Memoryless Systems == | ||
− | - These are systems whose output signals only depend upon input signals at the specific time. These systems do not depend upon the past input signal, nor the future. | + | - These are systems whose output signals only depend upon input signals at the specific time. These systems do not depend upon the past input signal, nor the future. <br /> |
− | Systems which '''ARE''' memoryless are: | + | Systems which '''ARE''' memoryless are: <br /> |
− | + | ||
− | + | ||
− | Systems which '''ARE NOT''' memoryless are: | + | y(t) = x(t)<br /> |
− | y(t) = x(t-1) | + | |
− | y[n] = 2x[2n] | + | y[n] = 2x[n] - 1<br /> |
+ | |||
+ | Systems which '''ARE NOT''' memoryless are: <br /> | ||
+ | |||
+ | y(t) = x(t-1)<br /> | ||
+ | |||
+ | y[n] = 2x[2n]<br /> | ||
== Invertible Systems == | == Invertible Systems == |
Revision as of 16:05, 17 November 2018
Contents
System Properties
Memoryless Systems
- These are systems whose output signals only depend upon input signals at the specific time. These systems do not depend upon the past input signal, nor the future.
Systems which ARE memoryless are:
y(t) = x(t)
y[n] = 2x[n] - 1
Systems which ARE NOT memoryless are:
y(t) = x(t-1)
y[n] = 2x[2n]