Line 1: Line 1:
Aliasing is what occurs when a signal is not able to be completely reconstructed due to an insufficient sampling rate. This phenomenon may occur if the sampling frequency is below what is known as the Nyquist Frequency. The Nyquist Frequency can be expressed as: <math>F = Fs*2</math> where Fs is the highest frequency in the signal.  
+
Aliasing is what occurs when a signal is not able to be completely reconstructed due to an insufficient sampling rate. This phenomenon may occur if the sampling frequency is below what is known as the Nyquist Frequency. The Nyquist Frequency can be expressed as: <math>F_n = F_s*2</math> where <math>F_s</math> is the highest frequency in the signal.  
  
 
To show some of the dangers of aliasing here are some examples.  
 
To show some of the dangers of aliasing here are some examples.  
  
Example 1: Say you have the signal <math> x(t)= cos(2*pi*50t) </math>
+
Example 1: Say you have the signal <math> x(t)= cos(2*\Pi*50t) </math>
  
 
Then the Nyquist Frequency would be <math> 2*50Hz = 100Hz </math>
 
Then the Nyquist Frequency would be <math> 2*50Hz = 100Hz </math>
 
  
  

Revision as of 05:53, 23 September 2009

Aliasing is what occurs when a signal is not able to be completely reconstructed due to an insufficient sampling rate. This phenomenon may occur if the sampling frequency is below what is known as the Nyquist Frequency. The Nyquist Frequency can be expressed as: $ F_n = F_s*2 $ where $ F_s $ is the highest frequency in the signal.

To show some of the dangers of aliasing here are some examples.

Example 1: Say you have the signal $ x(t)= cos(2*\Pi*50t) $

Then the Nyquist Frequency would be $ 2*50Hz = 100Hz $



While sampling above the Nyquist Frequency will eliminate aliasing it is possible to sample below it and still not get aliasing, however this depends on the signal itself and is not recommended for general sampling.

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett