Is there a way to sample the accelerometer and gyroscope at different sampling rates in the IMU model?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to use two distinct sample rates for the accelerometer and gyro in the IMU model. Is there a way to do so?
0 件のコメント
回答 (1 件)
SaiDileep Kola
2020 年 12 月 24 日
Hi,
Is it convenient to use both of them individually with distinct sampling rate, if so you can use the examples provided here as
imu = imuSensor('SampleRate', Fs, 'Accelerometer', params);
or can you describe your use case,
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!