Community Profile

photo

Priyanka Urban


Karunya

Con actividad desde 2014

Professional Interests: signal processing

Estadísticas

  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


please tell me the meaning of this line
y = round(sim(net1,T))

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

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

0

respuestas

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


can you please explain the logic of this code
function alphaKrow = mkpca(data,sigma,numev) % ----------------------------------------------------------------------- % globa...

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

0

respuestas

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta