Understanding Filter Characteristics

Recently when discussing with an engineering student the characteristics of filters, it became clear that some confusion exists around this subject area. This note attempts to explain the differences between types of filter and the effects of the parameters of those filters. (more…)

Continue ReadingUnderstanding Filter Characteristics

Interpolation Versus Resampling To Increase The Sample Rate

These are two different techniques aimed at different objectives. First consider a simple sinewave that has been sampled close to the Nyquist frequency (sample rate/2).

Figure1

Visually this looks very pointy. We will examine it using a filter based interpolation and a classical curve fitting procedure to obtain a better representation.

(more…)

Continue ReadingInterpolation Versus Resampling To Increase The Sample Rate

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.

(more…)

Continue ReadingCleaning Up Data

Don’t Let Spikes Spoil Your Data

In many real-world applications it is impossible to avoid “spikes” or “dropouts” in data that we record. Many people assume that these only cause problems with their data if they become obvious. This is not always the case. Consider the following two time histories.

(more…)

Continue ReadingDon’t Let Spikes Spoil Your Data