-
aj-ptw committed on GitHub
Jul 19, 2017 -
aj-ptw committed on GitHub
Jul 19, 2017 -
Merge pull request #181 from OpenBCI/development
Development
aj-ptw committed on GitHubJul 19, 2017
-
Merge pull request #177 from conorrussomanno/development
Development
conorrussomanno committed on GitHubJul 14, 2017 -
updates to networking, widgets, and more
conorrussomanno committedJul 14, 2017
-
conorrussomanno committed
Jul 12, 2017 -
Merge branch 'development' of https://github.com/OpenBCI/OpenBCI_GUI_…
…v2.0 into development
conorrussomanno committedJul 12, 2017
-
Merge pull request #170 from sunwangshu/focus-viz-master
Focus viz master
aj-ptw committed on GitHubJul 6, 2017
-
Added UDP, LSL and serial for focus data, not yet tested
sunwangshu committedJun 29, 2017 -
Merge remote-tracking branch 'OpenBCI/development' into focus-viz-master
# Conflicts: # OpenBCI_GUI/W_networking.pde # OpenBCI_GUI/WidgetManager.pde
sunwangshu committedJun 29, 2017
-
Merge pull request #169 from aj-ptw/fix-bdf
Update file type from .edf to .bdf
aj-ptw committed on GitHubJun 27, 2017 -
aj-ptw committed
Jun 27, 2017 -
Update file type from .edf to .bdf
aj-ptw committedJun 27, 2017
-
Merge pull request #168 from biomurph/development
Development
biomurph committed on GitHubJun 26, 2017 -
Improved and Verified SDcard file conversion for 8 and 16 Channel data
biomurph committedJun 26, 2017
-
Merge branch 'development' into development
biomurph committed on GitHubJun 12, 2017 -
biomurph committed
Jun 12, 2017 -
Merge pull request #1 from aj-ptw/joel-pulse-sensor
Finish pulse sensor wdiget
biomurph committed on GitHubJun 12, 2017 -
aj-ptw committed
Jun 12, 2017
-
Merge pull request #162 from aj-ptw/master
Add passthrough keys to ganglion
aj-ptw committed on GitHubJun 9, 2017 -
aj-ptw committed
Jun 9, 2017 -
Close #142 - pass through key strokes to ganglion
aj-ptw committedJun 9, 2017
-
Merge pull request #160 from OpenBCI/power-band
Band Power Widget
aj-ptw committed on GitHubJun 7, 2017
-
Generating Synthetic Data for Pulse Sensor
showing a sine wave as synthetic data for Pulse Sensor.
biomurph committedJun 6, 2017
-
sunwangshu committed
Jun 5, 2017 -
tested, name change power bands -> band power
Added testing code, tested changed PowerBands -> BandPower in w_BandPower.pde changed PowerBands to BandPower in w_networking recommending name change: avgPowerInBins -> powerInBins, since it’s not averaged power but rather the summation of power
sunwangshu committedJun 5, 2017 -
sunwangshu committed
Jun 5, 2017 -
first draft finished, need some testing and cleanups calculate single-sided psd by mag single-sided FFT magnitude PSD ref: https://www.mathworks.com/help/dsp/ug/estimate-the-power-spectral-densit y-in-matlab.html when i = 0 or i = N/2, psd = (N / fs) * mag(i)^2 when i = 1 ~ (N/2-1), psd = (N / fs) * mag(i)^2 / 4
sunwangshu committedJun 5, 2017 -
Derived equation for calculating PSD from single-sided FFT magnitude (smoothed also) Need to fix the loop parameter, convert it from frequency-hz to FFT bin index
sunwangshu committedJun 5, 2017 -
Merge branch 'development' into power-band
sunwangshu committedJun 5, 2017 -
Change from getBand/specSize() -> getBand * 2 / timeSize()
sunwangshu committedJun 5, 2017
-
aj-ptw committed
Jun 2, 2017 -
Removed line in w_PowerBands that caused crash
aj-ptw committedJun 2, 2017