Skip to content

Releases: craddm/eegUtils

v0.7.0

07 Feb 23:19
Compare
Choose a tag to compare

Import, processing, visualization and analysis of electroencephalographic data.

The latest version includes improvements to handling of group data, additional methods for time-frequency analysis, basic support for plotting difference waves, and numerous bugfixes.

v0.6.3

06 Jul 18:39
b024df4
Compare
Choose a tag to compare

A new update to fix a major bug with erp_image, as well as some additional minor code cleanups

v0.6.2 improved EEGLAB support

09 Jun 08:18
151abbf
Compare
Choose a tag to compare

Improved support for new 2021 EEGLAB file formats.

Bugfix release

06 Mar 16:26
f65305a
Compare
Choose a tag to compare

Some fixes to compute_tfr code to work better with evoked objects, contours added for geom_topo, and bug with eeg_group from eeg_evoked fixed

v0.6.0

29 Jan 17:23
Compare
Choose a tag to compare

Major update! Highlights include:

eegUtils v0.5.0

14 Jan 22:31
Compare
Choose a tag to compare
eegUtils v0.5.0 Pre-release
Pre-release

Key updates include faster reading of BDF files and better support for combining data across updates. See https://craddm.github.io/eegUtils/news/index.html for full details!

eegUtils v0.4.0

30 Mar 01:40
Compare
Choose a tag to compare

eegUtils is a package for the processing, manipulation, and plotting of EEG data. It includes functions for importing data from a variety of file formats (including Biosemi, Brain Vision Analyzer, and EEGLAB), many of the typical steps in pre-preprocessing (filtering, referencing, artefact rejection), more advanced processing techniques (time-frequency analysis, ICA), and many types of plot that are common in the field (ERP plots, time-frequency plots, topographical scalp maps). Although it uses custom object classes, it is designed such that these are always translatable to standard R data.frames, and thus can be used with any of the myriad packages and methods that support standard R formats

eegUtils v0.3.0

22 Nov 23:47
Compare
Choose a tag to compare
eegUtils v0.3.0 Pre-release
Pre-release

eegUtils v0.3.0 now has functions for plotting and computing power spectral densities and time-frequency decompositions using Morlet wavelets. There have been several internal changes to improve functionality, speed, and memory efficiency.

eegUtils v0.2.1

29 Jul 22:26
Compare
Choose a tag to compare

Primarily a bugfix release, see news.md

eegUtils

19 Jun 17:45
2d865e3
Compare
Choose a tag to compare

eegUtils has now reached the point at which you can take your EEG data from raw to processed and ready for analysis. Features in this version:

  • import of raw BDF and CNT files
  • IIR filtering, epoching, and automatic artefact rejection
  • conversion to data frames with epochs labelled
  • plotting of topographies and timecourses