Skip to main content

edfrd is a Python 3 software library to read EDF files.

Project description

edfrd

edfrd is a Python 3 software library to read EDF files.

Installation

pip3 install --user edfrd

Usage

from edfrd import read_edf, read_signal

file_path = 'PATH/TO/FILE.edf'

edf = read_edf(file_path)

signals = [
    read_signal(file_path, edf, i)
    for i in range(edf.number_of_signals)
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edfrd-0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

edfrd-0.1-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page