Raw data sampling rate information
显示 更早的评论
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 个评论
Walter Roberson
2017-1-23
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
2017-1-23
编辑:Madhu Kodappully
2017-1-23
Guillaume
2017-1-23
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
2017-1-23
Guillaume
2017-1-23
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
2017-1-24
回答(1 个)
Jan
2017-1-23
0 个投票
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 个评论
Madhu Kodappully
2017-1-23
Jan
2017-1-23
No. If the rate has not been recorded, there is no way to guess it.
Madhu Kodappully
2017-1-24
Walter Roberson
2017-1-24
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!