Sigandsys

28 - Signals & Systems #

When I took ECEN 304 Signals & Systems Ⅰ with the fantastic Dr. Sayood at UNL I remember how in awe I was at how he concisely he managed to describe the core idea of this class. While I can not hope to convey the same level of brilliance or inspiration, I do hope that my poor attempt at mimicking his introduction to the course may be of value:

Signals and Systems as a field, fundamentally, is exactly what it says on the tin. It's the study of signals - from the periodic to the instanenous and high energy - and systems - the source of that data and the mechanism that produces it. This may be used to study how a circuit works, to fine tune the movement of a robot's arm, or to detect pockets of oil deep underground by studying how shock waves traverse thouugh the depths. This is truly applied mathematics. Sure, we may still idealize our models but with these tools we can dive into the nitty gritty when need be. You'll see how any system can be modeled. How even the motion of walking comes about from signals and systems. Further, you'll see how almost all interesting systems, including walking, are systems on the brink of total instability. Everytime you take a step, you let yourself fall before catching yourself, propulsion via constantly recoving from a state of instability. With our bodies, we have our own trained muscles and mind to thank for our ability to catch ourselves, but to design great things, we need to make circuits, write code, and devise ways of making and capturing data that takes advantage of these same facts. Signals and Systems is about harnessesing instability to make it do work for us.


Below is a 54 video series that totals around 13 hours

MIT Signals and Systems Lectures (YouTube)

But, if you’d rather learn out of a textbook, if you go looking online you might just be able to stumble upon a 100% super-duper legal way to obtain Alan V. Oppenheim, Alan S. Willsky, with S. Hamid-Signals and Systems with ISBN 978-0138147570 published by Prentice Hall which is now a subsidiary of Pearson, a textbook publisher which can, and this is 100% true, go fuck themselves.


One of the most important things in Signals is the Fourier Transform. Fortunately, quality content about it is abundant. This site, An Interactive Introduction to the Fourier Transform

provides a great introduction for developing an intuition about it graphically, while “But what is the Fourier Transform? A visual introduction. (YouTube, 3Blue1Brown)” goes a bit more into the math by the end.

[TODO] put in all notes from class here to provide a half decent resource

Extra Resources:

Intuitive Guide to Convolution

https://en.wikibooks.org/wiki/Signals_and_Systems

A 313 Part - not even kidding - playlist on Signals and Systems on YouTube

A 95 Video series, in case that 313 parter left you needing more.

The Scientist & Engineer’s Guide to Digital Signal Processing, 1999 (Analog Devices)

DSP Spreadsheet: The Goertzel Algorithm is Fourier’s Simpler Cousin (Hackaday, Al Williams)

What does the Laplace Transform really tell us? (Zach Star, YouTube)

What does frequency mean in an image (Stack Exchange)

Triple Pendulum on a Cart & Inverted Pendulum on a Cart (Steve Brunton’s Control Bootcamp on YouTube)

Poisson’s Equation is the Most Powerful Tool not yet in your Toolbox (Matt Ferraro)

What Is a Signal? #

[TODO] Properties of waves + Discrete signals

  • Phase, Frequency, Wavelength, Amplitude & Db & LuFS, Bandwidth

How Do I work with signals? #

[TODO] Basic signal transformations, shifts, scaling, etc. sneak peek at Frequency Domain

Important Signals #

[TODO] Sinusoidal

[TODO] Unit Step

[TODO] Impulse (delta)

[TODO] Triangle

[TODO] Rectangle

[TODO] Sinc

Properties of Signals #

[TODO] Memory - system is only dependent on input at the same time as the input

[TODO] Invertability - inputs give distinct outputs

[TODO] Causal - output doesn’t depend on future events/data

[TODO] Stability - small inputs don’t cause divergence, easier to think of it as fragility?

[TODO] Time Invariance - Running the same experiment at a different time will still yield the same results

[TODO] Linearity - if you put in A and get Y, put in B and get Z, then putting in A+B should give you Y+Z. Similarly, 2A should give you 2Y.

LTI - Linear Time Invariant Systems #

  • Distributive, Associative, Invertability, Stability (if summable < inf)

[TODO] Convolution

[TODO] Fourier Decomposition

[TODO] Filtering

[TODO] Fourier Transform - Discrete & Continuous

[TODO] Sampling

  • Nyquist
  • Aliasing
  • Interpolation & Sinc fn

[TODO] Laplace Transform, Region Of Convergence

[TODO] Pole-Zero Plots

[TODO] Z-Transform & Inverse

- and properties, ref *The Book* pg. 775

[TODO] Linear Feedback Systems

[TODO] PLLs



If you would like to support my development of OpGuides, please consider supporting me on GitHub Sponsors or dropping me some spare change on Venmo @vegadeftwing - every little bit helps ❤️