登录
首页 » matlab » fftAna

fftAna

于 2020-06-21 发布 文件大小:181KB
0 212
下载积分: 1 下载次数: 0

代码说明:

  FFT(Fast Fourier Transformation)是离散傅氏变换(DFT)的快速算法 [1] 。即为快速傅氏变换。它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。(FFT (Fast Fourier Transform) is a fast algorithm of discrete Fourier Transform (DFT). That is fast Fourier transform. According to the odd, even, imaginary and real characteristics of discrete Fourier transform, the algorithm of discrete Fourier transform is improved.)

文件列表:

fftAna.m, 771 , 2019-07-26
codegen\lib, 0 , 2019-07-26
codegen\lib\test, 0 , 2019-07-26
codegen\lib\test\buildInfo.mat, 15998 , 2019-07-26
codegen\lib\test\codedescriptor.dmr, 416768 , 2019-07-26
codegen\lib\test\codeInfo.mat, 7942 , 2019-07-26
codegen\lib\test\examples, 0 , 2019-07-26
codegen\lib\test\examples\main.c, 3221 , 2019-07-26
codegen\lib\test\examples\main.h, 2275 , 2019-07-26
codegen\lib\test\gcGuiReport.mat, 20729 , 2019-07-26
codegen\lib\test\html, 0 , 2019-07-26
codegen\lib\test\html\report.mldatx, 49452 , 2019-07-26
codegen\lib\test\interface, 0 , 2019-07-26
codegen\lib\test\interface\_coder_test_api.c, 5050 , 2019-07-26
codegen\lib\test\interface\_coder_test_api.h, 866 , 2019-07-26
codegen\lib\test\interface\_coder_test_info.c, 2021 , 2019-07-26
codegen\lib\test\interface\_coder_test_info.h, 499 , 2019-07-26
codegen\lib\test\interface\_coder_test_mex.c, 2309 , 2019-07-26
codegen\lib\test\interface\_coder_test_mex.h, 624 , 2019-07-26
codegen\lib\test\rt_nonfinite.c, 1865 , 2019-07-26
codegen\lib\test\rt_nonfinite.h, 1079 , 2019-07-26
codegen\lib\test\rtGetInf.c, 2770 , 2019-07-26
codegen\lib\test\rtGetInf.h, 457 , 2019-07-26
codegen\lib\test\rtGetNaN.c, 1968 , 2019-07-26
codegen\lib\test\rtGetNaN.h, 382 , 2019-07-26
codegen\lib\test\rtw_proj.tmw, 141 , 2019-07-26
codegen\lib\test\rtwtypes.h, 1160 , 2019-07-26
codegen\lib\test\test.c, 432 , 2019-07-26
codegen\lib\test\test.h, 413 , 2019-07-26
codegen\lib\test\test_initialize.c, 453 , 2019-07-26
codegen\lib\test\test_initialize.h, 452 , 2019-07-26
codegen\lib\test\test_ref.rsp, 0 , 2019-07-26
codegen\lib\test\test_rtw.bat, 826 , 2019-07-26
codegen\lib\test\test_rtw.mk, 10028 , 2019-07-26
codegen\lib\test\test_rtw.rsp, 91 , 2019-07-26
codegen\lib\test\test_terminate.c, 462 , 2019-07-26
codegen\lib\test\test_terminate.h, 447 , 2019-07-26
codegen\lib\test\test_types.h, 296 , 2019-07-26
codegen\mex, 0 , 2019-07-26
codegen\mex\test, 0 , 2019-07-26
codegen\mex\test\cfiGuiReport.mat, 5041 , 2019-07-26
codegen\mex\test\html, 0 , 2019-07-26
codegen\mex\test\html\report.mldatx, 13298 , 2019-07-26
codegen\mex\test\interface, 0 , 2019-07-26
codegen\mex\test\test_mex.mexw64, 25088 , 2019-07-26
codegen\test.m, 38 , 2019-07-26
codegen\test.prj, 50556 , 2019-07-26
codegen\test_mex.mexw64, 25088 , 2019-07-26

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

发表评论

0 个回复

  • 国内某B2C电子商务网站的据集
    电商的数据集,可用于做数据分析 平台搭建(The data set of e-commerce can be used to build data analysis platform.)
    2021-02-01 12:40:00下载
    积分:1
  • SVD
    最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。(Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the problem, and can be calculated singular value decomposition least squares problem.)
    2020-07-04 15:20:02下载
    积分:1
  • 值分析实验
    说明:  数值分析实验1.明确插值多项式和分段插值多项式各自的优缺点; 编程实现拉格朗日插值算法,分析实验结果体会高次插值产生的龙格现象;(Experiments of numerical analysis 1. Define the advantages and disadvantages of interpolation polynomials and piecewise interpolation polynomials. The Lagrange interpolation algorithm is programmed, and the Runge phenomenon produced by high-order interpolation is analyzed.)
    2019-04-30 22:30:36下载
    积分:1
  • Prj1_exp2
    计算等径双圆筒透镜的场分布,并画出等位线分布图(Calculation of Electron Physics )
    2020-10-14 19:27:30下载
    积分:1
  • spline513
    这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。(This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.)
    2020-12-10 16:19:18下载
    积分:1
  • liftingnodeform
    利用雷诺方程和有限元差分法,计算阶梯滑块的压力分布(Reynolds equation and the use of finite element difference method to calculate the pressure distribution of the slider ladder)
    2020-11-20 10:59:37下载
    积分:1
  • PDE
    说明:  借助python3计算偏微分方程组,并作出相应图形,代码简单易懂,方便修改(Calculate partial differential equations)
    2020-11-30 10:29:28下载
    积分:1
  • 跟踪
    说明:  卡尔曼滤波在目标跟踪中的应用,文件包含完整的卡尔曼滤波过程以及跟踪误差分析。(Application of Kalman filter in target tracking)
    2020-02-27 09:02:37下载
    积分:1
  • jwdis
    此函数通过两点的大地经纬度(Ja,Wa)和(Jb,Wb)计算两点间距离 Dis (this function through the 2:00 and Geodesy (Ja, Wa) and ( `, mg) calculated the distance between two points Dis)
    2006-09-23 00:05:17下载
    积分:1
  • solver_direct_turbulent
    CFD数值计算中kw-sst两方程湍流模型的相关代码(kw-sst two equation turbulence model of CFD numerical calculation)
    2021-04-29 18:28:42下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载