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
- Host: GitHub
- URL: https://github.com/sitegui/numba-guitar-string-simulation
- Owner: sitegui
- Created: 2024-05-12T09:05:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T20:19:17.000Z (about 2 years ago)
- Last Synced: 2025-02-05T15:53:50.670Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 28.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```