DFT和IDFT的Matlab 代码我要分享

DFT and IDFT code for matlab

matlab dft idft 代码

关注次数: 354

下载次数: 3

文件大小: 118.06 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:在数学中,离散傅里叶变换(DFT)将一个函数的等距样本的有限列表转换的复数正弦波的有限组合,排序由它们的频率,具有这些相同的样本值的系数的列表。也可以说,以采样函数从原始域(通常沿着一条线的时间或位置)到频域转换。


English Description:

In mathematics, the discrete Fourier transform (DFT) converts a finite list of equally spaced samples of a function into the list of coefficients of a finite combination of complex sinusoids, ordered by their frequencies, that has those same sample values. It can be said to convert the sampled function from its original domain (often time or position along a line) to the frequency domain.


代码预览