CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - FFT,快速傅立叶变换

搜索资源列表

  1. fft

    0下载:
  2. 傅立叶变换的C语言源代码,N点DIT蝶形图,快速横向滤波器FTF用于系统参数估计-Fourier transform of C language source code, N-point DIT butterfly diagram, fast transversal filter for the system parameters estimated FTF
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:9841
    • 提供者:cuilei
  1. fftplot

    0下载:
  2. FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。 设x(n)为N项的复数序列,由DFT变换,任一X(m)的计算都需要N次复数乘法和N-1次复数加法,而一次复数乘法等于四次实数乘法和两次实数加法, -FFT, fast Fourier transform which is a discrete fast
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:728
    • 提供者:常虎
  1. FreeFFT

    0下载:
  2. 快速傅立叶变换的实现算法。包括1维FFT、2维FFT及其逆变换,以及离散变换的相关源码。-Fast Fourier Transform algorithm. Including the one-dimensional FFT, 2-dimensional FFT and its inverse transform, as well as the related discrete transform source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2096
    • 提供者:包辉
  1. oscilloscope_src

    0下载:
  2. 这是一个简单的应用我建立理解波的Windows音频API的基础知识,并获得一个快速傅立叶变换(FFT变换)的基本掌握。它的功能是:双缓冲绘图,取样的音频源,选择一个录音源使用搅拌机,FFT频谱计算阵列,并策划采样数据。 -This is a simple application I built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Tra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1137268
    • 提供者:wu
  1. TMS320LF2407onthefastFouriertransform

    0下载:
  2. 在TMS320LF2407上实现快速傅立叶变换的fft子程序,用C语言和汇编语言混合编程实现-The TMS320LF2407 on the fast Fourier transform fft subroutines, with mixed C and assembly language programming
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:33254
    • 提供者:liubin
  1. wuFFTshixian

    0下载:
  2. 实现FFT快速傅立叶变换,采用的编程语言是c++,可以在DSP中实现。-Achieve the FFT Fast Fourier Transform, using a programming language is c++, can be implemented in the DSP.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:187477
    • 提供者:s080101132
  1. kuiizjv

    0下载:
  2. descr iption:快速傅立叶变换fft matlab代码,实现了matlab命令中的fft,它充分利用了周期性等特点,复杂度大大降低,首先是分别计算一半点(奇偶序列),后一半点没有通过变换,而是通过简单的计算得到,从上面已经计算得到的一半点-descr iption: Fast Fourier Transform fft matlab code that implements matlab command fft, which take full advantage of the cyc
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3151
    • 提供者:JEFF
  1. FFT2Dsource

    0下载:
  2. 二维傅立叶变换及滤波快速傅立叶变换,是用c++编写的,希望对大家有用-fft Using deal with picture
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2682073
    • 提供者:哈哈
  1. mixerfft

    0下载:
  2. 快速傅立叶变换(FFT)算法硬件实现。按CTR控制板的K6键,可以显示A、B两信号源频谱,K7键实现混频显示,按K8实现键A、B两信号源分屏显示。-Fast Fourier Transform (FFT) algorithm for hardware implementation. By CTR panels K6 key, you can display A, B two source spectrum, K7 key to achieve mixing revealed by K8 achi
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:70858
    • 提供者:李响
  1. fft_1024

    0下载:
  2. 1024点的FFT变换,很实用,用于单片机做快速傅立叶变换-1024-point FFT transform, it is practical, fast Fourier transform for the microcontroller to do
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:63109
    • 提供者:aguo
  1. FFT

    0下载:
  2. 快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得。-Fast Fourier transform, discrete Fourier transform is a fast algorithm, which is the discrete Fourier transform of the odd, even, true, real and other characteristics of the discrete Fourie
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3845
    • 提供者:erik
  1. ziliao

    0下载:
  2. 信号序列的DFT本身就是信号频谱的采样集,所以DFT可直接用于分析信号的频谱。快速傅立叶变换是一种有 效、实用的信号DFT算法。文章通过对DIT-FFT算法的详细分析,提出了一种计算机软件仿真信号频谱分析方案,并给出了 关键算法的C 语言程序。-Signal sequence of the DFT spectrum of the sample itself is a set of signals, so the DFT can be directly used to analyze th
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:641981
    • 提供者:tangxuecheng
  1. Array-Pattern-Based-on-FFT

    0下载:
  2. 了等距线阵方向图与傅立叶变换的一致性,用F丌算法进行阵列方向图快速计算。通过严格的数学推导,揭示变换序列与可见空问的关系,讨论了不同单元问距情况下的处理方法-In this paper,the consistence of equispaced linear array pattem and foureir transfom is analyzed,so the linear arrayy pattem can be computed rapidly with FFT a1goritllm.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:438230
    • 提供者:swizon
  1. fft_yhm

    0下载:
  2. 快速傅立叶变换源码,经验证正确。参数为complex<double>-C/C++ code for FFT and IFFT algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1328
    • 提供者:Qinzhu Yang
  1. FFT-and-Realization-in-C-language

    0下载:
  2. 快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。 -Fast Fourier transform, discrete Fourier transform fast algorithm, which is based on the discrete Fourier transform of the odd, even
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:7834
    • 提供者:刘舒航
  1. FFT

    0下载:
  2. 快速傅立叶算法。可以快速计算傅立叶变换,是数字信号处理的最常用的方法。-Fast furious transfer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:922379
    • 提供者:邹磊
  1. Spectrum-Analyzer

    1下载:
  2. 这是一个简单的应用,建立了解的Windows音频波形API的基本知识,并得到快速傅立叶变换(FFT)基本掌握。应用程序的特点是:双缓冲图形,采样音频信号源,选择录音源,使用调音台,计算FFT频谱阵列,并绘制采样数据。-This is a simple application built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Transfor
  3. 所属分类:Wavelet

    • 发布日期:2015-08-26
    • 文件大小:12119040
    • 提供者:王海光
  1. Myproject

    0下载:
  2. 快速傅立叶变换(FFT)是一个有效的算法来计算离散傅立叶变换(DFT)及其逆。有很多不同的FFT算法,涉及范围很广,从简单的复数运算的数学组理论和数字理论,这里我给大家带来了一个能够进行快速傅里叶变换及其逆的程序,希望对大家能够有所帮助-A Fast Fourier transform (FFT) is an efficient algorithm to compute the discrete Fourier transform (DFT) and its inverse. There are
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:72402
    • 提供者:王海光
  1. DFTaFFT

    0下载:
  2. 离散傅立叶变换DFT源程序,包括时域离散化,求W算子表,原信号的时域描述和离散频域描述。以及快速傅立叶变换FFT源程序,里面有蝶形算法的循环步骤。适合初学者-Discrete Fourier Transform DFT source, including the time-domain discretization, find the W operator table, the original descr iption of the time-domain signal and discret
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:3072
    • 提供者:何程序员
  1. splitFFT

    0下载:
  2. 应用c实现的分裂基fft算法,希望对你有帮助。分裂基快速傅立叶变换-Separatist base application c achieve fft algorithm。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:996
    • 提供者:雪藤
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com