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

搜索资源列表

  1. 用VB.net实现了2维快速傅里叶变换FFT

    0下载:
  2. 用VB.net实现了2维快速傅里叶变换FFT-Fast Fourier Transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:678452
    • 提供者:huangzhihu
  1. FFT

    0下载:
  2. 可实现信号快速傅里叶变换,keil C源代码,频谱分析-Signal fast Fourier transform keil C source code, spectrum analysis
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-08
    • 文件大小:43008
    • 提供者:大花
  1. fft_c

    0下载:
  2. fft(快速傅里叶变换)算法的c语言实现-fft (Fast Fourier Transform) algorithm implementation c language
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1753
    • 提供者:寒星
  1. tms320c55xfft

    0下载:
  2. tms320c55x dsp FFT快速傅立叶变换编程-tms320c55x dsp FFT Fast Fourier Transform program
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:15812
    • 提供者:liyucheng
  1. fft

    0下载:
  2. 用java语言编写快速傅立叶变换(fft)程序,,这个程序的算法是《算法引论—一种创造性方法》中的算法-Using java language fast Fourier transform (fft) program, the program algorithm is the " Introduction to Algorithms- A creative approach" in the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7905
    • 提供者:dele
  1. FFT

    0下载:
  2. 快速傅里叶变换 已经调试好的 希望对大家有帮助-Fast Fourier Transform has good debugging we want to help
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:609
    • 提供者:王敏
  1. DCT

    0下载:
  2. 该函数用来实现快速离散余弦变换。该函数利用2N点的快速付立叶变换来实现离散余弦变换-This function is used to implement fast discrete cosine transform. 2N points of the function using the fast Fourier transform to achieve the discrete cosine transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:686
    • 提供者:cherry
  1. FFT

    0下载:
  2. 速度最快的快速傅里叶变换的类库,比所有同类的FFT速度都快很多-The fastest of the fast Fourier transform library, more than all other similar FFT speed much faster
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6378965
    • 提供者:韩守东
  1. e1

    0下载:
  2. 16点基4—FFT算法编程。输入16点的序列,采用基4-fft方法计算其快速傅里叶变换。-16 points-based 4-FFT algorithm for programming. Enter the 16-point sequence, with the base 4-fft method for calculating the fast Fourier transform.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:536
    • 提供者:赵明敏
  1. 2812TI

    0下载:
  2. TI的2818快速傅里叶变换的例程。程序使用的是C语言。调试工具使用CCS。-TI' s 2818 Fast Fourier Transform routines. Program uses the C language. Debugging tools CCS.
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:5129
    • 提供者:杨亮
  1. fft

    2下载:
  2. 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序-To design a time of extraction according to the base 2 Fast Fourier Transform (base 2FFT-DIT). Input inversion sequence, the output of natural order。
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:17252
    • 提供者:cuiqida
  1. DIT_FFT_2

    0下载:
  2. 用matlab实现基2时间抽取快速傅里叶变换fft-Base 2 with matlab time taken to achieve the fast Fourier transform fft
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1138
    • 提供者:白蝶
  1. fft

    0下载:
  2. 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-Design is taken in accordance with the time radix-2 fast Fourier transform the (base 2FFT-DIT). Enter the inversion sequence, the output of the natural order.
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:729
    • 提供者:钟福贵
  1. FFT

    0下载:
  2. 基于stc12c5a60s2的 fft音频快速傅里叶变换,可以扩展做数字滤波器-Fft audio based stc12c5a60s2 the fast Fourier transform, digital filters can be extended to do
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:3047
    • 提供者:jacky
  1. FFT

    0下载:
  2. 通过TMS320VC5509A实现fft快速傅里叶变化的算法-Fft fast Fourier transform algorithm by TMS320VC5509A
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:102045
    • 提供者:辛志军
  1. fft2

    0下载:
  2. 按时间抽取的基2快速傅立叶变换,详细的讲解了编程的思维并有源代码!-Time taken by the radix-2 fast Fourier transform, in detail the thinking and programming source code!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:5751
    • 提供者:汪明
  1. fft

    0下载:
  2. 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination of the image grid of informati
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:440018
    • 提供者:marui
  1. denoise_fft_angle_Analysis

    0下载:
  2. 计算时间序列的快速傅里叶变换并画出时域和频域图,之前进行小波降噪。-Calculate the time series and fast Fourier transform time-domain and frequency domain plot diagram, before wavelet decomposition.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1011
    • 提供者:lijie
  1. fft

    0下载:
  2. 快速傅里叶变换的matlab实现,用于对信号进行频谱分析-Fast Fourier transform matlab implementation for spectral analysis of signals
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1389057
    • 提供者:沈润夏
  1. FFTc

    0下载:
  2. 快速傅里叶变换用c语言实现!!经测试可用-Fast Fourier Transform using c language! ! Been tested and can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1336
    • 提供者:前卫
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com