Skip to content

Perform a differencial equation on a 1D signal, given M, N and filters

License

Notifications You must be signed in to change notification settings

Pixpipe/differenceequationsignal1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jonathan LurieJonathan Lurie
Jonathan Lurie
and
Jonathan Lurie
Mar 20, 2018
d4b4be3 · Mar 20, 2018

History

10 Commits
Mar 20, 2018
Nov 27, 2017
Mar 20, 2018
Nov 21, 2017
Nov 27, 2017
Nov 21, 2017
Mar 19, 2018
Nov 21, 2017
Nov 21, 2017
Mar 20, 2018
Mar 20, 2018
Nov 21, 2017
Mar 20, 2018
Mar 20, 2018

Repository files navigation

[DEMO]

To smoothen the EEG signals from the EDF files, a difference equation is applied such as:

where x is the input signal, y is the output signal, b and a are coefficients:

b : [0.028, 0.053, 0.071, 0.053, 0.028]
a : [1.000, -2.026, 2.148, -1.159, 0.279]

This is using the Javascript EDF file decoder made for the same project.

About

Perform a differencial equation on a 1D signal, given M, N and filters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published