Skip to content

Simulation of the OFDM system using channel coding, LMSE and 64 QAM modulation.

Notifications You must be signed in to change notification settings

canh25xp/OFDM-Simulation

Repository files navigation

References

  1. https://github.com/kornthum/OFDM_64QAM_Python
  2. https://dspillustrations.com/pages/posts/misc/python-ofdm-example.html

Converting

Convert notebook to pdf

cd Source
jupyter nbconvert --to pdf OFDM.ipynb

Convert notebook to markdown

cd Source
jupyter nbconvert --to markdown OFDM.ipynb

Convert using pandoc

Install pandoc with winget

winget install --source winget --exact --id JohnMacFarlane.Pandoc
pandoc --version

Convert to latex

pandoc --listings -f markdown -t latex OFDM.md -o OFDM.tex
pdflatex Source\OFDM.tex

Using eisvogel template

pandoc --listings -f markdown --template eisvogel Source\OFDM.md -o Source\OFDM.tex
pandoc --listings -f markdown --template eisvogel Source\OFDM.md -o Source\OFDM.pdf

To convert notebook to latex

jupyter nbconvert --to latex Source\OFDM.ipynb

Helpful command

Clear output before commit

jupyter nbconvert --clear-output --inplace Source\OFDM.ipynb

Slide shows

jupyter nbconvert --to slides --post serve Source\OFDM.ipynb

About

Simulation of the OFDM system using channel coding, LMSE and 64 QAM modulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published