KLDistance / simple_OFDM

Simple, glight implementation of orthogonal frequency division multiplexing used in 4G/5G channel coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Implementation of Orthogonal Frequency Division Multiplexing


Author:
Yunong Wang @DrippySummer (KLDistance)
Zhaoqing Xu @Pearson Xu

Dec, 23, 2018

Entry Script: OFDMOverall.m
Open .m files with MATLAB with 2013 or later version

Procedures:

  1. Smallest CP detection (with extra CP appended)
  2. Channel distortion coefficients H(jw) detection
  3. Original signal X(jw) reconstruction

Error Comparison:


Fig. 1. Original Data Symbol (1), Reconstruct Data Symbol (2), Relative Error (3)

About

Simple, glight implementation of orthogonal frequency division multiplexing used in 4G/5G channel coding.


Languages

Language:MATLAB 100.0%