¡@

Home 

python Programming Glossary: eegdata

MATLAB to Python Code conversion (NumPy, SciPy, MatplotLib?)

http://stackoverflow.com/questions/2326786/matlab-to-python-code-conversion-numpy-scipy-matplotlib

repmat frameStarts 1 6 repmat 0 2 10 length frameStarts 1 eegData rawdata indices 256 rawdata indices 1 512 eegData is now a N.. 1 eegData rawdata indices 256 rawdata indices 1 512 eegData is now a N by 6 matrix each column is a channel of sampled data.. time series data figure 1 subplot 2 1 1 plot 0 255 256 eegData 1 2 xlabel 'Time s ' ylabel 'EEG data' Calculate FFT and plot..