搜索资源列表

  1. verilog fft_64_12

    0下载:
  2. radix-4,利用cordic算法实现复乘单元
  3. 所属分类:VHDL编程

  1. fft1b1

    0下载:
  2. 基4快速傅立叶变换的实现方法 ,有多种,没有加密-Radix-4 Fast Fourier Transform method, a combination of factors, not encrypted
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:165888
    • 提供者:鼎鼎
  1. fft_基2基4基8

    0下载:
  2. 基2基4基8以及分裂基的fft算法,代码效率很高。是难得一见的好代码。应用范围很广。-Radix-2-4-based 8 and split fft-based algorithm, a high code efficiency. Is a rare good code. Application of a very wide scope.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:76800
    • 提供者:张强
  1. dingdianchengfaqisheji

    0下载:
  2. 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:381952
    • 提供者:少华
  1. radix-2FFT

    0下载:
  2. 基2FFT,是DFT(离散傅立叶变换)的快速算法-radix 2 FFT, DFT (Discrete Fourier Transform) Fast Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Terry
  1. all_Radix_FFT

    0下载:
  2. 此程式具有三种FFT演算法,分别是radix-2 radix-4 radix-8,可选择其中一种演算法,接着输入FFT点数,程式就会执行FFT/IFFT,可以藉此知道是否正确-This program has three FFT algorithms are radix-2 radix-4 radix-8, can choose one algorithm, and then enter the FFT points, the prog
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:陈荣
  1. radix4_multiplier

    0下载:
  2. 54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:750592
    • 提供者:汤江逊
  1. fft

    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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李文
  1. VLSIFFTRadix2forDSP

    0下载:
  2. VLSI implementation of high speed and high resolution FFT algorithm based on Radix 2 for DSP application
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:247808
    • 提供者:bonjour
  1. BoothMultiplier4

    0下载:
  2. Radix 4 Booth Multiplier
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:201728
    • 提供者:photo26
  1. fixed_struc_radix4_fft

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

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:timtian
  1. ADSP-21062_Compl_FFT_rad-4

    0下载:
  2. 用ADSP21062实现快速FFT基4算法 压缩包内有源代码和说明-In general, a radix-4 FFT will run faster than radix-2 FFT but will take up more space and has more restrictions on the length of the FFT. Specifically, all radix-2 FFT routines w
  3. 所属分类:DSP编程

    • 发布日期:2024-05-18
    • 文件大小:84992
    • 提供者:防止
  1. Radix-4FFTforTMS320C6000

    0下载:
  2. 用TI DSP芯片TMS320C6000实现FFT算法 内含程序代码和说明 The radix-4 FFT-Fixed-point digital signal processors (DSPs) have limited dynamic range to deal with digital data. This application report proposes a scheme to test and scale the
  3. 所属分类:DSP编程

    • 发布日期:2024-05-18
    • 文件大小:53248
    • 提供者:防止
  1. RADIX4

    0下载:
  2. This 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例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:sunil
  1. fft-arm

    0下载:
  2. 一个用于ARM的基4/基5定点FFT算法,原作者是JDB,后来我扩展过16和256点的计算并用在项目中了,感觉速度还不错。现在重写了基于Linux GCC4的测试程序,可供使用者评估参考。建议安装FFTW3用来精确评估测试结果,相关范例已经在代码中了。-Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally con
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:242688
    • 提供者:Tony Gibson
  1. cfft4

    0下载:
  2. fft radix-4 VHDL for expanding to any fourier transform
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:delta
  1. cfft4X12

    0下载:
  2. fft radix-4 for expanding to any fourier transform
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:delta
  1. FFT_Implementation_in_FPGA

    0下载:
  2. This book is ERICSSON documentation "FFT, REALIZATION AND IMPLEMENTATION IN FPGA". Book includes some theoretical information about FFT Radix-2 and Radix-4, and also VHDL and Matlab code.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:297984
    • 提供者:Anta
  1. gam3

    0下载:
  2. FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:145408
    • 提供者:rams
  1. datasheet

    0下载:
  2. Implementing the Radix-4 Decimation in Frequency (DIF) Fast Fourier Transform (FFT) Algorithm Using a TMS320C80 DSP
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:150528
    • 提供者:seojinwon
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org