Rinex observation and navigation
Show older comments
I have tried everything I could get my hands on and nothing is working. What am I missing here that is not allowing me to transform my .o and .n files into something readable? Could someone download and run to see if I am forgetting to implement something?
Accepted Answer
More Answers (2)
William Rose
on 29 Mar 2021
0 votes
I suggest you post the .o and .n files whose names appear in Main_Lab3.m so people can run the program. Please tell the audience how navigation information is represented in these files and what exactly you mean by "transform the files into something readable". When you run your program, what happens? It looks like you expect the files to contain text (you are using fgetl(), which expects text). Why would a text file need to be transformed into something readable?
Could your .o and .n files be corrupted? Have you tested the files with other navigation programs?
Ryan Salvo
on 19 Jun 2024
0 votes
The rinexread command will let you load a RINEX OBS and NAV file into MATLAB. You can then visualize the NAV data by following this example.
Categories
Find more on Bartlett in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!