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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

STEP-vary

  • 基于CDC3207G的汽車儀表板設(shè)計(jì)

    應(yīng)用德國(guó)Micronas公司的CDC3207G微控制器開發(fā)了一款汽車儀表板系統(tǒng)。詳細(xì)地介紹了該系統(tǒng)的硬件原理,以及步進(jìn)電機(jī),音頻控制,LCD顯示,LED指示燈和報(bào)警燈等幾個(gè)模塊的實(shí)現(xiàn)方法。應(yīng)用μC/OS-II實(shí)時(shí)操作系統(tǒng)開發(fā)軟件。著重介紹了啟動(dòng)代碼的設(shè)計(jì)和任務(wù)的規(guī)劃。 Abstract:  A dashboard system is developed by using CDC3207G microcontroller made by Micronas.The hardware of the sys-tem and the realization of the step motor module,audio module,LCD display and LED indicator and alarm module are ex-plained in detail.The μC/OS-II real-time operating system is used for the software development and the starting code design and the task planning is explained specifically.

    標(biāo)簽: 3207G 3207 CDC 汽車儀表板

    上傳時(shí)間: 2013-10-26

    上傳用戶:x4587

  • Virtex-5, Spartan-DSP FPGAs Ap

    Virtex-5, Spartan-DSP FPGAs Application Note This application note demonstrates how efficient implementations of Digital Up Converters(DUC) and Digital Down Converters (DDC) can be done by leveraging the Xilinx DSP IPportfolio for increased productivity and reduced time to development. Step-by-step instruction is given on how to perform system-level trade off analysis and develop the most efficient FPGA implementation, thus allowing engineers a flexible, low-cost and low-power alternative to ASSP technologies.

    標(biāo)簽: Spartan-DSP Virtex FPGAs Ap

    上傳時(shí)間: 2013-10-23

    上傳用戶:raron1989

  • AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼

    AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼:AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼 程序: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.hregister 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() */main(){ flag1=0; serinit(9600); disable(); /* no need timer interrupt */ cw_n = n; /* initial step number for cw */ flag1 |=0x01; /* initial enable cw() */while(1){ { tick_wait(); /* wait for 10ms elapsed */energize(); /* round-robin execution the following tasks every 10ms */ cw(); ccw(); } }}cw(){ if((flag1&0x01)!=0) { cw_n--; /* decrement cw step number */ if (cw_n !=0) j++; /* if not zero increment index j */ else {flag1&=~0x01; /* disable cw() execution */ ccw_n = n; /* reload step number to ccw counter */ flag1 |=0x02; /* enable cww() execution */ } }

    標(biāo)簽: C2051 2051 89C AT

    上傳時(shí)間: 2013-11-21

    上傳用戶:boyaboy

  • XL6003 300KHz 36V Boost 3W LED

    The XL6003 regulator is fixed frequency PWM Boost (step-up) DC/DC converter, capable ofdriving 1050mA load current with excellent line and load regulation. The regulator is simple to use because it includes internal frequency compensation and a fixed-frequency oscillator so that it requires a minimum number of external components to work. The XL6003 could directly drive 5~10 3W LED units at VIN=12V.

    標(biāo)簽: Boost 6003 300 36V

    上傳時(shí)間: 2013-11-07

    上傳用戶:xy@1314

  • 1A SIMPLE STEP-DOWN SWITCHING

    The TL2575 and TL2575HV represent superior alternatives to popular three-terminal linear regulators. Due totheir high efficiency, the devices significantly reduce the size of the heatsink and, in many cases, no heatsink isrequired. Optimized for use with standard series of inductors available from several different manufacturers, theTL2575 and TL2575HV greatly simplify the design of switch-mode power supplies by requiring a minimaladdition of only four to six external components for operation.

    標(biāo)簽: STEP-DOWN SWITCHING SIMPLE 1A

    上傳時(shí)間: 2013-11-20

    上傳用戶:jelenecheung

  • 利用TPM2定時(shí)器產(chǎn)生一通道語(yǔ)音信號(hào)輸出,語(yǔ)音數(shù)據(jù)為PCM格

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

    標(biāo)簽: TPM2 PCM 定時(shí)器 語(yǔ)音信號(hào)

    上傳時(shí)間: 2013-11-21

    上傳用戶:DXM35

  • 基于單片機(jī)的步進(jìn)電機(jī)開環(huán)控制系統(tǒng)

    基于單片機(jī)的步進(jìn)電機(jī)開環(huán)控制系統(tǒng):通過ATMEL89C51單片機(jī)對(duì)步進(jìn)電機(jī)進(jìn)行控制,主要介紹了步進(jìn)電機(jī)控制器、驅(qū)動(dòng)電路和LED顯示電路的設(shè)計(jì),實(shí)現(xiàn)了步進(jìn)電機(jī)的開環(huán)控制。在步進(jìn)電機(jī)控制器的設(shè)計(jì)中,重點(diǎn)闡述了脈沖產(chǎn)生電路以及對(duì)速度的控制。該系統(tǒng)具有成本低、控制方便的特點(diǎn)。關(guān)鍵詞: 單片機(jī); 步進(jìn)電機(jī); 開環(huán)控制 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

    標(biāo)簽: 單片機(jī) 步進(jìn)電機(jī) 開環(huán) 控制系統(tǒng)

    上傳時(shí)間: 2013-10-13

    上傳用戶:cicizoe

  • 51單片機(jī)驅(qū)動(dòng)步進(jìn)電機(jī)(含電路圖和C語(yǔ)言源程序代碼)

    51單片機(jī)驅(qū)動(dòng)步進(jìn)電機(jī)(含電路圖和源程序代碼) 源程序: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() */

    標(biāo)簽: 51單片機(jī) 驅(qū)動(dòng) 步進(jìn)電機(jī) C語(yǔ)言

    上傳時(shí)間: 2013-11-09

    上傳用戶:釣鰲牧馬

  • 基于Xilinx FPGA的雙輸出DC/DC轉(zhuǎn)換器解決方案

      Xilinx FPGAs require at least two power supplies: VCCINTfor core circuitry and VCCO for I/O interface. For the latestXilinx FPGAs, including Virtex-II Pro, Virtex-II and Spartan-3, a third auxiliary supply, VCCAUX may be needed. Inmost cases, VCCAUX can share a power supply with VCCO.The core voltages, VCCINT, for most Xilinx FPGAs, rangefrom 1.2V to 2.5V. Some mature products have 3V, 3.3Vor 5V core voltages. Table 1 shows the core voltagerequirement for most of the FPGA device families. TypicalI/O voltages (VCCO) vary from 1.2V to 3.3V. The auxiliaryvoltage VCCAUX is 2.5V for Virtex-II Pro and Spartan-3, andis 3.3V for Virtex-II.

    標(biāo)簽: Xilinx FPGA DC 輸出

    上傳時(shí)間: 2013-10-22

    上傳用戶:liu999666

  • 天嵌科技出品-Linux移植之Step By Step_V4.5_20100605

    基于linux操作系統(tǒng)的arm9開發(fā)板的驅(qū)動(dòng)開發(fā),詳細(xì)。

    標(biāo)簽: 20100605 Step_V Linux Step

    上傳時(shí)間: 2013-10-16

    上傳用戶:zhyfjj

主站蜘蛛池模板: 尉氏县| 和林格尔县| 金平| 绥江县| 清河县| 临夏市| 班戈县| 常熟市| 田林县| 临江市| 武乡县| 梧州市| 龙游县| 霍林郭勒市| 依兰县| 淄博市| 祥云县| 二手房| 夏邑县| 尼玛县| 中宁县| 武乡县| 三穗县| 宜昌市| 武强县| 依安县| 克拉玛依市| 沁源县| 晋城| 修文县| 莲花县| 昌乐县| 通河县| 安图县| 思茅市| 广平县| 安徽省| 大渡口区| 乌兰察布市| 丁青县| 玛多县|