Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to filter signals #56

Open
cbrnr opened this issue Mar 13, 2017 · 0 comments
Open

Add option to filter signals #56

cbrnr opened this issue Mar 13, 2017 · 0 comments

Comments

@cbrnr
Copy link
Owner

cbrnr commented Mar 13, 2017

Some biosignals require filtering before they can be visualized, e.g. EEG recorded without any HP filter typically has huge drifts. The auto-centering function, which centers each channel around its mean, doesn't work in many cases where the variance of the drift is large compared to its mean.

There should be at least two filter types, namely high-pass and low-pass filters. Band-pass and band-stop can be constructed by combining these two types.

We need to think about how we integrate filtering into SigViewer. Do we treat it like auto-centering (that is, something that can be toggled on and off)? Or do we open a new tab? How can multiple filters be applied sequentially? Which parameters does the user set before filtering?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant