by William Fehlhaber | Mar 29, 2019 | Digital Signal Processing, Filter Design, Python, Signal Analysis, Will Fehlhaber
In the previous article of this series, I showed you how we can take an FIR filter and analyze its properties using the Z-Transform. I showed you how the Z-Transform is conducted using a small number of coefficients for a single value of z. This is a tedious process....
by William Fehlhaber | Mar 15, 2019 | Digital Signal Processing, Filter Design, Signal Analysis, Will Fehlhaber
Let’s continue on with our tour of the Z-Transform for understanding digital system design. In this article we are going to look at an FIR Filter as an example system. We will examine the system using the Z-Transform and graph out the entire analysis. If you...
by William Fehlhaber | Dec 28, 2018 | Digital Signal Processing, Signal Analysis, Will Fehlhaber
In one of my Github repositories I included 3 signals: Dirac DeltaLinear Sine SweepLogarithmic Sine Sweep I explained the Dirac Delta and why we use it in my article: What Is An Impulse Response? However, I have not explained why I bothered including...
by William Fehlhaber | Dec 18, 2018 | Digital Signal Processing, Signal Analysis, Will Fehlhaber
In audio programming, we are concerned with using computers to capture, measure, analyze and manipulate audio signals. If you are working with audio or DSP you will have to understand some basics of wave interaction. What is a Wave? For our most basic case, we can...
by William Fehlhaber | Dec 18, 2018 | Digital Signal Processing, Signal Analysis, Will Fehlhaber
We get a lot of questions about DSP every day. In this article I am going to illustrate how Digital Audio works, and how your computer works with audio data. This is a high level overview that will introduce you to fundamental aspects of digital audio. A Familiar...
by William Fehlhaber | Dec 18, 2018 | Digital Signal Processing, Signal Analysis, Will Fehlhaber
We get a lot of questions about DSP every day and over the course of an explanation; I will often use the word Impulse Response. Almost inevitably, I will receive the reply: What Is An Impulse Response? In signal processing, an impulse response or IR is the output of...
Recent Comments