登录
首页 » Visual C++ » dit_fft

dit_fft

于 2010-09-22 发布 文件大小:718KB
0 456
下载积分: 1 下载次数: 186

代码说明:

  本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。(This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circular convolution, linear convolution), mainly used signal processing, either on the actual sequence to do the operation, can also be complex sequence.)

文件列表:

dit_fft
.......\complextion.cpp,716,2009-12-23
.......\complextion.h,417,2010-06-29
.......\conv.cpp,581,2009-12-09
.......\dct.cpp,2415,2010-06-29
.......\Debug
.......\.....\complextion.obj,4587,2010-06-29
.......\.....\conv.obj,12385,2009-12-09
.......\.....\dct.obj,17511,2010-06-29
.......\.....\dit_fft.exe,634942,2010-09-04
.......\.....\dit_fft.ilk,856156,2010-09-04
.......\.....\dit_fft.obj,151703,2010-06-29
.......\.....\dit_fft.opt,43520,2009-12-21
.......\.....\dit_fft.pch,186940,2009-12-09
.......\.....\dit_fft.pdb,1352704,2010-09-04
.......\.....\fft_1.obj,187654,2010-06-29
.......\.....\idft.obj,2588,2009-12-09
.......\.....\main.obj,147414,2010-09-04
.......\.....\nixu.obj,4410,2010-06-29
.......\.....\vc60.idb,115712,2010-09-04
.......\.....\vc60.pdb,118784,2010-09-04
.......\dit_dif_fft.h,102,2009-12-04
.......\dit_fft.cpp,1828,2010-06-14
.......\dit_fft.dsp,4728,2010-06-14
.......\dit_fft.dsw,522,2009-12-01
.......\dit_fft.ncb,66560,2010-09-04
.......\dit_fft.opt,54784,2010-09-04
.......\dit_fft.plg,999,2010-09-04
.......\fft_1.cpp,13299,2010-06-21
.......\fft_1.h,1301,2010-06-28
.......\idft.cpp,256,2009-12-09
.......\main.cpp,5081,2010-09-04
.......\nixu.cpp,1043,2010-06-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • theSecond
    这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程(this procedure were used dichotomy, Newton, String interception, Newton downhill law for solving nonlinear equations)
    2006-10-18 11:01:49下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • 1
    说明:  实现重力式热管换热器设计计算功能,简单按照设计任务书,给出所需热管的结构尺寸,涉及的热管蒸发段和冷凝段长度分别为1m,绝热段长度30cm,内径20cm,外径25cm,热管工质为水。(Realize the gravity heat pipe heat exchanger design and calculation functions , simple design in accordance with the mission statement , given the size of the required structure of the heat pipe , heat pipe evaporator and condenser section lengths were involved 1m, adiabatic length 30cm, inner diameter 20cm, 25cm outside diameter heat pipe working fluid is water. )
    2015-03-01 18:45:20下载
    积分:1
  • simple
    流体力学SIMPLE算法(C语言编程实现)需自己设定边界条件(SIMPLE algorithm)
    2013-09-06 19:00:42下载
    积分:1
  • fft
    this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
    2009-10-17 02:06:53下载
    积分:1
  • Ansys-bridge
    ANSYS 分析一座预应力连续刚构桥的命令流,很实用哦(ANSYS analysis of a prestressed continuous rigid frame bridge command stream, and very practical!)
    2012-05-30 12:01:35下载
    积分:1
  • 1
    本书用c语言编写了科研和工程中最常用的166个算法,这些算法包括复数 运算、... 4.3.1 【算法23】求一般复矩阵的逆 4.3.2 【算法24】求对称正定矩阵的(good study)
    2013-11-06 21:28:17下载
    积分:1
  • kalmanfileter_c-code
    外国人写的卡尔曼滤波器算法的库,可以供大家参考,已经封装好了(kalman library)
    2012-04-24 10:46:44下载
    积分:1
  • jisuanfangfa
    合工大大二计算方法实验的源代码,里面有实验指导书.有牛顿下山,迭代啊什么的(Sophomore calculation experiment source code, which has experimental guide books)
    2010-06-19 14:42:44下载
    积分:1
  • jifen
    各种数值积分,龙贝格积分。反常积分。高斯积分。三重积分。(Various numerical integration Romberg integration. Improper integrals. Gaussian integral. Triple integral.)
    2012-12-02 15:54:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载