Improved NMEA Line reader

版本 1.2.0.0 (10.3 KB) 作者: Lex
Reads NMEA 0183 Sentences
3.1K 次下载
更新时间 2014/2/26

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 String Parsing 的更多信息
致谢

参考作品: NMEA 0183 Sentence Reader

启发作品: Further Improved NMEA Line Read

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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