电子产业一站式赋能平台

PCB联盟网

搜索
查看: 649|回复: 0
收起左侧

内联表达式错误

[复制链接]

598

主题

943

帖子

5138

积分

四级会员

Rank: 4

积分
5138
发表于 2023-4-5 15:56:35 | 显示全部楼层 |阅读模式
ft=sym('((sin (pi*t))/(pi*t))^2');
Fw=fourier(ft);
subplot(211)
ezplot(abs(Fw),-5*pi:5*pi);grid on
title('幅度谱')
phase=atan(imag(Fw)/real(Fw));
subplot(212)
ezplot(phase);grid on
title('相位谱')

内联表达式错误-1.jpg
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


联系客服 关注微信 下载APP 返回顶部 返回列表