Skip to content

dtxe/TWave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TWave: Wavelet convolutions on streamed EEG data for real-time phase estimation

DOI

Usage

from PhaseTracker import PhaseTracker
import numpy as np  # for sample data

# initialize phase tracker object
pt = PhaseTracker(fs=256)

# generate random sample data
newdata = np.random.rand(20)

# estimate oscillatory parameters
phase, freq, amp, quadrature = pt.estimate(newdata)

About

An algorithm for real-time phase tracking of sleep slow oscillations

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages