arunnagiri murrugesan
Followers: 0 Following: 0
Statistik
22 Fragen
0 Antworten
RANG
120.102
of 295.569
REPUTATION
0
BEITRÄGE
22 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
36.36%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Undefined function 'read' for input arguments of type 'double'.
dat1=read(dat(100,1)); where dat = 1684 *1 double
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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....
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
is there any code for video summary ? selection key frame ?
inorder to get a key frame from group of frames of video.
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
what are different types of image augmentation ?
different types of image augmentation other than rotation , translation.
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
what is the difference between normal image and augmented image data as input to convolutional neural network ?? why augmented image is showing more accuracy ??
what are the different types of augmentation of image ?
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ? ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.?
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
can you tell me a matlab code for automatic trial rejection of artifact EEG signal using ICA algorithm ?
tomatic artifact
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ??
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have a data of 1152*3*140 trials(where 1152 is no of sample points , 3 is no of channels ,140 is no of trials) of two classes of elements , i need to separate each class indivdually for particular trials of each channel ? like 1152*1*no of trials
please provide code for separating each class.
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to save spectrogram of signal as image ?
how to save spectrogram of signal as pixel or image ?
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i have a problem in this code of band passing a EEG SIGNAL 8-30 hz ? can you find the error ? give a solution to this ? i have used butterworth filter ? is it a IIR FILTER OR FIR FILTER ? in the below code sampling freq =250 ,x is dataset.
x=train_data('1,:,1'); Fs=250; Ts=1/Fs; % z_1=m*Ts; % z_2=ceil(m*Ts); t=0:Ts:3.999; t=t'; Fn=Fs/2; ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to find spectrogram of EEG motor imagery signal which is bandpassed between 8-30 HZ with sampling frequency.250.s can you give a code to find spectrogram of EEG ?
x=train_data('1,:,1'); Fs=250;
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have to find periodogram of my EEG bandpassed motor imagery signal in 8, 30 hz signal. since i am new to this concept, please help me to get power density where my signal is from dataset and my sampling frequency is 250 HZ. ?
x=train_data('1,:,1'); Fs=250;
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
deep learning which best suits EEG data classification is ?
EEG MOTOR IMAGERY signal classification is well excuted by which deep learning approach ?
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
can CNN used in signal (EEG Signal) which is represented in matrix form ??
is it feasible to apply CNN in signal processing ?
mehr als 6 Jahre vor | 1 Antwort | 0