Summer research project in networked control systems at Caltech, summer 2017, supervised by Victoria Kostina and Anatoly Khina. Research title: Control over Gaussian Channels With and Without Source-Channel Separation.
This project uses Python 3 with NumPy and SciPy. Specifically, it has been tested with Python 3.6.2, NumPy 1.13.1 and SciPy 0.19.1.
Once these dependencies are installed, just clone this git repository
(git clone https://github.com/eliasrg/SURF2017.git
).
There are no separate binaries.
The main mode of interaction is through python -i interactive.py
.
The file interactive.py
is intended as a template to be altered by the user.