Metadata-Version: 2.1
Name: Biosig
Version: 2.0.6
Summary: BioSig - tools for biomedical signal processing
Home-page: https://biosig.sourceforge.io
Author: Alois Schlögl
Author-email: alois.schloegl@gmail.com
License: GPLv3+
Description: # Biosig Package
        
        Biosig contains tools for processing of biomedical signals
        like  EEG, ECG/EKG, EMG, EOG, polysomnograms (PSG). Currently,
        it contains import filters of about 50 different file formats
        including EDF, GDF, BDF, HL7aECG, SCP (EN1064).
        
        More information is available at
        [Biosig project homepage](https://biosig.sourceforge.io)
        
        # Installation:
        ## GNU/Linux, Unix,
          pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.0.4.tar.gz
        
        ## MacOSX/Homebrew
          brew install biosig
          pip install numpy
          pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.0.4.tar.gz
        
        ## MS-Windows
          currently not supported natively; installing it through cygwin, mingw,
          or WSL might work.
        
        # Usage:
        
           import biosig
           import json
           # read header/metainformation
           HDR=json.loads(biosig.header(FILENAME))
           # read data
           DATA=biosig.data(FILENAME)
        
Keywords: EEG ECG EKG EMG EOG Polysomnography ECoG biomedical signals SCP EDF GDF HEKA CFS ABF
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
