搜索资源列表
123
- map4306路ADC12转换测电压,精度高,1602显示-ADC12 conversion map4306 Road, measured voltage, high precision, 1602
8-voltagetest
- 利用STC12C5A60S2系列单片机采用8路电压(测电流)的程序,简12864显示结果,简单实用-To utilize STC12C5A60S2 series single-chip 8-channel voltage (measured current) program, 12864 Jane display results, a simple and practical
shujuzhengli
- 路测数据整理,是GSM网络中,通过路测数据整理出现网存在的同邻频干扰小区。-Road test data management, is a GSM network, a network drive test data collation appear adjacent channel interference with existing cell.
MTM
- 多路测温系统,实时测量多路温度并控制外围-Multi-channel temperature measuring system
MSP430F149
- MSP430测两路AD,需要的可以下载,亲自试过-msp430 measure two AD of mcu.if you want ,you can download it.
Oscilloscope-function-expansion
- 设计一个将普通双踪示波器改装成为多踪示波器的电路,包括多踪示波器的时钟电路、位移电路、衰减、放大和加法器电路,实现用示波器一路探头输入稳定显示四路被测信号波形。向连接好的电路输入四路不同的信号,可同时将其互不重叠地显示出来,并可以通过改变波段开关的闭合状态来实现对输出信号波形幅值的改变。-The general design of a dual-trace oscilloscope converted into a multi-trace oscilloscope circuit, includ
manjen_v17
- 利用最小二乘法进行拟合多元非线性方程,包含收发两个客户端的链路级通信程序,部分实现了追踪测速迭代松弛算法。- Multivariate least squares fitting method of nonlinear equations, Contains two clients receive link-level communications program, Partially achieved tracking speed iterative relaxation algorithm.
meifan_v48
- 包含收发两个客户端的链路级通信程序,部分实现了追踪测速迭代松弛算法,仿真效率很高的。- Contains two clients receive link-level communications program, Partially achieved tracking speed iterative relaxation algorithm, High simulation efficiency.
DB18B20
- 8路DB18B20测温系统的程序,通过串口发送给电脑。-DB18B20 chip
测量频率
- 功能:测量两路输入的频率,并在液晶上显示。 有两种方法测频率,一种是周期测频法,一种是频率计数法: 周期测频法要求有参考时钟,通过对一个或者几个周期信号内参考时钟的计数来测量; 频率计数法就是单位时间内测出被测信号的改变次数,从而得到频率。 第一种方法的精度与参考时钟的速度有关,速度越快精度越高,第二种的精度跟所取的单位时间有关,时间越长,精度越高。所以前者适合测低频,后者适合测高频。 所以要想测量准确就得看你所测信号的频率范围了。 你也可以结合这两者的优势,实现互补。