Updated: Sunday, October 01,2023-10-01 21:34:31
parent
fd32c9cb7e
commit
3d798abbb6
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "2. GNU Radio tutorials",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/2. GNU Radio tutorials.md"
|
||||
},
|
||||
{
|
||||
"basename": "1. Installation",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/1. Installation.md"
|
||||
},
|
||||
{
|
||||
"basename": "My Domain Names",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/My Domain Names.md"
|
||||
|
@ -180,10 +188,6 @@
|
|||
"basename": "About GNU Radio",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/About GNU Radio.md"
|
||||
},
|
||||
{
|
||||
"basename": "1. Installation",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/1. Installation.md"
|
||||
},
|
||||
{
|
||||
"basename": "Software Repositories",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/Software/Software Repositories.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Open Source & Privacy",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Missions/Open Source & Privacy.md"
|
||||
},
|
||||
{
|
||||
"basename": "iOS Apps",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/iOS Apps.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/My Domain Names.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/2. GNU Radio tutorials.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -94,7 +94,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/My Domain Names.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/2. GNU Radio tutorials.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -111,7 +111,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/My Domain Names.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/2. GNU Radio tutorials.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -134,7 +134,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/My Domain Names.md"
|
||||
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/2. GNU Radio tutorials.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -161,8 +161,9 @@
|
|||
},
|
||||
"active": "1ec7459fa708a5c3",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Shwetha Jayaraj Notes.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/1. Installation.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/My Domain Names.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Shwetha Jayaraj Notes.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Coding Projects.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Credits.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Main Page.md",
|
||||
|
@ -190,7 +191,6 @@
|
|||
"Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md",
|
||||
"Untitled",
|
||||
"Pasted image 20230930133113.png",
|
||||
"NYU Haqathon.md",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/imgFiles/Pasted image 20230930015932.png",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/imgFiles/Pasted image 20230928132648.png"
|
||||
]
|
||||
|
|
|
@ -7,3 +7,11 @@ All tutorials are found on the GNU radio wiki [here](https://wiki.gnuradio.org/
|
|||
- 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."
|
||||
|
||||
|
|
Loading…
Reference in New Issue