只需一步,快速开始
您需要 登录 才可以下载或查看,没有账号?我要加入
使用道具 举报
原帖由 nacred 于 2007-11-2 21:53 发表 以下是我写的一段计算相位的程序 a1=1:100; a2=99:-1:1; x1=[a1,a2] b1=1:0.1:10; b2=9.9:-0.1:1; x2= y=hilbert(x1); y1=hilbert(x2); z=angle(y); %z=unwrap(z); z1=angle(y1); %z1=unwrap(z1); ...
t=1:500; >> x=sin(2*pi*0.05*t); >> t1=1:300; >> x1=sin(2*pi*0.05*t1); >> xh=hilbert(x); >> xh1=hilbert(x1); >> plot(imag(xh)) >> hold >> plot(imag(xh1))
查看全部评分
eight
本版积分规则 发表回复 回帖后跳转到最后一页
|小黑屋|Archiver|手机版|联系我们|声振论坛
GMT+8, 2025-4-12 04:59 , Processed in 0.073126 second(s), 19 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.