1. 首页
  2. 移动开发
  3. Android
  4. 希尔伯特变换函数例子

希尔伯特变换函数例子

上传者: 2018-12-25 20:41:02上传 M文件 167B 热度 42次
希尔伯特变换函数例子,可直接运行,查看绘图情况,适合初学者
下载地址
用户评论
码姐姐匿名网友 2018-12-25 20:41:02

太垃圾了。还可执行。看文件大小就不可能。下面是他文件内容,大家都别受骗了。 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')

码姐姐匿名网友 2018-12-25 20:41:02

对我这个菜鸟很有用,一下子明白了

chenfzz 2025-01-01 02:57:06

太垃圾了。还可执行。看文件大小就不可能。下面是他文件内容,大家都别受骗了。 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')