CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DA algorithm

搜索资源列表

  1. %BB%F9%D3%DA%D2%C5%B4%AB%CB%E3%B7%A8%B5%C4%B6%AF%C

    0下载:
  2. 基于遗传算法的动态模糊聚类 基于遗传算法的动态模糊聚类-dynamic fuzzy clustering based on genetic algorithm dynamic fuzzy clustering
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:208.54kb
    • 提供者:5857614
  1. DaFilter

    0下载:
  2. /* This program generates the DApkg.vhd file that is used to define * the DA filter core and gives its parameters and the contents of the * Distributed Arithmetic Look-up-table \"DALUT\" according to the DA algorithm-/ * This program generate
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:15.23kb
    • 提供者:陈朋
  1. 16_FIR

    0下载:
  2. 16阶FIR滤波器--本设计用VERILOG HDL语言串行DA算法实现16阶有限频率响应滤波器!-16-order FIR filter- this design language VERILOG HDL serial DA algorithm limited frequency response of 16-order filter!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:780.77kb
    • 提供者:yuming
  1. DA

    0下载:
  2. 珍藏的遗传算法的matlab程序集,非常全面、详细-Collection of genetic algorithm matlab assembly, very comprehensive and detailed
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:203.69kb
    • 提供者:jcuaon
  1. chuanyong_tuoluo_wuchamoxing

    0下载:
  2. 在对船用陀螺漂移数据建立时间序列模型的基础上,采用卡尔曼滤波算法对捷联陀螺漂移数 据进行了处理,以提高陀螺静态漂移误差系数的估计精度,并把得到的陀螺漂移误差模型实时补偿到捷联系统中,得到了满意的效果。-Marine gyro drift in the data time series model based on the Kalman filter algorithm using inertial gyro drift data were processed to enhance the g
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:200.54kb
    • 提供者:我爱
  1. ADDAwatermarking

    0下载:
  2. 用MATLAB实现了该算法,并对所实现方法进行了验证,在步骤(3)中则给出了求出滤波器类型及参数的方案,并进行验证,在步骤(4)中通过MATLAB的AWGN函数等相关知识实现了AWGN信道的仿真。 本文首先介绍数字水印和音频水印的相关概念和发展概况,接着介绍了完成仿真工作所需的基础知识,之后提出DA/AD变换的仿真实现,-Using MATLAB realization of the algorithm, and the realization method of authenticatio
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.87kb
    • 提供者:byleimin
  1. case4

    0下载:
  2. DA算法中的使用的查找表模块,本程序先设计查找表,然后设计4*4DA算法模块,之后进行位扩展和字扩展得到32阶滤波器程序.附带4各表,和FIR滤波器序数-DA algorithm used in the lookup table module, the design of the program first look-up table, and then design 4* 4DA algorithm module, after the word-bit expansion and extens
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:9.51kb
    • 提供者:黄萌
  1. DA_fir

    0下载:
  2. 基于分布式算法的FIR滤波器设计及FPGA实现-Distributed algorithm based on FIR filter design and FPGA realization of
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:4.5mb
    • 提供者:玉玲
  1. verilog.DA.FIR..

    1下载:
  2. 用verilog写的16阶串行DA算法FIR滤波器-Verilog written by 16-order FIR filter serial DA algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:562.93kb
    • 提供者:代鑫
  1. ADPCM

    1下载:
  2. APPCM算法和AD/DA芯片驱动在CPLD中的实现,已在实际硬件中测试OK,quartus2环境-APPCM algorithm and AD/DA chip in the drive to achieve in the CPLD has been tested in actual hardware OK, quartus2 environment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1.27mb
    • 提供者:jiajunxian
  1. Algorithm

    0下载:
  2. 达盛DSO5410算法实验源代码,十分完整,欢迎下载!-Da Sheng DSO5410 algorithm experiment source code, is very complete, welcome to download!
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:115.76kb
    • 提供者:caozh
  1. memtest

    0下载:
  2. 在数字系统中,一般存在多个芯片,利用不同的特点用于实现不同的功能,一般都包含CPU,FPGA,AD,DA,memory,ASSP(专用标准模块),ASIC等。CPU用于进行智能控制,FPGA进行硬件算法处理和多设备接口,AD进行模数转换,DA进行数模转换,memory存储临时数据。因此,FPGA如何与其他芯片进行通讯是重要的设计内容。数据输入,数据输出,双向通讯,指令传递,地址管理,不同时钟的异步通讯问题等等都需要处理。最基本的MEMORY如SRAM(128KX8bbit静态存储器628128)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:218.17kb
    • 提供者:平凡
  1. da

    0下载:
  2. FIR滤波器利用串行DA算法实现16阶的,直接可用 ,用VHDL编程-Serial DA FIR filter algorithm using 16 bands, directly available, VHDL programming
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:210.07kb
    • 提供者:赵擎天
  1. fir_da_test

    0下载:
  2. 用QUARTUS软件,用DA算法实现一个32阶的FIR滤波器-QUARTUS software used with the DA algorithm to achieve a 32-order FIR filter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-12-28
    • 文件大小:4.19mb
    • 提供者:li
  1. implementation-of-srrc-filter

    0下载:
  2. 这是基于国标DMB_TH中发端升余弦滚降滤波器中FPGA实现,包括滤波器的理论,DA算法和多相分布算法-This is based on GB DMB_TH the originator Raised Cosine Filter in FPGA, including the filter theory, DA algorithm and multi-phase distribution algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1.32mb
    • 提供者:庄敏敏
  1. DA-FIR

    0下载:
  2. 采用DA算法实现FIR滤波器的设计实验原理建模仿真-DA algorithm using FIR filter design principles of modeling and simulation experiments
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:212.32kb
    • 提供者:郭静
  1. DA-FIR-FPGA

    0下载:
  2. 详细介绍了分布式算法FIR的设计,对于用FPGA实现FIR的设计具有指导意义。来自华中科大。-Detailed design of a distributed algorithm FIR, FPGA implementation for the FIR design with a guide. From HUST.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:284.08kb
    • 提供者:ye
  1. DA_FIR_VERILOG

    0下载:
  2. 基于DA算法的FIR滤波器的verilog实现-DA-based FIR filter algorithm to achieve the verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:1.29kb
    • 提供者:wangyu
  1. DA

    0下载:
  2. Dragonfly Algorithm (DA) MATLAB 代码,效果不错,欢迎下载(Dragonfly Algorithm (DA) source codes)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:12kb
    • 提供者:零五零柒
  1. DA

    0下载:
  2. Implementation of Dragonfly algorithm
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:9kb
    • 提供者:R.Farshi
« 12 3 4 »
搜珍网 www.dssz.com