希尔伯特变换函数例子
希尔伯特变换函数例子,可直接运行,查看绘图情况,适合初学者
下载地址
用户评论
太垃圾了。还可执行。看文件大小就不可能。下面是他文件内容,大家都别受骗了。 fs = 200; rand_voice=randint(1,200); d = 0.1; t = (0:199)/fs; x = (1+d*sin(2*pi*10*t)).*cos(2*pi*50*t); plot(t,x) y = abs(hilbert(x)); hold on; plot(t,y,'r')
对我这个菜鸟很有用,一下子明白了
太垃圾了。还可执行。看文件大小就不可能。下面是他文件内容,大家都别受骗了。 fs = 200; rand_voice=randint(1,200); d = 0.1; t = (0:199)/fs; x = (1+d*sin(2*pi*10*t)).*cos(2*pi*50*t); plot(t,x) y = abs(hilbert(x)); hold on; plot(t,y,'r')