Priyanka Urban
Karunya
2014년부터 활동
Followers: 0 Following: 0
Feeds
질문
can anybody tell me the logic of this code
th=abs(max(y)); th=th/2; c=0; % peaks are seen as pulses(heart beats) for i=1:1:length(y) if y(i)>th qrs(i)=1;...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
can you please explain the logic of this code???
net1 = newff(minmax(T),[60 50 1],{'logsig','logsig','purelin'},'trainrp'); net1.trainParam.show = 6000; net1.trainParam.lr =...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
can you tell me the logic of the code
A=reshape(sig_seg,[14 14]); C = cov(A); [VN,DN] = eig(C,'nobalance'); VN=sort(VN(:)); dat=VN.*sig_seg; features...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
can you please explain the logic of this code
function alphaKrow = mkpca(data,sigma,numev) % ----------------------------------------------------------------------- % glob...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
I am not able to run my ECG pr-processing stage. This ECG is downloaded from physionet.
%% clc clear all close all warning off all %% Reading input fname=0; [fname,pname] = uigetfile('*.dat','Load standard f...
거의 12년 전 | 답변 수: 1 | 0
