I am acquiring data from 1 channel only.
I need to save that to a spreadsheet file.
I want to verify that my code for saving is accurate.
Sampling rate = 1000
Number of sample per channel = 1000
I have acquired data for 10 minutes.
how many data points should I except in the text file.
Is it
samplingrate* time of acquisition
or
samplingrate*number of samples* time of acquisitoon.
I am confused about the 'number of samples per channel' .
Does this mean that each time the channel is scanned it is actually reading 1000 samples!...so in one second it is reading 1000*1000 samples!..
I know i must be wrong...so please clarify..
thanks
aspired