diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2024-11-20 11:34:08 +0000 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2024-11-20 11:34:08 +0000 |
commit | 64c4bb21eeaf9a410003e4fcfe70c42f813c30b1 (patch) | |
tree | 5da2cf72ddde48e62e946b880ac597188c227c36 /md/notes/sdr/topics.md | |
parent | 4956302405d03bd44a145fdbe6a9d1a056749735 (diff) | |
download | md-content-64c4bb21eeaf9a410003e4fcfe70c42f813c30b1.tar.gz md-content-64c4bb21eeaf9a410003e4fcfe70c42f813c30b1.zip |
Initial SDR level posts
Diffstat (limited to 'md/notes/sdr/topics.md')
-rw-r--r-- | md/notes/sdr/topics.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/md/notes/sdr/topics.md b/md/notes/sdr/topics.md new file mode 100644 index 0000000..756c891 --- /dev/null +++ b/md/notes/sdr/topics.md @@ -0,0 +1,20 @@ +title: Software Defined Radio Topics +keywords:blog,projects + +# + +Experiments with SDR in code and software + +## Topic + +| Link | Note | +| --- | --- | +| [GNU Radio Airspy](/notes/sdr/gnu_radio_airspy.md) | setup AirSpy with Soapy| +| [GNU Radio AirspyHF](/notes/sdr/gnu_radio_airspy_hf.md) | setup AirSpyHF with Soapy| +| [GNU Radio BladeRF](/notes/sdr/gnu_radio_bladerf.md) | setup BladeRF with Soapy | +| [GNU Radio RtlSDR](/notes/sdr/gnu_radio_rtlsdr.md) | setup RtlSdr with Soapy | +| [GNU Radio receive FM](/notes/sdr/gnu_radio_receive_fm.md) | receive FM with all SDR's | +| [GNU Radio receive CW](/notes/sdr/gnu_radio_receive_cw.md) | receive CW with AirSpyHF | +| [GNU Radio receive AM](/notes/sdr/gnu_radio_receive_am.md) | receive AM with AirSpyHF | +| [GNU Radio receive BPSK](/notes/sdr/gnu_radio_receive_bpsk.md) | gnuradio | +| [BladeRF USB benchmarks](/notes/sdr/bladerf_usb_benchmark.md) | bladerf, test local computer for IQ benchmarks | |