![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15257426_1554835265962_DEF.jpg)
Tshiabu Angelus Dan
Followers: 0 Following: 0
Statistica
0 Domande
5 Risposte
RANK
184.478
of 297.046
REPUTAZIONE
0
CONTRIBUTI
0 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
quasi 2 anni fa | 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...
quasi 2 anni fa | 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/...
quasi 2 anni fa | 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...
quasi 2 anni fa | 0