Community Profile

photo

Priyanka Urban


Karunya

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: signal processing

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 1 answer | 0

1

answer