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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
