Skip to content

Commit

Permalink
adjusts in .md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvictorferreira3301 committed May 8, 2024
1 parent 3df77f7 commit e2d9b0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C MIMO - Implementation of MIMO Digital Communication System
# Implementation of MIMO Digital Communication System

This project was developed for the Engineering Project II course taught in the second semester at the Faculty of Computing and Telecommunications of the Federal University of Pará. The objective of this project is to develop a C library containing functions that implement matrix operations. The resulting library will be used to implement a Multiple-in, Multiple-out (MIMO) Digital Communication System in C language. The system to be implemented is described in the image below:

Expand All @@ -21,19 +21,19 @@ To install the dependencies above run `install_dependencies.sh` with the followi
To compile the project, run the following command in the terminal:

```bash
make
make
```

To run the project, run the following command in the terminal:

```bash
make test
make test
```

To clean the project (remove the object directory and all test files), run the following command in the terminal:

```bash
make clean
make clean
```

# Makefile Guide
Expand Down
4 changes: 2 additions & 2 deletions figures/mainpage.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## C MIMO: Implementation of the MIMO Digital Communication System
Implementation of the MIMO Digital Communication System

This project was developed for the Engineering Project II course taught in the second semester at the Faculty of Computing and Telecommunications of the Federal University of Pará. The objective of this project is to develop a C library containing functions that implement matrix operations. The resulting library will be used to implement a Multiple-in, Multiple-out (MIMO) Digital Communication System in C language. The system to be implemented is described in the image below:

<img src="mimosystem.png" alt="mimo-implementação">

For more information: https://github.com/jvictorferreira3301/Projeto-de-Engenharia-II.
Access source code: https://github.com/lasseufpa/c_mimo

## Members

Expand Down

0 comments on commit e2d9b0b

Please sign in to comment.