matlab 2012a报错ft=sym('sin(pi*t)/(pi*t)');Fw=fourier(ft);subplot(211)ezplot(abs(Fw)),grid ontitle('幅度谱')phase=atan(imag(Fw)/real(Fw));subplot(212)ezplot(phase);grid ontitle('相位谱')打错了ft=sym('sin(pi*t)/(pi*t)^2');Fw=fourier(ft);sub
来源:学生作业帮助网 编辑:六六作业网 时间:2024/12/23 13:46:27
matlab 2012a报错ft=sym('sin(pi*t)/(pi*t)');Fw=fourier(ft);subplot(211)ezplot(abs(Fw)),grid ontitle('幅度谱')phase=atan(imag(Fw)/real(Fw));subplot(212)ezplot(phase);grid ontitle('相位谱')打错了ft=sym('sin(pi*t)/(pi*t)^2');Fw=fourier(ft);sub
matlab 2012a报错
ft=sym('sin(pi*t)/(pi*t)');
Fw=fourier(ft);
subplot(211)
ezplot(abs(Fw)),grid on
title('幅度谱')
phase=atan(imag(Fw)/real(Fw));
subplot(212)
ezplot(phase);grid on
title('相位谱')
打错了
ft=sym('sin(pi*t)/(pi*t)^2');
Fw=fourier(ft);
subplot(211)
ezplot(abs(Fw)),grid on
title('幅度谱')
phase=atan(imag(Fw)/real(Fw));
subplot(212)
ezplot(phase);grid on
title('相位谱')
matlab 2012a报错ft=sym('sin(pi*t)/(pi*t)');Fw=fourier(ft);subplot(211)ezplot(abs(Fw)),grid ontitle('幅度谱')phase=atan(imag(Fw)/real(Fw));subplot(212)ezplot(phase);grid ontitle('相位谱')打错了ft=sym('sin(pi*t)/(pi*t)^2');Fw=fourier(ft);sub
ft=sym('sin(pi*t)/(pi*t)');
Fw=fourier(ft);
subplot(211)
ezplot(abs(Fw))
grid on
title('幅度谱')
phase=atan(imag(Fw)/real(Fw));
subplot(212)
ezplot(phase);
grid on
title('相位谱') %打错了
ft=sym('sin(pi*t)/(pi*t)^2');
Fw=fourier(ft);
subplot(211)
ezplot(abs(Fw))
grid on
title('幅度谱')
phase=atan(imag(Fw)/real(Fw));
subplot(212)
ezplot(phase);
grid on
title('相位谱')
望采纳