• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1374
  • 370
  • 155
  • 133
  • 105
  • 92
  • 45
  • 32
  • 25
  • 18
  • 17
  • 15
  • 8
  • 6
  • 6
  • Tagged with
  • 2799
  • 1681
  • 795
  • 578
  • 494
  • 376
  • 372
  • 297
  • 294
  • 273
  • 269
  • 260
  • 240
  • 228
  • 204
  • 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.
121

Investigation on the energy consumption of wireless RPM sensor

Song, Yang January 2020 (has links)
Energy-saving wireless sensors are increasingly used in the industry. Users can remotely monitor the status of the measured device and do not need to frequently replace the battery of the device. In this thesis, we studied a low-cost energy-independent wireless speed sensor system that can power itself by the rotation of the host. The BMG250 MEMS gyroscope is responsible for temperature and angular velocity measurement, and the nRF52832 SoC sends data to the remote monitoring terminal through BLE communication. This study aims to discover the energy consumption and energy saving methods of the entire process of data collection, data transfer, and data transmission. Finally, in order to meet the various test requirements, an energy consumption standard will be summed up to calculate the energy consumption of the entire system.
122

IoT - based Microseismic Detector

Lindgren, Anton January 2023 (has links)
Rockfall, which is the detachment of rocks from a mountain, is a major hazard in the mining industry. To help combat this issue, this thesis aims to develop a sensor platform that is able to detect both the potential risk for rockfall and if any rocks do hit the ground. The platform requires wireless communication in order to output relevant information and in order to be part of an IoT-network of sensors.The design of the platform used three different sensors, a geophone, an accelerometer and a microphone. The main focus of the design process was to keep the platform low power, enabling long operation times. The final design had data output from both the microphone and accelerometer, with the accelerometer able to pick up the impact from a falling barbell. Wireless transmission of data is possible for up to 7.5 meters using Bluetooth Low Energy. The low power design was met, with an average current consumption of 26 milliamperes during transmission using Bluetooth Low Energy. That gives a theoretical operation time of 27 days with the battery used. As the accelerometer can pick up a falling object and with a theoretical lifetime of 27 days for the platform, it can be argued that the goals, except for detecting potential risk for rockfall, were met. In order to properly function, however, the platform needs more development, but the most important conclusion of the work is that it seems possible to build this type of platform. Further research and development outside the scope of the thesis is connecting several platforms together.
123

Design of an embedded Ethernet card

Chang, Henry, 1980- 15 September 2010 (has links)
The design, test and implementation of a custom Ethernet card for embedded microcontrollers is described. The development of this Ethernet card is an educational effort to understand the various intricacies involved in constructing an Ethernet solution for embedded microcontrollers. The secondary motivation is to research the areas of the design can be ruggedized for high temperature and pressure applications. This report covers in detail the overall effort to which Henry Chang contributed. / text
124

Hardware software partitioning : a reconfigurable and evolutionary computing approach

Harkin, James January 2001 (has links)
No description available.
125

Integrated fault tolerance for packet-switched networks

Hotchkiss, Robin January 2000 (has links)
No description available.
126

Understanding and Countermeasures against IoT Physical Side Channel Leakage

Moukarzel, Michael Antoine 24 April 2019 (has links)
With the proliferation of cheap bulk SSD storage and better batteries in the last few years we are experiencing an explosion in the number of Internet of Things (IoT) devices flooding the market, smartphone connected point-of-sale devices (e.g. Square), home monitoring devices (e.g. NEST), fitness monitoring devices (e.g. Fitbit), and smart-watches. With new IoT devices come new security threats that have yet to be adequately evaluated. We propose uLeech, a new embedded trusted platform module for next-generation power scavenging devices. Such power scavenging devices are already widely deployed. For instance, the Square point-of-sale reader uses the microphone/speaker interface of a smartphone for communications and as a power supply. Such devices are being used as trusted devices in security-critical applications, without having been adequately evaluated. uLeech can securely store keys and provide cryptographic services to any connected smartphone. Our design also facilitates physical side-channel security analysis by providing interfaces to facilitate the acquisition of power traces and clock manipulation attacks. Thus uLeech empowers security researchers to analyze leakage in next- generation embedded and IoT devices and to evaluate countermeasures before deployment. Even the most secure systems reveal their secrets through secret-dependent computation. Secret- dependent computation is detectable by monitoring a system’s time, power, or outputs. Common defenses to side-channel emanations include adding noise to the channel or making algorithmic changes to mitigate specific side-channels. Unfortunately, existing solutions are not automatic, not comprehensive, or not practical. We propose an isolation-based approach for eliminating power and timing side-channels that is automatic, comprehensive, and practical. Our approach eliminates side-channels by leveraging integrated decoupling capacitors to electrically isolate trusted computation from the adversary. Software has the ability to request a fixed- power/time quantum of isolated computation. By discretizing power and time, our approach controls the granularity of side-channel leakage; the only burden on programmers is to ensure that all secret-dependent execution differences converge within a power/time quantum. We design and implement three approaches to power/time-based quantization and isolation: a wholly-digital version, a hybrid version that uses capacitors for time tracking, and a full- custom version. We evaluate the overheads of our proposed controllers with respect to software implementations of AES and RSA running on an ARM- based microcontroller and hardware implementations AES and RSA using a 22nm process technology. We also validate the effectiveness and real-world efficiency of our approach by building a prototype consisting of an ARM microcontroller, an FPGA, and discrete circuit components. Lastly, we examine the root cause of Electromagnetic (EM) side-channel attacks on Integrated Circuits (ICs) to augment the Quantized Computing design to mitigate EM leakage. By leveraging the isolation nature of our Quantized Computing design, we can effectively reduce the length and power of the unintended EM antennas created by the wire layers in an IC.
127

Embedded warning systems in C language compare with Java

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

GPU-based Implementation of the Variational Path Integral Method

Mudhasani, Shanthan 01 May 2011 (has links)
Any system in the world constitutes particles like electrons. To analyze the behaviors of these systems the behavior of these particles must be predicted. The ground state energy of a molecule is the most important information about a molecule and can calculate by solving the Schrodinger equation. But as the number of atoms increase, the number of variable (coordinates of the atom) that the equation represent increases by three times. Due to the large state space and the nonlinear nature of the Schrodinger equation, it is very difficult to solver this equation. Quantum Monte Carlo (QMC) is a very efficient method to solve the Schrodinger equation for accurate results. This methods uses random numbers to sample the complex equation and get very accurate results. Due to the large data involved in this method, it exhibits rich amount of data parallelism. Variational path integral (VPI) simulations are a class of QMC methods that permit direct computation of expectation values of coordinate-space observables for the nodeless ground states of many-body quantum systems. High degree of data parallelism involved in this method facilitates the use of Graphical Processing Units (GPUs), a powerful type of processor well known to computer gamers. In comparison to the other parallel systems, like CPU clusters, GPU hardware can be much faster and is significantly cheaper. The goal of this thesis is to implement the VPI simulation algorithm on GPU to compute the coordinate-space observables of a Neon cluster.
129

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.
130

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.

Page generated in 0.111 seconds