統計
MATLAB Answers
4 質問
0 回答
ランク
of 177,675
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Regarding sound processing fft
My doubt is I have recorded a voice signal of hardly 5 seconds and I get some data of my audio signal.When i plot its fft or its...
約6年 前 | 0 件の回答 | 0
0
回答質問
why it doesnt return inverse fourier transfrom?
clc n1=[77 -5 1 -5]; f=length(n1); i=0; t=zeros(f); for i=1:f; t(i)=ifft(n1(i)); end for i=1:f; ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
how to get output data in matrix?
clc N=input('Enter the number of samples:'); i=sqrt(-1); r=zeros(N); for n=0:1:N-1; for k=0:1:N-1; r(n+1)=ex...
8年以上 前 | 1 件の回答 | 0
1
回答質問
kroneckerDelta(n, 0) - iztrans(a, a, n) means
i want to know the meaning of the my question asked above?
8年以上 前 | 0 件の回答 | 0
