photo

Sliman Izz


Last seen: 6 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Why I'm getting this error( Array indices must be positive integers or logical values)?
M=3 W = [0,0,0] for n = 0:2000 x = cos(0.03 * pi * n) stem(n,x) hold on; % hold the plot end b= [1 -2 4]; f...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


i want to plot freq response of FIR filter
the filter is : w = linspace(0,pi); b0=1 b1=-2 b2=4 b=b0*conv(b1,b2) freqz(b,w) it gives me an error

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort