亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Step-Down

  • 3-V TO 5.5-V MULTICHANNEL RS-2

    The MAX3243E device consists of three line drivers, five line receivers, and a dual charge-pump circuit with±15-kV ESD (HBM and IEC61000-4-2, Air-Gap Discharge) and ±8-kV ESD (IEC61000-4-2, Contact Discharge)protection on serial-port connection pins. The device meets the requirements of TIA/EIA-232-F and provides theelectrical interface between an asynchronous communication controller and the serial-port connector. Thiscombination of drivers and receivers matches that needed for the typical serial port used in an IBM PC/AT, orcompatible. The charge pump and four small external capacitors allow operation from a single 3-V to 5.5-Vsupply. In addition, the device includes an always-active noninverting output (ROUT2B), which allowsapplications using the ring indicator to transmit data while the device is powered down. The device operates atdata signaling rates up to 250 kbit/s and a maximum of 30-V/ms driver output slew rate.

    標簽: MULTICHANNEL 5.5 TO RS

    上傳時間: 2013-10-19

    上傳用戶:ddddddd

  • 利用TPM2定時器產生一通道語音信號輸出,語音數據為PCM格

    利用TPM2定時器產生一通道語音信號輸出,語音數據為PCM格式:PCM的概念脈沖編碼調制(Pulse Code Modulation,PCM)是概念上最簡單、理論上最完善的編碼系統,是最早研制成功、使用最為廣泛的編碼系統,但也是數據量最大的編碼系統。PCM的編碼原理比較直觀和簡單,它的原理框圖如圖1-1所示。在這個編碼框圖中,它的輸入是模擬聲音信號,它的輸出是PCM樣本。圖中的“防失真濾波器”是一個低通濾波器,用來濾除聲音頻帶以外的信號;“波形編碼器”可暫時理解為“采樣器”,“量化器”可理解為“量化階大小(step-size)”生成器或者稱為“量化間隔”生成器。

    標簽: TPM2 PCM 定時器 語音信號

    上傳時間: 2013-11-21

    上傳用戶:DXM35

  • 基于單片機的步進電機開環控制系統

    基于單片機的步進電機開環控制系統:通過ATMEL89C51單片機對步進電機進行控制,主要介紹了步進電機控制器、驅動電路和LED顯示電路的設計,實現了步進電機的開環控制。在步進電機控制器的設計中,重點闡述了脈沖產生電路以及對速度的控制。該系統具有成本低、控制方便的特點。關鍵詞: 單片機; 步進電機; 開環控制 Abstract: The design using ATMEL89C51 single chip to control the step2motor with its controller, driving circuit and LED disp lay circuit to realize step motor open2loop controlwere introduced. For the controller in this design,the circuit to p roduce pulse and the speed controlwere expatiated emphatically. This system possesses features of lower cost, easier control.Key words: single ch ip; step2motor; open2loop con trol

    標簽: 單片機 步進電機 開環 控制系統

    上傳時間: 2013-10-13

    上傳用戶:cicizoe

  • 68HC05K0 Infra-red Remote Cont

    The MC68HC05K0 is a low cost, low pin countsingle chip microcomputer with 504 bytes of userROM and 32 bytes of RAM. The MC68HC05K0 isa member of the 68HC05K series of devices whichare available in 16-pin DIL or SOIC packages.It uses the same CPU as the other devices in the68HC05 family and has the same instructions andregisters. Additionally, the device has a 15-stagemulti-function timer and 10 general purposebi-directional I/0 lines. A mask option is availablefor software programmable pull-downs on all ofthe I/O pins and four of the pins are capable ofgenerating interrupts.The device is ideally suited for remote-controlkeyboard applications because the pull-downs andthe interrupt drivers on the port pins allowkeyboards to be built without any externalcomponents except the keys themselves. There isno need for external pull-up or pull-down resistors,or diodes for wired-OR interrupts, as these featuresare already designed into the device.

    標簽: Infra-red Remote Cont 05K

    上傳時間: 2014-01-24

    上傳用戶:zl5712176

  • 3.3v看門狗芯片

    The STWD100 watchdog timer circuits are self-contained devices which prevent systemfailures that are caused by certain types of hardware errors (non-responding peripherals,bus contention, etc.) or software errors (bad code jump, code stuck in loop, etc.).The STWD100 watchdog timer has an input, WDI, and an output, WDO (see Figure 2). Theinput is used to clear the internal watchdog timer periodically within the specified timeoutperiod, twd (see Section 3: Watchdog timing). While the system is operating correctly, itperiodically toggles the watchdog input, WDI. If the system fails, the watchdog timer is notreset, a system alert is generated and the watchdog output, WDO, is asserted (seeSection 3: Watchdog timing).The STWD100 circuit also has an enable pin, EN (see Figure 2), which can enable ordisable the watchdog functionality. The EN pin is connected to the internal pull-downresistor. The device is enabled if the EN pin is left floating.

    標簽: 3.3 看門狗 芯片

    上傳時間: 2013-10-22

    上傳用戶:taiyang250072

  • 51單片機驅動步進電機(含電路圖和C語言源程序代碼)

    51單片機驅動步進電機(含電路圖和源程序代碼) 源程序:stepper.c stepper.hex /* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */ #i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.h register unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n; unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #define n 400 /* flag1 mask byte 0x01 run cw() 0x02 run ccw() */

    標簽: 51單片機 驅動 步進電機 C語言

    上傳時間: 2013-11-09

    上傳用戶:釣鰲牧馬

  • 單片機ISP接口電路 ISP下載電路

    單片機ISP接口電路 ISP下載電路

    標簽: ISP 單片機 接口電路

    上傳時間: 2013-11-04

    上傳用戶:robter

  • 8098單片機應用系統設計

    8098單片機應用系統設計

    標簽: 8098 單片機應用 系統設計

    上傳時間: 2013-11-16

    上傳用戶:kikye

  • 數字信號處理 (第二版)丁玉美

    數字信號處理 (第二版)丁玉美 第1章  時域離散信號和.ppt 第2章  時域離散信號和系統的頻域分析.ppt 第3章  離散傅里葉變換(DFT).ppt 第4章  快速傅里葉變換(FFT).ppt 第5章  時域離散系統的基本網絡結構與狀態變量分析法.ppt 第6章  無限脈沖響應數字濾波器的設計.ppt 第7章  有限脈沖響應數字濾波器的設計.ppt 第8章  其它類型的數字濾波器.ppt 第9章  數字信號處理的實現.ppt

    標簽: 數字信號處理

    上傳時間: 2013-11-03

    上傳用戶:鳳臨西北

  • 一款監視串口和并口使用的小軟件.

    (Portmon is an application that lets you monitor serial and parallel activity on your local system, or any computer on the network that you can reach via TCP/IP. It is the most powerful tool available for tracking down port-related configuration problems and analyzing application port usage.)

    標簽: 監視 串口 并口 軟件

    上傳時間: 2013-11-07

    上傳用戶:1412904892

主站蜘蛛池模板: 洛阳市| 南木林县| 紫云| 土默特右旗| 乌审旗| 西贡区| 兴海县| 元谋县| 西盟| 临沧市| 延吉市| 汶川县| 海口市| 万载县| 济阳县| 宝应县| 城市| 潮州市| 筠连县| 滦平县| 镇雄县| 保德县| 永丰县| 保靖县| 黔西| 清远市| 太康县| 九江县| 平舆县| 白山市| 本溪市| 峨山| 固镇县| 岳西县| 简阳市| 开原市| 锦州市| 阿拉善左旗| 昌江| 磐石市| 彭水|