https://github.com/bor9/estudiando_el_oppenheim
Apuntes del libro "Discrete-Time Signal Processing" de Alan V. Oppenheim y Ronald W. Schafer.
https://github.com/bor9/estudiando_el_oppenheim
book-study discrete-signals latex-document matplotlib-python python3 signal-processing
Last synced: 4 months ago
JSON representation
Apuntes del libro "Discrete-Time Signal Processing" de Alan V. Oppenheim y Ronald W. Schafer.
- Host: GitHub
- URL: https://github.com/bor9/estudiando_el_oppenheim
- Owner: bor9
- License: mit
- Created: 2024-03-29T07:18:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T22:11:00.000Z (about 1 year ago)
- Last Synced: 2025-10-19T09:03:06.772Z (8 months ago)
- Topics: book-study, discrete-signals, latex-document, matplotlib-python, python3, signal-processing
- Language: TeX
- Homepage:
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estudiando el libro "Discrete-Time Signal Processing" de Alan V. Oppenheim y Ronald W. Schafer
El presente documento consiste en apuntes sobre el libro "Discrete-Time Signal Processing" de Alan V. Oppenheim y Ronald W. Schafer. Solo se incluye un resumen de los conceptos básicos y se profundizará en los tópicos mas avanzados de procesamiento de señales incluidos en el libro. Este es un trabajo en proceso.
## 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 dibujos y diagramas, realizados en Inkscape.
Se incluye la simulación en python de muchos de los ejemplos incluídos en en libro.
## Compilación
```
$ pdflatex oppenheim_discrete_time
$ bibtex oppenheim_discrete_time
$ pdflatex oppenheim_discrete_time
$ pdflatex oppenheim_discrete_time
```