Waveform visualization for the waveform_generate() function of the waveform module inside the controller firmware.
- Python 3
- Pip
- Clone Repository:
git clone https://github.com/Fahradar/waveform.git && cd waveform- Setup a virtual environment:
python -m venv .venv- Activate the virtual environment:
source .venv/bin/activate- Install requirements with pip:
pip install -r requirements.txt- Start the notebook server:
jupyter notebook .- Open notebook in Browser at localhost:8888/
Written for embedded systems course @HHN.