Can AIS catcher support writing IQ audio files #352
Replies: 3 comments 5 replies
-
Hello! At the moment, not yet. It is in the works though as it has been requested a few times. Also have thought about how to implement it, just need to do it. What you can currently do is record with SDR# at 162 MHz, write as a WAV file and then read it in AIS-catcher with -w. Can you say a bit more about your use case? Are you ok with a downsampled signal (to 192K) or looking at the raw signal coming from the AirSpy (say at 6MHz)? Thanks! Jasper |
Beta Was this translation helpful? Give feedback.
-
Added something experimental. It can be activated via It is essentially a decoding model that only writes the IQ stream to file. So, to enable this decoding model and the regular one and take input from a file (posterholt.raw for testing):
Now I can decode this wav file as follows:
This has not been thoroughly tested. |
Beta Was this translation helpful? Give feedback.
-
I want to directly obtain float type data from the callback function of Airspy on AIS catcher, convert this data into a 96k file (preferably the smaller the file, the better, but the minimum supported in AIS catcher code is 96k), and then this file can still be replayed through the - w parameter of AIS catcher. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi jvde-github!
I use Airspy R2 to receive AIS signals, but I have a requirement to write the IQ signal of AIS as a WAV audio file. However, my verification is to play it again through the playback file of AIS catcher, but I don't know how to implement this. Do you have any development plans for this? Or can you give some suggestions on how to develop this area?
Beta Was this translation helpful? Give feedback.
All reactions