03-15-2010 02:56 AM - edited 03-15-2010 03:04 AM
hi
i want to implement the following algorithm on eeg signals,
1. a .25sec interval of data is analysed
2. minimum and maximum values are determined
3. .7(min- max) +min is determined and set as threshold
4. the signal data is then compared to the data
5. if the data is > threshold the y-value=1
6. if the data is< threshold the y-value =0
7.this outputs a square wave of which the frequency can easily be determined
i am new to labview . need help in sampling 0.25sec interval of data.
please mail it to s_arolker@yahoo.com
thankyou
03-15-2010 03:28 AM
Hi swap10,
Your data acquistion card will samples the eeg signals for you.So when you acvquire the signals everytime you will get an array of samples based on the no. of samples you are reading and sampling rate.So when you get that array you make sure that you can extract some part of the array based on this calculation ..no. of samples *1/sampling rate.
Thanks and regards,
srikrishnaNF
03-15-2010 03:30 AM
03-15-2010 03:34 AM
Something like this?
03-15-2010 03:48 AM