フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

digital signal processing linear sistem

1 回表示 (過去 30 日間)
R.edi Prasetyo
R.edi Prasetyo 2022 年 11 月 3 日
閉鎖済み: DGM 2022 年 11 月 3 日
%menentukan sistem linear atau nonlinear
x = randi(1,200,[0,100]);
%hitung sinyal
x1 = [x 0 0]; %x1[n] = x[n+1]
x2 = [0 x 0]; %x1[n] = x[n]
x3 = [0 0 x]; %x1[n] = x[n-1]
y1 = x1 + 2*x2 - 3*x3;
y2 = 5*x1 + 2*(5*x2) - 3*(5*x3);
y3 = 5*y1;
%tentukan jumlah bilangan yang salah
jumlah_salah = symerr(y2,y3)

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by