Discussion:
EEG signal classification matlab code
(too old to reply)
Rak
2013-03-18 09:31:05 UTC
Permalink
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
Narendra bawane
2013-03-28 12:56:11 UTC
Permalink
Post by Rak
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
Please inform me size of your feature vector. I think , neural network easily can be used as classfier.
Raphael
2013-04-21 16:57:09 UTC
Permalink
Post by Narendra bawane
Post by Rak
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
Please inform me size of your feature vector. I think , neural network easily can be used as classfier.
Dear Narendra,

I am also interested on this subject.

I am working with 65 signals, therefore it is a vector with a size of 65.

Best regards.
Greg Heath
2013-04-23 03:30:10 UTC
Permalink
Post by Rak
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
help patternnet
doc patternnet
type patternnet

Search for examples in the NEWSGROUP and ANSWERS using keyword patternnet

If you have I features and N examples the size of your input matrix is

[I N ] = size(input)

If you have 2 classes, you can use binary outputs {0,1}

[ 1 N ] = size(target)

Hope this helps.

Greg
s***@gmail.com
2014-02-06 07:46:05 UTC
Permalink
Post by Rak
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
i need to classify eg data ?basede on the risk levels can u help me
1***@ittelkom-pwt.ac.id
2019-12-08 04:41:01 UTC
Permalink
Post by Rak
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
how to extract the movement data? until now I have not found the code, please help me
sohaila idris
2023-07-03 19:05:22 UTC
Permalink
Post by Rak
I have extracted features of EEG signal of motory movements.I want to classify the movements-right hand ,left hand. Any one Please suggest me a classifier ?Any matlab codes available.?
could you please tell me how you extracted the features of eeg?

Loading...