Adding implementation of FBCSP

Hi,

I’m a student from UMICH and I’m doing a final project for my course which asked us to try to contribute to an open source projects. I’m very interested in the concept of BCI, so I choose this MNE library. Since I saw someone before asked about FBCSP, I think maybe it’s a good idea to implement this for everyone’s convenience. I’ve just finished the implementation part. Can I push the code with this new feature? Also, I think I probably need more guidance on the process of contributing codes since this is the first time I’m trying this.

Hello,

You can find the contributing guide here: Contributing guide — MNE 1.7.0 documentation
Have also a look through the design philosophy of the decoding aspects of MNE: Decoding (MVPA) — MNE 1.7.0 documentation
And finally, you can open a pull-request on the git repository with your changes added to the decoding module.

Mathieu