From 99eac99e812e67cda98831e14291517e2a2d15f6 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sat, 11 Nov 2017 15:38:46 +0100 Subject: [PATCH] EXP radio --- applications/radio.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/applications/radio.nix b/applications/radio.nix index 72167c6..6f5b445 100644 --- a/applications/radio.nix +++ b/applications/radio.nix @@ -9,19 +9,30 @@ in mkIf true { -# puur que ça marche +# pour que ça marche # sudo rmmod dvb_usb_rtl28xxu +# lecture radio FM +# rtl_fm -f 96.9e6 -M wbfm -s 440000 -r 44100 - | aplay -r 44100 -f S16_LE +# rtl_fm -f 96.95e6 -M wbfm -s 441000 -r 44100 - | aplay -r 44100 -f S16_LE -t raw -c 1 +# rtl_fm -f 96.95e6 -M wbfm -s 441000 -r 44100 -E deemp - |pv| aplay -r 44100 -f S16_LE -t raw -c 1 + # Paquets environment.systemPackages = with pkgs; [ + ## TERMINAL + rtl-sdr # Turns your Realtek RTL2832 based DVB dongle into a SDR receiver + + ## GUI + #gnuradio + gnuradio-with-packages + + ## A Trier gnss-sdr # Global Navigation Satellite Systems software-defined receiver #gnuradio # Software Defined Radio (SDR) software #gnuradio-osmosdr # Gnuradio block for OsmoSDR and rtl-sdr - gnuradio-with-packages gqrx # GUI inspectrum # Tool for analysing captured signals from sdr receivers kalibrate-rtl # Calculate local oscillator frequency offset in RTL-SDR devices - rtl-sdr # Turns your Realtek RTL2832 based DVB dongle into a SDR receiver # Inutile