Permalink
Commits on Jul 19, 2017
  1. Update OpenBCI_GUI.pde

    aj-ptw committed on GitHub Jul 19, 2017
  2. Update CHANGELOG.md

    aj-ptw committed on GitHub Jul 19, 2017
  3. Merge pull request #181 from OpenBCI/development

    Development
    aj-ptw committed on GitHub Jul 19, 2017
Commits on Jul 14, 2017
  1. Merge pull request #177 from conorrussomanno/development

    Development
    conorrussomanno committed on GitHub Jul 14, 2017
Commits on Jul 12, 2017
  1. cleanin up old files

    conorrussomanno committed Jul 12, 2017
Commits on Jul 6, 2017
  1. Merge pull request #170 from sunwangshu/focus-viz-master

    Focus viz master
    aj-ptw committed on GitHub Jul 6, 2017
Commits on Jun 29, 2017
  1. Merge remote-tracking branch 'OpenBCI/development' into focus-viz-master

    # Conflicts:
    #	OpenBCI_GUI/W_networking.pde
    #	OpenBCI_GUI/WidgetManager.pde
    sunwangshu committed Jun 29, 2017
Commits on Jun 27, 2017
  1. Merge pull request #169 from aj-ptw/fix-bdf

    Update file type from .edf to .bdf
    aj-ptw committed on GitHub Jun 27, 2017
  2. Bump ver num

    aj-ptw committed Jun 27, 2017
Commits on Jun 26, 2017
  1. Merge pull request #168 from biomurph/development

    Development
    biomurph committed on GitHub Jun 26, 2017
Commits on Jun 12, 2017
  1. Merge branch 'development' into development

    biomurph committed on GitHub Jun 12, 2017
  2. Cleared Synthetic Data bug

    biomurph committed Jun 12, 2017
  3. Merge pull request #1 from aj-ptw/joel-pulse-sensor

    Finish pulse sensor wdiget
    biomurph committed on GitHub Jun 12, 2017
  4. Finish pulse sensor wdiget

    aj-ptw committed Jun 12, 2017
Commits on Jun 9, 2017
  1. Merge pull request #162 from aj-ptw/master

    Add passthrough keys to ganglion
    aj-ptw committed on GitHub Jun 9, 2017
  2. Update readme and change log

    aj-ptw committed Jun 9, 2017
Commits on Jun 7, 2017
  1. Merge pull request #161 from OpenBCI/development

    Development
    aj-ptw committed on GitHub Jun 7, 2017
  2. Merge pull request #160 from OpenBCI/power-band

    Band Power Widget
    aj-ptw committed on GitHub Jun 7, 2017
Commits on Jun 6, 2017
  1. Generating Synthetic Data for Pulse Sensor

    showing a sine wave as synthetic data for Pulse Sensor.
    biomurph committed Jun 6, 2017
Commits on Jun 5, 2017
  1. 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 committed Jun 5, 2017
  2. minor error fix

    sunwangshu committed Jun 5, 2017
  3. PSD first draft finished

    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 committed Jun 5, 2017
  4. PSD notes

    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 committed Jun 5, 2017
  5. fix FFT again

    Change from getBand/specSize() -> getBand * 2 / timeSize()
    sunwangshu committed Jun 5, 2017
Commits on Jun 2, 2017
  1. Merge pull request #159 from OpenBCI/development

    Development
    aj-ptw committed on GitHub Jun 2, 2017
  2. Add electrodes to changelog

    aj-ptw committed Jun 2, 2017