https://github.com/robinschmid/peak_picking
Pick picking examples in Python
https://github.com/robinschmid/peak_picking
Last synced: about 2 months ago
JSON representation
Pick picking examples in Python
- Host: GitHub
- URL: https://github.com/robinschmid/peak_picking
- Owner: robinschmid
- License: mit
- Created: 2024-06-02T19:07:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T20:48:51.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:54:18.005Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peack picking
Pick picking examples in Python currently using Python 3.12## Installation
1. Clone or download the repository
2. Install the Python
3. Install packages defined in the requirements.txt `pip install -r requirements.txt`## Running the example Jupyter notebooks
There are notebooks for different peak picking libraries:
1. [findpeaks](/code/01_find_peaks.ipynb): Peak picking algorithms and more
2. [scipy](/code/02_scipy_find_peaks.ipynb): Peak picking and smoothing algorithms## Additional Resources
Additional material, data, and slides:
https://drive.google.com/drive/folders/1wtVLEHtuHJIuqFYtExhKUYX10Pux7Cfw?usp=sharing