登录
首页 » Visual C++ » fft

fft

于 2020-08-15 发布 文件大小:500KB
0 441
下载积分: 1 下载次数: 132

代码说明:

  一个短时傅里叶变换的C语言实现,对3万个数据进行加窗、FFT处理(A short time Fourier transform of C language, for 30,000 data windowing, FFT processing)

文件列表:

fft
...\datatable.h,180308,2014-05-14
...\Debug
...\.....\fft.log,1622,2014-05-14
...\.....\FFT.obj,5315,2014-05-14
...\.....\fft.tlog
...\.....\........\CL.read.1.tlog,3650,2014-05-14
...\.....\........\CL.write.1.tlog,2330,2014-05-14
...\.....\........\fft.lastbuildstate,157,2014-05-14
...\.....\........\link.read.1.tlog,2674,2014-05-14
...\.....\........\link.write.1.tlog,460,2014-05-14
...\.....\main.obj,126216,2014-05-14
...\.....\sincos_tab.obj,4729,2014-05-14
...\.....\vc120.idb,52224,2014-05-14
...\.....\vc120.pdb,77824,2014-05-14
...\FFT.c,1608,2014-05-09
...\FFT.h,747,2014-05-14
...\fft.txt,6195,2010-04-23
...\fft.vcxproj,3713,2014-05-14
...\fft.vcxproj.filters,1502,2014-05-14
...\fft_tab.h,17320,2014-05-14
...\finaldata.txt,12967,2014-05-10
...\imag.txt,664367,2014-05-10
...\main.c,1056,2014-05-14
...\main.h,214,2014-05-14
...\module.txt,730769,2014-05-10
...\sincos_tab.c,221,2014-05-14

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

发表评论

0 个回复

  • include
    主要是关于一些数值计算中所要用到的头文件,希望对大家有所帮助(Mainly on the number of numerical calculation by the use of header files, I hope all of you to help)
    2008-01-07 21:51:49下载
    积分:1
  • air-age
    计算流体力学软件FLUENT计算空气龄的udf文件(FLUENT CFD software udf file to calculate the air age )
    2015-10-14 15:32:41下载
    积分:1
  • 82859165cifa
    编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入 (Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution of equations). (1) the number n of the value equation by the user through the keyboard input (2) equations stored in the augmented matrix A, while n line n+ 1 column A storage space through the new dynamically allocated, and A The value of each element by the user through the keyboard input)
    2011-06-21 22:50:34下载
    积分:1
  • sijielonggekutafa
    四阶龙格库塔法 数值计算 C++源码 可直接运行(Fourth-order Runge-Kutta numerical method C++ source code can be run directly)
    2015-10-28 19:59:24下载
    积分:1
  • fdtd
    三维的FDTD实现,采用CPML边界,较为详细的注释(Three-dimensional FDTD using CPML border, more detailed notes)
    2013-04-18 14:35:55下载
    积分:1
  • spline
    样条插值算法的matlab代码,包括一次样条插值,二次样条插值和三次样条插值,可根据需要选择(Spline interpolation algorithm matlab code, including a spline interpolation, quadratic spline interpolation and cubic spline interpolation, can be selected)
    2020-12-23 20:49:06下载
    积分:1
  • Optimization
    混合储能,风机,光伏,柴油机之间的优化配置的仿真分析程序(Optimize the allocation of mixed storage, wind, solar, diesel between Simulation Software)
    2016-08-04 10:55:15下载
    积分:1
  • db
    本程序用在测试采煤机煤矸识别系统中,验证小波算法(Wavelet Algorithm for caving coal)
    2013-08-10 18:33:01下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • juzhenhanshu
    传输矩阵法用于计算光纤光栅的有效折射率,是一种经典的数学算法(Matrix function)
    2013-09-23 13:48:14下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载