18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
|
|
|||
|
All tutorials are found on the GNU radio wiki [here](https://wiki.gnuradio.org/index.php?title=Tutorials). Ones of interest to me are:
|
|||
|
|
|||
|
- [Your First FlowGraph ](https://wiki.gnuradio.org/index.php?title=Your_First_Flowgraph)
|
|||
|
- [Python Block with Vectors](https://wiki.gnuradio.org/index.php?title=Python_Block_with_Vectors)
|
|||
|
- [Using GNURadio with SDR](https://wiki.gnuradio.org/index.php?title=Guided_Tutorial_Hardware_Considerations)
|
|||
|
- IQ & Complex Signals
|
|||
|
- [VOLK: What it is & Why it Rocks](https://wiki.gnuradio.org/index.php?title=VOLK_Guide)
|
|||
|
|
|||
|
|
|||
|
---
|
|||
|
|
|||
|
Frequently asked questions:
|
|||
|
|
|||
|
- Is it possible to save the program on a flash/usb device?
|
|||
|
- via[ HamRadio chat](https://app.element.io/#/room/#HamRadio:gnuradio.org): "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."
|
|||
|
|