Nur Kaynar
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
1 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to write fast fourier transform function without using fft function ?
function [A]=DFT(x) N=length(x); for k=1:N A(k)=0; for n=1:N A(k)=A(k)+x(n).*exp((-1j).*2.*pi.*...
9年以上 前 | 6 件の回答 | 0