09-02-2015 01:04 PM
I am reading a sine wave using a DAQ with a sampling frequency of 250Hz. Once I acquire the signal, I get the Y component of the signal and multiply it with a factor inside a matlab script. I use the build waveform function to get the waeform back and display it. If I set the dt component of my build waveform function to 0.01, does that mean that the signal is being resampled at 100Hz ?
Solved! Go to Solution.
09-02-2015 01:36 PM
@navinavi wrote:
If I set the dt component of my build waveform function to 0.01, does that mean that the signal is being resampled at 100Hz ?
Not exactly. You are just lying to the display giving it something that was sampled at 250Hz and claiming it was sampled at 100Hz. If you do any filtering on it or anything in the frequency domain, everything will be way off.
09-02-2015 03:18 PM
Thanks! Do you happen to know the difference between Resample waveform (continous) and Resample Waveform (Single shot) and Resample Waveform (constant to constant)?
09-07-2015 12:34 AM
hello sir.
i am very interested to learn this stuff and started doing some simple programs..
Now, im stack in making three waveform graphs, sine, square, triangular wave. i used the combo box for the choices of the three waves and connected to a case structure. But its not working, an error message said that its not connected.
Can you help me to have some samples of using the combo box with case structure?
Thank you
ai
09-08-2015 08:44 AM