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

34
docs/pl_rx_subsystem.md Normal file
View File

@@ -0,0 +1,34 @@
# 📡 PL Rx Subsystem (Channelizer)
## Overview
Implements PFB channelizer and FFT processing.
---
## Architecture
ADC → PFB → FFT → Capture → FIFO → AXI → DMA
---
## Processing
- 4096 MSPS input
- Decimation 8
- FFT 512 bins
---
## Output
- AXI4-Stream
- uint64 format
- TLAST per frame
---
## 🔗 Related Components
- [PL Tx Subsystem](pl_tx_subsystem.md)
- [PS Subsystem](ps_subsystem.md)