d1manson / waveform

browser-based GUI for working with extra-neuronal waveform data
MIT License
11 stars 5 forks source link

Explore feasibility of displaying EEG and power spectra #10

Open d1manson opened 11 years ago

d1manson commented 11 years ago

dsp.js has an fft implementation, don't know how fast it is.

d1manson commented 11 years ago

displaying a scroll-able, zoom-able, eeg time-series might be a job for WebGL.

d1manson commented 10 years ago

You can probably just about do the fft in webgl....would be pretty cool!

See http://www.sandia.gov/~kmorel/documents/fftgpu/fftgpu.pdf (which is linked to from http://wildabc.wordpress.com/2012/12/02/webgl-demo-fft-based-droplet-simulation/ - a demo that isn't working for me).

d1manson commented 10 years ago

fft in JS: https://github.com/mikolalysenko/ndarray-fft