• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1391
  • 370
  • 155
  • 138
  • 105
  • 92
  • 45
  • 32
  • 25
  • 18
  • 17
  • 15
  • 8
  • 6
  • 6
  • Tagged with
  • 2821
  • 1700
  • 800
  • 589
  • 496
  • 392
  • 388
  • 304
  • 294
  • 273
  • 269
  • 264
  • 241
  • 228
  • 205
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
131

Low power design of a 916 MHz Gilbert Cell Mixer and a Class-A Power Amplifier for Bioluminescent Bioreporter Integrated Circuit Transmitter

Kilambi, Supriya 01 May 2011 (has links)
This thesis presents the low power design of a 916MHz Gilbert cell mixer and a Class-A power amplifier for the Bioluminescent Bioreporter Integrated Circuit (BBIC) transmitter. There has been increased use in the man-made sensors which can operate in environments unsuitable for humans and at locations remote from the observer. One such sensor is the bioluminescent bioreporter integrated circuit (BBIC). Bioluminescent bioreporters are the bacteria that are genetically engineered in order to achieve bioluminescence when in contact with the target substance. The BBIC has bioreporters placed on a single CMOS integrated circuit (IC) that detects the bioluminescence, performs the signal processing and finally transmits the senor data. The wireless transmission allows for remote sensing by eliminating the need of costly cabling to communicate with the sensor. The wireless data transmission is performed by the transmitter system. The digital data stream generated by the signal processing circuitry of the BBIC is ASK modulated for transmission. The direct conversion transmitter used in this design includes a PLL, Mixer and a Power amplifier. The PLL is used to generate a 916MHz frequency signal. This signal is mixed with the digital data signal generated from the signal processing circuitry of the BBIC. A double balanced Gilbert cell is used to perform the mixing operation. The mixer output is applied to a power amplifier which provides amplification of the RF output power. The Gilbert cell mixer and the power amplifier have been implemented in 90nm CMOS process available through MOSIS.
132

PVT Compensation for Single-Slope Measurement Systems

Tham, Kevin Vun Kiat 01 May 2011 (has links)
A pulse-width locked loop (PWLL) circuit is reported that compensates for process, voltage, and temperature (PVT) variations of a linear ramp generator within a 12-bit multi-channel Wilkinson (single-slope integrating) Analog-to-Digital (ADC). This PWLL was designed and fabricated in a 0.5-um Silicon Germanium (SiGe) BiCMOS process. The PWLL architecture that is comprised of a phase detector, a charge-pump, and a pulse width modulator (PWM), is discussed along with the design details of the primary blocks. Simulation and silicon measurement data are shown that demonstrate a large improvement in the accuracy of the PVT-compensated ADC over the uncompensated ADC.
133

Integrated Software Development Environment for a 32-bit / 16-bit Processor Family

Su, Chien-Chang 30 July 2007 (has links)
To the general purpose microprocessors, we often need to change microprocessors¡¦ hardware architecture because of customized purpose. But already existing application program is incompatible to the new hardware architecture, and increase the product¡¦s development period. In this thesis, we discuss the modification of two kinds of hardware architecture, include new instruction set extension and change the size of datapath to deal with specific application. To the former, our laboratory develop a 32-bit microprocessor SYS32-TM, increase MME instruction set to deal with multimedia application. The latter, based on Thumb instruction set , we develop 16-bit microprocessor SYS16-TM, we modify its¡¦ datapath from 32-bit to 16-bit, we will show how to let already existing application program can execute on the new hardware architecture. In SYS32-TM, we use the way of inline assembly to embedded MME instruction set in C source code, we have to modify the assembler, define and parse the MME instruction set, so the assembler can recognize it. In SYS16-TM, we have sign extension and address offset problems, we have to modify the compiler backend¡¦s machine description to solve the sign extension and address offset instruction set behavior, and modify the library. To build SYS16-TM software environment, we have to set C Run Time Environment in Thumb mode, not support exchange between ARM mode and Thumb mode, and write the correct linker script, to set the program start address in 0x0000, to solve ARM¡¦s initial program start address in 0x8000. As a result, In SYS32-TM, we use assembler to identify the MME instruction set can embedded in existing C source code. In SYS16-TM, we execute the testbench include sorts, Hanoi, Fibonacci number etc, and use simulator to verify its¡¦ correctness.
134

Embedded warning systems in C language compare with Java

Abbass Nagim, Kem January 2003 (has links)
No description available.
135

Power Measurement Device

Tekgül, Hasan, Ng, Yu Khoon January 2011 (has links)
This thesis project aims to develop an embedded system that can measure real-time power consumption of a house and provide information for the user. System consists of a microcontroller unit, a light sensor, RS232 serial interface, battery and an LED. An 18F series 8bit PIC microcontroller was used for this project because PIC is known to be versatile and very low power-consuming. The goal was to get periodic signal from the sensor mounted on the power meter of a house, calculate the power usage and send this data to serial port for communication purposes. The system is connected to PC through RS232 interface as the first step of the project. The power usage information and a simple user interface sent from the PIC are displayed on the HyperTerminal of the PC. The second step was to communicate with a wireless module which is connected to the central unit of the alarm system in a house. This part of the project requires modification of the communication protocol to suit the one that the company uses in the wireless module. As the power source we chose a 9V battery since the system needs 5V to operate. However it is just the prototype. Therefore the power source choice can be changed in future due to company needs. The LED used in the prototype is for testing purposes and it is also due to changes if not needed. As the result of the project, the first step is finished with minimum requirements. The external hardware is built with all the components and the software is implemented successfully. The system can get signals from the photo sensor; the result is calculated according to the duration between two signals; it is sent to the PC via RS232 serial port and displayed on the PC terminal.
136

MinixARM: A port of Minix 3 to an ARM-based embedded system

Chiu, Sheng-yu 27 June 2007 (has links)
Theories in operating systems are relatively matured, but implementations are hard compared to many areas in computer science. For example, virtual memory has been around for more than 20 years since its introduction, but, to understand how an operating system supports virtual memory is not a trivial task, let alone implementation. Minix is an operating system that has been designed for educational purpose. It¡¦s a good starting point for a novice who wants to learn operating systems. The third version of Minix has been moved towards a true microkernel design and targeted at small computers and embedded systems. The advantages of microkernel architecture is its high fault tolerance and high modularity design which can make it much more flexible for versatile applications on embedded systems. However, to the best of our knowledge, Minix 3 only runs on Intel-based machine so far. The objective of this thesis is thus to port Minix 3 to ARM-Based embedded systems, to make it an experimental microkernel for embedded systems. Also, due to the incompatibility between the segmented memory model used by Minix 3 on IA-32 and the unsegmented memory model support by ARM, we also provide an API to simplify the porting effort.
137

Design and Implementation of an Embedded VoIP Integrated Access Device

Lin, Cheng-Yen 23 July 2007 (has links)
VoIP(Voice over IP) is one of the most important applications on the Internet. As the voice coding enhancing, VoIP provides a good voice quality with low bandwidth. Therefore, the IP telephony services have a price advantage with PSTN. In the near future, VoIp may replace with the PSTN to provide a better telephony service. In this paper, we discuss how to design and implement an embedded VoIp user agent system. With the help of DSP(Digital Signal Processor), we speed up the voice data processing. We use Linux as the embedded operating system and other open source library to implement a VoIP user agent base on SIP(Session Initiation Protocol) standard. With the hardware and software co-design, we build up an embedded VoIP Integrated Access Device.
138

Analysis of Hardware and Software Approaches to Embedded In-Circuit Emulation of Microprocessor

Chen, Hsin-Ming 14 September 2001 (has links)
An in-circuit emulator (ICE) is an important tool for the development of microprocessor-based systems. External ICE boxes are complex and expensive piece of hardware so their use is usually limited to debugging phases of the microprocessor-based systems that involve hardware/software integration or investigation of real time I/O or bus events. On the other hand, a ROM monitor is inexpensive, but provides less observablity for the microprocessor¡¦s operations. In either case, the design practice of the ICE devices is usually independent to the design task of the microprocessor itself. The performance and cost of the ICE devices are not relevant to the microprocessors since they are two different entities. The ICE¡¦s are used only during the development/debugging of the microprocessor-based systems by substituting the original microprocessor on the socket with the ICE. The ICE is unplugged after debugging and the original microprocessor is placed back into the socket for normal operations of the microprocessor-based systems. Therefore, the performance and cost of the ICE¡¦s do not impact these of the microprocessor-based systems because the ICE¡¦s do not exist in them. We then define three feasible solutions software, hardware and hybrid) and integrate them with a synthesizable ARM7 icroprocessor core. The microprocessors with the embedded ICE¡¦s are synthesized and simulated to analyze and compare the corresponding hardware/software performance and cost and the debugging features of these approaches.
139

Security and Control System for fluid in a tank

Kvist, Johan January 2007 (has links)
<p>This rapport describes how a security and control system has been developed for moveable diesel tanks. Enormous amounts of diesel in Sweden are stolen every year and the tank that is most vulnerable is the moveable tank in other words tanks that can be moved around with diesel inside.</p><p>The report proposes methods how to measure fluid amount in a tank and how to measure if diesel is disappearing from the tank.</p><p>The report also describes a tank monitoring system prototype.</p>
140

Systems-on-a-chip testing using an embedded microprocessor

Hwang, Sungbae. January 2002 (has links) (PDF)
Thesis (Ph. D.)--University of Texas at Austin, 2002. / Vita. Includes bibliographical references. Available also from UMI Company.

Page generated in 0.0433 seconds