-
Notifications
You must be signed in to change notification settings - Fork 169
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
Help creating a working chain... #18
Comments
I can't try it, anyway I guess that: elad_sdr_24 7070000 0 | csdr convert_s24_f | csdr shift_addition_cc $(python -c "print (7073000-7070000.)/192000") | csdr fir_decimate_cc 4 0.05 HAMMING | csdr bandpass_fir_fft_cc -0.1 0 0.05 | csdr realpart_cf | csdr agc_ff | csdr limit_ff | csdr convert_f_s16 | mplayer -cache 1024 -quiet -rawaudio samplesize=2:channels=1:rate=48000 -demuxer rawaudio - |
There might as well be an endianness problem, which can be fixed with |
I'll try asap and let you know. Http://www.iu5hes.itIl 09 ott 2016 20:42, "András Retzler" notifications@github.com ha I can't try it, anyway I guess that: elad_sdr_24 7070000 0 | csdr convert_s24_f | csdr shift_addition_cc — |
...will have around 4.8 kHz.
...will have 2.7 kHz, with a transition BW of 96 Hz. |
I hope it is solved by now. |
Hi!
I'm fighting with my receiver and csd for months...and cannot find a valid "chain" of commands to decode some audio...
My receiver outputs samples at a samplerate of 192khz 24 bit integer...
What i would like to do is: tune the receiver to a central frequency (for example 7070000) and decode an lsb audio signal at 7073000 (so +3 khz from the tuned freq) with a bandwidth of 2.7khz (standard ham audio bandwidth).
The output of the soundcard is 44.100 (i'm using a raspberry 3 with the classic 3.5mm jack).
The receiver outputs samples in this way:
elad_sdr_24 7070000 0 | csdr... (where frequency is 7070000 and 0 means infinite samples).
Can someone provide me the command to use?
Many thanks!
'73 de IU5HES
http://www.iu5hes.it
The text was updated successfully, but these errors were encountered: