CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - 基2 fft

搜索资源列表

  1. FFT

    0下载:
  2. 用FPGA实现FFT算法,算法实现的可以是基2/4混合基FFT,也可以是纯基4FFT和纯基2FFT运算。
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:46934
    • 提供者:stn
  1. fft_1024_hdl

    1下载:
  2. 一个 1024 点 FFT , 基 4 蝶形运算架构, 5级流水,乒乓内存,有测试环境。-A 1024-point FFT, Radix-4 butterfly structure operation, five water, ping-pong memory, a test environment.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:18014
    • 提供者:wei
  1. fft

    1下载:
  2. 快速傅立叶变换(FFT)的FPGA实现,本系统采用了不同点数基2的复FFT。-Fast Fourier Transform (FFT) of the FPGA, the system uses two different points-based complex FFT.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-08
    • 文件大小:595968
    • 提供者:xiaoming
  1. fft_hdl

    0下载:
  2. 一个 16点 FFT 用基2蝶形运算单元完成,有测试环境。-16 points FFT with a radix-2 butterfly computation unit is completed and test environment.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:21873
    • 提供者:wei
  1. fft2

    3下载:
  2. 512点8位基2fft程序。基于 vhdl/verilog。已仿真布线通过。-512 points, eight base 2fft program. Based on vhdl/verilog. Simulation layout has been adopted.
  3. 所属分类:VHDL编程

    • 发布日期:2013-12-24
    • 文件大小:20453
    • 提供者:包鼎华
  1. 1024FFVHDL

    0下载:
  2. 1024点基2时分FFT快速傅立叶变换(vhdl) -1024-point radix-2 FFT Fast Fourier transform peak (vhdl)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:617044
    • 提供者:leo
  1. modulation-based-on-FPGA

    0下载:
  2. 本文是基于国标DTM-B的发端系统的调制的FPGA实现,包括非基2点的FFT的实现-This article is based on the national standard DTM-B of the originator of the system to achieve the modulation of the FPGA, including non-point radix-2 FFT implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1841977
    • 提供者:庄敏敏
  1. High-Speed-FFT

    1下载:
  2. 优秀硕士论文,课题采用现场可编程门阵列((FPGA),设计实现了一种超高速FFT处理器。目前,使用FPGA实现FFT多采用基2和基4结构,随着FPGA规模的不断扩大,使采用更高基数实现FFT变换成为可能。本课题就是采用Alter的Stratix II芯片完成了基16-FFT处理器的设计。在设计实现过程中,以基2-FFT搭建基16-FFT的运算核,合理安排时序,解决了碟形运算、数据传输和存储操作协调一致的问题。由于采用流水线工作方式,使整个系统的数据交换和处理速度得以很大提高。本设计实现了4096
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3759545
    • 提供者:陈子牙
  1. butter

    0下载:
  2. 基-2的FFT的蝶形算法,verilog HDL 的源代码--2 Of the FFT butterfly-based algorithms, verilog HDL source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3936
    • 提供者:Mio
  1. N2FFT

    0下载:
  2. C#的FFT程序,非2基的,可以算100点,200点的FFT-C# the FFT program, non-2-based, you can count 100 points, 200 point FFT
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:971210
    • 提供者:李丰攀
  1. non_continues_ifft

    0下载:
  2. 非流水线数据输入方式的FFT调核实现,功仿正确,由于采用基2的方式,输出需花很长的时间,因此,前面需要加载FIFO存取中间来的数据,保证FFT处理的时间。因此,对输入数据流的时钟频率不能太高! -Non-pipelined FFT of input data transfer nuclear achieved successful imitation is correct, the way thanks to the base 2, the output need to spend a lo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3321877
    • 提供者:王海生
  1. myFFT2

    0下载:
  2. 快速傅里叶变换FFT基2频域的c++代码实现-FFT algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:315539
    • 提供者:WeiYongcheng
  1. myfft64_final

    0下载:
  2. 通过调用quartus ii中的宏模块,优化源代码。这样,我们就能节能自己优化代码的时间。源代码中的FFT是基—2算法。-By calling the quartus ii macro module, optimize the source code.so,we can save the time to optimize the source code by yourself.This code is base-2 of FFT algorithm,a simple algorithm to r
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-21
    • 文件大小:6523060
    • 提供者:陈家明
  1. fft256_512_1024

    1下载:
  2. 基于基2的并行256,1024深度的FFT源代码verilog-Based on radix-2 FFT parallel 256,1024 depth verilog source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:15310
    • 提供者:tianshan
  1. fft4096_8192

    0下载:
  2. 基于基2的并行4096,8192深度的FFT源代码verilog-Based on radix-2 FFT parallel 4096,8192 depth verilog source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:18899
    • 提供者:tianshan
  1. 8-point-pipeline-fft-by-verilog.pdf

    0下载:
  2. 简单的8位基2 流水 fft verilog-Simple 8 base 2 pipelined fft verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:219918
    • 提供者:张涛
  1. R2FFT-master

    0下载:
  2. 基2算法fft实现 verilog 快速傅里叶变换(the implemention of fft in radix 2 algorithm)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-07
    • 文件大小:750592
    • 提供者:slplion
  1. 基2的快速傅里叶变换

    0下载:
  2. 基2的快速傅里叶变换,可定制位宽和点数的基2的FFT变换模块
  3. 所属分类:VHDL编程

    • 发布日期:2020-03-12
    • 文件大小:35467114
    • 提供者:verdvana
  1. 基2的快速傅里叶变换

    0下载:
  2. 基2的快速傅里叶变换,可定制位宽和点数的基2的FFT变换模块
  3. 所属分类:VHDL编程

    • 发布日期:2020-03-12
    • 文件大小:219956
    • 提供者:verdvana
搜珍网 www.dssz.com