photo

Tshiabu Angelus Dan


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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/...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0