Week 23 Summary

This week I started to put in real data to see how the program processes it. I tried to run a small sample of 128 bits only (equivalent to 1 second of recording). And here was what I got:


As displayed in the screenshot above, there were about 50 maxima/minima according to the functions in argrelextrema library. This is impossible because EEG frequency band usually falls within 10-30 Hz. I was also working on counting these by hands to get an approximate value for the frequency. Needless to say, I will have to modify the codes, maybe by setting the limits for the maximum/minimum intervals, in order to get the right results. I hope this will not take too much work and time so that I can wrap it up before spring break.

Comments