2016 European Navigation Conference (ENC) 2016
DOI: 10.1109/euronav.2016.7530551
|View full text |Cite
|
Sign up to set email alerts
|

Inertial sensor arrays — A literature review

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
41
0

Year Published

2016
2016
2024
2024

Publication Types

Select...
7
1
1

Relationship

1
8

Authors

Journals

citations
Cited by 77 publications
(43 citation statements)
references
References 187 publications
0
41
0
Order By: Relevance
“…Here J hs denotes the Jacobian of h s (ω). From the Fisher information matrix in (16) we can see that for the considered type of array, the CRB for the specific force is given by…”
Section: A Square Arrays With Uncorrelated Measurement Errorsmentioning
confidence: 99%
“…Here J hs denotes the Jacobian of h s (ω). From the Fisher information matrix in (16) we can see that for the considered type of array, the CRB for the specific force is given by…”
Section: A Square Arrays With Uncorrelated Measurement Errorsmentioning
confidence: 99%
“…Published in 2016, Nilsson and Skog assembled an impressive literature review on the subject of MEMS sensor arrays that became a valuable resource for this investigation [19]. They give a very brief explanation of the paradigms common to sensor array research and reference over 300 publications.…”
Section: Literature Reviewmentioning
confidence: 99%
“…The code written in the Arduino language (C++) for the recoding of measurements from the IMUs is given in this appendix. // ---Encoder ---: Encoder encoder (18,19); float encoderRatio = 4096.0/180.0; float encoderAngle; // ---IMU_0 ---: MPU9255 IMU_0; int16_t accelVect_0 [3]; int16_t gyroVect_0 [3]; int16_t magVect_0 [3]; int16_t tempData_0; // ---IMU_1 ---: MPU9255 IMU_1; int16_t accelVect_1 [3]; int16_t gyroVect_1 [3]; int16_t magVect_1 [3]; int16_t tempData_1; // Timer Variables: float loopTime = 0; // (sec) unsigned long loopTime_desired = 10000; // (micro-seconds)adjust for desired cycle rate -10000 for Hz, 92000 for 95Hz float totalTime = 0; // (sec) unsigned long timerStart = 0; // (sec) void setup() // Setup Loop { Serial.begin(115200); //Start the serial connection.…”
Section: Appendix A: Optimized Kalman Filter Codementioning
confidence: 99%
“…The module for digital processing enables the implementation of a number of algorithms, related to improving the quality of the measurement information [6,7,8,9]. These algorithms can be based on mathematical models, allowing both the expansion of the types of the measurement information, and the increase of the accuracy of measurement [10]. It is through this module that algorithms for correction of the error from nonlinearity can be implemented.…”
Section: Fig1 Structural Diagram Of a Measuring Instrumentmentioning
confidence: 99%