Raw data sampling rate information
Mostra commenti meno recenti
I am collecting data from two sensors. Although the sensor data sheet provides sampling rate information, I want to confirm sampling rate independently from the raw data. Unfortunately, I do not have time stamp data with the raw data. Is there a better method you recommend to cross check the sampling rate of a time series data from the raw data itself?
6 Commenti
Walter Roberson
il 23 Gen 2017
How are you collecting the data? The methods we suggest might be different for "reading from serial port" compared to "using Instrument Control Toolbox with a VISA driver" compared to "using Session-based Data Acquisition Toolbox with an NI-DAQmx device"
Madhu Kodappully
il 23 Gen 2017
Modificato: Madhu Kodappully
il 23 Gen 2017
Guillaume
il 23 Gen 2017
Unless the sensor does its own data acquisition, the sampling rate is independent of the sensor and only dependent on the device that does the acquisition (as long as you're within the frequency response of the sensor of course).
Madhu Kodappully
il 23 Gen 2017
Guillaume
il 23 Gen 2017
Either I'm misunderstanding something or your question makes absolutely no sense. The sampling rate is an intrinsic property of your acquisition system. If you don't have the time at which the samples are acquired there's no way for you to know after the fact how frequently it was acquired.
e.g: I'm measuring the temperature of my office. I've measured [16 17 17 18 18 17 17]. Can you find the sampling rate from these values? No, you can't. Only I, the acquisition system, can tell you how frequently I measured it.
Madhu Kodappully
il 24 Gen 2017
Risposte (1)
Jan
il 23 Gen 2017
0 voti
You can check this with a defined signal. If you meaure e.g. a pressure, press the sensore for 1 second and count the length of the signal. Repeat this measurement to get a more accurate mean value.
4 Commenti
Madhu Kodappully
il 23 Gen 2017
Jan
il 23 Gen 2017
No. If the rate has not been recorded, there is no way to guess it.
Madhu Kodappully
il 24 Gen 2017
Walter Roberson
il 24 Gen 2017
If your data has already been recorded and does not have time stamps then it is not possible to figure out the sampling rate.
If you were recording data "live" with MATLAB but wanted to check the rate at which data was actually being recorded, then there might be some possibilities. For example even though you might have instructed a device to send at 20 Hz, that does not mean that the device is really sending at 20 Hz and it does not mean that MATLAB is able to read at 20 Hz without losing data, so asking about the real rate that data is coming across is meaningful. However, that only works when the data is not pre-recorded.
Categorie
Scopri di più su Data Acquisition Toolbox Supported Hardware in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!