While faster processors, larger memory, and powerful graphics are fundamental requirements for workstations, users
are also demanding a low-cost, solution-based approach wrapped around a standards-based technology. The Sun UltraTM
20 Workstation, which leverages the AMD OpteronTM processor with Dire ...
The potential of solving real-time demanding industrial applications, using vision-based
algorithms, drastically grew due to an increasing availability of computational power.
In this thesis a novel real-time, vision-based Blackjack analysis system is presented. The
embedding of the vision algorithm ...
The Open Radar Data Acquisition (ORDA)
subsystem replaces the current WSR-88D Radar
Data Acquisition subsystem with improved
receiver and signal processing hardware and with
improved user interface, signal processing and
diagnostics software. This paper will discuss the
input data from the digital r ...
Click is a modular router toolkit. To use it you ll need to know how to
compile and install the software, how to write router configurations, and
how to write new elements. Our ACM Transactions on Computer Systems paper,
available from the Web site, will give you a feeling for what Click can
do. Usi ...
This
paper presents a new adaptive mobility-aware MAC protocol
for sensor networks (MS-MAC). The protocol uses any change
in received signal level as an indication of mobility and, when
necessary, triggers the mobility handling mechanism. By doing
this way, the new mobility-aware MAC protocol can wo ...
The goal of this thesis is the development of traffic engineering rules for cellular packet
radio networks based on GPRS and EDGE. They are based on traffic models for typical
mobile applications. Load generators, representing these traffic models, are developed
and integrated into a simulation envi ...
This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to
provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller
solution in small die size. To reduce total system cost, the S3C2410X includes t ...
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
Commercially available active noise control headphones rely on fixed analog controllers to drive "anti-noise" loudspeakers. Our design uses an adaptive controller to optimally cancel unwanted acoustic noise. This headphone would be particularly useful for workers who operate or work near heavy machi ...
I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performance of the three implementations.