Mostafa Anwar
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
what is the error ?
N = 4; x = [ 3 4 5 6 ]; for k = 0 : N-1 for n=0:N-1 sum = sum + x.*(exp(-1*1i*2*pi*k.*n/N)); end end ...
3年以上 前 | 0 件の回答 | 0
0
回答質問
what is the error with my code
N = 4; x = [ 3 4 5 6 ]; for k = 0 : N-1 for n=0:N-1 sum = sum + x.*(exp(-1*1i*2*pi*k.*n/N)); end end ste...
3年以上 前 | 2 件の回答 | 0
2
回答質問
how can i get DTFS coefficients for cosine sequence and its power
i know how to get it with dft in matlab but do i got it with dtfs ?
3年以上 前 | 1 件の回答 | 0
1
回答質問
i was writing a equation but this always have an error and i cant run it
y = ((W*S)/(T*T)).*((cosh((a).*(L/2-x)))./(cosh(a*L/2)-1))+(W*x).*(L-x)/(2*T); T= 1000; L=10; W=100; S=100000; %% this is th...
4年以上 前 | 1 件の回答 | 0