Community Profile

photo

arunnagiri murrugesan


Last seen: 3 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


b=abs([b;a(i)-a(i+1)]); error
a=all_peak(:,1); b=[ ]; for i= 1:27 b=abs([b;a(i)-a(i+1)]); % getting error here as % end win_len=mean(b)+25; wher...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


code to read the data in matfile
let us take dat is matfile = 1684 *1 . i want to read first 100 values of the 1684 points . what is the function or code to use...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Undefined function 'read' for input arguments of type 'double'.
dat1=read(dat(100,1)); where dat = 1684 *1 double

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Operands to the || and && operators must be convertible to logical scalar values.
cl=input('Enter class ( up-1 or down-2 or blink-3): '); if cl==1 [k,~]=find((all_peak(:,2)>0)&&((all_peak(:,2)<p1_peak(:,2...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Threshold based EOG signal classification
need to classify three classes up ,down, blink signals of EOG signals by thresholding . up, blink signals have same morphology....

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to use genetic algorithm for EEG channel selection of motor imagery signal?
usage of genetic algorithm for selection of EEG channels such that it helps in identification of motor imagery EEG signal channe...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


is there any code for video summary ? selection key frame ?
inorder to get a key frame from group of frames of video.

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


what are different types of image augmentation ?
different types of image augmentation other than rotation , translation.

más de 5 años hace | 0 respuestas | 0

0

respuestas

1

respuesta

Pregunta


dot indexing is not supported for this variable .
for i = 1:40 test = eeg_c(i,:,1); y = test.y(1:1000,1); % error occuring in this line how to rectify it ? ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


can you help me with independent component analaysis code for denoising EEG signal( artefact removal) ??
can you help me to get matlab code fo ICA based denoising of signal processing (artefact removal of EEG) signal.?

más de 5 años hace | 0 respuestas | 0

0

respuestas

0

respuestas

Pregunta


transfer learning layers in alexnet and googlenet ?
how many layers are there in googlenet and alexnet transfer learning in deep learning ? what is the difference between alexnet a...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


x_train(1152*3*140) is dataset having sample points,3 channels , 140 trials of eeg data of two class(left and right hand classification). y_train(140*1) consists of 1s ,2s of left &right hand 140 trials .
how to separate 1152*1* no of trials where 1,2,3 corresponds to c3,cz,c4 respectively ??

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to save spectrogram of signal as image ? i have given my code.
x=train_data(91,:,1); N = 1000; fs=250; t=(1:N)/fs; Fn=fs/2; Wp = [8 30]/Fn; % Pass...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to save spectrogram of signal as image ?
how to save spectrogram of signal as pixel or image ?

más de 5 años hace | 1 respuesta | 0

1

respuesta

0

respuestas

Pregunta


deep learning which best suits EEG data classification is ?
EEG MOTOR IMAGERY signal classification is well excuted by which deep learning approach ?

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


can CNN used in signal (EEG Signal) which is represented in matrix form ??
is it feasible to apply CNN in signal processing ?

más de 5 años hace | 1 respuesta | 0

1

respuesta