Coder Social home page Coder Social logo

fbcsp_code's Introduction

FBCSP Toolbox

This contains the codebase for the FBCSP Toolbox. Please refer to fbcsptoolbox.github.io for information on the toolbox.

For reporting any problems, please use the issues tab of this repo.

fbcsp_code's People

Contributors

tuchouhan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fbcsp_code's Issues

Inconsistent returned shapes in FeatureSelect with MIBIF

The FeatureSelect class returns inconsistent shapes when doing MIBIF feature extraction from the FBCSP paper.

As expected, when first extracting the top k, k = 4 in the FBCSP paper case, MIBIF features, the length of each feature vector is 4, however, in the next line of code:

paired_features_idx = self.select_CSP_pairs(features_selected, self.n_csp_pairs)

The output shape is inconsistent. It is either a vector of six or eight elements. I am fairly certain it should not be this way. Ran into the issue when I was trying to evaluate model results on A01E.

Frequency bank not Implemented for Frequency intervals.

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()

issue to install in linux using the yml file

Hi,
I use the code
conda env create --name fbcsp --file fbcsp.yml
to install the package in linux,
however, it indicated the following error,

Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed

ResolvePackageNotFound:

  • libgfortran=3.0.1
  • libcxx=10.0.0
  • llvm-openmp=10.0.0

Any suggestions about why this happened will be very helpful! Thank u!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.