Lecture 5 - Notes

January 13, 2016

Stable Systems

definition: A system is BIBO (Bounded Input Bounded Output) Stable if and only if every bounded input produces a bounded output.3

If,

and,

for all $n$, and for some $B_x, B_y \in \mathbb R$ then the system is BIBO Stable.

Causal Systems

definition: A system is causal if its output does not depend on future input.

Examples

The system for the forward difference,

is not causal because it depends on future values of $x[n]$, namely $x[n+1]$. The system for the backward difference,

is causal because it only depends on past values of $x[n]$.

Causal Signals

definition: A signal is causal if,

Testing System Properties

Example

Determine the system given by,

is,

  • Stable
  • Causal
  • Linear
  • Time-Invariant
Solution

We can reduce the system to,

Stability

If $\left|x[n]\right| \lt B_x$, then since $(-1)^n$ is bounded for all $n$,

and the system is bounded.

Causality

By inspections we can see that $y[n]$ does not really on any values other than $x[n]$, therefor it is causal.

Linearity

Let,

so,

and the system is linear.

Time-Invariant

Given,

If we test we can find,

so the system is not time-invariant.

Linear Time-Invariant Systems

definition: A Linear Time-Invariant (LTI) system is characterized by its impulse response $h[n]$, i.e., $y[n] = h[n]$ when $x[n] = \delta[n]$.

Example - Ideal Delay

Suppose,

where $-\infty \lt n \lt \infty$. So,

Example - Moving Average

Suppose,

So,

note this system is not causal.

Example - Accumulator

Suppose,

then,

Example - Downsampler

Suppose,

in this case the system is not time-invariant. So we can't compute the unit response.

Example - Forward Difference

Suppose,

then,

Example - Backward Difference

Suppose,

then,

we can see that the backward difference is simply the forward difference time shifted by 1.