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

Vita49 to sigmf converter #850

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SimonWittkowski
Copy link

@SimonWittkowski SimonWittkowski commented Mar 22, 2024

Current status of a Vita49 to SigMF converter. It is still WIP, and will be continued in july 2024. Due to the lack of test data it is currently only tested with self generated vita49 testdata (validated with Matlab vita49 reader).
Change the path in vita49_file_reader to your vita49 file and run vita49_file_reader to convert your vita49 data to sigMF. Converting DIFI packets should be possible as well as DIFI is Vita compliant.

@@ -18,7 +18,7 @@ class Header:

# *Attributes - First Word:*

- packet_type: (4bit) 0 -> data packet without StreamID, 1 -> data packet with StreamID, 4 -> context packet
- packet_type: (4bit) 0 -> da ta packet without StreamID, 1 -> data packet with StreamID, 4 -> context packet
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably typo

@777arc
Copy link
Contributor

777arc commented Apr 2, 2024

Btw I wrote a super short but efficient script to pull out the IQ samples from the DIFI Data packets and produce a binary IQ file, I'm not sure if it works with all versions of DIFI but it worked with the hardware I have at my disposal (Kratos SNWB). Also ping me on Discord if you need the DIFI specs pdf for each version.

https://raw.githubusercontent.com/DIFI-Consortium/DIFI-Certification/main/difi_to_binary_iq.py

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

Successfully merging this pull request may close these issues.

None yet

3 participants