Metadata-Version: 2.1
Name: pyboat
Version: 0.9.11
Summary: pyBOAT - A Biological Oscillations Analysis Toolkit 
Home-page: https://github.com/tensionhead/pyBOAT
Author: Gregor Mönke
Author-email: tensionheadx@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Dist: numpy >=1.18
Requires-Dist: scipy >=1.4
Requires-Dist: matplotlib >=3.5.1
Requires-Dist: pandas >=0.25
Requires-Dist: PyQt5 >=5.9.5
Requires-Dist: openpyxl >=3.1.1

## pyBOAT - A Biological Oscillations Analysis Toolkit ##


Tools 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 ###

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

