Metadata-Version: 2.1
Name: biosemi-realtime
Version: 1.0.5
Summary: This python package allows real-time averaging in the time- and frequency-domain with SNR estimations.
Home-page: https://gitlab.com/jundurraga/biosemi_real_time
Author: Jaime A. Undurraga
Author-email: jaime.undurraga@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
License-File: LICENSE.txt
Requires-Dist: attrs (>=19.3.0)
Requires-Dist: Automat (>=20.2.0)
Requires-Dist: constantly (>=15.1.0)
Requires-Dist: cycler (>=0.10.0)
Requires-Dist: hyperlink (>=19.0.0)
Requires-Dist: idna (>=2.9)
Requires-Dist: incremental (>=17.5.0)
Requires-Dist: kiwisolver (>=1.1.0)
Requires-Dist: matplotlib (>=3.1.3)
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: pyFFTW (>=0.12.0)
Requires-Dist: PyHamcrest (>=2.0.1)
Requires-Dist: pyparsing (>=2.4.6)
Requires-Dist: PyQt5 (>=5.14.1)
Requires-Dist: PyQt5-sip (>=12.7.1)
Requires-Dist: pyqtgraph (>=0.11.0rc0)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: Qt5.py (>=0.1.0)
Requires-Dist: qt5reactor (>=0.6)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: six (>=1.14.0)
Requires-Dist: Twisted (>=19.10.0)
Requires-Dist: zope.interface (>=4.7.1)
Requires-Dist: service-identity (>=21.1.0)
Requires-Dist: pywin32 (>=301) ; platform_system == "Windows"


          This package provides a real-time averager which allows time- and frequency-domain averages. Data are averaged
          via bayesian weighted average and SNR in the time and frequency domain are provided.  
          
