Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Physical Sciences and Mathematics (378)
- Computer Sciences (365)
- Electrical and Computer Engineering (222)
- Digital Communications and Networking (75)
- Social and Behavioral Sciences (56)
-
- Computer and Systems Architecture (50)
- Information Security (45)
- Law (39)
- Electrical and Electronics (37)
- Forensic Science and Technology (37)
- Legal Studies (37)
- Computer Law (34)
- Mechanical Engineering (32)
- Data Storage Systems (29)
- Other Computer Engineering (29)
- Civil and Environmental Engineering (27)
- Ocean Engineering (27)
- Materials Science and Engineering (26)
- Structural Engineering (26)
- Chemical Engineering (25)
- Civil Engineering (25)
- Metallurgy (25)
- Robotics (25)
- Systems and Communications (19)
- Databases and Information Systems (12)
- Hardware Systems (12)
- Education (9)
- Theory and Algorithms (9)
- Institution
-
- Wright State University (153)
- TÜBİTAK (75)
- University of Texas at El Paso (66)
- Embry-Riddle Aeronautical University (38)
- California Polytechnic State University, San Luis Obispo (36)
-
- Air Force Institute of Technology (32)
- University of Nebraska - Lincoln (31)
- Technological University Dublin (25)
- Universitas Indonesia (25)
- Old Dominion University (20)
- Singapore Management University (19)
- Washington University in St. Louis (18)
- Marquette University (17)
- University of Nevada, Las Vegas (17)
- Utah State University (11)
- Missouri University of Science and Technology (10)
- University of South Carolina (7)
- Clemson University (6)
- DePaul University (6)
- Fordham University (6)
- Pace University (6)
- Chapman University (5)
- Wayne State University (5)
- Boise State University (4)
- San Jose State University (4)
- University of Dayton (4)
- Western University (4)
- Portland State University (3)
- Syracuse University (3)
- University of Central Florida (3)
- Keyword
-
- Department of Computer Science and Engineering (14)
- FPGA (5)
- Robotics (5)
- Security (5)
- Computer architecture (4)
-
- Computer forensics (4)
- Computer networks--Security measures (4)
- Constraints (4)
- Field programmable gate arrays (4)
- HF radar (4)
- Privacy (4)
- Tracking (4)
- Artificial intelligence (3)
- Bandwidth (3)
- Biometrics (3)
- Computer Science and Engineering (3)
- Cryptography (3)
- Digital forensics (3)
- Digital preservation (3)
- EHR (3)
- Engineering (3)
- HFSWR (3)
- Intended function (3)
- Internet (3)
- Linux (3)
- Localization (3)
- Microcontroller (3)
- Mobile computing (3)
- Optimization (3)
- Pattern recognition systems (3)
- Publication
-
- Computer Science & Engineering Syllabi (139)
- Turkish Journal of Electrical Engineering and Computer Sciences (75)
- Departmental Technical Reports (CS) (64)
- Theses and Dissertations (32)
- Makara Journal of Technology (25)
-
- Journal of Digital Forensics, Security and Law (20)
- Computer Engineering (19)
- All Computer Science and Engineering Research (18)
- Research Collection School Of Computing and Information Systems (18)
- Faculty Publications (17)
- Annual ADFSL Conference on Digital Forensics, Security and Law (14)
- Browse all Theses and Dissertations (14)
- Electrical and Computer Engineering Faculty Research and Publications (14)
- Department of Electrical and Computer Engineering: Faculty Publications (13)
- Electrical & Computer Engineering Theses & Dissertations (13)
- All Graduate Theses and Dissertations, Spring 1920 to Summer 2023 (11)
- Master's Theses (11)
- Dissertations (10)
- School of Computing: Dissertations, Theses, and Student Research (10)
- 2010 Annual Nevada NSF EPSCoR Climate Change Conference (8)
- Masters Theses (8)
- UNLV Theses, Dissertations, Professional Papers, and Capstones (8)
- Conference papers (7)
- Electronic Theses and Dissertations (6)
- Technical Reports (6)
- All Theses (5)
- Articles (5)
- Engineering Faculty Articles and Research (5)
- Wayne State University Dissertations (5)
- Conference Papers (4)
- Publication Type
- File Type
Articles 241 - 270 of 705
Full-Text Articles in Computer Engineering
Ultrasonic Shark-Tag Locator System For Iver2 Auv, Nathaniel Garcia
Ultrasonic Shark-Tag Locator System For Iver2 Auv, Nathaniel Garcia
Computer Engineering
The purpose of this project is to develop a system for tracking an ultrasonic underwater transmitter that can be integrated into an IVER2 AUV to allow it to follow and monitor tagged sharks in the ocean for scientific research.
The system consists of a four main components including a shark-tag, two hydrophones, a filter/amplifier & threshold detector circuit, and a microcontroller.
This project, while not completing field testing and integration with the IVER2, is a proof of concept of a system that utilizes passive sonar to determine a bearing from the system to a shark-tag transmitter. Additionally, it devised several …
A Low Power Touch Screen Document Viewer, Chris Perfetto
A Low Power Touch Screen Document Viewer, Chris Perfetto
Computer Engineering
This document will cover the requirements, design, implementation and testing of a low power touch screen document viewer to serve as a replacement bulletin board. It was Implemented using a BeagleBoard development board, a 4.3” touchscreen LCD and a SD card with a Ubuntu Linux OS installed. The testing of this device is primarily testing the power consumption. The device is not yet complete and will require further development for it to completely satisfy the requirements.
Max Flow Spill Code Placement Algorithm Implemented In Gcc 4.4.3, Stephen Robert Beard
Max Flow Spill Code Placement Algorithm Implemented In Gcc 4.4.3, Stephen Robert Beard
Computer Engineering
The placement of spill code plays an important role in the register allocator of an optimizing compiler. Many computer architectures possess a register linkage convention that dictates which registers are preserved across function calls and which are not. This project addresses the problem of optimizing spill code that is associated with register linkage conventions.
This algorithm was created by Dr. Chris Lupo and is described in the paper Beyond Register Allocation: a Novel Algorithm for Spill-Code Placement. The algorithm was implemented for GCC 2.5.7 for a PA-RISC architecture [4]. The work in this project will involve porting the existing code …
Characterization Of The Rfx400 For Use In Software Defined Radio, Edward Adams
Characterization Of The Rfx400 For Use In Software Defined Radio, Edward Adams
Computer Engineering
While software defined radio is an extremely flexible technology that is fairly rarely used, as a single purpose radio is much cheaper, it provides an excellent means of learning RF and communications skills through the lens of digital electronics, and it would behoove a Cal Poly student interested in these areas to take on a project in software defined radio. This project aims to lower the barrier to entry for future students to undertake such a project. The use of an up-converter/down-converter is documented for future students to interface with.
Rfid Asset Tracking And Digital Check-Out System, Jeffrey (Jeff) Migliore
Rfid Asset Tracking And Digital Check-Out System, Jeffrey (Jeff) Migliore
Computer Engineering
An asset tracking and digital check-out system was developed using Radio Frequency Identification (RFID) and a Single Board Computer (SBC). A RFID reader was used as a check point to process transactions. The RFID reader was attached to the SBC via USB. The SBC is integrated into a network via Ethernet and hosts a web graphical user interface (GUI) frontend for users to view transactions and query availability of assets. A MYSQL database was used for the backend storage of data.
Specifically, this system was designed to track tool assets. Many modern companies have employees sharing limited resources. The common …
Household Outlet Monitoring And Control System, Michael Young
Household Outlet Monitoring And Control System, Michael Young
Computer Engineering
No abstract provided.
Wii-Mote Head Tracking: A Three Dimensional Virtual Reality Display, David Fairman
Wii-Mote Head Tracking: A Three Dimensional Virtual Reality Display, David Fairman
Computer Engineering
The goal of this project is to create a customizable three dimensional virtual reality display on a system available to any non-technical user. This System will use the infrared camera component of a standard Nintendo Wii-mote to track a user's head motions in all six major directions. The virtual reality will be a customizable image projected onto a screen or simply shown on a computer or TV monitor. In order to appear 3-dimensional, the image will continually change according to the position of the user's head. As the user moves their head to the left and right, portions of the …
Independent Set On Graphs With Maximum Degree 3, Iyad A. Kanj, Fenghui Zhang
Independent Set On Graphs With Maximum Degree 3, Iyad A. Kanj, Fenghui Zhang
Technical Reports
Let G be an undirected graph with maximum degree at most 3 such that G does not contain either of the two graphs shown in Figure 1 as a subgraph. We prove that the independence number of G is at least n(G)/3 + nt(G)/63, where n(G) is the number of vertices in G and nt(G) is the number of nontriangle vertices in G. We show an application of the aforementioned combinatorial result to the area of parameterized complexity. We present a linear-time kernelization algorithm for the independent set problem on graphs with maximum degree at most 3 that computes a …
The Future Of Digital Rights Management In Digital Video, Matthew Elcock
The Future Of Digital Rights Management In Digital Video, Matthew Elcock
Technical Reports
The rise in the popularity of internet-based digital video has created a major revolution in the way consumers acquire content. Users no longer need to watch a television show live or obtain a physical disc in order to view a movie. However, this transition comes with a price: Digital Rights Management (DRM). Every digital video file requires a user to be locked into a particular combination of software, hardware, and business plan in order to be authorized for viewing purchased content. DRM was just as prevalent during the introduction of digital audio, but DRM was abolished from the format within …
Analysis And Transformation Of Pipe-Like Web Mashups For End User Programmers, Kathryn T. Stolee
Analysis And Transformation Of Pipe-Like Web Mashups For End User Programmers, Kathryn T. Stolee
School of Computing: Dissertations, Theses, and Student Research
Mashups are becoming increasingly popular as end users are able to easily access, manipulate, and compose data from several web sources. To support end users, communities are forming around mashup development environments that facilitate sharing code and knowledge. We have observed, however, that end user mashups tend to suffer from several deficiencies, such as inoperable components or references to invalid data sources, and that those deficiencies are often propagated through the rampant reuse in these end user communities.
In this work, we identify and specify ten code smells indicative of deficiencies we observed in a sample of 8,051 pipe-like web …
Memento: Personal Scrapbook Android Application, Ryan Joseph Rosete
Memento: Personal Scrapbook Android Application, Ryan Joseph Rosete
Computer Engineering
The Memento project focuses on providing Android phone users with a new alternative to capture memories. Its main purpose is to create an application that stores pictures and data on an Android phone. Users can view these saved entries for later use to recall what they have done in the past or show to others. The initial idea for this project stemmed from a personal interest in both scrapbooks and popular microblog services. The application aims to provide a new service that is currently not offered in the Android Market.
In order to create this application, there are two main …
Ofdm Simulation In Matlab, Paul Guanming Lin
Ofdm Simulation In Matlab, Paul Guanming Lin
Electrical Engineering
The objective of this project is to demonstrate the concept and feasibility of an OFDM system, and investigate how its performance is changed by varying some of its major parameters. This objective is met by developing a MATLAB program to simulate a basic OFDM system. From the process of this development, the mechanism of an OFDM system can be studied; and with a completed MATLAB program, the characteristics of an OFDM system can be explored.
Uav Pirates And Silentrack Integration, Travis Dean, Hushnak Singh, Ashley Wager, Matthew (Matt) Woolridge
Uav Pirates And Silentrack Integration, Travis Dean, Hushnak Singh, Ashley Wager, Matthew (Matt) Woolridge
Electrical Engineering
The integration of the UAV pirating system with the SilenTrack video tracking system will allow the combined system to automatically identify and track a suspicious air vehicle visually as well as identify and decode the RF control signal. Once a threat has been identified, the system will execute an algorithm to associate each control channel with the corresponding flight control surface. Once the control channels have been decoded the user can use a hand held radio controller to maneuver the drone which is now under their command.
Snmp Integration Into The Cygnet Scada System, Paul Fake
Snmp Integration Into The Cygnet Scada System, Paul Fake
Computer Engineering
The SNMP Remote Device is a CygNet-integrated software device that can communicate (read-only) with any managed network hardware. It has the ability to retrieve any managed object, requiring only a host name or IP, a community name (password), and the object identifier (OID). This Remote Device is fully-integrated into the CygNet SCADA system. Users can create the device in the DDS service, create a Point for each managed object, map the Points to UDCs, store data into the Points, and schedule the retrieval of data.
Bluetooth "Clicker": Response Pads For Large Classes, Using Bluetooth Devices, Dana Goyette
Bluetooth "Clicker": Response Pads For Large Classes, Using Bluetooth Devices, Dana Goyette
Computer Engineering
When teaching classes with many students, many teachers opt to use “Clicker” devices to electronically poll students. This project aims to replace these “Clicker” devices with standard Bluetooth devices. The overall goal of this project is to create a framework for two-way communications between a base station and multiple remote devices.
Digital Signaling Processor Resource Management For Small Office Phone Systems, John T. Gilkeson
Digital Signaling Processor Resource Management For Small Office Phone Systems, John T. Gilkeson
Master's Theses
Contemporary small office phone systems are specialized computers that connect a variety of phones within the office and to the local phone company. These systems use digital signaling processors (DSPs) to convert signals from analog to digital and vice-versa. Many different types of applications run on the DSPs and different businesses have varying application needs. Given the systems have limited amounts of DSP resources and growing numbers of applications for a phone system, an administrator needs a way to configure the uses of resources based on their individual business needs.
This thesis provides an overview of a system for configuring …
Multiple Robot Boundary Tracking With Phase And Workload Balancing, Michael Jay Boardman
Multiple Robot Boundary Tracking With Phase And Workload Balancing, Michael Jay Boardman
Master's Theses
This thesis discusses the use of a cooperative multiple robot system as applied to distributed tracking and sampling of a boundary edge. Within this system the boundary edge is partitioned into subsegments, each allocated to a particular robot such that workload is balanced across the robots. Also, to minimize the time between sampling local areas of the boundary edge, it is desirable to minimize the difference between each robot’s progression (i.e. phase) along its allocated sub segment of the edge. The paper introduces a new distributed controller that handles both workload and phase balancing. Simulation results are used to illustrate …
Suitable Knowledge Management In Project Environment, Taya Polyaninova
Suitable Knowledge Management In Project Environment, Taya Polyaninova
Dissertations
Knowledge is becoming one of the main assets for organizations that want to improve their competitiveness in currently changing market. Knowledge comes from different sources within organizations, such as internal processes, projects, customers and stakeholder information. As markets and the way of doing things changes, many companies implement different projects to deal with those changes, which leads to accumulation of knowledge and information. Companies use Knowledge Management to create, identify and distribute knowledge and experiences arising from projects within organisation. However, as projects are done to create unique deliverables and they are never the same, there is a difficulty in …
Monocular Vision And Image Correlation To Accomplish Autonomous Localization, Matthew Paul Schlachtman
Monocular Vision And Image Correlation To Accomplish Autonomous Localization, Matthew Paul Schlachtman
Master's Theses
For autonomous navigation, robots and vehicles must have accurate estimates of their current state (i.e. location and orientation) within an inertial coordinate frame. If a map is given a priori, the process of determining this state is known as localization. When operating in the outdoors, localization is often assumed to be a solved problem when GPS measurements are available. However, in urban canyons and other areas where GPS accuracy is decreased, additional techniques with other sensors and filtering are required.
This thesis aims to provide one such technique based on monocular vision. First, the system requires a map be generated, …
Measuring Atmospheric Scattering From Digital Images Of Urban Scenery Using Temporal Polarization-Based Vision, Tarek El-Gaaly
Measuring Atmospheric Scattering From Digital Images Of Urban Scenery Using Temporal Polarization-Based Vision, Tarek El-Gaaly
Archived Theses and Dissertations
Suspended atmospheric particles (particulate matter) are a form of air pollution that visually degrades urban scenery and is hazardous to human health and the environment. Current environmental monitoring devices are limited in their capability of measuring average particulate matter (PM) over large areas. Quantifying the visual effects of haze in digital images of urban scenery and correlating these effects to PM levels is a vital step in more practically monitoring our environment. Current image haze extraction algorithms remove all the haze from the scene and hence produce unnatural scenes for the sole purpose of enhancing vision. We present two algorithms …
An Extended Configurable Uml Activity Diagram And A Transformation Algorithm For Business Process Reference Modeling, Yosra Osama Badr
An Extended Configurable Uml Activity Diagram And A Transformation Algorithm For Business Process Reference Modeling, Yosra Osama Badr
Archived Theses and Dissertations
Enterprise Resource Planning (ERP) solutions provide generic off-the-shelf reference models usually known as "best practices". The configuration !individualization of the reference model to meet specific requirements of business end users however, is a difficult task. The available modeling languages do not provide a complete configurable language that could be used to model configurable reference models. More specifically, there is no algorithm that monitors the transformation of configurable UML Activity Diagram (AD) models while preserving the syntactic correctness of the model. To fill these gaps we propose an extended UML AD modeling language which we named Configurable UML Activity Diagram (C-UML …
5 Ghz Band Vehicle-To-Vehicle Channels: Models For Multiple Values Of Channel Bandwidth, Qiong Wu, David W. Matolak, Indranil Sen
5 Ghz Band Vehicle-To-Vehicle Channels: Models For Multiple Values Of Channel Bandwidth, Qiong Wu, David W. Matolak, Indranil Sen
Faculty Publications
In Sen and Matolak's earlier paper, 5-GHz-band vehicle-to-vehicle (V2V) channel models were presented for channel bandwidths of 5 and 10 MHz. In this paper, we provide additional tapped delay line models for bandwidths of 1, 20, 33.33, and 50 MHz based upon the data used in Sen and Matolak's paper. We provide tables of channel parameters for five types of V2V channel classes and also include example tap correlation coefficients. Root-mean-square delay spread values are summarized, as are values of bandwidth for which the channel frequency correlation takes values of 0.7 and 0.5. As with the results from Sen and …
Touch Screen Sound Controller, James Fenley, Jonathan Law
Touch Screen Sound Controller, James Fenley, Jonathan Law
Electrical Engineering
The Touch Screen Sound Controller sets out to explore the use of a touch screen as a sound control interface for the disk jockey profession. In addition, the project aims to provide an alternate means of transferring audio data by way of TCP/IP communications as opposed to MIDI. By applying our method, a user may stream pulse-code modulated data from a server onto a client’s RAM via an Ethernet connection. A 32bit, 200MHz ARM9 microprocessor addresses data from the RAM and proceeds with executing DSP instructions from the user. The connection between the touch screen and the central microprocessor is …
Design And Usability Of Social Networking Web Sites, Robert Pessagno
Design And Usability Of Social Networking Web Sites, Robert Pessagno
Graphic Communication
This study began by designing the layout of a new social networking Web site and putting it to practical use. A team of computer science students at Cal Poly developed this social networking site for their senior project, and called it Friend Riot. The new and innovative features that Friend Riot consists of set it apart from other popular social networking Web sites, but its interface was lacking a good design. When the new design was implemented, it was tested against the competition: Facebook, MySpace, and YouTube.
The purpose of this study is to determine the effects that Web design …
Aircraft Data Collection System, Amy Kronsteiner, Danny Marx, Collin Heller, Nathaniel Garcia, Nicholas Riccobono, Scott Parks, Albert Liu
Aircraft Data Collection System, Amy Kronsteiner, Danny Marx, Collin Heller, Nathaniel Garcia, Nicholas Riccobono, Scott Parks, Albert Liu
Biomedical Engineering
This report outlines the design and building process for an interchangeable testing device that collects aircraft performance data. Included is the project objectives, system requirements, management plan, design concept development, design details, manufacturing procedures, and project verification test plans. The device is a wing-mounted Pitot-static system integrated with an Electronic Flight Instrument System (EFIS).
Http 1.2: Distributed Http For Load Balancing Server Systems, Graham M. O'Daniel
Http 1.2: Distributed Http For Load Balancing Server Systems, Graham M. O'Daniel
Master's Theses
Content hosted on the Internet must appear robust and reliable to clients relying on such content. As more clients come to rely on content from a source, that source can be subjected to high levels of load. There are a number of solutions, collectively called load balancers, which try to solve the load problem through various means. All of these solutions are workarounds for dealing with problems inherent in the medium by which content is served thereby limiting their effectiveness. HTTP, or Hypertext Transport Protocol, is the dominant mechanism behind hosting content on the Internet through websites. The entirety of …
Textured Hierarchical Precomputed Radiance Transfer, Harrison Lee Mckenzie Chapter
Textured Hierarchical Precomputed Radiance Transfer, Harrison Lee Mckenzie Chapter
Master's Theses
Computing complex lighting simulations such as global illumination is a computationally intensive task. Various real time solutions exist to approximate aspects of global illumination such as shadows, however, few of these methods offer single pass rendering solutions for soft shadows (self and other) and inter-reflections. In contrast, Precomputed Radiance Transfer (PRT) is a real-time computer graphics technique which pre-calculates an object's response to potential incident light. At run time, the actual incident light can be used to quickly illuminate the surface, rendering effects such as soft self-shadows and inter-reflections. In this thesis, we show that by calculating PRT lighting coefficients …
Knowledge Discovery And Analysis In Manufacturing, Mark Polczynski, Andzrej Kochanski
Knowledge Discovery And Analysis In Manufacturing, Mark Polczynski, Andzrej Kochanski
Electrical and Computer Engineering Faculty Research and Publications
The quality and reliability requirements for next-generation manufacturing are reviewed, and current approaches are cited. The potential for augmenting current quality/reliability technology is described, and characteristics of potential future directions are postulated. Methods based on knowledge discovery and analysis in manufacturing (KDAM) are reviewed, and related successful applications in business and social fields are discussed. Typical KDAM applications are noted, along with general functions and specific KDAM-related technologies. A systematic knowledge discovery process model is reviewed, and examples of current work are given, including description of successful applications of KDAM to creation of rules for optimizing gas porosity in sand …
Hardware Support For Real-Time Network Security And Packet Classification Using Field Programmable Gate Arrays, Nitesh Bhicu Guinde
Hardware Support For Real-Time Network Security And Packet Classification Using Field Programmable Gate Arrays, Nitesh Bhicu Guinde
Dissertations
Deep packet inspection and packet classification are the most computationally expensive operations in a Network Intrusion Detection (NID) system. Deep packet inspection involves content matching where the payload of the incoming packets is matched against a set of signatures in the database. Packet classification involves inspection of the packet header fields and is basically a multi-dimensional matching problem. Any matching in software is very slow in comparison to current network speeds. Also, both of these problems need a solution which is scalable and can work at high speeds. Due to the high complexity of these matching problems, only Field-Programmable Gate …
Application Of Structured Light Imaging For High Resolution Mapping Of Underwater Archaeological Sites, Chris Roman, Gabrielle Inglis, James Rutter
Application Of Structured Light Imaging For High Resolution Mapping Of Underwater Archaeological Sites, Chris Roman, Gabrielle Inglis, James Rutter
Graduate School of Oceanography Faculty Publications
This paper presents results from recent work using structured light laser profile imaging to create high resolution bathymetric maps of underwater archaeological sites. Documenting the texture and structure of submerged sites is a difficult task and many applicable acoustic and photographic mapping techniques have recently emerged. This effort was completed to evaluate laser profile imaging in comparison to stereo imaging and high frequency multibeam mapping. A ROV mounted camera and inclined 532 nm sheet laser were used to create profiles of the bottom that were then merged into maps using platform navigation data. These initial results show very promising resolution …