-
主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率
测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测...
主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率
测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测频
模块,并且利用EDA开发平台QUARTUS11 3 .0对CPLD芯片进行写人,实现了计数等
主要逻辑功能 还使用C语言设计了该等精度频率计的主控程序以提高测量精度。本设
计实现了对频率变化范围较大的信号进行频率测量,能够满足高速度、高精度的测频要
求。-Introduced, such as the accuracy of frequency measurement principle, the principle has in the entire test frequency to maintain the advantages of high precision frequency measurement at the same time the basis of the principle of using the Verilog HDL language, such as the design of a high-speed precision frequency measurement module, and use of EDA Development platform QUARTUS11 3 .0 on CPLD chip to write, and achieved a count of the main logic function, such as the use of C language is also designed such precision the frequency of control procedures to enhance measurement accuracy. This design achieved a wide range of frequency changes in signal frequency measurement, to meet the high-speed, high precision frequency measurement requirements.
- 2023-08-06 16:05:04下载
- 积分:1
-
74AC163
计数器 数据参考表
74AC163
计数器 数据参考表-74AC163 Datasheet
- 2022-07-21 16:19:37下载
- 积分:1
-
JPEG格式说明,和解码流程介绍,对移植JPEG的解码CODE很有帮助。...
JPEG格式说明,和解码流程介绍,对移植JPEG的解码CODE很有帮助。-JPEG format, and decoding flow introduction of transplantation JPEG decoder CODE helpful.
- 2022-11-18 11:10:03下载
- 积分:1
-
涡轮是一个客户端的魔术在线
Turbo Magic Online is a client-server internet multiplayer game in which people play games of Magic: the Gathering against each other. -Turbo Magic Online is a client-server INTE campus multiplayer game in which people play game s of Magic : the Gathering against each other.
- 2023-03-07 02:30:04下载
- 积分:1
-
一个关于LabVIEW的pwm程序,还没有最终完成
一个关于LabVIEW的pwm程序,还没有最终完成-pwm
- 2022-01-26 00:20:57下载
- 积分:1
-
单片机DAC0832方波锯齿波自己做的验证过
单片机DAC0832方波锯齿波自己做的验证过-DAC0832 Singlechip sawtooth square had its own authentication
- 2023-06-20 22:45:02下载
- 积分:1
-
VHDL电子时钟
用VHDL实现的电子时钟,24小时格式,可以通过按键调整时间得益于数电知识中的计数器级联构成高进制计数器的启发,我的思路是这样的:1)各不同位的时钟问题。时钟共有6位,分别为秒的高低位、分的高低位、时的高低位。把秒低位的进位当作秒高位的时钟,秒高位的进位当作分低位的时钟,依次类推,可以解决不同位的不同时钟问题。2)各不同位的进制问题。与此同时要解决进制问题,秒分的低位为十进制,秒分的高位为六进制,以及时的高位为三进制(电子时钟为24小时制),这五种情况都易解决,但时的低位就有点复杂了,既有十进制的情形又有四进制的情形。仔细琢磨之后,根据两条IF语句解决了这个问题。那就是若小时高位为”0000”或”0001”时,时的低位为十进制,若小时高位为”0010”,时的低位为四进制。3)校时问题。刚开始时,对了校时没有个思路。但有一次我想看看整体进制等对不对,于是把整体时钟调快了很多,这样,很快就走了“24”小时,然后灵感就来了,就想可以设置这么两个不同频率的整体时钟,一个可能控制分,一个可以控制小时,然后为了可以精确到秒,又设置了一个可以让整个时钟系统暂停的按键,这样整个时钟的实现就完成了,最后又在时分和分秒中间加入了一个小横杠”-”。
- 2023-08-22 19:40:04下载
- 积分:1
-
把每天重要的事情写下来,做个排序,可以提高工作的效率
把每天重要的事情写下来,做个排序,可以提高工作的效率-The important thing every day to write it down, to be sorted, you can increase efficiency
- 2022-03-24 20:31:27下载
- 积分:1
-
利用开源的工作流项目JPBM开发的示例,演示报销流程.
利用开源的工作流项目JPBM开发的示例,演示报销流程.-JBPM
- 2023-02-25 04:20:04下载
- 积分:1
-
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生...
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。
提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math
-Write a program grade point average calculation of three lessons to require the application were used Java language in three different loop realization of the achievements of each course with the Math class, random () method of randomly generated (random () produces values between 0 and between 1), results range from 40 ~ 100. Tip: Customize a class that implements a function to return random numbers. In the main function, where the test is called the class to obtain a direct method of random numbers. Obtain a random number associated category: java.lang.Math necessary for the introduction of the class that is: import java.lang.Math
- 2022-07-05 00:59:52下载
- 积分:1