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

搜索资源列表

  1. fftnew

    0下载:
  2. 用C++编写的比较dft算法,有待优化成为fft算法,请提意见-C dft index prepared by the comparison algorithm, as fft pending optimization algorithm, please comment
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6459
    • 提供者:阿婆
  1. 2189414139200591717859627843

    0下载:
  2. 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:311411
    • 提供者:例为
  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. FFT.

    0下载:
  2. 信号的谱分析就是计算信号的频谱(信号的傅氏变换),通过信号研究分析信号特性。信号频谱是连续的,不能用数字信号处理方法计算,按频域采用定理, 序列的DFT完整反映了频谱信息,所以可以通过DFT进行谱分析。 用 FFT 对连续信号和时域离散信号进行谱分析.-Spectral analysis of the signal is to calculate the signal spectrum (Fourier transform of the signal), through the signa
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:103424
    • 提供者:zfj
  1. Example_2833x_FFT

    0下载:
  2. FFT(Fast Fourier Transformation)是离散傅氏变换(DFT)的快速算法。即为快速傅氏变换。它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。(FFT (Fast Fourier Transformation) is a fast algorithm for discrete Fourier transform (DFT). Is the fast Fourier transform. It is based on the discret
  3. 所属分类:DSP编程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:KAMO
  1. sygbific

    0下载:
  2. 定义了signal的类和它的方法,主要有FFT DFT和卷积运算,并能处理简单的复数,()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:20480
    • 提供者:qnuiydib
  1. DFT&DCT

    0下载:
  2. 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:雪鹊
  1. Question No1

    0下载:
  2. 关于FFT的matlab,运用一些特定函数方程,设定wn的值进行编写matlab文件(Write a Matlab function fastft.m which implements the Fast Fourier Transform (FFT) algorithm for computing the DFT.)
  3. 所属分类:数学计算

  1. 第5章程序

    0下载:
  2. DFT的扩展 包括短时傅里叶变换 细化FFT CZT 参考北航的85个实用案例精讲的第五章,书上的例子仿真代码。(It is very good button source code integrityCode based on MATLAB simulation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:105472
    • 提供者:晴晴晴晴晴
  1. 数字信号处理实验3

    0下载:
  2. 一、实验目的 1.掌握DFT频谱分析的原理与编程方法。 2.理解FFT算法的编程思想。 2.熟练掌握利用FFT对信号作频谱分析,包括正确地进行参数选择、画频谱 及读频谱图。 3. 利用FFT频谱分析进行快速卷积和太阳黑子周期性检测。 二、实验环境 1.Windows xp以上操作系统 2.安装MATLAB2007a软件(First, the purpose of the experiment 1. master the principle and programming m
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:63488
    • 提供者:球球ss
  1. binary_winaow

    0下载:
  2. 定义了signal的类和它的方法,主要有FFT DFT和卷积运算,并能处理简单的复数,()
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:20480
    • 提供者:bxhjp%5F802
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com