photo

Tshiabu Angelus Dan


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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/...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0