Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bor9/filtro_acoplado
Reporte sobre el filtro acoplado.
https://github.com/bor9/filtro_acoplado
Last synced: about 2 months ago
JSON representation
Reporte sobre el filtro acoplado.
- Host: GitHub
- URL: https://github.com/bor9/filtro_acoplado
- Owner: bor9
- License: mit
- Created: 2021-10-29T06:46:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T20:15:17.000Z (about 3 years ago)
- Last Synced: 2023-08-11T05:56:27.289Z (over 1 year ago)
- Language: TeX
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reporte sobre el filtro acoplado
En este documento se presenta la teoría sobre el filtro acoplado. Se deduce también la probabilidad de error en un sistema de comunicación de transmisión digital en banda base *M*-ario.
## Contenido del repositorio
El repositorio contiene el código fuente en Latex del documento, el código Python de las figuras y los archivos SVG de los diagramas.
## Compilación
```
$ latex matched_filter
$ bibtex matched_filter
$ latex matched_filter
$ latex matched_filter
$ dvipdf matched_filter.dvi
```