フィルターのクリア

What is wrong in this code? trying to code the equation and j is time instant

1 回表示 (過去 30 日間)
Aastha Singla
Aastha Singla 2022 年 11 月 6 日
編集済み: Jan 2022 年 11 月 6 日
N= 10;
M = 4;
data = randi([0,3],999,1);
u = pammod(data,M);
x= zeros(24,24);%estimated
for i = 1:N
syms i
for j = 1:N
H(:,k)= symsum ((x(i(:,j)))*(x(i+N(:,j))),i,1,N);
end
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by