how i use Low Pass Filter in a rectangle graphic
Ältere Kommentare anzeigen
k=[1 zeros(1,40)];
x=[-200*pi -200*pi 200*pi 200*pi -200*pi ]
y=[0 200*pi 200*pi 0 0]
line(x,y)
axis([-1000 1000 0 5000]);
i have this rectangle and how i use low pass filter in this rectangle ? frequency,bandwidth not important for me ,you can example value these.. Regards..
Antworten (0)
Kategorien
Mehr zu Digital Filter Design finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!