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

搜索资源列表

  1. Fft

    0下载:
  2. 这是用C语言实现数字信号处理中的FFT变换的代码。。可以很方便的进行快速傅里叶变换-This is the C language used digital signal processing FFT transform the code. . Can be very convenient to carry out fast Fourier transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1296
    • 提供者:郭韬
  1. Fourier_MATLAB_GUI_pfile_011905

    0下载:
  2. FFT快速傅立叶变换的代码,只需要Matlab环境即可运行。需要输入分析数据。-FFT Fast Fourier Transform code, only need to run Matlab environment. Need to enter data.
  3. 所属分类:matlab

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

    0下载:
  2. 实现图像的fft快速傅立叶变换,使用matlab中示例的pear图实现-Image of fft Fast Fourier Transform, use the matlab example of the realization of the pear Figure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1416
    • 提供者:yyf
  1. C30Fast_FFT

    0下载:
  2. c30 快速傅里叶变换 c30 快速傅里叶变换-C30 Fast Fourier Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:40506
    • 提供者:gigi
  1. FFTdemo

    0下载:
  2. 快速傅里叶变换,actel的fusion系列FPGA中综合通过-Fast Fourier Transform, actel of fusion series FPGA integrated through
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:298832
    • 提供者:luocaijin
  1. Updata2ff

    0下载:
  2. 快速傅立叶变换另一种实现方法,即复数域转换成在实数域内运算(速度为复数域的17倍),调试通过-Fast Fourier Transform method to another, that is, the complex field into a region in the real computing (speed of the complex field of 17 times)
  3. 所属分类:Windows Develop

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

    0下载:
  2. 高速定点快速傅立叶变换处理器的设计与实现-High-speed fixed-point Fast Fourier Transform Processor Design and Implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:226107
    • 提供者:萧球水
  1. fftdll

    0下载:
  2. Fast Fourier Transform algorithm for labview, C-Fast Fourier Transform algorithm for labview, C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2382
    • 提供者:Cheol
  1. FFTLib.c

    0下载:
  2. Fast Fourier Transform FFTLib.c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1764
    • 提供者:Cheol
  1. AAFFT

    0下载:
  2. 数字信号处理中经典的FFT算法实现,对理解信号处理帮助很大-A Fast Fourier Transform [FFT] method for frequency sparse functions. Recovers the k most energetic frequencies hidden in a bandwidth-N function in k*polylog[N] time.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-27
    • 文件大小:149670
    • 提供者:zhaohui
  1. FFT16

    0下载:
  2. 实现fft快速傅里叶变换,可以根据需要来进行修改。-Implementation fft Fast Fourier Transform, can be required to be amended.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:
  1. NumericalRecipesC

    0下载:
  2. 包含了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分方程数值解、若干编码算法和任意精度计算等-Includes calculation of contemporary science involved substantial elements: seeking a special function values, random numbers, sorting, optimization, fast Fourie
  3. 所属分类:Wavelet

    • 发布日期:2017-06-13
    • 文件大小:20571769
    • 提供者:mtx
  1. efficient_registration

    0下载:
  2. 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:5239
    • 提供者:wangwei
  1. DFT_FFT_COMPARISON

    0下载:
  2. 离散傅立叶变换DFT和快速傅立叶变换FFT的比较-Discrete Fourier Transform and Fast Fourier Transform Comparison
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:45917
    • 提供者:leo
  1. chap04

    0下载:
  2. ch4_1_1:矩形连续函数的傅立叶变换(§4.1.1) ch4_1_2:构建一个矩形函数(§4.1.2) ch4_1_3:对f进行二维快速傅立叶变换(§4.1.2) ch4_1_4:对f进行补零(区域大小为256×256),而后进行二维快速傅立叶变换(§4.1.2) ch4_1_5:使变换结果的零频率分量位于中心,调用函数fftshift(§4.1.2) -ch4_1_1: rectangular continuous function of the Fourier tra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3879
    • 提供者:汤跃峰
  1. power_fft

    0下载:
  2. 在线快速傅里叶变换(FFT)分析演示,Matlab/Similink-Online fast Fourier transform (FFT) analysis of demonstration, Matlab/Similink
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6094
    • 提供者:刘鹏
  1. fft

    0下载:
  2. 单片机用c语言编写的快速傅里叶变换,简单快速-Singlechip with c languages Fast Fourier Transform, EASY Express
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:14650
    • 提供者:赵娜娜
  1. fft_in_C

    0下载:
  2. 快速傅里叶变换C语言,PDF文件,从别人处转的。-Fast Fourier Transform C language, PDF files, the transfer from the others.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:33514
    • 提供者:pulj
  1. digital_signal_processing

    0下载:
  2. 给出了数字信号处理课程设计的基本程序,包括采样、快速傅里叶变换、功率谱分析等。-Give a digital signal processing of the basic procedures for curriculum design, including sampling, fast Fourier transform, power spectrum analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:404613
    • 提供者:王宇坤
  1. fft

    0下载:
  2. 快速傅里叶变换c语言源程序,用户可根据自身情况修改-Fast Fourier Transform source code c language, the user can modify according to their own circumstances
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1354
    • 提供者:邓博文
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com