Operation overview
Transmission process
Project simulates transsmission process (with focus on 5G polar code) in following steps:
- Message source
- Polar encoding
- BPSK modulation
- Sending through AWGN channel
- Successive Cancelation decoding
---
title: Transmission process
---
flowchart LR
Source e1@==> E[Polar Encoder]
E e2@==> M[BPSK Modulator]
M e3@==> C[AWGN Channel]
C e4@==> D[SC Decoder]
e1@{ animate: true }
e2@{ animate: true }
e3@{ animate: true }
e4@{ animate: true }