CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - understanding the FFT

搜索资源列表

  1. FFTfrequencychartisanalytical

    1下载:
  2. 1.通过实验加深对快速傅立叶变换(FFT)基本原理的理解。 2.了解FFT点数与频谱分辨率的关系,以及两种加长序列FFT与原序列FFT的关系。 离散傅里叶变换(DFT)和卷积是信号处理中两个最基本也是最常用的运算,它们涉及到信号与系统的分析与综合这一广泛的信号处理领域。实际上卷积与DFT之间有着互通的联系:卷积可化为DFT来实现,其它的许多算法,如相关、滤波和谱估计等都可化为DFT来实现,DFT也可化为卷积来实现。-1. Deepen the experimental fast Fou
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.82kb
    • 提供者:深蓝
  1. Fourier_series_tutorial_011405

    0下载:
  2. FFT快速傅立叶变化分析的总体说明。有助于理解相关代码。需要解压缩阅读。-FFT Fast Fourier analysis of changes in the overall descr iption. Contribute to an understanding of the relevant code. Need to decompress to read.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:167.43kb
    • 提供者:she
  1. FFT

    0下载:
  2. 用来进行FFT变换,全部用C语言完成,通过原码的学习,可以加深我们对FFT的了解。-Used for FFT transform, all using C language to complete the study through the original code, you can deepen our understanding of the FFT.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.29kb
    • 提供者:刘豪杰
  1. FFT_for_f430-A

    1下载:
  2. 一种适合在单片机上运行的快速傅里叶算法,大量采用查表方法。理解这个算法对实现电力谐波分析很有帮助。fft算法的经典应用,需要一定的数学知识!-Fit on a single chip running at the fast Fourier algorithm, a large number of look-up table method used. Understanding of this algorithm to achieve useful power harmonic analysis.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:27.77kb
    • 提供者:xmm
  1. FFT2

    0下载:
  2. 深刻理解DFT和基2-FFT的算法原理、编程思想,掌握C程序设计的基本技术。-A deep understanding of DFT and the 2-FFT-based algorithm, programming ideas, grasp the basic C programming techniques.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:3.76kb
    • 提供者:孙称
  1. FFTtranse

    0下载:
  2. 这是FFT算法的实现,代码注释清晰,简洁,对深入理解FFT算法很有帮助。-This is the FFT algorithm, code comments clear, concise, and helpful in-depth understanding of FFT algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:王五
  1. 2fft

    0下载:
  2. 基2FFT算法实现改进的一篇很好的文章,有利于傅立叶变换的理解-2FFT-based algorithm to improve a very good article, and is conducive to the understanding of Fourier Transform
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:245.24kb
    • 提供者:任杏
  1. TwoDimensionalFastFourierTransform

    0下载:
  2. 本实验要求开发一个2-D FFT程序包,使其可以应用于后续的几个实验。这个程序需要完成的功能是用因子(-1)^(x+y)乘以输入图像以实现滤波的中心变换,并还要求用一个实矩阵乘以一个复数矩阵通过调用两个图像的乘法程序来实现对应元素的相乘,同时计算反傅立叶变换,得到的结果乘以(-1)^(x+y)并取其实部最后计算频谱。实验中用到傅立叶变换的基本公式,通过实验我们可以更加深刻的理解频域滤波的基础。-The experiment calls for the development of a 2-D F
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:139.49kb
    • 提供者:jhm
  1. PowerSpectrumEstimatebasedonFFT

    0下载:
  2. 通过FFT算法在DSP中的实现,深刻理解数字频率与模拟频率的对应关系,结合仿真与DSP实现分析FFT的频率分辨率。-Through the FFT algorithm in the DSP in the realization of a deep understanding of digital and analog frequency corresponds to the relationship between frequency, combined with simulation and
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:238.7kb
    • 提供者:风萧萧
  1. FFT

    0下载:
  2. 用CVI写的FFT算法,对于了解FFT的原理比较有用,同时也可熟悉CVI的用法-CVI written by FFT algorithm, FFT principle for understanding the more useful, but also familiar with the usage of CVI
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:112.9kb
    • 提供者:肖华菊
  1. the_realization_of_fft

    0下载:
  2. 快速Fourier变换算法及Matlab程序实现,有助于初学者加深对fft的理解。-Fast Fourier Transform algorithm and Matlab procedures for implementation, will help beginners to deepen the understanding of the fft.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:4.27kb
    • 提供者:wangyu
  1. DSPshow

    0下载:
  2. 基2浮点FFT 实现,用了一个复数类,对理解FFT非常有帮助-2 floating-point FFT-based implementation, with a complex class, very helpful in understanding the FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:凌志鹏
  1. FFT

    0下载:
  2. 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C langu
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:32.05kb
    • 提供者:yangshoping
  1. signal2

    0下载:
  2. 应用 FFT对信号进行频谱分析 1、在理论学习的基础上,通过本次实验,加深对快速傅里叶变换的理解,熟悉FFT 算法及 其程序的编写。 2、熟悉应用FFT 对典型信号进行频谱分析的方法。 3、了解应用 FFT 进行信号频谱分析过程中可能出现的问题,以便在实际中正确应用 FFT。 -Application of FFT spectrum analysis of signal 1, the theoretical foundation of learning, through th
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5.38kb
    • 提供者:hyz
  1. Understanding-the-FFT---Zonst.pdf

    0下载:
  2. Understanding the FFT - Zonst
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7.61mb
    • 提供者:Joao
  1. FFT

    0下载:
  2. 正反FFT变换的程序代码。注释较为清晰,对学习和理解FFT有很大的好处。-Allow phonetic typing Pros and cons of the FFT code. The comment is more clear, a great advantage in learning and understanding of the FFT.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:15.87kb
    • 提供者:
  1. FFT

    0下载:
  2. 是信号与系统课程的课程设计,旨在熟悉FFT 的计算过程,结合DFT 物理意义和实验结果加深 对傅立叶变换的理解。文章首先用MATLAB 对一个简单信号进行FFT 仿真,得出频谱图;其次完成了FFT 的C 语言实现,结合MATLAB 作图及数据处理功能得出了C 实现下的FFT 结果;最后,讨论分析实验结果。-Curriculum design, signals and systems courses designed to familiar FFT calculation process, t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:515.87kb
    • 提供者:谢寿成
  1. practiselkj

    0下载:
  2. 本例很好的解释了FFT变换的功能,例程简单易懂,能够很好的用于理解FFT,观察信号频谱。-In this case a good explanation of the function of FFT transform routines easy to understand, can be very good for understanding the FFT, observe the signal spectrum.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:528byte
    • 提供者:烟鸭掌儿
  1. FFT

    0下载:
  2. 帮助初级的工程师在 出来问题的时候,利用快速傅里叶变换更好的分析问题和处理问题,提高工作的效率。同时,能够更好的理解FFT。-Junior engineers help out problems, using the fast Fourier transform to better analyze and deal with the problem, improve work efficiency. At the same time, a better understanding of FFT.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:22.95kb
    • 提供者:chen
  1. fft

    0下载:
  2. 实现傅里叶算法,会得到电力参数。仔细体会算法中的含义,有助于理解再计算中的中坚变量(Fourier algorithm, you can get power parameters. Careful understanding of the meaning of the algorithm helps to understand the core variables in the calculation)
  3. 所属分类:单片机开发

    • 发布日期:
    • 文件大小:13kb
    • 提供者:zhaowang
« 12 3 »
搜珍网 www.dssz.com