arunnagiri murrugesan - MATLAB Central
photo

arunnagiri murrugesan


Last seen: 1 year 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 08/18 to 04/25Use left and right arrows to move selectionFrom 08/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

22 个提问
0 个回答

排名
278,422
of 298,264

声誉
0

贡献数
22 个提问
0 个回答

回答接受率
36.36%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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....

5 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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 ? ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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.?

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答