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

36 lines
464 B
Markdown

# 📡 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
- [Project Overview (README)](../README.md)
- [PL Tx Subsystem](pl_tx_subsystem.md)
- [PS Subsystem](ps_subsystem.md)