Community Profile

photo

Tshiabu Angelus Dan


Last seen: 12ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Unrecognized function or variable
% Design the filter fs = 2*pi*500; % highest significant frequency Ts1 = 1/fs; Ts2 = 2*Ts1; Ts3 = 4*Ts1; Rp = 2; % passband...

12ヶ月 前 | 0

回答済み
Unrecognized function or variable
% Design the filter fs = 2*pi*500; % highest significant frequency Ts1 = 1/fs; Ts2 = 2*Ts1; Ts3 = 4*Ts1; Rp = 2; % passband...

12ヶ月 前 | 0

回答済み
Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.?
Gp = 10^(-2/20); Gs = 10^(-12/20); wp1 = 120/(2*pi); wp2 = 300/(2*pi); ws1 = 45/(2*pi); ws2 = 450/(2*pi); % Pre-warping Ts = 1/...

12ヶ月 前 | 0

回答済み
Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.?
import numpy as np import matplotlib.pyplot as plt define input signal x x = np.sin(np.arange(0, 2*np.pi, 0.1)); calcula...

12ヶ月 前 | 0