1.2 KiB
1.2 KiB
All tutorials are found on the GNU radio wiki here. Ones of interest to me are:
- Your First FlowGraph
- Python Block with Vectors
- Using GNURadio with SDR
- IQ & Complex Signals
- VOLK: What it is & Why it Rocks
Frequently asked questions:
- Is it possible to save the program on a flash/usb device?
- via HamRadio chat: "I created special directory using a 128GB flash to install GNU Radio. It seems to perform well and gives the added advantage of keeping the installed files separate from the
/usr
or/usr/local
directories. Just a thought. it's a high performance flash plugged into a USB3. you will need to do a mount before you can use it 🙂. I added it to /etc/fstab. I used a SanDisk Extreme 128GB, but you don't need anywhere near that much storage. I just happened to have one."
- via HamRadio chat: "I created special directory using a 128GB flash to install GNU Radio. It seems to perform well and gives the added advantage of keeping the installed files separate from the