Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No telemetry decoder .mat files #771

Open
jnunezortuno opened this issue May 6, 2024 · 7 comments
Open

No telemetry decoder .mat files #771

jnunezortuno opened this issue May 6, 2024 · 7 comments

Comments

@jnunezortuno
Copy link

jnunezortuno commented May 6, 2024

I'm trying to log tne GPS L1/CA NAV message adding following lines to the conf file:

TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
TelemetryDecoder_1C.dump=true
TelemetryDecoder_1C.remove_dat=false

I get a fix after 40 seconds and obtain the .dat files, but there are no .mat files.

I'm using GNSS-SDR v0.0.18.

@jwmelto
Copy link
Contributor

jwmelto commented May 6, 2024

The matlab files are generate at program shutdown, not "just in time". You probably want to record some signal that demonstrates your desired condition and do a file playback of it. The program will terminate at end of file and you will get your .mat files.

@jnunezortuno
Copy link
Author

jnunezortuno commented May 6, 2024

Yes, I am using a generated time-limited signal. At the end of execution no .mat files are generated

@jwmelto
Copy link
Contributor

jwmelto commented May 6, 2024

See here. Your program must terminate cleanly (object destructors must fire) and you need BOTH .dump=true and .dump_mat=true

@jnunezortuno
Copy link
Author

Added TelemetryDecoder_1C.dump_mat=true but still doesn't works for me

@jnunezortuno
Copy link
Author

Actually a message indicating .mat file creation is generated by GNSS-SDR but there is no .mat files, only .dat files.

Position at 2024-May-06 16:08:52.500000 UTC using 6 observations is Lat = X [deg], Long = Y [deg], Height = Z [m]
Velocity: East: -0.14 [m/s], North: -0.29 [m/s], Up = 0.23 [m/s]
Current receiver time: 1 min 1 s
Stopping GNSS-SDR, please wait!
Generating .mat file for telemetry0
Generating .mat file for telemetry1
Generating .mat file for telemetry2
Generating .mat file for telemetry3
Generating .mat file for telemetry4
Generating .mat file for telemetry5
Generating .mat file for telemetry6
Generating .mat file for telemetry7
Stopping TCP/IP server on port 2101
Total GNSS-SDR run time: 35.68 [seconds]
GNSS-SDR program ended.

@jwmelto
Copy link
Contributor

jwmelto commented May 7, 2024

can you share your config and data file? I've never had issue with the .mat files before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants