JvanKatwijk / wfm-rpi

simple fm receiver for use on (a.o) on a Raspberry PI 2
Other
15 stars 8 forks source link

Modifying decimation and filtering #2

Open dmooney65 opened 6 years ago

dmooney65 commented 6 years ago

Hi,

Have built and can run wfm-rpi but I'd like to run it on a faster system so would like to know how I can modify the code which decimates the input sampling to work on the pi. With the default setup stereo listening is pretty poor.

Thanks

JvanKatwijk commented 6 years ago

if you are using a dabstick, then you can at first set the samplerate to 960 rather than 1920 in the file rtlsdr-handler/rtlsdr-handler.cpp

2018-08-09 14:45 GMT+02:00 dmooney65 notifications@github.com:

Hi,

Have built and can run wfm-rpi but I'd like to run it on a faster system so would like to know how I can modify the code which decimates the input sampling to work on the pi. With the default setup stereo listening is pretty poor.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/wfm-rpi/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwGJ9RsoXwarCP3nexevXk2u_fvcKks5uPC7QgaJpZM4V1oAp .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

dmooney65 commented 6 years ago

Thanks for your reply. I'll have a look around.