filmov
tv
DSPcorner - HowTo Moving Average Filter in GNU Octave

Показать описание
In this video, I am going to show "quick&dirty" how to implement a moving average filter in GNU Octave. The moving average filter is a simple way to perform signal smoothing. Despite the "manual" implementation, you can also use the filter-command where you have to describe the filter according to the z-transform (not part of the video but for proper digital signal processing you have to understand the z-transform!). Enjoy the video :)
#
The code from the video is available here:
#
Some background about moving average filtering (also exponential; same procedure but with exponential averaging inside the filter window):
#
Z-transform representation of a moving average filter (FIR and IIR). Try it:
#
Hint: Whenever it comes to digital filters in signal processing, the z-transform is the fundamental tool to evaluate a certain design. Is the filter stable? What's the frequency domain response? etc.. Understand the z-transform to use the filter-command properly!
#
You can download GNU Octave here:
#
#
Thumbs up and subscribe if you like this type of content :)
#
The code from the video is available here:
#
Some background about moving average filtering (also exponential; same procedure but with exponential averaging inside the filter window):
#
Z-transform representation of a moving average filter (FIR and IIR). Try it:
#
Hint: Whenever it comes to digital filters in signal processing, the z-transform is the fundamental tool to evaluate a certain design. Is the filter stable? What's the frequency domain response? etc.. Understand the z-transform to use the filter-command properly!
#
You can download GNU Octave here:
#
#
Thumbs up and subscribe if you like this type of content :)
Комментарии