統計
MATLAB Answers
8 質問
0 回答
ランク
of 170,941
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
IFFT function length question
I made a piecewise function that I want to take the inverse fourier transform of,both vector sizes are 1,4096 but for some reaso...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Moving average filter problem.
I have an assignment that wants me to create a moving average filter using no filter functions coded into matlab. gr is a wav...
7年以上 前 | 1 件の回答 | 0
1
回答質問
graph shifting and for loops problem
I have 2 questions: 1) In this code I use a for loop to populate a linespace that U must graph. But because logicals must be ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How do you make a discrete convolution if you can't analyze an index less than 1
I'm trying to make a convolution filter but I can't find the sum becuase when g(n-k are less than zero matlab doesn't know what ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Infinite loop problem making text file
I have the hardest time formatting my data files! Every time I try running this the code goes into an infinite loop. Also,...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Why won't the imaginary parts of this matix equation show up?
For some reason, the imaginary portion of this matrix isn't showing up. %time linespace t = 0:1/fs:((N-1)/fs); g = si...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Why do I get NaN when I fill the matrix at 1 = n*11>
For some reason my graphs are coming out with slighty more error than they should have. I believe this is an error brought about...
8年弱 前 | 1 件の回答 | 0
1
回答質問
how to create a piecewise function using nested for/if-else loops
I have no idea how to use MATLAB: I'm trying to generate a two pulse waveform like so: x = 0:.02:2; g = zeros(length(...
8年弱 前 | 1 件の回答 | 0
