CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - FFT

搜索资源列表

  1. fft

    0下载:
  2. This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70.49kb
    • 提供者:陈西
  1. 快速傅立叶变换FFT及信号的谱分析

    2下载:
  2. 用快速傅立叶变换FFT实现信号的谱分析,包括FFT程序,谱分析程序和绘图程序-using Fast Fourier Transform FFT spectrum analysis of the signals, including FFT procedures, spectral analysis procedures and drawing program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.85kb
    • 提供者:孙涛
  1. 利用FFT和IFFT计算线性卷积

    0下载:
  2. 利用循环卷积和线性卷积之间的关系,用FFT和IFFT的现有程序实现信号线性卷积快速实现-cyclic and linear convolution convolution of the relationship between FFT and IFFT with the existing procedures of linear convolution signal Fast
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21.06kb
    • 提供者:孙涛
  1. fft.ifft

    2下载:
  2. FFT与IFFT的简易源程序,用C语言编写,可进行复数和实数运算-FFT and IFFT simple source, the C language, can be complex and real operations
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:19.32kb
    • 提供者:陈斯
  1. DTK-FFT

    0下载:
  2. 开发平台ccs5000 tms320vc5416的fft程序-development platform ccs5000 tms320vc5416 the procedures fft
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:143.04kb
    • 提供者:周伟
  1. fft+DCT

    1下载:
  2. 自己手写的图像的FFT变换和DCT变换的MATLAB代码-own handwritten Image Transform FFT and DCT MATLAB code
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:733.29kb
    • 提供者:Alex
  1. fft

    0下载:
  2. 在TMS320LF2407上实现快速傅立叶变换(fft)算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.75kb
    • 提供者:高煊
  1. FFT

    0下载:
  2. 信号进行FFT变换,可以选择多个洋点,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18.61kb
    • 提供者:chan
  1. fft

    0下载:
  2. FFT实例,是将记事本文件压成RAR,然后改扩展名为ZIP上传的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:958byte
    • 提供者:kitty
  1. FFT

    0下载:
  2. 用FFT作谱分析,FFT算法和FFT子程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:yy
  1. FFT

    0下载:
  2. c语言写的FFT变换源码,有多个版本,经测试,还比较好用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:83.43kb
    • 提供者:heshang
  1. fft

    0下载:
  2. 1024点的fft,可以用在c54x中,包括完整的工程
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.33kb
    • 提供者:马鸿伟
  1. FFT

    0下载:
  2. 对文本文档内的数据进行傅里叶变换,得到波形 -频谱图,相位图的对话框界面-For text document data within the Fourier Transform, the wave- frequency spectrum, phase diagram of the dialog box interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:309.93kb
    • 提供者:宫同举
  1. 3780点FFT的旋转因子

    0下载:
  2. 3780点FFT的旋转因子是经过放大取整之后的,可以再FPGA中直接使用
  3. 所属分类:其它

  1. 3780点FFT的旋转因子

    0下载:
  2. 3780点FFT的旋转因子是经过放大取整之后的,可以再FPGA中直接使用
  3. 所属分类:其它

  1. FFT_VB

    1下载:
  2. 实现VB界面下的信号fft变换。界面提供两个波形的卷积,然后对其求FFT变换并显示-VB interface to achieve a signal fft transform. Interface convolution of two waveforms, and then seek its FFT transform and display
  3. 所属分类:Button control

    • 发布日期:2017-03-30
    • 文件大小:3.82kb
    • 提供者:谭松清
  1. homework

    1下载:
  2. 数字信号处理的课后编程作业,要求是实现FFT变换,信号的卷积,还有数字滤波器的设计。前两个是VB编写的可执行文件,后面一个是VC的源程序,希望对大家有用 -Digital signal processing of after-school programming operations, the requirements for achieving FFT transform, the convolution signal, as well as digital filter design.
  3. 所属分类:界面编程

    • 发布日期:2016-02-24
    • 文件大小:60.02kb
    • 提供者:谭松清
  1. FFTinDLG

    0下载:
  2. MFC下FFT用C++写的源代码,有图形显示,sin和fft频率的自由选择.图形界面-MFC under the FFT written in C++, source code, graphics, sin, and fft frequency of free choice. Graphical interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1.8mb
    • 提供者:张刚
  1. FFT

    0下载:
  2. C#写的FFT变换,对信号进行时域和频域分析,大家可以-C# write FFT transform, the signal is the time domain and frequency domain analysis, everyone can see
  3. 所属分类:EditBox

    • 发布日期:2017-03-31
    • 文件大小:11.71kb
    • 提供者:刘河君
  1. VB-FFT-interface

    1下载:
  2. VB实现的FFT,有界面设计,可参考使用-VB of the FFT, interface design, use and reference
  3. 所属分类:GUI Develop

    • 发布日期:2017-02-01
    • 文件大小:6kb
    • 提供者:
« 12 3 4 5 6 »
搜珍网 www.dssz.com