gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
3.03k stars 540 forks source link

AM unselective receiver #654

Open deckbsd opened 6 years ago

deckbsd commented 6 years ago

Hello,

I saw in video on youtube ( time : 13:15) of a gnu radio receiver that automaticaly catch the biggest amp signal and select it. It could be really cool for example the airband. Of course this will only be available with AM modulation, but i think it could be great. I don't know if i explained it clearly, but here are some few links about it :

https://kpreid.livejournal.com/ https://github.com/kpreid/shinysdr

Unfortunatly i'm not comfortable enougth with gnu radio and math to do it myself :/

Don't hesitate to ask for more informations, i wrote this issue very quickly.

amontefusco commented 6 years ago

What has your question had to do with gqrx? Ask on the Gnu Radio mailing list (discuss-gnuradio@gnu.org) rather.

deckbsd commented 6 years ago

Because gqrx is powered by gnu radio and the guy did it with gnu radio, so it should be compatible ... so it could be cool to have this capability inside gqrx instead of running again an other software aside for one capability. But if it s not possible so ok.

amontefusco commented 6 years ago

It is available in theory; you have just to add a little bit of c++ code in order to integrate any GR module you need.