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

搜索资源列表

  1. ddsfinal1

    0下载:
  2. verilog语言实现的dds代码,并行通信,生成四种波形,大赛编写的代码,modelsim仿真-verilog language dds code,modelsim debug
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1138036
    • 提供者:杨天
  1. 2001-DDS

    0下载:
  2. 2001年全国大学生电子设计竞赛一等奖基于DDS技术的任意波形发生器资料.-2001 National Undergraduate Electronic Design Contest First Prize DDS technology-based arbitrary waveform generator
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:195951
    • 提供者:王杰
  1. dds

    0下载:
  2. 本程序主要用于DDS算法的验证,可以生成正弦波,占空比可调的方波,三角波;其中频率控制字可调,生成波形的频率也可调。-This procedure is mainly used for verification DDS algorithm, can generate sine wave with adjustable duty cycle square wave, triangle wave including adjustable frequency control word to gene
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:601
    • 提供者:陈霞
  1. dds

    0下载:
  2. 课程设计报告 转发自刘青林 波形发生器设计-Curriculum design
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:182511
    • 提供者:杨立秋
  1. ad9833C

    0下载:
  2. 能够产生DDS波形,如正弦波,三角波,方波等,程序为C语言利用keil软件编写-DDS can generate waveforms such as sine, triangle wave, square wave, the program for the C language using keil software development
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:5570
    • 提供者:Lionel Chan
  1. DDS

    0下载:
  2. 实现了基于FPGA的DDS信号源设计,能同时两路输出,输出波形包括正弦波、三角波、方波和锯齿波,且其频率和相位均可调,还能计算两路输出信号的相位差。-FPGA-based implementation of the DDS signal source design, two outputs simultaneously, the output waveforms including sine, triangle, square and sawtooth waves, and its freque
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:9300900
    • 提供者:huangyanzi
  1. DDS

    0下载:
  2. dds实现正弦波vhdl dds宏功能模块 实现各种波形-sine vhdl dds dds achieve macro modules to achieve a variety of waveforms
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:522519
    • 提供者:里吗
  1. AD9854

    1下载:
  2. dds AD9854波形发生三角波 方波正弦波-AD9854 waveform DDS happened sine wave wave square wave triangle
  3. 所属分类:SCM

    • 发布日期:2016-07-23
    • 文件大小:50176
    • 提供者:
  1. AD9850

    1下载:
  2. DDS直接数字频率合成AD9850源代码,能输出0到40M分辨率为1K的正弦波形。-DDS Direct Digital Synthesizer AD9850 source code, can output a resolution of 0 to 40M 1K sine wave.
  3. 所属分类:VHDL编程

    • 发布日期:2013-09-06
    • 文件大小:1312
    • 提供者:zhaosman
  1. dds

    0下载:
  2. 通过查表法,用FPGA实现波形的输出。预先将数据存放在ROM中,依次读取数据并输出。-Look-up table method, the output waveform with FPGA implementation. Advance to data stored in ROM, in order to read data and output.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2160300
    • 提供者:黄页中
  1. dds813

    0下载:
  2. DDS波形发生器 正弦波 方波 锯齿波 调频 调相-DDS sawtooth waveform generator sine square wave frequency modulation phase modulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:278168
    • 提供者:谢红奎
  1. dds

    0下载:
  2. xilinx公司的ddsip核的规格和使用说明,能实现大多数波形的产生。-dds ip core of xilinx company.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1663592
    • 提供者:lucun
  1. DDS

    0下载:
  2. 基于DDS的波形发生器!以下为其头文件代码! #include <AT89X51.H> #include"lcd.h" uchar code table1[]={"FREQ:"} uchar code table2[]={"WAVE "} uchar code table3[]={"Hz"} uchar code table4[]={"fang bo"} uchar code table5[]={"zhengxianbo"} uchar co
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-21
    • 文件大小:33026
    • 提供者:韦武
  1. DDS

    0下载:
  2. dds数字频率合成器,可用来产生不同频率的正弦波形用作正弦信号发生器-dds Can be used to generate the sine wave of different frequencies
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1145773
    • 提供者:焦艳华
  1. DDS-frequency-synthesizer

    0下载:
  2. 本文主要讨论了Verilog语言的基于DDS的波形发生器的设计。从设计要求入手,本文给出了DDS的详细设计过程,包括各个模块的设计思想,电路图,Verilog语言程序代码。其大致思想为通过频率控制字和相位控制字去控制正弦函数的ROM存储表的地址并对应着得到其幅度值,最终达到输出需要波形的目的。-This paper mainly discusses the design of the Verilog language, the DDS-based waveform generator. Star
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:813898
    • 提供者:任健铭
  1. DDS

    0下载:
  2. dds的源码,可以合成任意波形,VHDL语言-dds source, we can refer to very good
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:15358
    • 提供者:王海发
  1. dds

    0下载:
  2. 32位流水线思想,任意频率任意波形信号发生器-32 pipeline thinking at any frequency arbitrary waveform signal generator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-19
    • 文件大小:5548446
    • 提供者:蔡威
  1. dds

    0下载:
  2. 基于msp430f499的 dds信号源, 生成一定频率范围一定幅度范围的波形;-Based the msp430f499 dds signal source to generate the waveform of a certain frequency range
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2970
    • 提供者:wangke
  1. dds

    0下载:
  2. dds VHDL语言,高质量波形发生代码,请大家互相下载-pid C language, high quality pid control language, download each other
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3674417
    • 提供者:xiaoyuehua
  1. DDS

    0下载:
  2. DDS正弦波形发生器,VHDL语言描述!-DDS sine waveform generator, VHDL language descr iption!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:881248
    • 提供者:吴江波
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com