統計
MATLAB Answers
0 質問
1 回答
ランク
of 179,242
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
how i can find the DTFT of sequence without using fft inbuilt function ?
w=-pi:0.01:pi; n=0:50; x=[1 2 3 4]; for i=1:length(w); X(i)=0; for k=1:length(x); ...
how i can find the DTFT of sequence without using fft inbuilt function ?
w=-pi:0.01:pi; n=0:50; x=[1 2 3 4]; for i=1:length(w); X(i)=0; for k=1:length(x); ...
8年以上 前 | 2
| 採用済み

