查看单个帖子
旧 2007-12-14, 10:00   #1
feng319
初级会员
 
注册日期: 2007-12-10
帖子: 1
声望力: 0
feng319 正向着好的方向发展
默认 频谱为何不对

实现sa函数的fft并绘频谱
m函数如下
function f=k(disp1,disp2)
x=-10:0.001:10;[email protected](fengjiang3)
y1=sinc(x);
y2=fft(y1);
subplot(121);disp1=plot(x,y1);
subplot(122);disp2=plot(x,y2);
end
feng319 当前离线   回复时引用此帖