knowline 发表于 2007-4-24 21:48

求助:mathematica怎样实现傅利叶变换?

有知道的吗?比较急,谢谢了.

pengweicai 发表于 2007-4-25 10:02

Mathematica中的离散傅立叶变换:
Here is some sample data.
In:=data = {1.3, 2.4, 1.7, 4.1, 2.9, 1.7, 5.1, 2.7};
This computes the discrete Fourier transform of the data. In general, the result is a list of complex numbers.
In:=Fourier
Out={7.74282\ + 0. \, -0.740685 -
0.677082 \, -0.919239 - 0.954594 \, -0.390685 +
1.72708 \,
0.0353553\ + 0. \, -0.390685 -
1.72708 \, -0.919239 + 0.954594 \, -0.740685 +
0.677082 \}
具体的东西你可以在Help Browser里面搜索到

suffer 发表于 2007-4-25 16:42

原帖由 knowline 于 2007-4-24 21:48 发表 http://forum.vibunion.com/forum/images/common/back.gif
有知道的吗?比较急,谢谢了.

连续的还是离散的?楼上给的是离散的

zyl-jd2000 发表于 2007-12-11 22:41

要编写程序
没有直接命令
页: [1]
查看完整版本: 求助:mathematica怎样实现傅利叶变换?