An open API service indexing awesome lists of open source software.

https://github.com/sitegui/numba-guitar-string-simulation

A presentation on using numba and Python to simulate the vibrations of a guitar string
https://github.com/sitegui/numba-guitar-string-simulation

Last synced: over 1 year ago
JSON representation

A presentation on using numba and Python to simulate the vibrations of a guitar string

Awesome Lists containing this project

README

          

# Numba guitar string simulation

Installing:

```shell
pyenv install 3.12
pyenv virtualenv 3.12 numba-guitar-string-simulation
pip install -r requirements.txt
jupyter notebook
```