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 Center および MATLAB AnswersString 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