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

How can I get the amplitude map of IQ data in debug mode? #149

Open
1benpaodewoniu-wp opened this issue Jan 9, 2020 · 7 comments
Open

Comments

@1benpaodewoniu-wp
Copy link

Hello there,
Your project is very good. I am very happy to follow your open source project and follow your step by step instructions to successfully track and obtain the aircraft information. The problem now is how to display the IQ data. I still do not understand how to do it The Debug.html file loaded directly by the browser on the terminal cannot be displayed. What should I do? Where is the original IQ data stored and how is it obtained? thank you very much!

@sdradsb
Copy link

sdradsb commented Jan 30, 2020

I am also facing the same issue. I would like to know from where I can get the I/Q data or where it is being dumped. Did you by any chance figure it out? I would really appreciate if anyone could help me with this.

@dgoadby
Copy link

dgoadby commented Jan 31, 2020

I took a look at the code in dump1090.c . The SDR reads are done in a background thread using a callback "rtlsdrCallback" which is set in "readerThreadEntryPoint". The easiest place to get I/Q data would be the function void "computeMagnitudeVector(void)" as this takes the I/Q data from Modes.data to calculate a magnitude vector. You could use a pipe or FIFO to send the I/Q data from here to another task.

@sdradsb
Copy link

sdradsb commented Feb 10, 2020

Thank you for the reply. I am trying to collect the raw IQ for each ADS-B signal. Right now I am getting the output.bin which has all the IQ samples. Is there anyway I could differentiate an IQ for each ADS-B signal. I would really appreciate your help. Thank you

@1benpaodewoniu-wp
Copy link
Author

Thank you for the reply. I am trying to collect the raw IQ for each ADS-B signal. Right now I am getting the output.bin which has all the IQ samples. Is there anyway I could differentiate an IQ for each ADS-B signal. I would really appreciate your help. Thank you

Hello, do you know how to store IQ raw data? In the command I got the decoding information of the ADS-B signal, but I still don't know how to store the original data. If anyone can help me, I would appreciate it, thank you!

@1benpaodewoniu-wp
Copy link
Author

Hello! Did you get the original IQ data output.bin file through the following command?
rtl-sdr -f1090000000-s 2000000-g50 output.bin
How can this file be found on the computer? Or does it only show results on the terminal?
I would be especially grateful if someone could help me!

@totot077
Copy link

totot077 commented Jan 3, 2021

وءىعء

@totot077
Copy link

totot077 commented Jan 3, 2021

s do

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

4 participants