33 lines
366 B
Markdown
33 lines
366 B
Markdown
# 🧠 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)
|