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

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

Subspace-Based

  • 基于C8051F060的數(shù)據(jù)采集存儲系統(tǒng)的設計

    介紹一種基于C8051F060單片機和NAND Flash的數(shù)據(jù)采集存儲系統(tǒng),該系統(tǒng)可實現(xiàn)3路信號采樣,每路采樣率為5KS/s,通過異步串行通信接口實現(xiàn)數(shù)據(jù)傳輸。并詳細說明系統(tǒng)的軟件設計。 Abstract:  An acquisition and storage system based on C8051F060and NAND Flash is designed in this paper.The system is used to sample three-channel of signal,5KSPS each channel,and can upload data to test bench through UART(Universal Asynchronous Receiver/Transmitter).The software design is discussed in detail.

    標簽: C8051F060 數(shù)據(jù)采集 存儲系統(tǒng)

    上傳時間: 2013-10-12

    上傳用戶:Jesse_嘉偉

  • 基于ATmega48的3相無刷電機的控制方法

    介紹了采用ATmega48單片機實現(xiàn)三相無刷直流電機控制器的方法。利用Atmega48獲得帶死區(qū)的脈寬調制(PWM)、霍爾傳感器的換相處理、正弦驅動信號的產生和電機轉速的控制等功能。采用該方法的優(yōu)點是所需的外圍器件少,成本低。 Abstract:  The method of 3-phase brushless DC motor control based on ATmega48 is presented in this paper.The system uses ATmega48 to generate PWM signals with dead-time, hall sensors signals commutation,sine driving signal and rotational speed of motor.Using this method,the needed external devices are few, the cost is low.

    標簽: ATmega 48 無刷電機 控制方法

    上傳時間: 2013-12-09

    上傳用戶:330402686

  • 基于C8051F020單片機的多路壓力測量儀

    介紹了一種基于C8051F020單片機的多路壓力測量儀。該測量儀選用電阻應變式壓力傳感器采集壓力信號,并經放大電路處理后送入C8051F020單片機,再由C8051F020單片機內部的A/D轉換器將采集到的壓力信號進行模數(shù)轉化,然后分別對數(shù)據(jù)進行存儲和顯示。該測量儀能測量6路壓力信號,并且各測量點都能單獨檢測和設置。由于采用了C8051F020單片機,簡化了硬件電路,增強了抗干擾能力,使得測量儀具有測量精度高,沖擊小等特點。 Abstract:  A measurement apparatus for multi-channel pressure based on single chip microcomputer is introduced.It can measure 6 channels signal of the pressure,and the pressure measure points can be detection and located individually.The pressure signal sampling is obtained by resistor stress-type pressure sensors,the digital signals of 6 channels are collected through amplifying and adjustment circuit of pressure signals and internal integrated A/D converter of MCU.Finally,and it realizes the function to store and display data separately.C8051F020 was used to made hardware circuit simple,and it also enhanced the anti-interference ability.It features high precision and little impact.

    標簽: C8051F020 單片機 多路 壓力

    上傳時間: 2013-11-16

    上傳用戶:yare

  • 基于單片機和基站器件EM4095的手持式低頻RFID讀卡器

    介紹一種采用單片機技術和基站器件EM4095的手持式低頻RFID讀卡器方案。首先對整個系統(tǒng)框架進行說明,然后介紹主要功能模塊的設計,給出了各模塊的原理圖。重點描述了基站器件EM4095的性能參數(shù)和功能原理,最后描述了該系統(tǒng)的主程序流程圖。 Abstract:  In this paper,a handheld RFID reader based on MCU and EM4095 is introduced.At first,the configuration of this system is explained.Then the design of main modules and schematic documents are particularly presented.The parameters and principle of the chip EM4095 are introduced in detail. At last,the main software flow is given

    標簽: 4095 RFID EM 單片機

    上傳時間: 2013-10-18

    上傳用戶:windypsm

  • 基于AT89C52單片機的溫度巡回檢測系統(tǒng)設計

    闡述了一個由上位PC機和AT89C52下位單片機組成的主從分布式溫度巡回檢測系統(tǒng)。主從機采用RS-485 串行通訊標準進行通信,可在下位單片機實現(xiàn)基本的溫度數(shù)據(jù)巡回檢測基礎上,由上位PC機實現(xiàn)綜合處理功能或擴展為遠程操作。整個系統(tǒng)具有巡檢速度快,擴展性好的特點。 Abstract:  In this paper,a top PC and AT89C52 under-bit microcontrollers from the main component of the tour distributed temperature detection system is presented. Master and slave can use RS-485 serial communication standards for communications.Based on next-bit machine for basic goods temperature detected data Tour, the top can achieve the integrated treatment of PC functions or for the expansion of long-distance operation. The entire inspection system is fast, expansion.

    標簽: 89C C52 AT 89

    上傳時間: 2013-10-13

    上傳用戶:zhoujunzhen

  • 基于ISA總線的計算機與DSP的通信

    在開放式數(shù)控系統(tǒng)結構模型的基礎上,研究了基于ISA總線的DSP通信控制原理。采用中斷方式完成了PC機和DSP之間的通信。介紹了以DriverWorks為工具開發(fā)ISA設備WDM驅動程序的方法,探討了中斷處理、驅動程序與應用程序之間的通信,簡要說明了驅動程序的安裝與調試。通過調試,系統(tǒng)設計運行穩(wěn)定。 Abstract:  The ISA bus and DSP correspondence control principle is investigated in the basis of the existing open architecture numerical control system.The interrupt method is used to realize the communication between PC and DSP based on the ISA bus.The methods of WDM driver exploitation for ISA device using Driver Works are introduced.The main process of driver program and the keys such as handle interrupt and the communication between the drivers and application are presented.And how to debug and install the drive is explained.

    標簽: ISA DSP 總線 計算機

    上傳時間: 2013-11-04

    上傳用戶:kang1923

  • NXP P89LPC901單片機汽車起動保護控制器設計

    在汽車發(fā)動機起動時,若發(fā)動機起動后起動機不能及時斷電,將會燒毀起動機或損壞飛輪齒環(huán);若變速器不在空檔位置起動,則起動機的瞬間動力將使汽車位移,還可能引起交通事故和人身安全。為此介紹一種利用NXP P89LPC901單片機控制的汽車起動保護控制器,通過檢測汽車起動開關、變速箱檔位、發(fā)動機轉速,實現(xiàn)對汽車發(fā)動機起動過程檢測和保護。起動保護控制器在發(fā)動機起動過程中通過采用逐個關閉打開負載系統(tǒng),解決汽車發(fā)動機過程中因起動電流大而對汽車電源的沖擊影響,延長了電瓶壽命。 Abstract:  When the automotive engine is started, the engine start motor and flywheel gear may be damaged, even traffic accidents and personal safeties may be caused by wrong operation or other factors.In order to ensure the automotive engine can be started normally and safely,it is necessary that the protecting measures and methods are considered in the automotive electrical control system.This paper introduces a kind of the automotive engine starting protect controller based on NXP P89LPC901 MCU.The controller can protect the engine starting process by detecting the starter key switch,transmission stall and engine speed.Through the use of close and open load system,the controller can solve the impact on automotive power because of the high-current load in the process of the automobile engine starting, and extend battery life.

    標簽: NXP LPC 901 P89

    上傳時間: 2013-10-15

    上傳用戶:mikesering

  • 基于AT89C51的智能礦井環(huán)境質量監(jiān)控系統(tǒng)

     為滿足礦井安全生產要求,介紹了一種以AT89C51單片機為主控器,對環(huán)境空氣的溫度、有毒易燃氣體的濃度等進行檢測的監(jiān)控系統(tǒng)。該系統(tǒng)配合外圍電路能實現(xiàn)對上述環(huán)境指標的控制并存儲相關數(shù)據(jù)與上位PC機通信。它采用硬件抗干擾和軟件抗干擾技術,以確保整個系統(tǒng)工作的準確性。 Abstract:  In order to meet the needs of mine produce safety,a kind of intellignet mine ambient monotoring and control system based on AT89C51 is introduced.This system can detect the temperature of ambient of mine,the density of poisonous inflammable gas,combined external circuit.With its function part, this system can change above-mentioned elements.

    標簽: 89C C51 AT 89

    上傳時間: 2013-11-10

    上傳用戶:wendy15

  • 基于AVR單片機Mega16的電子時鐘設計

    Mega16是一款采用先進RISC精簡指令,內置A/D的8位單片機,可支持低電壓聯(lián)機 Flash和EEPROM 寫入功能;同時還支持 Basic和C 等高級語言編程。用它設計電子時鐘不僅成本低,硬件簡單,而且很容易實現(xiàn)系統(tǒng)移植。介紹了如何利用AVR系列單片機Mega16及1602字符液晶來設計電子時鐘的方法,同時給出了相應的電路原理及部分語言程序。 Abstract:  ?Mega16 is a high-performance, low power consumption, the use of advanced RISC concise instructions, built-in A/D 8-bit microcontrollers, the on-line support for low-voltage Flash, EEPROM write function. Except Mega16 also support the Basic, C, and other high-level language programming.The electronic clock which is deisgned by Mega16 is not only low-cost, simple hardware, but easy to achieve system migration.The design method of electrioic clock based on the AVR Mega16 and character LCD1602 is introduced in this paper,and the corresponding circuit electrionic and some language program are given.

    標簽: Mega AVR 16 單片機

    上傳時間: 2014-12-27

    上傳用戶:zl5712176

  • 基于PIC16C711的脈沖點火控制器設計

     針對目前燃氣灶市場的狀況,提出一種基于PIC16C711單片機的燃氣灶脈沖點火控制器設計,具體包括有系統(tǒng)的組成和功能介紹、硬件電路設計及軟件功能實現(xiàn)。 Abstract:  Aiming at today’s gas cooker market, a pulse ignition controler design based on PIC16C711 is presented.The specific descriptions of system components and functions,hardware circuit design and software function are given.

    標簽: C711 PIC 16C 711

    上傳時間: 2013-10-31

    上傳用戶:zhqzal1014

主站蜘蛛池模板: 高密市| 丁青县| 漳浦县| 齐河县| 松阳县| 阿荣旗| 中阳县| 库尔勒市| 信丰县| 吉首市| 土默特右旗| 宜宾市| 洛扎县| 读书| 晋州市| 蓬溪县| 阳谷县| 南川市| 上高县| 巴中市| 白沙| 南丰县| 杭州市| 长沙市| 永胜县| 西安市| 本溪| 玛沁县| 玛纳斯县| 化州市| 龙口市| 辉县市| 安徽省| 镇原县| 西乌珠穆沁旗| 杭州市| 阜新| 马鞍山市| 长春市| 肇庆市| 淅川县|