Rinex observation and navigation
이전 댓글 표시
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?
채택된 답변
추가 답변 (2개)
William Rose
2021년 3월 29일
0 개 추천
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
2024년 6월 19일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!