統計
MATLAB Answers
5 質問
0 回答
ランク
of 174,775
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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

