Metadata-Version: 2.4
Name: pyboat
Version: 1.0.1
Summary: Time-frequency analysis of noisy non-stationary signals with Morlet Wavelets.
Author-email: Gregor Mönke <tensionheadx@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-Expression: GPL-3.0-or-later
Classifier: Intended Audience :: Science/Research
License-File: LICENSE
Requires-Dist: numpy >=2
Requires-Dist: scipy >=1.15
Requires-Dist: matplotlib >=3.10
Requires-Dist: pandas >=2
Requires-Dist: pyside6 >=6.8
Requires-Dist: openpyxl >=3.1.3
Project-URL: Projectpage, https://github.com/tensionhead/pyBOAT

## pyBOAT - A Biological Oscillations Analysis Toolkit ##


Tools and GUI for time-frequency analysis of noisy non-stationary signals with Morlet Wavelets.
See the [github repo](https://github.com/tensionhead/pyBOAT) for general documentation or
[this paper](https://www.biorxiv.org/content/10.1101/2020.04.29.067744v3)
for more details.

<img src="../doc/assets/DataViewerSpectrum.png" alt="wavelet power spectrum" width="850"/>

### Features ###

* High-pass sinc filter
* Fourier analysis
* Wavelet analysis 
* Ridge detection
* Phase extraction
* Amplitude estimation
* Synthetic signal generator
* Ensemble/Summary statistics

