- https://ieeexplore.ieee.org/document/9542899
- https://ieeexplore.ieee.org/document/9542907
- https://ieeexplore.ieee.org/document/9530151
- The main code in the project folder
- Put dataset in a subfolder called "Data"
- Put these functions in a subfolder called "src"
- Use in main code: addpath(genpath('./src'))%functions folders
- git status
- git clone https://github.com/vasanza/FPGA-based-Co2-Monitor.git
- git branch
- git checkout NameBranch
- git checkout -b NameBranch
- git pull origin NameBranch
- git status
- git add .
- git status
- git commit -m "message"
- git push origin NameBrach
