Improved NMEA Line reader

Versión 1.2.0.0 (10,3 KB) por Lex
Reads NMEA 0183 Sentences
3,1K descargas
Actualizado 26 feb 2014

Ver licencia

Reads a NMEA 0183 string into a datastructure. This file is a re-factor/extension of the original parser by Adam Leadbetter. It uses findtext instead of manual array manipulations. It also reads all of the data from the $GPGGA string, including altitude and fix quality.

Citar como

Lex (2024). Improved NMEA Line reader (https://www.mathworks.com/matlabcentral/fileexchange/45616-improved-nmea-line-reader), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre String Parsing en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: NMEA 0183 Sentence Reader

Inspiración para: Further Improved NMEA Line Read

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Added XOR checksum. Updated parsing method.

1.1.0.0

changed function name in 1st line of file to match filename.

1.0.0.0