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

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