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

搜索资源列表

  1. DFT

    0下载:
  2. 实现傅里叶变换,数据以txt文本形式给出,运行程序最终分解成幅值和相位,然后以txt文本形式输出-fft,transfer data to amplitude an phase
  3. 所属分类:Console

    • 发布日期:2017-05-31
    • 文件大小:13035537
    • 提供者:张国臻
  1. DFT-analysis-

    0下载:
  2. 利用DFT分析离散信号频谱的实验。利用FFT分析信号 x[k]=cos(3pik/8 +pi/4 ) 的频谱;确定DFT计算的参数,绘出其频谱;并进行理论值与计算值比较。-DFT analysis of discrete signal spectrum utilization experiments. Analysis using FFT signal x [k] = cos (3pik/8+ pi/4) of the spectrum determine the parameters of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:75166
    • 提供者:liu
  1. FFT

    1下载:
  2. n point fft program which computes the dft of a function using cooley tukey techniques
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:616
    • 提供者:goldriver92
  1. dft-fft

    0下载:
  2. fft and dft is done withought functions..
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1125
    • 提供者:Ljv12
  1. fft

    0下载:
  2. C语言实现几种不同FFT的方法:其中包括时间抽取的基2 DFT,频率抽取的基2 DFT,分裂基算法、CZT方法等。-C language implementation of several different FFT approach: including the time taken by the base 2 DFT, frequency extraction base 2 DFT, split based algorithm, CZT methods.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:8924
    • 提供者:zhuqianxia
  1. DFT-AND-FFT

    0下载:
  2. DFT/FFT的物理意义讲解,本人觉得很不错!-The physical meaning of DFT/FFT to explain, I feel very good!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:219194
    • 提供者:YSJ
  1. DFT-FFT

    0下载:
  2. 有关傅里叶变换(DFT),快速傅里叶变换的(FFT)的一些简单的例子-About Fourier Transform (DFT), Fast Fourier Transform (FFT) of some simple examples
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:Blank
  1. DFT-FFT2

    0下载:
  2. 快速傅里叶变 (Fast Fourier Tranformation,FFT)是将一个大点数N的DFT分解为若干小点的D F T的组合。将用运算工作量明显降低, 从而大大提高离散傅里叶变换(D F T) 的计算速度。因各个科学技术领域广泛的使用了FFT 技术它大大推动了信号处理技术的进步, 现已成为数字信号处理强有力的工具-Fast Fourier Transform (Fast Fourier Tranformation, FFT) is a large number N of DFT i
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6203
    • 提供者:initialxy
  1. Canny

    0下载:
  2. 数字图像处理基本算法C++源代码,包括FFT、DFT、边缘检测算法、滤波算法-The basic algorithm of digital image processing C++ source code, including FFT, DFT, edge detection algorithms, filtering algorithms, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3460782
    • 提供者:M201372293
  1. DFT

    0下载:
  2. 图像的DFT、FFT变换,高效快捷,可以运用在医学图像处理中,也可以改进图片质量-DFT, image FFT transform, fast and efficient
  3. 所属分类:Wavelet

    • 发布日期:2017-05-22
    • 文件大小:6149320
    • 提供者:霏霏
  1. Sliding-DFT---CodeWarrior-implementation

    1下载:
  2. The sliding DFT is a spectral analysis method based on the classical FFT, implemented over a subset of the N center frequencies of the N-point DFT. The sliding DFT (SDFT) algorithm performs an N-point DFT on time samples within a sliding-window.
  3. 所属分类:DSP program

    • 发布日期:2017-02-02
    • 文件大小:1024
    • 提供者:Elena Dobre
  1. dft

    0下载:
  2. 加深对离散信号的DFT的理解及其FFT算法的运用。FFT算法的应用-the application of FFT. Frome this matlab program, you can know more about the DFT and FFT.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:118884
    • 提供者:doggy
  1. fft

    4下载:
  2. 实现功能:基8实现64点FFT处理器(进行两次8点FFT计算,采用基8进行64点) 详细说明:硬件结构包括六部分,分别为输入模块、8点FFT模块、乘法模块、顺序调整模块、输出模块和总控制模块。 其中,输入模块的主要功能是将串行输入的64个数据进行分类,分成8批次,每次8个输入到8点FFT模块中进行计算。 8点FFT模块:FFT是DFT的快速算法,当点数较大时,可以较大的减少DFT的运算量。常用的FFT算法主要有两种,分别为按时间抽选的FFT算法(DIT-FFT)和按频率抽选的FFT算
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:33072
    • 提供者:李圣华
  1. DFT-matlab

    0下载:
  2. 自己编写的简单matlab小程序,可实现DFT简单功能,类似于FFT,你可以从中了解DFT实现原理,另外还有一篇文章。-I have written a simple matlab applet implement DFT simple functions, like FFT, you can learn about the DFT implementation principles, in addition to an article.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:44018
    • 提供者:Mr.c
  1. DFT-FFT

    1下载:
  2. dft和fft的算法,有助于很好的理解算法内容,实例清楚明了-DFT and FFT algorithm, to help a very good understanding of the algorithm, the example is clear
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:691807
    • 提供者:王柯
  1. FFT

    0下载:
  2. 比较DFT和FFT算法的速度。快速傅里叶变换速度更快。-Comparison of DFT and FFT algorithm speed. Fast Fourier transform faster.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-13
    • 文件大小:1538
    • 提供者:罗斯
  1. ofdm-ls-dft

    0下载:
  2. 用快速傅里叶变换和你便会产生多天线阵列中的ofdm信号-the project of ofdm with fft
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:leisure
  1. DFT-DTFT-FFT

    0下载:
  2. 信号分析与处理中的DTFT、DFT、FFT的仿真计算以及对离散时间信号的仿真-DTFT, DFT, simulation signal analysis and processing of the FFT and the discrete-time signal simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1930
    • 提供者:李雪娇
  1. fft

    0下载:
  2. 该段代码是基于C语言的实现FFT算法的一个程序,这个程序能够实现由DFT向FFT改进后实现了加速的功能!-this code is the design of fft base on the C language
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1396
    • 提供者:夏国标
  1. FreqAnalysis_FFTDFT

    0下载:
  2. 结构动力学ElCentro波频谱分析 FFTDFT算法比较-Earthquake Time-histories Frequency Analysis FFT DFT
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1223745
    • 提供者:赵志
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com