-
基于FPGA的频率计
采用一个标准的基准时钟,在单位时间如1S里对被测信号的脉冲数进行计数,即为信号的频率,由于闸门的起始和结束时刻对于信号来说是随机的,将会有脉冲周期的量化误差,进一步分析测量准确度。因此直接测频法只适合测量频率较高的信号,不能满足在整个测量频段内的测量精度保持不变的要求。若要得到整个频段内较高的精确度,应该考虑等精度测量等其他方法。
- 2022-01-25 23:20:59下载
- 积分:1
-
DE2 练习源码2-4
Part IV
In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build
circuits that use this method of representing decimal numbers, in which each decimal digit is represented using
four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal
value 59 is encoded in BCD form as 0101 1001.
You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B,
plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be
handled by this circuit is S
- 2022-03-18 00:20:50下载
- 积分:1
-
利用带有I2C总线接口的日历时钟芯片DS1337,在NIOS II嵌入式系统平台上实现一个实时时钟,并可在显示器上显示出预置的时分秒。硬件平台为Altera的C...
利用带有I2C总线接口的日历时钟芯片DS1337,在NIOS II嵌入式系统平台上实现一个实时时钟,并可在显示器上显示出预置的时分秒。硬件平台为Altera的Cyclone II版Nios II开发环境
- 2022-07-23 15:51:58下载
- 积分:1
-
pos机contactless源码,c语言
pos机contactless源码,c语言-pos machine contactless source, c language
- 2022-04-22 21:44:47下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
修改IP 15
altera的15个IP核的源码,可能有用-altera of 15 IP-core source, may be useful
- 2023-07-03 08:30:04下载
- 积分:1
-
AD采集和液晶显示模块程序,开发板自带的很好的历程。
AD采集和液晶显示模块程序,开发板自带的很好的历程。-AD collection and liquid crystal display module, development board comes with a good course.
- 2022-09-12 01:40:04下载
- 积分:1
-
Basic IAR platform STM32 processor for USB mass storage device' s source code
基本IAR平台STM32处理器实现USB 海量存储设备的源代码-Basic IAR platform STM32 processor for USB mass storage device" s source code
- 2023-08-03 11:40:03下载
- 积分:1
-
ARM7 control of multi
ARM7控制多块液晶片显示电路图,实现大屏幕显示电路图-ARM7 control of multi-block circuit diagram of liquid crystal film, the realization of large-screen display circuit
- 2022-03-09 12:12:00下载
- 积分:1
-
在OMNeT++ 4.6简单的无线传感器网络
资源描述仿真是无线传感器网络研究的关键。然而,无线传感器网络的性质,使其在意外复杂的任务。节点的数量极其庞大,对于环境的需要 ;模型,以及模型的跨层的倚赖关系是一些对这种复杂性的原因。许多现有的模拟工具不能正确处理这些问题。在这个例子中我们在OMNET++ 4.6无线传感器网络部署及仿真源代码。
- 2022-06-18 02:44:41下载
- 积分:1