12-27-2014 11:33 AM
hi,
could you tell me how can i determine exactly the sampling period of my digital data.
thank you.
12-27-2014 12:08 PM
arhemza wrote:could you tell me how can i determine exactly the sampling period of my digital data.
Your question seems unrelated to the existing discussion of this thread.
You also need to be much more specific:
12-27-2014 01:24 PM
I made an acquisition of data for the current and the voltage,
so I have an array of data and the current vs voltage curve, I would like to draw the derivative, so I need to sample the data.
12-27-2014 02:53 PM
The sampling period is entirely determined by the acquisition parameters.
12-27-2014 03:02 PM
ok i have this parameter;
the acquisition was made with this parameter ( 15 bytes per packet, 115200 baude rate ).
12-27-2014 04:14 PM
These are the serial communication parameters. They have nothing to do with the sample timing (except for giving an upper limit).
12-27-2014 04:56 PM
my acquisition was done with the interface of arduino and labveiw, so can you tell me what are the parameters you talking about,
12-27-2014 06:52 PM
Only you know how often you sample the input. If this is not clear to you, maybe you should start with a simpler problem.
12-28-2014 05:13 AM
I made the acquisition for 156 points, and the time between two point is 100ms.
01-05-2015 01:23 PM
anyone can help me to samling the signal.