登录
首页 » 嵌入式系统 » 经典的dds发生器ad9851vhdl的并行通信代码,能实现6倍频和正弦波的输出。不好k我。...

经典的dds发生器ad9851vhdl的并行通信代码,能实现6倍频和正弦波的输出。不好k我。...

于 2022-07-14 发布 文件大小:576.78 kB
0 108
下载积分: 2 下载次数: 1

代码说明:

经典的dds发生器ad9851vhdl的并行通信代码,能实现6倍频和正弦波的输出。不好k我。-Dds generator ad9851vhdl classic parallel communication code, to achieve and 6 octave sine wave output. K my bad.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Modbus C#
    对于 C#,Modbus 协议用于 RFID 项目,通过网络处理数据。示例:公共静态字符串 ParseModbusResponsePacket (字节 [] 数据包){试着{int dataLength = 包 [2]-6 ;字节 [] 然后 = 新字节 [dataLength] ;Array.Copy (数据包,9,然后为 0,dataLength) ;字符串数据 = BinaryToString(dataByte) ;返回的数据 ;}捕捉 (ex 的异常){投掷 (ex) ;}}从服务器获取数据并进行分析。
    2022-09-28 14:35:03下载
    积分:1
  • 用REDBOOT引导WINCE的说明,对WINCE开发有参考价值
    用REDBOOT引导WINCE的说明,对WINCE开发有参考价值-with REDBOOT WINCE guide, a description of the development of WINCE reference value
    2022-03-20 14:22:22下载
    积分:1
  • uboot是一款优秀的的bootloader程序。本软件包是uboot在ADI公司的blackfin533处理器上的移植。...
    uboot是一款优秀的嵌入式系统的bootloader程序。本软件包是uboot在ADI公司的blackfin533处理器上的移植。--Uboot is a good bootloader program for embedded system. This software package is a migration of uboot on ADI s blackfin533 CPU.
    2022-03-13 05:48:09下载
    积分:1
  • 高速同步串口芯片PEB20534的驱动程序
    高速同步串口芯片PEB20534的驱动程序-high-speed synchronous serial port chip PEB20534 driver
    2022-02-15 12:31:38下载
    积分:1
  • 44b0uclinux串口驱动程序
    44b0uclinux串口驱动程序-44b0uclinux Serial Driver
    2023-01-04 02:00:03下载
    积分:1
  • 1. UC/OS 8051中完全应用。 2. 显示各个任务的执行时间, 执行时间占总时间百分比, tick计数器 3.任务中信号量,消息以及消息队列的使...
    1. UC/OS 8051中完全应用。 2. 显示各个任务的执行时间, 执行时间占总时间百分比, tick计数器 3.任务中信号量,消息以及消息队列的使用。 我自己仔细测试过了,运行了一天都没有出问题。请大家一起使用,有问题请及时联系我们 附带在proteus上面进行仿真,免去各位朋友硬件上烦恼。-1. UC/OS 8051 in the full application. 2. Shows the execution time of each mission, the execution time of the total percentage of time, tick counter 3. Missions in semaphores, messages, and the use of message queues. I have carefully tested, and run a day are not the problem. Please use U.S., have questions, please contact us timely fringe above the Proteus simulation, replacing hardware troubles friends.
    2022-02-06 19:21:37下载
    积分:1
  • 交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯...
    交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red ligh
    2022-04-29 18:17:53下载
    积分:1
  • AES 256 加密引擎,4 输管道
    本代码是一种实现AES-256。此代码加密4种不同的输入数据的128位与4个不同的密钥256位
    2022-01-26 02:57:39下载
    积分:1
  • T-Ker测试synchronization_communicationsemaphore部分的tk_cre_sem,tk_del_sem, tk_sig_sem, tk_wai_sem, tk_ref_sem在移植的uT-Engine上运行是否正常。 api的返回值正确与否,在ads上设断点观察,同时用Lpc2104上的LED显示(如果正确,则程序中设定的LED就闪亮)nel中的flag小实验程序-T- Ker test synchronization_communication tk_cre_sem part of the semaphore, tk_del_sem. tk_sig_sem, tk_wai_sem. tk_ref_sem transplantation in the UT-Engine running normal. Api return to the correct value, based on the ads breakpoint observation, Lpc2104 using the LED display (if correct, procedures were set on the flashing LED) nel flag of the small experimental procedure
    2022-06-02 06:30:47下载
    积分:1
  • 用51单片机加ds18b20+lcd1602做一个测温
    用51单片机加ds18b20+lcd1602做一个测温系统-Microcontroller with 51 plus ds18b20+ lcd1602 make a temperature measurement system
    2022-06-16 10:42:42下载
    积分:1
  • 696518资源总数
  • 105273会员总数
  • 10今日下载