急求画sinc函数的频谱的matlab程序!

急求画sinc函数的频谱的matlab程序!
2024年11月19日 09:37
有1个网友回答
网友(1):

x=-50:0.01:50;
y=sin(x)/x;
plot(x,y)