Real-time data analysis project for CATNIP lab
This directory contains code for a simple version of the real-time filtering system. The directory layout is as follows:
data
: Data used to test prototype. Contains two subdirectories:raw
: Raw Steinmetz data downloaded from serverprocessed
: Data derived from Steinmetz dataresults
: Results from latency experiments
notebooks
: Jupyter notebooks used to analyze experiment resultsjulia
: Julia implementation of real-time filtering prototypepython
: Python implementation of real-time filtering prototyperust
: Rust implementation of real-time filtering prototypec
: C implementation of real-time filtering prototype
This project requires installations of Python 3, Rust, Julia, Conan, and CMake.