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

搜索资源列表

  1. DET

    0下载:
  2. c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9517
    • 提供者:周晓尧
  1. MYFFT.rar

    0下载:
  2. 实现了一个简单的快速傅立叶变化功能函数,对一副图象进行傅立叶变化,其中关键的变换部分是用汇编实现的,To achieve a simple Fast Fourier change function of a Fourier image changes, which transform a key part of the compilation is achieved
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:66629
    • 提供者:zhongjin
  1. filter

    0下载:
  2. 1.FFT.doc 2.用MATLAB进行FFT频谱分析 3.傅立叶变换与频谱分析.pdf 4.快速Fourier变换算法及Matlab程序实现.pdf 5. 利用MATLAB和窗函数法设计FIR数字滤波器.pdf 6. 用MATLAB辅助设计FIR数字滤波器.pdf-1.FFT.doc 2 MATLAB FFT spectrum analysis 3 FFT and spectrum analysis . Pdf 4 fast Fourier transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1460390
    • 提供者:李超
  1. FftDrawing

    0下载:
  2. 实现快速傅立叶算法,采用vc windows编程显示傅立叶变换后的相角图,实部图,虚部图,模图和功率谱密度徒。-Fast Fourier algorithm, vc windows programming using Fourier transform shows that after the phase angle map, real maps, the imaginary part of diagram, modulus map and power spectral density only
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6142
    • 提供者:zhoujunhua
  1. fuliyebianhuan

    0下载:
  2. 主要是应用VC进行傅立叶变换和反变换的程序,主要采用快速傅立叶方法,因为傅立叶变换的时间很长。-VC primarily used for Fourier transform and inverse transform process, the main use of fast Fourier methods, because the Fourier transform of the time very long.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:323987
    • 提供者:maxiaoyan
  1. fft

    0下载:
  2. 快速离散傅立叶变换,实现8点的蝶形图matlab算法-Fast Discrete Fourier Transform to achieve 8:00 of the butterfly graph algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1861
    • 提供者:qibo
  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. DCT

    0下载:
  2. 利用快速傅立叶算法,实现快速离散余弦变换及其逆变换-Using fast Fourier algorithm for fast discrete cosine transform and its inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1068
    • 提供者:韩静
  1. walsh

    0下载:
  2. 利用快速傅立叶算法,实现快速沃尔什-哈达玛变换及其逆变换-Using fast Fourier algorithm, fast Walsh- Hadamard transform and its inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:801
    • 提供者:韩静
  1. MATLAB

    0下载:
  2. 本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:255502
    • 提供者:zhd
  1. fastfft

    0下载:
  2.  快速傅氏变换(FFT)是离散傅氏变换(DFT)的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。快速傅里叶变换有广泛的应用,如数字信号处理、计算大整数乘法、求解偏微分方程-Fast Fourier Transform (FFT) is the discrete Fourier transform (DFT) in the fast algorithm, which is based on discrete Fourier transform of t
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:1022
    • 提供者:KW
  1. FFT_based_on_DSP

    0下载:
  2. 快速傅氏变换(FFT)是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。数字信号处理器(DSP)是一种可编程的高性能处理器,近年来发展很快.它不仅适用于数字信号处理,而且在图像处理、语音处理、通信等领域得到了广泛的应用.通用的微处理器在运算速度上很难适应信号实时处理的要求.联沪处理器中集成有高速的乘法器硬件,能快速地进行大量数据的
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:351055
    • 提供者:Raymond
  1. question

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

    • 发布日期:2017-04-11
    • 文件大小:568
    • 提供者:林敏
  1. jvgz

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

    • 发布日期:2017-03-30
    • 文件大小:768
    • 提供者:林敏
  1. F2812-FFT

    0下载:
  2. FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:404880
    • 提供者:平意义
  1. fastphaseunwrapalgorithm

    0下载:
  2. 一种快速傅立叶余弦变换的方法用于解包裹相位。-A fast algorithm for phase-unwrap.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:846605
    • 提供者:chen
  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. GPS--C_Matlab

    0下载:
  2. 在本 GPS 软件接收机的实现中,主要针对C/A 码的捕获和跟踪算 法进行了C++代码的优化和改进,并在C++环境中调用Matlab 来实现 傅立叶变换的快速计算,将C++和Matlab 有机地结合在一起,提高了软件接收机的处理速度;使用类函数来实现大量的数组和矩阵运算,简化了程序的复杂性,提高了程序的可读性;分析所得到的卫星并从中筛选出四颗卫星来计算用户位置,提高了用户位置的精度。-In the GPS software receiver implementation, mainly
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:493318
    • 提供者:zhouyang
  1. FFT_FAEST

    0下载:
  2. 快速傅立叶算法的设计与实现,支持频谱的分析,傅立叶反变换的操作-Fast Fourier transform algorithm design and implementation to support the analysis of the spectrum, inverse Fourier transform operation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2741935
    • 提供者:任博
« 1 2 ... 25 26 27 28 29 3031 32 33 »
搜珍网 www.dssz.com