运用XRD、SEM、eDAQ电化学工作站和超低噪声放大器,对样品的相组成、显微形貌及电化学性能进行表征。结果表明:所制备的Ag/AgCl电极外观形貌好,表面缺陷少,AgCl和Ag粉混合均匀。
上传时间: 2013-10-29
上传用户:jichenxi0730
An essential component of a noise-free audio device isa clean power supply, but few switching regulators canoperate at high efficiency while keeping the switchingfrequency out of the audio band. The LTC®3620 fills thisvoid. It is a high efficiency 15mA buck regulator with aprogrammable minimum switching frequency, making itpossible to virtually eliminate audible switching noise. Theinternal synchronous switches and low quiescent currentof this buck regulator provide the ability to maintain highefficiency, while its small footprint makes it ideal for tiny,low power audio applications.
上传时间: 2013-10-21
上传用户:非衣2016
超低漏失线性稳压器的技术关键,是基准源模块的设计,在对双极型LDO稳压器进行分析的基础上,提出了对其关键模块基准电压源进行高精度的设计的方案。
上传时间: 2013-12-07
上传用户:guojin_0704
TLC2543是TI公司的12位串行模数转换器,使用开关电容逐次逼近技术完成A/D转换过程。由于是串行输入结构,能够节省51系列单片机I/O资源;且价格适中,分辨率较高,因此在仪器仪表中有较为广泛的应用。 TLC2543的特点 (1)12位分辩率A/D转换器; (2)在工作温度范围内10μs转换时间; (3)11个模拟输入通道; (4)3路内置自测试方式; (5)采样率为66kbps; (6)线性误差±1LSBmax; (7)有转换结束输出EOC; (8)具有单、双极性输出; (9)可编程的MSB或LSB前导; (10)可编程输出数据长度。 TLC2543的引脚排列及说明 TLC2543有两种封装形式:DB、DW或N封装以及FN封装,这两种封装的引脚排列如图1,引脚说明见表1 TLC2543电路图和程序欣赏 #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit clock=P1^0; sbit d_in=P1^1; sbit d_out=P1^2; sbit _cs=P1^3; uchar a1,b1,c1,d1; float sum,sum1; double sum_final1; double sum_final; uchar duan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar wei[]={0xf7,0xfb,0xfd,0xfe}; void delay(unsigned char b) //50us { unsigned char a; for(;b>0;b--) for(a=22;a>0;a--); } void display(uchar a,uchar b,uchar c,uchar d) { P0=duan[a]|0x80; P2=wei[0]; delay(5); P2=0xff; P0=duan[b]; P2=wei[1]; delay(5); P2=0xff; P0=duan[c]; P2=wei[2]; delay(5); P2=0xff; P0=duan[d]; P2=wei[3]; delay(5); P2=0xff; } uint read(uchar port) { uchar i,al=0,ah=0; unsigned long ad; clock=0; _cs=0; port<<=4; for(i=0;i<4;i++) { d_in=port&0x80; clock=1; clock=0; port<<=1; } d_in=0; for(i=0;i<8;i++) { clock=1; clock=0; } _cs=1; delay(5); _cs=0; for(i=0;i<4;i++) { clock=1; ah<<=1; if(d_out)ah|=0x01; clock=0; } for(i=0;i<8;i++) { clock=1; al<<=1; if(d_out) al|=0x01; clock=0; } _cs=1; ad=(uint)ah; ad<<=8; ad|=al; return(ad); } void main() { uchar j; sum=0;sum1=0; sum_final=0; sum_final1=0; while(1) { for(j=0;j<128;j++) { sum1+=read(1); display(a1,b1,c1,d1); } sum=sum1/128; sum1=0; sum_final1=(sum/4095)*5; sum_final=sum_final1*1000; a1=(int)sum_final/1000; b1=(int)sum_final%1000/100; c1=(int)sum_final%1000%100/10; d1=(int)sum_final%10; display(a1,b1,c1,d1); } }
上传时间: 2013-11-19
上传用户:shen1230
#include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,
上传时间: 2013-10-21
上传用户:13788529953
介绍了一种基于单片机和GSM模块的短消息收发系统设计。该系统通过串12'通信实现单片机与GSM模块间数据传送。同时完成了基于Visual Basic语言的PC机上位机程序开发工作,实现在PC上位机环境中对短消息进行编写,读取、发送、删除等多种功能。该系统具有成本低,功耗小,使用方便等优点,拥有良好的使用价值和工程指导意叉。
上传时间: 2013-11-08
上传用户:fghygef
LPC2210是基于一个支持实时仿真和嵌入式跟踪的16/32位ARM7TDMI-SCPU的微控制器。对代码规模有严格控制的应用可使用16位Thumb模式将代码规模降低超过30%,而性能的损失却很小。由于LPC2210的144脚封装、极低的功耗、多个32位定时器、8路10位ADC、PWM输出以及多达9个外部中断使它们特别适用于工业控制、医疗系统、访问控制和POS机。通过配置总线,LPC2210最多可提供76个GPIO。由于内置了宽范围的串行通信接口,它们也非常适合于通信网关、协议转换器、嵌入式软modern以及其它各种类型的应用。
上传时间: 2013-11-13
上传用户:gut1234567
•概述•主要特性的深入研究• RS08KB特性及应用• S08SF特性及应用• S08SV/FL特性及应用•易于使用的开发工具•样品和工具上市时间•获取优惠50%的DEMO9RS08KB12
上传时间: 2013-11-12
上传用户:siying
LPC1311/13/42/43是基于第二代ARM Cortex-M3内核的微控制器,其系统性能大大提高,增强了调试特性,令所支持模块的集成级别更高,其最大亮点在于具有极高的代码集成度和极低的功耗。
上传时间: 2013-10-20
上传用户:dapangxie
LPC1311/13/42/43是基于第二代ARM Cortex-M3内核的微控制器,其系统性能大大提高,增强了调试特性,令所支持模块的集成级别更高,其最大亮点在于具有极高的代码集成度和极低的功耗。
上传时间: 2014-12-27
上传用户:chfanjiang