CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 4 fft

搜索资源列表

  1. 4fft

    0下载:
  2. 频域抽取16点基4 FFT c语言代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:193.7kb
    • 提供者:范军
  1. FFT

    1下载:
  2. 基4的FFT算法程序,它是要通过将长度为N的数据序列转化成大小为4的DFT来实现高速化。从理论上讲,它比执行时间缩短为基2的FFT的3/4。该程序性能优越,可用性很强。下载即可用!
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFO
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:266.65kb
    • 提供者:donotspam
  1. RADIX4.rar

    0下载:
  2. This is Radix 4 FFT algorithm developed in Matlab.this code give all stages of Radix4 FFT algorithm,This is Radix 4 FFT algorithm developed in Matlab.this code give all stages of Radix4 FFT algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.43kb
    • 提供者:sunil
  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.rar

    1下载:
  2. FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。,FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.86kb
    • 提供者:liuxiaoxiao
  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
    • 文件大小:536byte
    • 提供者:赵明敏
  1. post

    1下载:
  2. DVB-T transmite 8K code rate 3/4 QAM-64 in Matlab (Simulink)-DVB-T transmite 8K code rate 3/4 QAM-64 in Matlab (Simulink)
  3. 所属分类:matlab例程

    • 发布日期:2017-04-30
    • 文件大小:16.84kb
    • 提供者:Aleks
  1. ding

    4下载:
  2. 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.57kb
    • 提供者:何亮
  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. FFT-and-IFFT

    1下载:
  2. fft与ifft的子程序代码,时间抽取基2FFT算法,参数包含4个:N点数、M蝶形运算迭代级数、换算到频域后的实部和虚部-fft ifft coding
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.77kb
    • 提供者:KatrinaH
  1. fft64

    1下载:
  2. 64-point radix-2 fft module
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-05-11
    • 文件大小:686byte
    • 提供者:Hem
  1. fixed_struc_radix4_fft

    0下载:
  2. 采用固定寻址方式的固定结构基4FFT仿真代码-Radix 4 FFT with fixed address structure
  3. 所属分类:Algorithm

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

    0下载:
  2. 16 point 4 radix fft vhdl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.99kb
    • 提供者:gwangja
  1. radix4

    0下载:
  2. This zip file describes about Basic radix 2fft,radix 4fft and shows the basic difference between above mentioned fft with radix 16 fft-This zip file describes about Basic radix 2fft,radix 4fft and shows the basic difference between above mentioned f
  3. 所属分类:matlab

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

    0下载:
  2. FFT algorithms FFT, IFFT, power spectrum calculation, including the Hamming window, Hanning window, triangle window, Blackman window, 4 term Blackman-Harris window of several of the power spectrum window function computing power.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.39kb
    • 提供者:firdausmustaffa
  1. 581L6_00

    0下载:
  2. this program is radix-4 fft for 64 point
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:332.85kb
    • 提供者:mani
  1. 16-fft-hdl

    0下载:
  2. 16点fft,其中实现简单,使用的是基4的结构,控制使用状态机-based-16 FFt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:张剑锋
  1. fft.c

    1下载:
  2. c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:15.04kb
    • 提供者:ws
  1. FFT_4_Fixed_DIF_(OK)

    1下载:
  2. 基4的定点FFT算法,功能都在VC2008里验证过了,有不懂得可以跟我交流、讨论。-Fixed-point radix-4 FFT algorithm, features are verified in the VC2008 in, and there do not know how to communicate with me to discuss.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:213.08kb
    • 提供者:傲天
« 12 3 4 »
搜珍网 www.dssz.com