Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@pwstegman pwstegman released this 15 May 06:12

Release Notes

Welch's Method

Added Welch's method for power spectral density estimation. Documentation can be found at:
https://bci.js.org/docs/module-bcijs.html#.welch.

Updated Build Process

The switch to ES6 module syntax with webpack for building and the update to the latest math.js has allowed for better tree shaking and dead code removal in the browser dist build. File size of bci.min.js reduced from 429 KB to 293 KB.