虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

match

  • 电源调整与虚拟地

    Abstract: Rail splitting is creating an artificial virtual ground as a reference voltage. It is used to set the signalto match the op amp's "sweet spot." An op amp has the most linear- and distortion-free qualities at that sweetspot. Typically, the sweet spot occurs near the center between the single power rail and ground. In the case ofa number of signals, the virtual ground can control channel DC errors when multiplexing or switching thesignals.

    标签: 电源调整 虚拟地

    上传时间: 2013-10-23

    上传用户:wushengwu

  • 8位OTP单片机芯片BL22P64

    概述 BL22P64可以作为许多中高档小家电(如电磁炉、微波炉、豆浆机等)的控制芯片,这一类小家电通常都需要灵活的、可编程的控制方式,并需要AD、PWM等资源,同时满足抗电磁干扰(EMC)4KV的要求。 主要特点 ●8位CISC型内核(兼容MotorolaHC05)●4KbyteOTPROM●208byteRAM●3组IO口(最多18个IOPIN)●1个PWM输出●1个8位基本定时器●1个8位带match输出的定时器●1个10位ADC(9路输入)●2个外中断、1个定时器中断、1个PWM中断●WATCHDOG●3V低压复位●可选晶振/RC振荡晶振400K-4MHzRC振荡有3.2MHz(@5V,typ.)、0.5MHz(@5V,typ.)、外接电阻3种可选●工作电压2.7-5.5V●工作温度-40-85℃●封装形式:SOP20/DIP20/SOP16

    标签: 22P OTP P64 22

    上传时间: 2013-11-06

    上传用户:DE2542

  • 基于FPGA的光纤光栅解调系统的研究

     波长信号的解调是实现光纤光栅传感网络的关键,基于现有的光纤光栅传感器解调方法,提出一种基于FPGA的双匹配光纤光栅解调方法,此系统是一种高速率、高精度、低成本的解调系统,并且通过引入双匹配光栅有效地克服了双值问题同时扩大了检测范围。分析了光纤光栅的测温原理并给出了该方案软硬件设计,综合考虑系统的解调精度和FPGA的处理速度给出了基于拉格朗日的曲线拟合算法。 Abstract:  Sensor is one of the most important application of the fiber grating. Wavelength signal demodulating is the key techniques to carry out fiber grating sensing network, based on several existing methods of fiber grating sensor demodulation inadequate, a two-match fiber grating demodulation method was presented. This system is a high-speed, high precision, low-cost demodulation system. And by introducing a two-match grating effectively overcomes the problem of double value while expands the scope of testing. This paper analyzes the principle of fiber Bragg grating temperature and gives the software and hardware design of the program. Considering the system of demodulation accuracy and processing speed of FPGA,this paper gives the curve fitting algorithm based on Lagrange.

    标签: FPGA 光纤光栅 解调系统

    上传时间: 2014-07-24

    上传用户:caiguoqing

  • MAX7060的ASK_FSK的ISM射频发射机

    Abstract: This application note illustrates the flexibility of the MAX7060 ASK/FSK transmitter. While the currently available evaluationkit (EV kit) has been optimized for the device's use in a specific frequency band (i.e., 288MHz to 390MHz), this document addresseshow the EV kit circuitry can be modified for improved operation at 433.92MHz, a frequency commonly used in Europe. Twoalternative match and filter configurations are presented: one for optimizing drain efficiency, the other for achieving higher transmitpower. Features and capabilities of earlier Maxim industrial, scientific, and medical radio-frequency (ISM-RF) transmitters areprovided, allowing comparison of the MAX7060 to its predecessors. Several design guidelines and cautions for using the MAX7060are discussed.

    标签: ASK_FSK 7060 MAX ISM

    上传时间: 2013-11-14

    上传用户:swaylong

  • 基于FPGA的光纤光栅解调系统的研究

     波长信号的解调是实现光纤光栅传感网络的关键,基于现有的光纤光栅传感器解调方法,提出一种基于FPGA的双匹配光纤光栅解调方法,此系统是一种高速率、高精度、低成本的解调系统,并且通过引入双匹配光栅有效地克服了双值问题同时扩大了检测范围。分析了光纤光栅的测温原理并给出了该方案软硬件设计,综合考虑系统的解调精度和FPGA的处理速度给出了基于拉格朗日的曲线拟合算法。 Abstract:  Sensor is one of the most important application of the fiber grating. Wavelength signal demodulating is the key techniques to carry out fiber grating sensing network, based on several existing methods of fiber grating sensor demodulation inadequate, a two-match fiber grating demodulation method was presented. This system is a high-speed, high precision, low-cost demodulation system. And by introducing a two-match grating effectively overcomes the problem of double value while expands the scope of testing. This paper analyzes the principle of fiber Bragg grating temperature and gives the software and hardware design of the program. Considering the system of demodulation accuracy and processing speed of FPGA,this paper gives the curve fitting algorithm based on Lagrange.

    标签: FPGA 光纤光栅 解调系统

    上传时间: 2013-10-10

    上传用户:zxc23456789

  • ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr

    ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.

    标签: applying features network strives

    上传时间: 2014-01-15

    上传用户:bcjtao

  • The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c

    The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    标签: convertColumnIndexToModel straightforward perhaps fairly

    上传时间: 2013-12-10

    上传用户:it男一枚

  • JBoss, one of the leading java Open Source groups, integrates and develops these services for a full

    JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.

    标签: integrates develops services leading

    上传时间: 2014-11-03

    上传用户:wsf950131

  • Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as

    Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf". More specifcs are found at the top of each form and are provided throughout the code.

    标签: directory writeable Geocode project

    上传时间: 2013-12-19

    上传用户:wangchong

  • 程序接收键入的一个关键字和一个句子

    程序接收键入的一个关键字和一个句子,若句子中不包含关键字,则显示‘NO match’;若句子包含关键字则显示‘match’,并把该关键字在句子中的位置用十六进制数显示出来。程序以输入CTRL+C退出

    标签: 程序 接收

    上传时间: 2015-06-09

    上传用户:qazxsw