[ANN] NeuroAnalyzer.jl

NeuroAnalyzer.jl: Neurophysiological data analysis with Julia
v0.26.4 is out: AdamWysokinski/NeuroAnalyzer.jl: Julia toolbox for analyzing neurophysiological data - Codeberg.org

  • plot: plot_mep() use embedded peaks
  • analyze: entropy() differential entropy added
  • analyze: negentropy() three different entropy method can be used, optional signal normalization and demeaning
  • analyze: psd() remove DC component for each epoch by default (demean argument)
  • improved multi-threading performance
  • updated website
  • updated tutorials (still in progress)
  • entire code has been cleaned up
  • almost all code is nicely commented
  • almost all functions now have complete docstrings

NeuroAnalyzer.jl: Neurophysiological data analysis with Julia
v0.26.5 is out: AdamWysokinski/NeuroAnalyzer.jl: Julia toolbox for analyzing neurophysiological data - Codeberg.org

  • plot: plot_topo() add channel labels
  • updated tutorials (still in progress)
  • code cleanup
  • many minor modifications and fixes