統計
MATLAB Answers
5 質問
0 回答
ランク
of 176,705
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I adjust my numbers
Hello, Lets say I have random 64.000 numbers. Min = -36.000 and Max is = 40.000, I want to make the minimum number equals to ...
約10年 前 | 1 件の回答 | 0
1
回答質問
How can I find the omega C value in butterworth filter?
My question: I have two values; Ws = 0.2*pi, Wp = 0.3*pi, I will create a butterworth filter but how can I find the omega C valu...
10年以上 前 | 0 件の回答 | 0
0
回答質問
How can I get a good lowpass figure ?
% Partial Fraction H(z) j = sqrt(-1); omega = 0:(2*pi)/320:(2*pi)-(2*pi)/320; H = zeros(320,1); for i = 1:6 ...
10年以上 前 | 0 件の回答 | 0
0
回答質問
How can I generalize it ?
I need to generalize this code maybe using for loops or what ever please help A = conv([1 -r(1)],[1 -r(2)]); A1 = conv(A...
10年以上 前 | 2 件の回答 | 0
2
回答質問
How can I find the Value 'i' for both equations ??
for i = 0.5328:0.001:0.7870 1+(0.2*pi/i)^12 >= (1/0.8912)^2; 1+(0.3*pi/i)^12 <= (1/0.1778)^2; ...
10年以上 前 | 1 件の回答 | 0
