Lecture 3 - Notes

January 8, 2016

Basic Discreet Time Signals

The Unit Step

The Unit Impulse

Relationship between Unit Impulse and Step

Properties

The Sampling Property allows you to fix $x[n]$ if it is multiplied by the unit impulse function,

Compared to Continuous Time

In discreet time $\delta[0] = 1$ compared to $\delta(0) = \infty$ in continuous time.

Exponential Signals

A discreet time exponential function is of the form,

where $A,\alpha \in \mathbb{C}$.

Real Exponential Signals

If $A,\alpha \in \mathbb{R}$, we call it a Real Exponential Signal and write it as,

where $C,a \in \mathbb{R}$.

Sinusoidal Signals

We can write a Sinusoidal Signal in two ways,

we only consider this signal over a period of $2\pi$ typically $[-\pi,\pi]$

Even and Odd Symbols

A discreet time signal is even if,

for all $n \in \mathbb Z$.

A signal is odd if,

Any signal can be broken in an even and odd portion, the sum of which is the signal,

and,

Transformations of Discreet Time Signals

We can do a time shift by $n_0$ by,

We can reverse time with,

We can scale time by $a$ with,

Combining Transformations

Recommended order,

  1. Apply the shift
  2. Apply the scale

To shift then scale, given $x[n]$, find $y[n] = x[an + b]$. So,

  1. Shift: $w[n] = x[n + b]$
  2. Scale: $y[n] = w[an] = x[an + b]$

take note that, $w[an] \neq x[an + ab]$.