View Single Post
Old 07-16-2010, 07:35 AM   #49
Barry Bordes
Rotary Fanatic
 
Barry Bordes's Avatar
 
Join Date: Feb 2008
Location: Slidell, LA
Posts: 191
Rep Power: 18
Barry Bordes is on a distinguished road
Quote:
Originally Posted by vex View Post
Windowing occurs when you sample something too slowly and the result is a different reading altogether. For instance say you take a sample of a simple sine wave with a frequency (i'll keep it simple) of 4khz. If you sample that same sine wave at some other frequency that is less than 4khz you could get some surprizing results. Windowing would occur and you may end up looking at a cosine wave with a frequency of 2.3khz and a different amplitude that fluctuates over time. Not exactly what you're looking at? For DAQ's it is a good rule of thumb to sample at twice the frequency than what your expecting to be as your function. IE: if you are ever going to see 48khz in a function you'd want to sample double that to ensure you don't have window the function.

There is also another windowing occurance which usually helps in DAQ systems and is fairly easily explained in the following wiki article:
http://en.wikipedia.org/wiki/Window_function
Vex,

I believe the program will throw an error code when the data is not acceptable.

Barry
Barry Bordes is offline   Reply With Quote