Skip to content

Higher sample rate output after demod #363

Answered by charlie-foxtrot
aaknitt asked this question in Q&A
Discussion options

You must be logged in to vote

Not really sure what you're trying to do but it may be incompatible with the FFT based approach that rtl_airband uses.

The first stage uses an FFT to process the raw incoming samples. This is a computation heavy process but is the only thing that is done at the raw sample rate. The remaining processing uses single FFT bin's worth of data for each channel. This turns out to be a very efficient approach to support multiple channels coming from a single SDR as the FFT processing is a "fixed cost" and the processing required for each additional channel is at a much lower data rate.

This FFT approach also acts a bit like a bandpass filter in that it only selects a frequency range.

The default …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aaknitt
Comment options

Answer selected by aaknitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants