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

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

Embedded-System-Design-Issues

  • 基于MAX262的程控濾波器設(shè)計

     通過對程控濾波器的理論分析,在研究MAX262的功能和單片機的SPI總線通信的基礎(chǔ)上,提出了基于MAX262的程控濾波器設(shè)計方案,設(shè)計了程控濾波器的軟硬件,并給出了測試結(jié)果。 Abstract:  By analyzing the programmable filter,the paper puts forward a programmable filter system design based on MAS262 on basic of studying MAS262 features and SPI bus communication.Software and hardware of the programmmable filter are designed,and the test result is given.

    標(biāo)簽: MAX 262 程控 濾波器設(shè)計

    上傳時間: 2013-11-15

    上傳用戶:wxhwjf

  • 基于ADuC841的膜片鉗放大器系統(tǒng)設(shè)計

    為降低成本和解決現(xiàn)有膜片鉗放大器系統(tǒng)中PC機的干擾問題,研究了一種基于單片機的膜片鉗放大器小系統(tǒng)。該系統(tǒng)采用ADI公司生產(chǎn)的ADuC841作為控制核心,并且配置相應(yīng)的液晶顯示模塊LCM3202401。模擬電路部分采用高輸入阻抗的AD8627實現(xiàn)微電流信號的采集,并由后級電路進行信號的放大和電阻電容的補償。它具有硬件電路簡單、體積小、使用方便的特點。既可以單獨作為小系統(tǒng)實現(xiàn)采集和顯示,也可以通過紅外方式和PC機進行通訊,在PC機上進行信號的處理。 Abstract:  In order to reduce cost and resolve the interferential problem with PC in existing patch clamp amplifiers, a small patch clamp amplifier system design based on microcontroller is studied. It adopts a new high performance microconverter ADuC841 by the ADI as the control core in the system, configuring a liquid crystal module LCM3202401. In the analog circuit, AD8627 with high input impedance is used to detect the low current,signal magnification, as well as resistance and capacitance compensation are accomplished by subsequent circuits. It has the advantage of simple hardware circuit design, small volume and convenient operation. It can either be used as an independent system to measure and show signal detected or transmit to PC by infrared ray.

    標(biāo)簽: ADuC 841 膜片鉗 放大器

    上傳時間: 2013-11-06

    上傳用戶:yy_cn

  • 基于AVR單片機的船舶氣象儀測試系統(tǒng)的設(shè)計

       針對船舶氣象儀保障維修而設(shè)計的船舶氣象儀測試系統(tǒng),包括信息處理終端、主儀器檢測模塊、傳感器檢測模塊,各個模塊都采用基于AVR單片機的嵌入式系統(tǒng),模塊之間通過CAN總線進行通信。結(jié)果表明,船舶氣象儀測試系統(tǒng)能夠快速檢測船舶氣象儀故障,與單純依靠人工方式排查故障相比,故障檢測時間縮短了60%以上。 Abstract:  The test system of ship meteorological instrument was developed to satisfy the maintenance of ship meteorological instruments,which composed of information processing terminal, testing module of main instrument and testing module of sensors. Each of these modules included an embedded system based on microcontroller of AVR series and communicated with other module by CAN bus. The results show that the test system can judge the fault of ship meteorological instrument quickly and shorten the fault detection time as much as 60% compared with simple manual troubleshooting.

    標(biāo)簽: AVR 單片機 氣象儀 測試系統(tǒng)

    上傳時間: 2013-11-23

    上傳用戶:stvnash

  • 基于AT89S52 的水溫控制系統(tǒng)的設(shè)計

    本文介紹了基于AT89C52 單片機的自動水溫控制系統(tǒng)的設(shè)計及實現(xiàn)過程。該系統(tǒng)具有實時顯示、溫度測量、溫度設(shè)定并能根據(jù)設(shè)定值對環(huán)境溫度進行調(diào)節(jié)實現(xiàn)控溫的目的以及達到上下限溫度報警功能,控制算法是基于數(shù)字PID 算法。關(guān)鍵詞 :PID AT89C52 脈寬調(diào)制 實時 Abstract : This article describes AT89C52 single-chip microcomputer-basedautomatic water temperature control system design and implementation process. Thesystem has real-time display, temperature measurement, temperature settings and theenvironment in accordance with the temperature settings adjusted to achieve thepurpose of temperature control and reach the upper and lower limits of temperaturealarm function, the control algorithm is based on the digital PID algorithm.Keyword: PID AT89C52 PWM real time

    標(biāo)簽: 89S S52 AT 89

    上傳時間: 2013-10-10

    上傳用戶:歸海惜雪

  • 開放式匯編器系統(tǒng)的設(shè)計

    匯編器在微處理器的驗證和應(yīng)用中舉足輕重,如何設(shè)計通用的匯編器一直是研究的熱點之一。本文提出了一種開放式的匯編器系統(tǒng)設(shè)計思想,在匯編語言與機器語言間插入中間代碼CMDL(code mapping description language)語言,打破匯編語言與機器語言的直接映射關(guān)系,由此建立起一套描述匯編語言與機器語言的開放式映射體系。基于此開放式映射體系開發(fā)了一套匯編器系統(tǒng),具有較高層次上的通用性和可移植性。【關(guān)鍵詞】指令集,CMDL,匯編器,開放式 Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapping relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by converting the mapping from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【關(guān)鍵詞】instruction set, symbol table, assembler, lexical analysis, retargetability

    標(biāo)簽: 開放式 匯編器

    上傳時間: 2013-10-10

    上傳用戶:meiguiweishi

  • 基于單片機的除塵控制器的設(shè)計

    基于單片機的除塵控制器的設(shè)計:介紹通用控制儀的硬件組成和軟件設(shè)計,闡述了系統(tǒng)的性能指標(biāo)和功能特點。該產(chǎn)品功能完善,可靠性高,具有很好的應(yīng)用前景。關(guān)鍵詞: 除塵器;通用控制儀;單片機;系統(tǒng)設(shè)計 Abstract: The hardware structure and the software design are introduced in this paper, and the performance index and the features of the system are expounded. It has comp rehensive functions, high reliability and good app lication.Key words: dust catcher; universal controller; microcontroller; system design

    標(biāo)簽: 單片機 除塵 控制器

    上傳時間: 2013-11-16

    上傳用戶:ming52900

  • MPC106 PCI橋/存儲器控制器硬件規(guī)范說明

    The Motorola MPC106 PCI bridge/memory controller provides a PowerPCªmicroprocessor common hardware reference platform (CHRPª) compliant bridgebetween the PowerPC microprocessor family and the Peripheral Component Interconnect(PCI) bus. In this document, the term Ô106Õ is used as an abbreviation for the phraseÔMPC106 PCI bridge/memory controllerÕ. This document contains pertinent physicalcharacteristics of the 106. For functional characteristics refer to theMPC106 PCI Bridge/Memory Controller UserÕs Manual.This document contains the following topics:Topic PageSection 1.1, ÒOverviewÓ 2Section 1.2, ÒFeaturesÓ 3Section 1.3, ÒGeneral ParametersÓ 5Section 1.4, ÒElectrical and Thermal CharacteristicsÓ 5Section 1.5, ÒPin AssignmentsÓ 17Section 1.6, ÒPinout Listings 18Section 1.7, ÒPackage DescriptionÓ 22Section 1.8, ÒSystem Design InformationÓ 24Section 1.9, ÒDocument Revision HistoryÓ 29Section 1.10, ÒOrdering InformationÓ 29

    標(biāo)簽: MPC 106 PCI 存儲器

    上傳時間: 2013-11-04

    上傳用戶:as275944189

  • 基于DSP的ATV-ATT中控系統(tǒng)設(shè)計

    設(shè)計一種應(yīng)用于某全地形ATV車載武器裝置中的中控系統(tǒng),該系統(tǒng)設(shè)計是以TMS320F2812型DSP為核心,采用模塊化設(shè)計思想,對其硬件部分進行系統(tǒng)設(shè)計,能夠完成對武器裝置高低、回轉(zhuǎn)方向的運動控制,實現(xiàn)靜止或行進狀態(tài)中對目標(biāo)物的測距,自動瞄準(zhǔn)以及按既定發(fā)射模式發(fā)射彈丸和各項安全性能檢測等功能。通過編制相應(yīng)的軟件,對其進行系統(tǒng)調(diào)試,驗證了該設(shè)計運行穩(wěn)定。 Abstract:  A central control system applied to an ATV vehicle weapons is designed. The system design is based on TMS320F2812 DSP as the core, uses modular design for its hardware parts. The central control system can complete the motion control of the level of weapons and equipment, rotation direction, to achieve a state of static or moving objects on the target ranging, auto-targeting and according to the established target and the projectile and the launch of the security performance testing and other functions. Through the development of appropriate software and to carry out system testing to verify the stability of this design and operation.

    標(biāo)簽: ATV-ATT DSP 中控系統(tǒng)

    上傳時間: 2013-11-02

    上傳用戶:jshailingzzh

  • CPLD和FPGA設(shè)計介紹

    Field Programmable Gate Arrays (FPGAs) are becoming a critical part of every system design. Many vendors offer many different architectures and processes. Which one is right for your design? How do you design one of these so that it works correctly and functions as you expect in your entire system? These are the questions that this paper sets out to answer.

    標(biāo)簽: CPLD FPGA

    上傳時間: 2013-10-29

    上傳用戶:lixqiang

  • Windows_CE嵌入式系統(tǒng)

     嵌入式系統(tǒng)(Embedded System)是以應(yīng)用為中心,以計算機技術(shù)為基礎(chǔ),并且軟硬件是可裁剪的,適用于對功能、可靠性、成本、體積、功耗等有嚴格要求的專用計算機系統(tǒng)。嵌入式系統(tǒng)最典型的特點是與人們的日常生活緊密相關(guān),任何一個普通人都可能擁有各類形形色色運用了嵌入式技術(shù)的電子產(chǎn)品,小到MP3、PDA等微型數(shù)字化設(shè)備,大到信息家電、智能電器、車載GIS。 雖然嵌入式系統(tǒng)是近幾年才開始真正風(fēng)靡起來的,但事實上嵌入式這個概念卻很早就已經(jīng)存在了,從上個世紀70年代單片機的出現(xiàn)到今天各種嵌入式微處理器、微控制器的廣泛應(yīng)用,嵌入式系統(tǒng)少說也有了近30年的歷史。縱觀嵌入式系統(tǒng)的發(fā)展歷程,大致經(jīng)歷了以下四個階段:

    標(biāo)簽: Windows_CE 嵌入式系統(tǒng)

    上傳時間: 2014-12-29

    上傳用戶:wangzeng

主站蜘蛛池模板: 轮台县| 沙洋县| 错那县| 湖州市| 滁州市| 虎林市| 永靖县| 利津县| 体育| 东丰县| 旬邑县| 奉贤区| 黄骅市| 太康县| 永川市| 增城市| 景泰县| 六安市| 双城市| 澜沧| 中宁县| 石城县| 长葛市| 黄大仙区| 嘉兴市| 恩施市| 大厂| 阳西县| 额敏县| 左权县| 临武县| 玉林市| 沙河市| 正宁县| 广河县| 齐齐哈尔市| 沙坪坝区| 赣榆县| 遂平县| 林周县| 大同县|