Files
Zcu111ResmReceiver/docs/ps_subsystem.md
2026-04-02 17:32:03 -03:00

34 lines
410 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
- [Project Overview (README)](../README.md)
- [PL Tx Subsystem](pl_tx_subsystem.md)
- [PL Rx Subsystem](pl_rx_subsystem.md)