Skip to content

rozanecm/6674_tpFinal

Repository files navigation

TP final de Señales y Sistemas

Para ver el notebook con el desarrollo, click aqui. Para ver su versión en HTML, click aquí.

Instructions to run notebook

Create a python 3 virtual env with the command virtualenv -p python3 venv.

Enter the virtual env with source venv/bin/activate.

Install requirements with pip install -r requirements.txt.

Run Jupyter lab with jupyter lab command.

Lab extensions

It is recommended to install the @jupyterlab/toc (Table of content) extensionn for Jupyter Lab for easier navigation through the notebook.

Bibliography

An interesting PDF about SAR can be found here.