Updated: Wednesday, September 06,2023-09-06 11:55:47

main
shwetha729 2023-09-06 11:55:53 -04:00
parent 36d549eda9
commit 9e90e19ca7
6 changed files with 66 additions and 18 deletions

View File

@ -1,5 +1,13 @@
{
"recentFiles": [
{
"basename": "Artemis",
"path": "Artemis.md"
},
{
"basename": "Untitled",
"path": "Untitled.md"
},
{
"basename": "Software Repositories",
"path": "Coding Tips (Classical)/Project Vault/Comms/RADIO/Software/Software Repositories.md"
@ -191,14 +199,6 @@
{
"basename": "Math Software",
"path": "Machine Tips (Quantum)/Math/Math Software.md"
},
{
"basename": "Chaos Theory",
"path": "Machine Tips (Quantum)/Math/Proofs & Theorems/Theories/Chaos Theory.md"
},
{
"basename": "1. First Step is Matrix Math",
"path": "Machine Tips (Quantum)/Math/1. First Step is Matrix Math.md"
}
],
"omittedPaths": [],

View File

@ -45,9 +45,35 @@
"source": false
}
}
},
{
"id": "a528451a032509da",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Untitled.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "808cf13141ef6761",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Artemis.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
}
],
"currentTab": 2
"currentTab": 4
}
],
"direction": "vertical"
@ -109,7 +135,7 @@
"state": {
"type": "outline",
"state": {
"file": "Coding Tips (Classical)/Project Vault/Comms/RADIO/Software/Software Repositories.md"
"file": "Artemis.md"
}
}
},
@ -119,7 +145,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Coding Tips (Classical)/Project Vault/Comms/RADIO/Software/Software Repositories.md",
"file": "Artemis.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
@ -144,8 +170,13 @@
"templater-obsidian:Templater": false
}
},
"active": "2e2e05060e557487",
"active": "808cf13141ef6761",
"lastOpenFiles": [
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230906115225.png",
"Untitled.md",
"Artemis.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230906115000.png",
"Coding Tips (Classical)/Project Vault/Comms/RADIO/Software/Software Repositories.md",
"Coding Tips (Classical)/Project Vault/Comms/RADIO/Radio @ K2HMH.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Hosting/TLD.md",
"Technician Exam Turbo Class.md",
@ -169,10 +200,6 @@
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Email.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Dynaboard.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Maps.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Prototyping tools.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webi.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Workspaces.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites",
"Machine Tips (Quantum)/Project Vault/Papers/Master's Paper Lit Review pdfs/QIS-XML An Extensible Markup Language for Quantum Information Science.pdf",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901141639.png",
@ -193,7 +220,6 @@
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/E-Mail Settings",
"Machine Tips (Quantum)/Quantum spaces.canvas",
"Untitled.canvas",
"Untitled 1.canvas",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/Untitled.png"
"Untitled 1.canvas"
]
}

7
enter/Artemis.md 100644
View File

@ -0,0 +1,7 @@
# Artemis
## ARTEMIS. In a nutshell.
In short, [ARTEMIS](https://www.aresvalley.com/artemis/) is a signals hunter software and a useful aid for radio listeners! The analysis of real-time spectra (from your SDR, for instance) is made simple: you can take advantage using one of the largest RF signal database (with over 400 records). Compare several signals properties (such as frequency, bandwidth, modulation, etc.) and verify what you are searching for through a waterfall/audio sample. A collection of filters allows you to narrow your search, making the identification of unknown signals, odd buzzes or weird noises way easier.
![[Pasted image 20230906115225.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 KiB

15
enter/Untitled.md 100644
View File

@ -0,0 +1,15 @@
# GNU Radio
**GNU Radio** is a [free software](https://en.wikipedia.org/wiki/Free_software "Free software") development toolkit that provides signal processing blocks to implement [software-defined radios](https://en.wikipedia.org/wiki/Software-defined_radio "Software-defined radio") and [signal processing](https://en.wikipedia.org/wiki/Signal_processing "Signal processing") systems. It can be used with external [radio frequency](https://en.wikipedia.org/wiki/Radio_frequency "Radio frequency") (RF) hardware to create software-defined radios, or without hardware in a simulation-like environment. It is widely used in hobbyist, academic, and commercial environments to support both wireless communications research and real-world radio systems.
![[Pasted image 20230906115000.png]]
The GNU Radio software provides the framework and tools to build and run software radio or just general signal-processing applications. The GNU Radio applications themselves are generally known as "flowgraphs", which are a series of signal processing blocks connected together, thus describing a data flow.- via [Wiki](https://en.wikipedia.org/wiki/GNU_Radio)
[Getting Started with Installation ](https://wiki.gnuradio.org/index.php/InstallingGR)
## Resources
- Wiki.GNURadio.org has so many resources!
- For instance - this [Python Block Message Passing ](https://wiki.gnuradio.org/index.php?title=Python_Block_Message_Passing) guide