-
Notifications
You must be signed in to change notification settings - Fork 548
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
SigMF support #988
Comments
yes that would make handling IQ data much more versatile for both replay of IQ data within GQRX and for out of GQRX analsysis. |
Bump on this thread. It'd be super to see this functionality in GQRX. I guess it's split into two parts of effort:
The 2nd part is a bit more difficult to handle, as SigMF can support several dataformats, and GQRX afaik, handles everything for the most part internally as fc32. IMO a good start would be to just support the 1st item as it'd make the recordings output by GQRX a bit easier to work with other programs that use SigMF. |
100% agreed that this can be split into two parts, and that part 1 would be the easier of the two. I'd love to see it as a new feature in 2.16. |
From a very preliminary look at the code it looks like everything that would be required for part 1 would be to:
Did I miss something here? I'm gonna have a go at making a merge request for this. My one question would be if I should hide this with some feature flag (either compile time or as a chooser in the iq recorder dialog). |
It would be nice if Gqrx used SigMF to save metadata when making I/Q recordings. It could also use the metadata (if available) when playing back I/Q recordings.
The text was updated successfully, but these errors were encountered: