An open API service indexing awesome lists of open source software.

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.

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
```