This repository contains the materials for the Final Project of the Bachelor's Degree in Telecom Engineering at IFSC (Instituto Federal de Santa Catarina). It includes the monograph, extended abstract, and simulation code.
The ARGOS-3 standard is used by the Brazilian System for Collecting Environmental Data (SBCDA), under the responsibility of the National Institute of Space Research (INPE), to receive information from thousands of Data Collection Platforms (PCDs) distributed throughout the national territory. The transmissions made by the PCDs are retransmitted by satellites such as the SCD-1, SCD-2 and the CBERS series, which orbit at approximately 750 km of altitude.
| CBERS-4 | SCD-1 |
|---|---|
![]() |
![]() |
submodules/monografia: Contains the LaTeX source files for the monograph.submodules/resumo-expandido: Contains the LaTeX source files for the extended abstract.submodules/simulador: Contains the source code for the simulation.notebooks/: Jupyter notebooks used for concepts and data analysis.references/: Reference materials and bibliographies used on ARGOS3 simulator and LaTeX documents.
- texlive-xetex (XeTeX 3.141592653-2.6-0.999995 (TeX Live 2023/Debian))
- python3 3.12.3
- python3-pip
- python3-venv
- Clone the repository with submodules:
git clone --recurse-submodules https://github.com/arthurcadore/eng-telecom-tcc.git
- Navigate to the project directory:
cd eng-telecom-tcc - Set up a Python virtual environment and install dependencies:
make

