Skip to content

Fahradar/waveform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Waveform visualization πŸ“ˆ

Waveform visualization for the waveform_generate() function of the waveform module inside the controller firmware.

Prerequisites πŸ“‘

  • Python 3
  • Pip

Setup βš™οΈ

  1. Clone Repository:
git clone https://github.com/Fahradar/waveform.git && cd waveform
  1. Setup a virtual environment:
python -m venv .venv
  1. Activate the virtual environment:
source .venv/bin/activate
  1. Install requirements with pip:
pip install -r requirements.txt
  1. Start the notebook server:
jupyter notebook .
  1. Open notebook in Browser at localhost:8888/

Authors πŸ‘₯


Written for embedded systems course @HHN.

About

Visualize waveforms for haptic feedback motors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published