- proj06-02 实验中使用随机反向传播算法对构造的神经网络进行学习
- fft 一种实序列FFT新算法与C语言实现FFT of a real sequence and the C language implementation of new algorithms
- Enhancing How do I find Key# for a new PC. The PC with the actual LInksys Admin Program was on PC that crashed and couldn t
- jqDnRtable JQuery实现可编辑的表格: 实现可以编辑的表格源码
- dft 基本序列的的时移和频移性质matlab验证
- cmd-windows 易语言cmd窗口调用源码
文件名称:FFT-real
介绍说明--下载内容来自于网络,使用问题请自行百度
实序列的FFT算法
当isign=1时,对实序列data[1..n]做FFT,
返回正频率的系数保存在data[1..n]中
当isign=-1时,对实序列做IFFT,所得结果乘以2/n为原序列
n必须为2的幂-//The real sequence of FFT algorithm// When isign = 1, the sequence of real data [1 .. n] do FFT,// Return positive frequency coefficients stored in the data [1 .. n] in// When isign =-1, the actual sequence to do IFFT, the result is multiplied by 2/n for the original sequence// n must be a power of 2
当isign=1时,对实序列data[1..n]做FFT,
返回正频率的系数保存在data[1..n]中
当isign=-1时,对实序列做IFFT,所得结果乘以2/n为原序列
n必须为2的幂-//The real sequence of FFT algorithm// When isign = 1, the sequence of real data [1 .. n] do FFT,// Return positive frequency coefficients stored in the data [1 .. n] in// When isign =-1, the actual sequence to do IFFT, the result is multiplied by 2/n for the original sequence// n must be a power of 2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实序列的FFT算法.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.