Home

Awesome

Analyzing Neural Time Series

Python implementation of code in Analyzing Neural Time Series by Mike X. Cohen.

Click this badge to run interactive code in your browser:

badge

Update Oct 2021: Cleaning files, and finishing the rest of the chapters whenever I have some time.

Requirements:

See environment.yml

Summary:

Analyzing Neural Time Series by Mike Cohen is a great book written for neuroscientists working with continuous neural data. Although it may seem like the book is mainly written for EEG analysis, I found that the topics in the book are easily translatable to any domain requiring continuous-data signal processing. Each chapter introduces a new technique, with heavy emphasis on concepts rather than mathematical rigor, and even has summaries at the end of each chapter with tips on how to describe the analysis in the methods section of your paper.

TODO: