-
ECG
基于FRDM-KL25Z及简单运放(LM324)设计出了一套小巧、低成本的心电监测装置。它不但能够结合上位机实时显示心电图而且能够将采集的心电信号储存于SD卡,用于24h心电监护,以备观察不同时间段心血管疾病的症状。(FRDM-KL25Z and simple operational amplifier (LM324) based on the designed ECG monitoring device with a set of small, low cost. It can not only combine with the real-time display of the host computer and can store the collected ECG signals in SD card for 24h ECG monitoring for the observation of the symptoms of cardiovascular diseases at different time periods.
)
- 2016-08-29 20:40:49下载
- 积分:1
-
Tsq
一个水轮机调速的控制程序,想从事控制方面程序设计的朋友可以参考一下。(a turbine governor control procedures to control in the design process can make reference to a friend.)
- 2020-09-08 21:18:03下载
- 积分:1
-
Sender
GE PCI5565 PMC5565 PCIE5565反射内存网数据中断发送程序
VMIC5565反射内存卡 实时仿真技术(GE PCI5565 PMC5565 PCIE5565 reflective memory network data interrupt transmission program
VMIC5565 reflective memory card real-time simulation technology)
- 2014-10-29 10:01:59下载
- 积分:1
-
iic135
MSP430f135的I2c源代码,一个华为牛人写的,编程风格非常好,值得学习(I2c the MSP430f135 source code, a Huawei cattle were written a very good programming style, it is worth learning)
- 2009-07-21 08:17:10下载
- 积分:1
-
STC89C52_m
此程序可实现长度为8位,周期为255的m序列,此序列可当做伪随机信号发生器,模拟信道噪声。(This procedure can achieve the length of 8 bits, the m sequence of 255 cycles, the sequence can be used as a pseudorandom signal generator, analog channel noise.)
- 2021-01-02 23:18:57下载
- 积分:1
-
ADtest
DMM-32x-AT 板卡AD 测试程序(program for AD test of board DMM-32x-AT)
- 2014-12-14 11:03:15下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
LSM303DLHC
新一代地磁模块,助力高精度移动罗盘。新产品LSM303DLHC采用3x5x1mm微型封装,最小功耗仅为110µ A,可满足便携式消费电子应用对尺寸和功耗的限制性要求,同时还具有出色的测量精度和性能。 在一个封装内同时集成高性能运动感应和地磁感应(Ultra compact high performance e-compass
3D accelerometer and 3D magnetometer module)
- 2013-04-08 20:06:00下载
- 积分:1
-
digital
基于单片机STC89C51和74LS164的多功能数字万用表(Based on microcontroller STC89C51 and 74 ls164 multi-function digital multimeter)
- 2013-08-29 22:40:03下载
- 积分:1
-
5.Matrix-key
矩阵按键测试程序, 输出结果用串口传输到上位机显示(Matrix key test program, the output with serial transmission to the PC)
- 2014-02-26 20:25:41下载
- 积分:1