ml4ai / tomcat

ToMCAT: Theory of Mind-based Cognitive Architecture for Teams
https://ml4ai.github.io/tomcat/
MIT License
21 stars 7 forks source link

Filter nirs #475

Closed CalebUAz closed 1 year ago

CalebUAz commented 1 year ago

Added 2 more functions:

  1. Calculates coefficient of variance from Rest State block of the experiment and labels it as good or bad channel based on the value.

    image
  2. Filters the signal using butter-worth band pass filter with high pass set to 0.2Hz, lowpass set to 0.01Hz and filter order set to 3.
    image

CalebUAz commented 1 year ago

@adarshp Thanks! Also, thanks for introducing me to Black, it's a such a handy yet powerful tool.

adarshp commented 1 year ago

@adarshp Thanks! Also, thanks for introducing me to Black, it's a such a handy yet powerful tool.

No problem, glad you found it useful!