Feeds
질문
Code Explaination (For Loop)
function [y]=f6(x) global data x=abs(x); n=length(data(:,1)); for i=1:n-1 if x(i)>1; x(i)=1; else ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Can anyone explain the following code (except the second line) please? Thanks.
x1 = 3.5*ecg(2700).'; y1 = sgolayfilt(kron(ones(1,13),x1),0,21); n = (1:30000)'; del = round(2700*rand(1)); ecg1...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Is there any difference in calculating the power of a sinusoidal wave and the power of an ECG signal? i mean can i use the same code only replacing the variables with a little modification?
Power Calculation
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
I have found negative value of SNR(in dBc) of an ECG signal by using spectrum analyzer block in simulink.Is it correct?
SNR from Spectrum Analyzer
9년 초과 전 | 답변 수: 1 | 0

