CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 基2时间

搜索资源列表

  1. base2fft

    0下载:
  2. 定点基2-FFT及执行时间测试代码。可以手工输入数据,也可以从文件读入。 文档中含有测试说明和代码。-sentinel-2-FFT execution time and test code. Can manually input data, but also from the file into. Documents containing descr iptions and test code.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9.59kb
    • 提供者:李文涛
  1. fft.rar

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。,FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1.32kb
    • 提供者:李文
  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
    • 文件大小:16.85kb
    • 提供者: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
    • 文件大小:1.11kb
    • 提供者:白蝶
  1. exp2_FFT_DIT

    0下载:
  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 natural order.
  3. 所属分类:matlab

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

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may div
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:410.15kb
    • 提供者:卡其米奇
  1. ditfftbasedonmatlab

    0下载:
  2. 在matlab中实现时间抽取基2 FFT算法-Matlab achieve in the time taken from the base 2 FFT algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:790byte
    • 提供者:steven
  1. DIT2FFT

    0下载:
  2. 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.47kb
    • 提供者:steven
  1. FFT

    0下载:
  2. 自己编写的一个基2时间分解的FFT,程序实现了基2的时间序列从时域到频域的转换。希望对大家有用-I have written the time of a radix-2 decomposition of the FFT, program implementation of the base 2 of the time series from time domain to frequency domain conversion. Want to be useful to everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:302.59kb
    • 提供者:
  1. myfft

    0下载:
  2. 基于matlab的编程实现基2时间抽取的FFT源算法,程序简单实用。-2 time programming based algorithm for extraction of the FFT source
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:757byte
    • 提供者:宁静
  1. t_2_fft

    0下载:
  2. 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.29kb
    • 提供者:srl
  1. fft

    0下载:
  2. Matlab的FFT算法程序 里面有基2时间抽取的FFT 还有基2频率抽取的FFT -Matlab' s FFT algorithm which has taken the time base 2 radix-2 FFT have taken the FFT frequency
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:872byte
    • 提供者:jinbang
  1. fft2_ifft2

    0下载:
  2. 实现基2时间分裂2维快速傅里叶变换程序代码,测试通过。-VC++ code for two-dimmentional Fourier Transform.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:2.44mb
    • 提供者:tsinsun
  1. MATLAB_FFT

    0下载:
  2. matlab中进行FFT分解的算法,基2时间抽取的FFT算法,很有用。-matlab FFT decomposition algorithms
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:3.82kb
    • 提供者:zhangfei
  1. fft_ifft

    0下载:
  2. 任意偶数点数的fft,ifft快速计算.分别使用基2时间和基2频率的FFT算法,使用标号控制是否为IFFT。-Any even number of points fft, ifft quick calculations. Were using the base 2 times the frequency and the base 2 FFT algorithm, using the label control whether IFFT.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.43kb
    • 提供者:张小虎
  1. fft_console

    0下载:
  2. 2D-基2 时间抽取 fft变换,visual c++ 控制台程序,实现2维矩阵的fft变换-fft transform
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:228.64kb
    • 提供者:黄伟庚
  1. fft

    0下载:
  2. 基于DSP2812的FFT自编源程序 位倒序 基2-时间抽取 蝶形算法-The source DSP2812 FFT-based self
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1.5kb
    • 提供者:曹小娇
  1. DIT2FFT

    0下载:
  2. 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:he632760
  1. 基2—fft算法软件实现

    0下载:
  2. 用所学过的编程语言,自行设计出一个按时间抽取的、输入倒位序、输出顺序的基-2 FFT 算法程序。要求用户的输入输出接口为可视化的界面。 (1)简述实验目的及原理; (2)画出程序流程框图; (3)主要给出实验内容的程序(要求程序模块化并加注释)。
  3. 所属分类:matlab例程

    • 发布日期:2017-11-15
    • 文件大小:1.12kb
    • 提供者:charming_char
  1. FFT变换的matlab实现

    2下载:
  2. 此代码为基2时间抽取的快速傅里叶变换,可实现将信号从时域转换到频域。
  3. 所属分类:matlab例程

    • 发布日期:2019-08-16
    • 文件大小:8.46kb
    • 提供者:xiao_shi
« 12 3 4 5 »
搜珍网 www.dssz.com