We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i am trying to build a chain for POCSAG decoding.
ALready used rtl_fm & multimon - works like a charm.
Now i am trying to use rtl_tcp and csdr for fm decoding. In my understanding, the deemphasis_nfm_ff is not useable as the BW is too narrow.
Tried this chain: (Incoming IQ - BW 1024000, Output SR 22050)
'csdr convert_u8_f |'+ 'csdr shift_addition_cc 0.126953125 |'+ 'csdr fir_decimate_cc 46 0.0010869565217391304 BLACKMAN |'+ 'csdr fmdemod_quadri_cf |'+ 'csdr limit_ff |'+ 'csdr deemphasis_wfm_ff 22050 50e-6 |'+ 'csdr fastagc_ff 1024 |'+ 'csdr convert_f_s16'
But result is just garbage
Whitch screws i have to turn?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
i am trying to build a chain for POCSAG decoding.
ALready used rtl_fm & multimon - works like a charm.
Now i am trying to use rtl_tcp and csdr for fm decoding.
In my understanding, the deemphasis_nfm_ff is not useable as the BW is too narrow.
Tried this chain:
(Incoming IQ - BW 1024000, Output SR 22050)
But result is just garbage
Whitch screws i have to turn?
The text was updated successfully, but these errors were encountered: