configure the sampling frequency of gps receiver of "matlab mobile sensor" App
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have noticed that the Matlab mobile sensor app allows the user the set the sampling rate.
However, it only applies to the sampling frequency of the IMU measurements, but not to the GPS receiver.
As shown in the below screenshot, there are 60,901 measurements of the orientation angle (from IMU), but only 22 position data.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1077125/image.png)
Is there a way to set the sampling of the GPS receiver to the same rate as that of the IMU? so in this case, I will have 60901 measurements of the GPS data
0 Kommentare
Antworten (1)
Suraj
am 5 Sep. 2023
Greetings Qiqin
Due to the way position data is collected, the GPS sensor may not read out at the sampling rate set by the user. The mobile device operating system (Android or iOS) generates new data points based on device movement and currently there is no way for users to control the rate of readout on MATLAB Mobile.
I hope this helps.
Best regards,
Suraj.
1 Kommentar
Clayton Allen
am 13 Nov. 2024
So what would be the best way to incorporate the two measurements?
If you wanted to plot the two data points IMU and GPS.Speed (For example), would simply try to interpolate the time series on the GPS data points to fill in the gaps?
This moring, I did a sensor log of the Acceleration and GPS and I wanted to plot the Acceleration and GPS Speed over time. But because the two series aren't the same dimension, I have been contemplating how to navigate that.
Cheers,
Siehe auch
Kategorien
Mehr zu MATLAB Mobile finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!