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

Frequency bank not Implemented for Frequency intervals. #4

Open
MasterExecuson opened this issue Mar 17, 2024 · 0 comments
Open

Frequency bank not Implemented for Frequency intervals. #4

MasterExecuson opened this issue Mar 17, 2024 · 0 comments

Comments

@MasterExecuson
Copy link

Seems like you are not really using the frequency bank, as the 'coeficient' never called and nowhere else happens frequency windowing...

Did I miss something?

2.1. BAND-PASS FILTERING The first stage employs a filter bank that decomposes the EEG into multiple frequency pass bands using causal Chebyshev Type II fil- ter. A total of 9 band-pass filters are used, namely, 4–8, 8–12, . . ., 36–40 Hz. Various configurations of the filter bank are as effective, but these band-pass frequency ranges are used because they yield a stable frequency response and cover the range of 4–40 Hz.

fbank = FilterBank(eeg_data.get('fs'))
fbank_coeff = fbank.get_filter_coeff()

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

No branches or pull requests

1 participant