Skip to content

DiegoSanzB/EL7401_Project_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EL7401_Project_1

Project 1 of the EL7041 "Advance Digital Communications" course at FCFM.

  • This code calculates performance of 4 pulses, plotting the impulse response, freq response, calculateng BER considering ISI & CCI and computing the same with truncated pulses
  • The code is divided in two sections
    • A c++ part for computing everything and storing it into .csv files
    • A .ipynb file for reading an using the data to generate plots and latex tables For the C++ section, you'll need to have CMake installed alongside a C++ compiler