https://github.com/bor9/estudiando_el_kay
Apuntes y soluciones de los ejercicios del libro "Fundamentals of Statistical Signal Processing: Estimation Theory" de Steven M. Kay.
https://github.com/bor9/estudiando_el_kay
latex-document parameter-estimation python3 signal-processing
Last synced: about 1 year ago
JSON representation
Apuntes y soluciones de los ejercicios del libro "Fundamentals of Statistical Signal Processing: Estimation Theory" de Steven M. Kay.
- Host: GitHub
- URL: https://github.com/bor9/estudiando_el_kay
- Owner: bor9
- License: mit
- Created: 2021-10-29T21:46:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T01:19:48.000Z (over 3 years ago)
- Last Synced: 2025-04-09T22:15:12.703Z (about 1 year ago)
- Topics: latex-document, parameter-estimation, python3, signal-processing
- Language: TeX
- Homepage:
- Size: 26.3 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estudiando el libro "Fundamentals of Statistical Signal Processing: Estimation Theory" de Steven M. Kay
El presente documento consiste en apuntes sobre el libro "Fundamentals of Statistical Signal Processing: Estimation Theory" de Steven M. Kay. Se hace hincapié en la solución de los problemas del final de cada capítulo del libro, pero también se pretende incluir el desarrollo de algunos conceptos teóricos y demostraciones de forma mas explícita.
## 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.
## Compilación
```
$ pdflatex kay_statistical_signal_processing
$ bibtex kay_statistical_signal_processing
$ pdflatex kay_statistical_signal_processing
$ pdflatex kay_statistical_signal_processing
```