Added documentation and updated README

This commit is contained in:
canisio
2026-04-02 17:29:24 -03:00
parent e810145620
commit ea0ecefae1
14 changed files with 169 additions and 52 deletions

32
docs/ps_subsystem.md Normal file
View File

@@ -0,0 +1,32 @@
# 🧠 PS Subsystem
## Overview
Handles control and processing.
---
## Control
- Writes parameters
- Triggers Tx (TxPulseStart)
---
## Processing
DMA → unpack → complex → RMS/peak
---
## Execution
- Event-driven
- Frame drops possible
---
## 🔗 Related Components
- [PL Tx Subsystem](pl_tx_subsystem.md)
- [PL Rx Subsystem](pl_rx_subsystem.md)