hi
first thank you so much for your reply Sandra2014 it's very useful to me
I have another question please about features vector
I find this in article:
" For each of the 8 channels, 800-ms segments of data following each intensification were extracted.
The segments were then moving average filtered and decimated to 20Hz.
The resulting data segments were concatenated by channel for each intensification, creating a single feature vector for training the classifiers".
my first question is:
The resulting data segments were concatenated by channel for each intensification including Target and no Target epochs !!?
or Target epoch in features vector and the no Target epoch in another one !!?
fo example:
I have Target epochs 192*8*30
no target epochs 192*8*150
If I concatenate a target epoch alone I find 46080 and no target epoch in anoter vector I find 230400 but if I cancatenate it in the same feature vector I will find 276480
they said by channel in each intensification this meaning for example :
S= the 8 channels in first intensification I cancatenate together
T= the 8 channels in second intensification I will also cancatenate together.
R= the first vector S I will concatenate with the second vector T after all that
if I concatenate it in a same feature vector should I respect the apperence of target and no target epoch in each intensification or normaly I can put the target epochs first and the no target epochs after or verse versa!!?
my second question is:
if I use downsampling, in feature extraction I used the resulting segment for example contains 13 candidates or my first segment that contains 192 samples in feature vector!!??
my third question is:
if I want to represente my feature vector , I can't do it because it contain one single column !!? if I can, how can I do it !!?
please give a response I'm confusing
many thanks again
with my regards