This repository contains C++ translations of selected MATLAB scripts by Prof. D. B. Davidson, as described in his book:
"Computational Electromagnetics for RF and Microwave Engineering", 2nd Edition, Cambridge University Press.
🔗 View book on Cambridge University Press
These C++ implementations aim to preserve the educational value of the original MATLAB versions while providing an accessible path for those working in C++ environments.
Cap_02/– C++ translations of Chapter 02 codes (Capítulo 02 README). Testado e funcionando.Cap_03/– C++ translations of Chapter 03 codes (Capítulo 03 README). Ainda não concluído.Cap_10/– C++ translations of Chapter 10 codes (Capítulo 10 README). Ainda não concluído.
This project is unofficial and is not affiliated with Prof. D. B. Davidson or Cambridge University Press. The translations are provided for educational and research purposes only.
Dependências: C++ sudo apt install build-essential gfortran -y Cmake sudo apt install cmake -y pkg-config sudo apt install pkg-config -y python sudo apt install python3 python3-pip -y numpy sudo apt install python3-numpy -y matplotlib sudo apt install python3-matplotlib -y pandas sudo apt install python3-pandas -y pillow sudo apt install python3-pil ffmpeg sudo apt install ffmpeg sudo apt install libeigen3-dev