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

IRA:Whether staID and location information are in dqpsk? #192

Closed
cyqsir opened this issue Mar 25, 2024 · 2 comments
Closed

IRA:Whether staID and location information are in dqpsk? #192

cyqsir opened this issue Mar 25, 2024 · 2 comments

Comments

@cyqsir
Copy link

cyqsir commented Mar 25, 2024

Whether staID and location information are in dqpsk?Is the timestamp decoded or added manually?Whether bpsk is useless for decoding IRA?Whether there is documentation for the code package detailed description?
Thank you for your answer!

@schneider42
Copy link
Member

The unique word (UW) is sent as BPSK (0x789). The actual data is DQPSK.

We decode the UW also as DQPSK (it's simply easier that way) that's why you see a bunch of '00' and '11' at the start of the frame.

The timestamp is based on the the time the capture started an the sample number (from the SDR) where the unique word of the frame starts. It is not something transmitted by the satellite. If you have a GPSDO with 1 PPS, a supported SDR (USRP) and enabled this in the config (https://github.com/muccc/gr-iridium/blob/master/examples/usrp-b2x0-uhd.conf#L13), the timestamp is based on GPS time.

@schneider42
Copy link
Member

Please let us know if you have further questions.

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