Audio Equalisation Filter & Parametric Filtering

When working with audio signals a common requirement is to be able to equalise, cut or boost various frequency bands. A large number of hardware devices on the market provide this capability. The key aspect is that such filters are able to control bandwidth, centre frequency and gain separately. There are broadly two classes of filter used, a “shelving” filter and an “equalising “filter (also known as a “peak” filter). A shelving filter is akin to low pass and high pass filters. An equalising filter is like a bandpass or band reject filter.

Continue reading…

Cleaning Up Data

When we have a very noisy signal with a large number of spikes and signal bursts then if all else fails try Median Filtering. This is a technique often used in cleaning up pictures. The operation is almost childishly simple in concept but we will save the details until we have examined an example.

Continue reading…

Data Smoothing : RC Filtering And Exponential Averaging

What are RC Filtering and Exponential Averaging and how do they differ? The answer to the second part of the question is that they are the same process! If one comes from an electronics background then RC Filtering (or RC Smoothing) is the usual expression. On the other hand an approach based on time series statistics has the name Exponential Averaging, or to use the full name Exponential Weighted Moving Average. This is also variously known as EWMA or EMA.

Continue reading…