Inria-NERV / happyFeat

A framework for simplying BCI workflow in clinical applications
https://happyfeat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

[bugfix] Review how frequency resolution is propagated in the app #9

Open AsteroidShrub opened 8 hours ago

AsteroidShrub commented 8 hours ago

When using fres != 1 (ex: FFT size 1024 and fsamp 500) :

A lot of issues appear in the Visualization and Training parts. The frequency "factor" is either not used or user incorrectly (ex: the right frequency to choose could be 12Hz, but the bin should be 24, and the GUI and mechanisms randomly use 12 and 24...)

A big clean-up is needed on that aspect! ⚠️

AsteroidShrub commented 8 hours ago

Linked to #3