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

搜索资源列表

  1. 基于CORDIC算法的FFT

    0下载:
  2. 采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。-time selected by using the four-situ algorithm and coordinate rotation digital computer (CORDIC) algorithm is one is a real-time FFT spectrum analysis system.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:张志华
  1. CRC

    1下载:
  2. 这个是我花了一个星期的CRC算法,有并行与串行的区别与时序的分析。。。。希望站长能够同意-This is a week I spent the CRC algorithm, there is the difference between parallel and serial and timing analysis. . . . Hope that regulators can not agree
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-02
    • 文件大小:734.54kb
    • 提供者:heshuiming
  1. 65filter

    0下载:
  2. 65位FIR数字滤波器的设计~~其中有通过仿真得出得数据 ~可以通过数据输入完成滤波实验~对数字滤波器得整个算法进行了分析包括输入分组相加 然后相乘得过程-65 FIR digital filter design ~ ~ with simulation data to come in through the importation of data from experiments completed filtering of the digital filter in the whole alg
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:2.9kb
    • 提供者:凌燕
  1. TheDesignofFIRFilterBasedonFPGA

    0下载:
  2. 从分析FIR 数字滤波器的原理和设计方法入手,主要针对基于FPGA 实现数字滤波器乘法器的算法进行了比较研究,并通过一个8 阶FIR 低通滤波器的具体设计,简要分析比较了几种算法的优越性和缺点,从而充分发掘和利用FPGA 的高速特性。-From the analysis of FIR digital filter design theory and approach, mainly based on the realization of digital filter FPGA multiplie
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-21
    • 文件大小:6.08mb
    • 提供者:xxxmmmccc
  1. 2345676588FPGAxiebofenxi

    0下载:
  2. 本文给出一种基于FPGA的新型谐波检测系统的设计方案。在该方案中,采用FPGA实现快速的FFT运算,采用数字锁相环来同步被测信号,以减小由非同步采样所产生的误差并给出实现的设计实现。数字锁相环和FFT算法用VHDL语言设计实现,该方案能提高谐波分析的精度以及响应速度,同时大大地精简了硬件电路, 系统升级非常方便。-This paper presents a new FPGA-based harmonic detection system design. In the scheme, using
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:17.75kb
    • 提供者:何正亚
  1. E1

    0下载:
  2. 分析帧同步算法,提供帧同步的状态机实现图以及得到的正确仿真图形。-Analysis of frame synchronization algorithm, to provide frame synchronization state machine implementation plans and get the correct simulation graphics.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:94.29kb
    • 提供者:李逊
  1. FFT_report_VHDL

    0下载:
  2. 讲解VHDL的一些基本概念、用法。其中还包含了频谱分析的一些介绍,重点在于FFT算法介绍。-VHDL to explain some basic concepts, usage. Spectral analysis which also includes some descr iption, with emphasis on FFT algorithm introduced.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:370.65kb
    • 提供者:邵小强
  1. MULT8

    0下载:
  2. 用移位相加的算法实现了8位乘法器,文档包含程序,并有详细分析过程-Shift algorithm with the sum of the 8-bit multiplier, the document contains procedures, and detailed analysis
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:40.55kb
    • 提供者:sunflower
  1. Analysis-Of-The-Dvb-Common-Scrambling-Algorithm.r

    0下载:
  2. Analysis of the DVB Common Scrambling Algorithm (DVB-CSA) on FPGA implementation. Performance and Security.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:173.37kb
    • 提供者:Birrax
  1. FPGA_FFT1

    0下载:
  2. 很好的论文资料,详细讲解了FFT的实现方案,和用FPGA实现的原理分析-Analysis of the Principle of FFT algorithm, a very good paper, detailed information to explain the FFT implementations
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:469.98kb
    • 提供者:lilei
  1. 20110301151907

    0下载:
  2. :为解决现有视频监控系统中目标检测算法无法应付复杂的室外环境且计算量和存储量较大等问题,将像素从RGB 空间转换到YUV 空间建立基于码本的背景模型,并单独对每个码字中的亮度分量进行高斯建模,提取运动目标的轮廓后,用连通区域算法对图像进行形态 学处理。典型测试序列和ROC 数据的对比实验结果证明该算法是高效和实用的,且易于在DSP 或FPGA 等嵌入式系统上实时实现。-】In order to solve the problems that the existing motion det
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:90.14kb
    • 提供者:陈思宇
  1. CORDIC

    0下载:
  2. cordic 算法分析 以及实现,分析得很不错-cordic algorithm analysis and implementation, analysis is pretty good
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2.02mb
    • 提供者:zp
  1. SIMULATION-AND-SYNTHESIS-OF-TRIPLE-DES-BLOCK-CIPH

    0下载:
  2. This project presents FPGA implementations of the DES and Triple-DES with improved security against power analysis attacks. The proposed designs use Boolean masking, a previously introduced technique to protect smart card implementations from these
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:5.12mb
    • 提供者:abilash
  1. pivotal-game-driver-code

    0下载:
  2. 基于Verilog的贪食蛇游戏驱动代码及算法分析-Verilog-based pivotal game driver code and algorithm analysis
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-16
    • 文件大小:324.86kb
    • 提供者:Virgil
  1. yenyan_v76

    0下载:
  2. Independent component analysis algorithm reduces the raw data noise, Including quaternion various calculations, Including Deng's correlation, absolute correlation, correlation of slope, improved absolute correlation.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:4kb
    • 提供者:henpuipeng
  1. ekwgd

    0下载:
  2. Signal Processing ESPRIT method, Dual-line interpolation FFT harmonic analysis kaiser windows, Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-26
    • 文件大小:9kb
    • 提供者:fentanhen
  1. senjou-V6.7

    0下载:
  2. Based on piecewise nonlinear weight value Pso algorithm, Matlab wavelet analysis on complex, Realization of 10 digital audio recognition progra.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:8kb
    • 提供者:fengfiuting
  1. hiehoupei

    0下载:
  2. Rotating machinery 2-d holographic spectrum calculation, Pattern Recognition bayes discriminant analysis algorithm, Undergraduate complete set requirements refer to the standard test models.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-23
    • 文件大小:5kb
    • 提供者:tbfgcty
  1. ma322

    0下载:
  2. music higher order spectral analysis algorithm, Calculate the maximum eigenvalue judgment matrix of AHP, SNR largest independent component analysis algorithm.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:4kb
    • 提供者:fyqdwg
  1. jui_tn64

    0下载:
  2. Matlab wavelet analysis on complex, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, Build a framework OFDM communication system.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-25
    • 文件大小:5kb
    • 提供者:tougaofao
« 12 3 »
搜珍网 www.dssz.com