Adam Panagos / Engineer / Lecturer
Discrete-Time Signals and Systems Part 2: Signal Operations
We continue discussing basics of discrete-time signals and systems. The following videos examine a variety of discrete-time signal operations (e.g. amplitude scaling, time-shifting, time-scaling, etc.) as well as start introducing ways to represent discrete-time systems via difference equations and block diagrams.
Discrete-Time Signals Introduction
7/1/2018
Running Time: 2:07
This is the first video in a 14-part series that continues to introduce basic concepts of discrete-time signals and systems. This introductory video outlines the basic topics that will be covered in the series to include:
1) Discrete-Time Signal Operations
2) Common Discrete-Time Signal Types
3) Discrete-Time System Examples and Representation
Signal Operations: Amplitude Scaling
7/1/2018
Running Time: 3:29
The first signal operation we investigate is amplitude scaling. Consider the discrete-time signal x[k] and constant c. The discrete-time signal y[k] = cx[k] is an "amplitude scaled" version of x[k] since every value in the original discrete-time signal x[k] has been scaled by a factor "c".
This video shows several examples of performing amplitude scaling. Specifically, given an initial discrete-time signal x[k] we also compute and plot the signals 2x[k] and -x[k].
Signal Operations: Addition
7/3/2018
Running Time: 4:38
The next signal operation we investigate is signal addition. Consider the discrete-time signals x1[k] and x2[k] c. The discrete-time signal y[k] = x1[k] + x2[k] is the addition of the two signal and is created by adding the two signals at each point in time k.
This video shows an several examples of performing signal addition. One uses a "graphical approach" while the second example uses a "table approach" to create the final signal.
Signal Operations: Differencing and Summation
7/4/2018
Running Time: 7:55
This video investigates discrete-time signal differencing and summation
The discrete-time signal y[k] = x[k]-x[k-1] is the difference of adjacent time samples of the x[k]. This discrete-time operation is analogous to taking the derivative of a continuous-time signal. This operation is a high-pass operation since adjacent samples that are close in amplitude have a small difference (i.e. low-frequency terms are rejected) while adjacent samples that are different in amplitude have a large difference (i.e. high-frequency terms are amplified).
The discrete-time signal y[k] = sum x[m] for m = -infinity to k is the summation of the signal x[k]. At any time k, the signal y[k] is the cumulative sum of all previous values of x[k]. This discrete-time operaiton is analogous to taking the integral of a continuous-time signal. This operation is a low-pass operation since high-frequency changes in the signal x[k] are "smoothed out" by the summation operation.