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

Reading SDRangel SigMF files #209

Closed
PeteK6TJ opened this issue Jul 17, 2022 · 8 comments
Closed

Reading SDRangel SigMF files #209

PeteK6TJ opened this issue Jul 17, 2022 · 8 comments

Comments

@PeteK6TJ
Copy link

SDRangel seems to write ci32 SigMF files, which it seems neither inspectrum nor gnuradio can read as SigMF. But in the inputsource.cpp source file of inspectrum, I added a ci32_le type entry and created a S32 sample converter (and a few others) by straightforward plagiarizing of the sample converters already in there. Now I can snoop around for short packets with SDRangel (which has a fast display), save a giant file, and use inspectrum to find what I want to analyze in gnuradio. Open and closed feature request??

@catkira
Copy link
Contributor

catkira commented Oct 17, 2022

@PeteK6TJ I would be interested. Can You make it public on Your github account?

@PeteK6TJ
Copy link
Author

PeteK6TJ commented Oct 17, 2022 via email

@catkira
Copy link
Contributor

catkira commented Oct 18, 2022

You can reach me at benjamin@menkuec.de

@catkira
Copy link
Contributor

catkira commented Oct 18, 2022

I quickly did a PR that adds support for ci32, since there is no answer here.
#214

@PeteK6TJ
Copy link
Author

PeteK6TJ commented Oct 18, 2022 via email

@catkira
Copy link
Contributor

catkira commented Oct 18, 2022

I dont see any code, but I already re-created the PR see here: #214

@schneider42
Copy link
Collaborator

This has been merged. Once you build/install inspectrum from source you will be able to make use of the feature. I don't know about timelines for a release so distributions can pick up the change.

@catkira
Copy link
Contributor

catkira commented Oct 19, 2022

Yes I know, I made the post before it was merged ^^

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

3 participants