feat(arch): finalize Universal Literate Note transition for all projects and skills

This commit is contained in:
2026-03-31 16:14:37 -04:00
parent 1712b1e4a9
commit 70be8ab93e
79 changed files with 1606 additions and 417 deletions

View File

@@ -0,0 +1,40 @@
#+title: SDR Suite Development Project (Common Lisp)
#+author: Amero Garcia
#+created: [2026-03-16 Mon 14:02]
#+begin_comment
This file outlines the project to develop a comprehensive Software Defined Radio (SDR) suite using Common Lisp, with a focus on various applications.
#+end_comment
* SDR Suite Development Project (Common Lisp)
*Goal:** To develop a comprehensive Software Defined Radio (SDR) suite using Common Lisp, focusing on a wide range of applications.
*Proposed Applications:**
- Earth-Moon-Earth (EME)
- Active Link Establishment (ALE)
- Satellite communication
- Broadcast Reception (Rx)
- Phono (FM, AM, SSB, CW)
- Synchronous data
- Asynchronous data
- Slow-scan Television (SSTV)
- Computer networking
- Passive radar
- Directional Signal Finding (DSF)
- GPS Reception (Rx)
*Initial Scope:**
- Defining the core architecture of the SDR suite in Lisp.
- Breaking down each application into functional requirements.
- Identifying existing Lisp libraries or SDR frameworks that could be leveraged.
*Information Needed from Amr:**
- Prioritization of the proposed applications (which ones to tackle first?).
- Specific design philosophies or constraints for the Lisp implementation.
- Any existing thoughts on hardware integration or target SDR platforms.
- Desired level of modularity and extensibility.
*Next Steps:**
1. Gather Amr's requirements and priorities for the applications.
2. Begin conceptualizing the high-level architecture.
3. Research relevant Lisp and SDR technologies.