REPORT DOCUMENTATION PAGE

Size: px
Start display at page:

Download "REPORT DOCUMENTATION PAGE"

Transcription

1 REPORT DOCUMENTATION PAGE Form Approved OMB NO The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions, searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggesstions for reducing this burden, to Washington Headquarters Services, Directorate for Information Operations and Reports, 1215 Jefferson Davis Highway, Suite 1204, Arlington VA, Respondents should be aware that notwithstanding any other provision of law, no person shall be subject to any oenalty for failing to comply with a collection of information if it does not display a currently valid OMB control number. PLEASE DO NOT RETURN YOUR FORM TO THE ABOVE ADDRESS. 1. REPORT DATE (DD-MM-YYYY) 2. REPORT TYPE Related Material 4. TITLE AND SUBTITLE GPU accelerated ultrasonic tomography using propagation and backpropagation method 3. DATES COVERED (From - To) - 5a. CONTRACT NUMBER W911NF b. GRANT NUMBER 6. AUTHORS Pedro D. Bello, Yuanwei Jin, Enyue Lu 5c. PROGRAM ELEMENT NUMBER d. PROJECT NUMBER 5e. TASK NUMBER 5f. WORK UNIT NUMBER 7. PERFORMING ORGANIZATION NAMES AND ADDRESSES University of Maryland - Eastern Shore Academic Oval 8. PERFORMING ORGANIZATION REPORT NUMBER Princess Anne, MD SPONSORING/MONITORING AGENCY NAME(S) AND ADDRESS (ES) U.S. Army Research Office P.O. Box Research Triangle Park, NC DISTRIBUTION AVAILIBILITY STATEMENT Approved for public release; distribution is unlimited. 10. SPONSOR/MONITOR'S ACRONYM(S) ARO 11. SPONSOR/MONITOR'S REPORT NUMBER(S) EL-REP SUPPLEMENTARY NOTES The views, opinions and/or findings contained in this report are those of the author(s) and should not contrued as an official Department of the Army position, policy or decision, unless so designated by other documentation. 14. ABSTRACT This poster presents implementation strategy and method to accelerate the propagation and backpropagation (PBP) tomographic imaging algorithm using Graphic Processing Units (GPUs). The Compute Unified Device Architecture (CUDA) programming model is used to develop our parallelized algorithm since the CUDA model allows the user to interact with the GPU resources more efficiently than traditional Shader methods. The results show an improvement of more than 80x when compared to the C/C++ version of the algorithm, and 515x when compared to the MATLAB version while achieving high 15. SUBJECT TERMS Ultrasonic tomographic imaging, Multiple input multiple-output, GPU 16. SECURITY CLASSIFICATION OF: 17. LIMITATION OF a. REPORT b. ABSTRACT c. THIS PAGE ABSTRACT UU UU UU UU 15. NUMBER OF PAGES 19a. NAME OF RESPONSIBLE PERSON Yuanwei Jin 19b. TELEPHONE NUMBER Standard Form 298 (Rev 8/98) Prescribed by ANSI Std. Z39.18

2 Report Title GPU accelerated ultrasonic tomography using propagation and backpropagation method ABSTRACT This poster presents implementation strategy and method to accelerate the propagation and backpropagation (PBP) tomographic imaging algorithm using Graphic Processing Units (GPUs). The Compute Unified Device Architecture (CUDA) programming model is used to develop our parallelized algorithm since the CUDA model allows the user to interact with the GPU resources more efficiently than traditional Shader methods. The results show an improvement of more than 80x when compared to the C/C++ version of the algorithm, and 515x when compared to the MATLAB version while achieving high quality imaging for both cases. We test different CUDA kernel configurations in order to measure changes in the processing-time of our algorithm. By examining the acceleration rate and the image quality, we develop an optimal kernel configuration that maximizes the throughput of CUDA implementation for the PBP method.

3 1 GPU Accelerated Ultrasonic Tomography Using Propagation and Backpropagation Method Pedro D. Bello¹, Yuanwei Jin², and Enyue Lu³ ¹Department of Electrical and Computer Engineering, Florida International University, FL ²Department of Engineering and Aviation Sciences, University of Maryland Eastern Shore, MD ³Department of Mathematics and Computer Science, Salisbury University, MD Abstract This paper develops implementation strategy and method to accelerate the propagation and backpropagation (PBP) tomographic imaging algorithm using Graphic Processing Units (GPUs). The Compute Unified Device Architecture (CUDA) programming model is used to develop our parallelized algorithm since the CUDA model allows the user to interact with the GPU resources more efficiently than traditional Shader methods. The results show an improvement of more than 80x when compared to the C/C++ version of the algorithm, and 515x when compared to the MATLAB version while achieving high quality imaging for both cases. We test different CUDA kernel configurations in order to measure changes in the processing-time of our algorithm. By examining the acceleration rate and the image quality, we develop an optimal kernel configuration that maximizes the throughput of CUDA implementation for the PBP method. Index Terms Medical Imaging, Ultrasonic Tomography, GPU, CUDA, Parallel Computing I. INTRODUCTION GRAPHIC Processing Units (GPUs) are computationdedicated hardware that can significantly accelerate execution of algorithms for different applications. In 2007, NVIDIA released their Computed Unified Device Architecture (CUDA) programming model, which allows C/C++ users to use the GPU resources in a simpler and friendly manner. This new programming model is being used, nowadays, for a wide range of applications such as medical imaging, online gaming, etc. due to its flexibility and high performance. 1.1 Compute Unified Device Architecture CUDA The CUDA programming model enables a channel that connects the CPU with the GPU. Functions that are needed to run in parallel are launched from the CPU and executed on the GPU. If data is stored on the CPU, but needs to be processed on the GPU, memory copies and allocation must be programmed. After the data is stored on the GPU, kernel functions are called to process the data in parallel. The kernel functions assign threads to process the same instructions in different parts of the data. Algorithms that follow this pattern are called Single Instruction Multiple Data (SIMD) algorithms. To follow the SIMD implementation, the CUDA The work is supported in part by the National Science Foundation under grant no. CCF and CMMI , and the U.S. Army Research Laboratory, the Office of Naval Research, and the Army Research Office under grant no. W911NF P. Bello did his work as a REU (Research Experience for Undergraduate) student at Salisbury Univeristy in Summer programming model needs to establish a kernel configuration for a specific application. Kernel configuration refers to how threads are grouped into blocks and how blocks are organized to cover a whole grid of data at each execution run in a parallel mode. The strategy to determine the size of blocks (i.e. dimensionality) and the format of block organization impacts greatly the computation time of a CUDA application. Our goal is to find the kernel configuration that achieves the fastest implementation for our imaging application. 1.2 Previous Work on Medical Imaging using GPUs Much research in the medical imaging field using GPUs has been done for many years. In [1], Copeland et al. used 2D images, obtained by X-ray projections, to reconstruct 3D+T cerebral angiography information. The total processing time of their algorithm was about six hours. Later on in [2], his team developed a new version of the algorithm that processed the data in parallel using GPUs. According to their results, improvements of 12x were achieved for a naive approach using CUDA. Then, using the sparsity of the problem, and by adapting the memory accessing of the information they were able to achieve 246x improvement. Wen-mei et al. in [3], implemented a magnetic resonance image reconstruction algorithm that took advantage of the GPU resources. They started by implementing a naive algorithm that was slow, and then they exploited the memory-accessing optimizations that the CUDA programing model offers. At the end, their results showed improvements of 22.5x. In [4], we developed a new iterative image reconstruction algorithm called PBP method. This method utilizes the multiple-input multiple-output (MIMO) technique to achieve faster imaging reconstruction. In this paper, we develop a GPU implementation that exploits the parallelism structure of the algorithm to further accelerate image reconstruction. II. GPU ACCELERATED PBP ALGORITHM 2.1 PBP Imaging Algorithm The process of reconstructing images from ultrasonic information starts with the following acoustical wave equation: 2 t 2 u (x, t) = c2 (x) u (x, t) + J m l=1 s (x, s l, t) (1) where the acoustic field u (x, t) Ω [0, T ]. J m is the number of simultaneous excitation sources. c (x) = c f (x) is

4 2 the propagation speed of the acoustic wave in the medium. f (x) is the acoustic potential function that needs to be reconstructed. The imaging problem described by (1) can be formulated as an inverse problem: R j (f (x)) = g j (2) where g j is the measurement data collected at the acoustic sensors, and R j ( ) is the non-linear operator governed by (1). The solution of (2) can be solved using the PBP method [4], which takes the form of f k+1 (x) = f k (x) + R j ( f k (x) ) [ ( gj R j f k (x) )] (3) where k = 0, 1, 2, is the iteration timestep. 2.2 GPU Acceleration We recognize that the iteration equation given by (3) can be executed in parallel at each spatial grid point of the imaging field. However, it cannot be programmed to calculate the f (x) value at different time stages in parallel. Therefore, the final CUDA implementation algorithm becomes a combination of parallel and sequential tasks. For the CUDA implementation of the tomographic imaging algorithm, image values at each grid point (i.e. pixels) are calculated in parallel. Each grid point is processed by a thread. Threads are then organized into blocks by CUDA. Although, it is believed that different kernel configurations impact the acceleration performance [5], to the best of our knowledge, there is very limited research regarding how block dimensionality affects the performance of CUDA applications, particularly for imaging algorithms. In this work, we conduct experimental tests on GPU of the PBP imaging algorithm and identify its optimal kernel configuration. Our tests aim to determine which block configuration works better for our application by testing all the possible options. We modify the kernels of our program, making sure that the quality of the reconstructed image remains comparable. We measure the execution time of each test. Finally, we examine all the configuration results and analyze how timings change based on these configurations. 2.3 Imaging Results Implemented by GPU The GPU used for our testing is a GeForce GTX 580 which has 512 CUDA cores and 1.6 GB RAM DDR5. The CPU is a quad-core, desktop computer with a Xeon E5607 microprocessor running at 2.6 GHz and 8.0 GB RAM. We benchmark our results using three different platforms. The original PBP algorithm was implemented in MATLAB [4]. Since the CUDA programming model is based on Microsoft Visual Studio C/C++, we propose to use both C/C++ and CUDA to test the performance improvement. Using these three programing models we test different behaviors that lead to different processing times with comparable image quality. Exact timings can be found in Table I. Next, we implement our experimental tests in order to measure computation timings for different kernel configurations. We choose to test all the possible options so that our experimental results would be conclusive for the GPU that we use. According to our results, blocks of size 16 by 8 maximize Table I TIME MEASUREMENTS (HOURS:MINUTES:SECONDS) the throughput of our application. Furthermore, kernels of 128 threads per block are faster than any other size for most of the cases. This can be accounted to the fact that, although it is possible to saturate the GPU resources using 256 or 512 threads per block, it is more efficient to process more blocks by each Streaming Multiprocessor (SM). The ground truth image and the reconstructed image implemented in GPU are shown in Fig. 1. Fig. 1a depicts a circular object to be imaged. The object is surrounded by a total of 640 acoustic sensors. Each sensor can transmit and receive acoustic wave signals. From the measured sensor data, the object image (see Fig. 1b) is reconstructed by the iteration equation given in (3). Figure 1. (a) Ground truth image (b) Reconstructed image Reconstructed image by PBP method using GPU III. CONCLUSIONS We developed a fast algorithm that utilizes GPU resources to solve the imaging problem by MIMO-PBP ultrasonic tomography. The initial algorithm took 6 hours to complete, and our GPU implementation reduced the processing time to 43 seconds, thus achieving improvements of 515x faster than the initial MATLAB implementation, and 80x faster than the C/C++ implementation. Furthermore, we proposed a kernel configuration that maximizes the throughput of medical imaging algorithms using CUDA. This configuration, and the procedure we developed that leads to it, can be extended to other CUDA applications. By accelerating the algorithm using GPUs, tests that were not possible to perform before due to the long execution times are now possible. REFERENCES [1] A. Copelan, R. Mangoubi, M. Desai, S. Miter, and A. Malek, Spatio- Temporal Data Fusion for 3D+T Image Reconstruction in Cerebral Angiography, IEEE Transactions on Medical Imaging, vol. 29, pp , June [2] Y. Xu, R. Mangoubi, M. Desai, A. Copelan, S. Mitter, and A. Malek, GPU-based Real-time Implementation of 3D+T Image Reconstruction with Application to Cerebral Angiography, in IEEE International Symposium on Biomedical Imaging, 2011, pp [3] W. Hwu, D. Nandakumar, J. Haldar, and I. Atkinson, Accelarating MR Image Reconstruction on GPUs, in IEEE International Symposium on Biomedical Imaging, 2009, pp [4] C. Dong, Y. Jin, M. Farrar, and K. Priddy, A study of multi-static ultrasonic tomography using propagation and backpropagation method, in Proccedings of SPIE, vol. 8051, 2011, pp [5] D. B. Kirk and W. W. Hwu, Programming Massively Parallel Processors: A Hands-On Approach. Morgan Kaufmann, 2010.

5 GPU Accelerated Ultrasonic Tomography Using Propagation and Backpropagation Method Pedro D. Bello 1, Yuanwei Jin 2, and Enyue Lu 3 1 Department of Electrical and Computer Engineering, Florida International University, FL 2 Department of Engineering and Aviation Sciences, University of Maryland Eastern Shore, MD 3 Department of Mathematics and Computer Science, Salisbury University, MD Introduction Graphic Processing Units (GPUs) are computation-dedicated hardware that can significantly accelerate execution of algorithms for different applications. In 2007, NVIDIA released their Computed Unified Device Architecture (CUDA) programming model, which allows C/C++ users to use the GPU resources in a simpler and friendly manner. This new programming model is being used, nowadays, for a wide range of applications such as medical imaging, online gaming, etc. due to its flexibility and high performance. Problem Description Ultrasonic Tomography is widely used for medical imaging applications due to its great features. However, typical tomographic imaging algorithms are very slow due to the amount of computations that are required. Software efficient techniques have been proposed in order to improve the performance. In this poster, we propose a hardware technique that utilizes GPU resources to speed up the reconstruction process. Reconstruction Model The process of reconstructing images from ultrasonic information starts with the acoustical wave equation: where. And is the number of simultaneous exitation sources. is the propagation speed of the acoustic wave in the medium. is the acoustic potential function that needs to be reconstructed. The imaging problem described by can be formulated as an inverse problem: where is the measurement data collected at the acoustic sensors, and the is the non-linear operator governed by. The solution of can be solved using the PBP method which takes the form of where is the iteration time-step. Figure 1. Acoustic wave propagation simulation GPU Acceleration For CUDA implementation of the tomographic imaging algorithm, image values at each grid point (i.e. pixels) are calculated in parallel (Fig. 2). Each grid point is processed by a thread. Threads are then organized into blocks by CUDA. Although, it is believed that different kernel configurations impact the acceleration performance, to the best of our knowledge, there is very limited research regarding how block dimensionality affects the performance of CUDA applications, particularly for imaging algorithms. In this work, we conduct experimental tests on GPU of the PBP imaging algorithm and identify its optimal kernel configuration. Our tests consist of finding which kernel configuration works better for our application by testing all the possible options. We modify the kernels of our program (Fig. 3), making sure that the quality of the reconstructed image remains comparable. We measure the execution time of each test. Finally, we examine all the configuration results and analyze how timings change based on these configurations (Table 1). Figure 2. Image calculation process Experimental Setup Figure 3. Kernel configurations Table 1. Kernel timings for different block sizes Results We benchmark our results using three different platforms. The original PBP algorithm was implemented in MATLAB. Since the CUDA programming model is based on C/C++, we propose to use both C/C++ and CUDA to test the performance improvement. Using these three programing models we test different imaging scenarios that lead to different processing times with comparable image quality. Execution times and performance improvement can be seen in Table 2 and 3, respectively. Final imaging results can be seen in Fig. 4. (a) Ground truth image Conclusion Table 2. Processing times Table 3. Performance tabulation (b) Reconstruction after first iteration We developed a faster hardware implementation algorithm that utilizes GPU resources to accelerate the imaging problem by propagation and backpropagation ultrasonic tomography. The initial algorithm took 6 hours to finish, and we managed to reduce the processing time to 43 seconds, thus achieving improvements of 515x faster than the initial MATLAB implementation, and 80x faster than the C/C++ implementation. Furthermore, we proposed a kernel configuration that maximizes the throughput of the PBP imaging algorithms using CUDA. Acknowledgments (c) Final reconstructed image Figure 4. Reconstructed image by the PBP method using GPU The work is supported in part by the National Science Foundation under grant no. CCF and CMMI , and the U.S. Army Research Laboratory, the Office of Naval Research, and the Army Research Office under grant no. W911NF

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Multi-Modal Communication

Multi-Modal Communication Multi-Modal Communication 14 November 2011 Victor S. Finomore, Jr., Ph.D. Research Psychologist Battlespace Acoustic Branch Air Force Research Laboratory DISTRIBUTION STATEMENT D. Distribution authorized

More information

COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS AND DEVELOPMENT OF HALON- REPLACEMENT FIRE EXTINGUISHING SYSTEMS (PHASE II)

COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS AND DEVELOPMENT OF HALON- REPLACEMENT FIRE EXTINGUISHING SYSTEMS (PHASE II) AL/EQ-TR-1997-3104 COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS AND DEVELOPMENT OF HALON- REPLACEMENT FIRE EXTINGUISHING SYSTEMS (PHASE II) D. Nickolaus CFD Research Corporation 215 Wynn Drive Huntsville,

More information

Edwards Air Force Base Accelerates Flight Test Data Analysis Using MATLAB and Math Works. John Bourgeois EDWARDS AFB, CA. PRESENTED ON: 10 June 2010

Edwards Air Force Base Accelerates Flight Test Data Analysis Using MATLAB and Math Works. John Bourgeois EDWARDS AFB, CA. PRESENTED ON: 10 June 2010 AFFTC-PA-10058 Edwards Air Force Base Accelerates Flight Test Data Analysis Using MATLAB and Math Works A F F T C m John Bourgeois AIR FORCE FLIGHT TEST CENTER EDWARDS AFB, CA PRESENTED ON: 10 June 2010

More information

DoD Common Access Card Information Brief. Smart Card Project Managers Group

DoD Common Access Card Information Brief. Smart Card Project Managers Group DoD Common Access Card Information Brief Smart Card Project Managers Group 12 July, 2001 REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burder for this collection of information

More information

Lessons Learned in Adapting a Software System to a Micro Computer

Lessons Learned in Adapting a Software System to a Micro Computer Lessons Learned in Adapting a Software System to a Micro Computer ABSTRACT: A system was developed in a laboratory on a desktop computer to evaluate armor health. The system uses sensors embedded in the

More information

Service Level Agreements: An Approach to Software Lifecycle Management. CDR Leonard Gaines Naval Supply Systems Command 29 January 2003

Service Level Agreements: An Approach to Software Lifecycle Management. CDR Leonard Gaines Naval Supply Systems Command 29 January 2003 Service Level Agreements: An Approach to Software Lifecycle Management CDR Leonard Gaines Naval Supply Systems Command 29 January 2003 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting

More information

FUDSChem. Brian Jordan With the assistance of Deb Walker. Formerly Used Defense Site Chemistry Database. USACE-Albuquerque District.

FUDSChem. Brian Jordan With the assistance of Deb Walker. Formerly Used Defense Site Chemistry Database. USACE-Albuquerque District. FUDSChem Formerly Used Defense Site Chemistry Database Brian Jordan With the assistance of Deb Walker USACE-Albuquerque District 31 March 2011 1 Report Documentation Page Form Approved OMB No. 0704-0188

More information

Dana Sinno MIT Lincoln Laboratory 244 Wood Street Lexington, MA phone:

Dana Sinno MIT Lincoln Laboratory 244 Wood Street Lexington, MA phone: Self-Organizing Networks (SONets) with Application to Target Tracking Dana Sinno 244 Wood Street Lexington, MA 02420-9108 phone: 781-981-4526 email: @ll.mit.edu Abstract The growing interest in large arrays

More information

Accuracy of Computed Water Surface Profiles

Accuracy of Computed Water Surface Profiles US Army Corps of Engineers Hydrologic Engineering Center Accuracy of Computed Water Surface Profiles Appendix D Data Management and Processing Procedures February 1987 Approved for Public Release. Distribution

More information

Information, Decision, & Complex Networks AFOSR/RTC Overview

Information, Decision, & Complex Networks AFOSR/RTC Overview Information, Decision, & Complex Networks AFOSR/RTC Overview 06 MAR 2013 Integrity Service Excellence Robert J. Bonneau, Ph.D. Division Chief AFOSR/RTC Air Force Research Laboratory Report Documentation

More information

Architecting for Resiliency Army s Common Operating Environment (COE) SERC

Architecting for Resiliency Army s Common Operating Environment (COE) SERC Architecting for Resiliency Army s Common Operating Environment (COE) SERC 5 October 2011 Mr. Terry Edwards Director, ASA(ALT) Office of the Chief Systems Engineer (OCSE) (703) 614-4540 terry.edwards@us.army.mil

More information

Running CyberCIEGE on Linux without Windows

Running CyberCIEGE on Linux without Windows Running CyberCIEGE on Linux without Windows May, 0 Report Documentation Page Form Approved OMB No. 070-0 Public reporting burden for the collection of information is estimated to average hour per response,

More information

Parallelization of a Electromagnetic Analysis Tool

Parallelization of a Electromagnetic Analysis Tool Parallelization of a Electromagnetic Analysis Tool Milissa Benincasa Black River Systems Co. 162 Genesee Street Utica, NY 13502 (315) 732-7385 phone (315) 732-5837 fax benincas@brsc.com United States Chris

More information

WAITING ON MORE THAN 64 HANDLES

WAITING ON MORE THAN 64 HANDLES AD AD-E403 690 Technical Report ARWSE-TR-14027 WAITING ON MORE THAN 64 HANDLES Tom Nealis October 2015 U.S. ARMY ARMAMENT RESEARCH, DEVELOPMENT AND ENGINEERING CENTER Weapons and Software Engineering Center

More information

A Distributed Parallel Processing System for Command and Control Imagery

A Distributed Parallel Processing System for Command and Control Imagery A Distributed Parallel Processing System for Command and Control Imagery Dr. Scott E. Spetka[1][2], Dr. George O. Ramseyer[3], Dennis Fitzgerald[1] and Dr. Richard E. Linderman[3] [1] ITT Industries Advanced

More information

Using Model-Theoretic Invariants for Semantic Integration. Michael Gruninger NIST / Institute for Systems Research University of Maryland

Using Model-Theoretic Invariants for Semantic Integration. Michael Gruninger NIST / Institute for Systems Research University of Maryland Using Model-Theoretic Invariants for Semantic Integration Michael Gruninger NIST / Institute for Systems Research University of Maryland Report Documentation Page Form Approved OMB No. 0704-0188 Public

More information

Vision Protection Army Technology Objective (ATO) Overview for GVSET VIP Day. Sensors from Laser Weapons Date: 17 Jul 09 UNCLASSIFIED

Vision Protection Army Technology Objective (ATO) Overview for GVSET VIP Day. Sensors from Laser Weapons Date: 17 Jul 09 UNCLASSIFIED Vision Protection Army Technology Objective (ATO) Overview for GVSET VIP Day DISTRIBUTION STATEMENT A. Approved for public release. Vision POC: Rob Protection Goedert, ATO: TARDEC Protection ATO manager

More information

4. Lessons Learned in Introducing MBSE: 2009 to 2012

4. Lessons Learned in Introducing MBSE: 2009 to 2012 4. Lessons Learned in Introducing MBSE: 2009 to 2012 Abstract A. Peter Campbell University of South Australia An overview of the lessons that are emerging from recent efforts to employ MBSE in the development

More information

SCIENTIFIC VISUALIZATION OF SOIL LIQUEFACTION

SCIENTIFIC VISUALIZATION OF SOIL LIQUEFACTION SCIENTIFIC VISUALIZATION OF SOIL LIQUEFACTION T. L. Biddlecome Army Corps of Engineers Engineering Research and Development Center Major Shared Resources Center Vicksburg, MS 39180 F. Amini Department

More information

Kathleen Fisher Program Manager, Information Innovation Office

Kathleen Fisher Program Manager, Information Innovation Office Kathleen Fisher Program Manager, Information Innovation Office High Assurance Systems DARPA Cyber Colloquium Arlington, VA November 7, 2011 Report Documentation Page Form Approved OMB No. 0704-0188 Public

More information

Folded Shell Projectors and Virtual Optimization

Folded Shell Projectors and Virtual Optimization Folded Shell Projectors and Virtual Optimization David Powell 1, Greg Wojcik 1, Victor Pereyra 1, Laura Carcione 1, Paul Reynolds 1, Chris Purcell 2, Craig Near 3 1 Weidlinger Associates Inc., 4410 El

More information

High-Assurance Security/Safety on HPEC Systems: an Oxymoron?

High-Assurance Security/Safety on HPEC Systems: an Oxymoron? High-Assurance Security/Safety on HPEC Systems: an Oxymoron? Bill Beckwith Objective Interface Systems, Inc. Phone: 703-295-6519 Email Address: bill.beckwith@ois.com W. Mark Vanfleet National Security

More information

Shallow Ocean Bottom BRDF Prediction, Modeling, and Inversion via Simulation with Surface/Volume Data Derived from X-Ray Tomography

Shallow Ocean Bottom BRDF Prediction, Modeling, and Inversion via Simulation with Surface/Volume Data Derived from X-Ray Tomography Shallow Ocean Bottom BRDF Prediction, Modeling, and Inversion via Simulation with Surface/Volume Data Derived from X-Ray Tomography G. C. Boynton Physics Dept, University of Miami, PO Box 248046, Coral

More information

Distributed Real-Time Embedded Video Processing

Distributed Real-Time Embedded Video Processing Distributed Real-Time Embedded Processing Tiehan Lv Wayne Wolf Dept. of EE, Princeton University Phone: (609) 258-1424 Fax: (609) 258-3745 Email: wolf@princeton.edu Burak Ozer Verificon Corp. Abstract:

More information

Radar Tomography of Moving Targets

Radar Tomography of Moving Targets On behalf of Sensors Directorate, Air Force Research Laboratory Final Report September 005 S. L. Coetzee, C. J. Baker, H. D. Griffiths University College London REPORT DOCUMENTATION PAGE Form Approved

More information

REPORT DOCUMENTATION PAGE Form Approved OMB NO

REPORT DOCUMENTATION PAGE Form Approved OMB NO REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

NATO-IST-124 Experimentation Instructions

NATO-IST-124 Experimentation Instructions ARL-TN-0799 NOV 2016 US Army Research Laboratory NATO-IST-124 Experimentation Instructions by Kelvin M Marcus NOTICES Disclaimers The findings in this report are not to be construed as an official Department

More information

CASE STUDY: Using Field Programmable Gate Arrays in a Beowulf Cluster

CASE STUDY: Using Field Programmable Gate Arrays in a Beowulf Cluster CASE STUDY: Using Field Programmable Gate Arrays in a Beowulf Cluster Mr. Matthew Krzych Naval Undersea Warfare Center Phone: 401-832-8174 Email Address: krzychmj@npt.nuwc.navy.mil The Robust Passive Sonar

More information

Advanced Numerical Methods for Numerical Weather Prediction

Advanced Numerical Methods for Numerical Weather Prediction Advanced Numerical Methods for Numerical Weather Prediction Francis X. Giraldo Naval Research Laboratory Monterey, CA 93943-5502 phone: (831) 656-4882 fax: (831) 656-4769 e-mail: giraldo@nrlmry.navy.mil

More information

75 TH MORSS CD Cover Page. If you would like your presentation included in the 75 th MORSS Final Report CD it must :

75 TH MORSS CD Cover Page. If you would like your presentation included in the 75 th MORSS Final Report CD it must : 712CD 75 TH MORSS CD Cover Page If you would like your presentation included in the 75 th MORSS Final Report CD it must : 1. Be unclassified, approved for public release, distribution unlimited, and is

More information

An Update on CORBA Performance for HPEC Algorithms. Bill Beckwith Objective Interface Systems, Inc.

An Update on CORBA Performance for HPEC Algorithms. Bill Beckwith Objective Interface Systems, Inc. An Update on CORBA Performance for HPEC Algorithms Bill Beckwith Objective Interface Systems, Inc. Email: bill.beckwith@ois.com CORBA technology today surrounds HPEC-oriented subsystems. In recent years

More information

ARINC653 AADL Annex Update

ARINC653 AADL Annex Update ARINC653 AADL Annex Update Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Julien Delange AADL Meeting February 15 Report Documentation Page Form Approved OMB No. 0704-0188

More information

Title: An Integrated Design Environment to Evaluate Power/Performance Tradeoffs for Sensor Network Applications 1

Title: An Integrated Design Environment to Evaluate Power/Performance Tradeoffs for Sensor Network Applications 1 Title: An Integrated Design Environment to Evaluate Power/Performance Tradeoffs for Sensor Network Applications 1 Authors Mr. Amol B. Bakshi (first author, corresponding author) 3740 McClintock Ave, EEB

More information

Uniform Tests of File Converters Using Unit Cubes

Uniform Tests of File Converters Using Unit Cubes Uniform Tests of File Converters Using Unit Cubes by Steven J Nichols ARL-CR-0770 March 2015 Under contract W911NF-10-2-0076 Approved for public release; distribution unlimited. NOTICES Disclaimers The

More information

Application of Hydrodynamics and Dynamics Models for Efficient Operation of Modular Mini-AUVs in Shallow and Very-Shallow Waters

Application of Hydrodynamics and Dynamics Models for Efficient Operation of Modular Mini-AUVs in Shallow and Very-Shallow Waters Application of Hydrodynamics and Dynamics Models for Efficient Operation of Modular Mini-AUVs in Shallow and Very-Shallow Waters P. Ananthakrishnan Department of Ocean Engineering Florida Atlantic University

More information

INTEGRATING LOCAL AND GLOBAL NAVIGATION IN UNMANNED GROUND VEHICLES

INTEGRATING LOCAL AND GLOBAL NAVIGATION IN UNMANNED GROUND VEHICLES INTEGRATING LOCAL AND GLOBAL NAVIGATION IN UNMANNED GROUND VEHICLES Juan Pablo Gonzalez*, William Dodson, Robert Dean General Dynamics Robotic Systems Westminster, MD Alberto Lacaze, Leonid Sapronov Robotics

More information

73rd MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation

73rd MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation 712CD For office use only 41205 21-23 June 2005, at US Military Academy, West Point, NY Please complete this form 712CD as your cover page to

More information

MODELING AND SIMULATION OF LIQUID MOLDING PROCESSES. Pavel Simacek Center for Composite Materials University of Delaware

MODELING AND SIMULATION OF LIQUID MOLDING PROCESSES. Pavel Simacek Center for Composite Materials University of Delaware MODELING AND SIMULATION OF LIQUID MOLDING PROCESSES Pavel Simacek Center for Composite Materials University of Delaware UD-CCM 1 July 2003 Report Documentation Page Form Approved OMB No. 0704-0188 Public

More information

Towards a Formal Pedigree Ontology for Level-One Sensor Fusion

Towards a Formal Pedigree Ontology for Level-One Sensor Fusion Towards a Formal Pedigree Ontology for Level-One Sensor Fusion Christopher J. Matheus David Tribble Referentia Systems, Inc. Mieczyslaw M. Kokar Northeaster University Marion Ceruti and Scott McGirr Space

More information

TARGET IMPACT DETECTION ALGORITHM USING COMPUTER-AIDED DESIGN (CAD) MODEL GEOMETRY

TARGET IMPACT DETECTION ALGORITHM USING COMPUTER-AIDED DESIGN (CAD) MODEL GEOMETRY AD AD-E403 558 Technical Report ARMET-TR-13024 TARGET IMPACT DETECTION ALGORITHM USING COMPUTER-AIDED DESIGN (CAD) MODEL GEOMETRY Philip Brislin Ahmed G. Hassan September 2014 U.S. ARMY ARMAMENT RESEARCH,

More information

Android: Call C Functions with the Native Development Kit (NDK)

Android: Call C Functions with the Native Development Kit (NDK) ARL-TN-0782 SEP 2016 US Army Research Laboratory Android: Call C Functions with the Native Development Kit (NDK) by Hao Q Vu NOTICES Disclaimers The findings in this report are not to be construed as an

More information

A Review of the 2007 Air Force Inaugural Sustainability Report

A Review of the 2007 Air Force Inaugural Sustainability Report Headquarters U.S. Air Force A Review of the 2007 Air Force Inaugural Sustainability Report Lt Col Wade Weisman SAF/IEE 703-693-9544 wade.weisman@pentagon.af.mil Ms. Krista Goodale Booz Allen Hamilton 757-466-3251

More information

Data Reorganization Interface

Data Reorganization Interface Data Reorganization Interface Kenneth Cain Mercury Computer Systems, Inc. Phone: (978)-967-1645 Email Address: kcain@mc.com Abstract: This presentation will update the HPEC community on the latest status

More information

Sparse Linear Solver for Power System Analyis using FPGA

Sparse Linear Solver for Power System Analyis using FPGA Sparse Linear Solver for Power System Analyis using FPGA J. R. Johnson P. Nagvajara C. Nwankpa 1 Extended Abstract Load flow computation and contingency analysis is the foundation of power system analysis.

More information

Empirically Based Analysis: The DDoS Case

Empirically Based Analysis: The DDoS Case Empirically Based Analysis: The DDoS Case Jul 22 nd, 2004 CERT Analysis Center Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213-3890 The CERT Analysis Center is part of the

More information

73rd MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation

73rd MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation 712CD For office use only 41205 21-23 June 2005, at US Military Academy, West Point, NY Please complete this form 712CD as your cover page to

More information

HEC-FFA Flood Frequency Analysis

HEC-FFA Flood Frequency Analysis US Army Corps of Engineers Hydrologic Engineering Center Generalized Computer Program HEC-FFA Flood Frequency Analysis User's Manual May 1992 Approved for Public Release. Distribution Unlimited. CPD-13

More information

DEVELOPMENT OF A NOVEL MICROWAVE RADAR SYSTEM USING ANGULAR CORRELATION FOR THE DETECTION OF BURIED OBJECTS IN SANDY SOILS

DEVELOPMENT OF A NOVEL MICROWAVE RADAR SYSTEM USING ANGULAR CORRELATION FOR THE DETECTION OF BURIED OBJECTS IN SANDY SOILS DEVELOPMENT OF A NOVEL MICROWAVE RADAR SYSTEM USING ANGULAR CORRELATION FOR THE DETECTION OF BURIED OBJECTS IN SANDY SOILS Leung Tsang Department of Electrical Engineering University of Washington Box

More information

ASSESSMENT OF A BAYESIAN MODEL AND TEST VALIDATION METHOD

ASSESSMENT OF A BAYESIAN MODEL AND TEST VALIDATION METHOD ASSESSMENT OF A BAYESIAN MODEL AND TEST VALIDATION METHOD Yogita Pai, Michael Kokkolaras, Greg Hulbert, Panos Papalambros, Univ. of Michigan Michael K. Pozolo, US Army RDECOM-TARDEC Yan Fu, Ren-Jye Yang,

More information

Exploring the Query Expansion Methods for Concept Based Representation

Exploring the Query Expansion Methods for Concept Based Representation Exploring the Query Expansion Methods for Concept Based Representation Yue Wang and Hui Fang Department of Electrical and Computer Engineering University of Delaware 140 Evans Hall, Newark, Delaware, 19716,

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

AFRL-ML-WP-TM

AFRL-ML-WP-TM AFRL-ML-WP-TM-2004-4157 NONDESTRUCTIVE EVALUATION (NDE) TECHNOLOGY INITIATIVES PROGRAM (NTIP) Delivery Order 0043: Upgrade of Computed Tomography Facility By: S. Trent Neel Advanced Research and Applications

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Use of the Polarized Radiance Distribution Camera System in the RADYO Program

Use of the Polarized Radiance Distribution Camera System in the RADYO Program Use of the Polarized Radiance Distribution Camera System in the RADYO Program Kenneth J. Voss Physics Department, University of Miami Coral Gables, Fl. 33124 phone: (305) 284-2323 ext 2 fax: (305) 284-4222

More information

WaveNet: A Web-Based Metocean Data Access, Processing, and Analysis Tool; Part 3 CDIP Database

WaveNet: A Web-Based Metocean Data Access, Processing, and Analysis Tool; Part 3 CDIP Database WaveNet: A Web-Based Metocean Data Access, Processing, and Analysis Tool; Part 3 CDIP Database by Zeki Demirbilek, Lihwa Lin, and Derek Wilson PURPOSE: This Coastal and Hydraulics Engineering Technical

More information

ENVIRONMENTAL MANAGEMENT SYSTEM WEB SITE (EMSWeb)

ENVIRONMENTAL MANAGEMENT SYSTEM WEB SITE (EMSWeb) 2010 ENGINEERING SERVICE CENTER ENVIRONMENTAL MANAGEMENT SYSTEM WEB SITE (EMSWeb) Eugene Wang NFESC -- Code 423 (805) 982-4291 eugene.wang@navy.mil Report Documentation Page Form Approved OMB No. 0704-0188

More information

U.S. Army Research, Development and Engineering Command (IDAS) Briefer: Jason Morse ARMED Team Leader Ground System Survivability, TARDEC

U.S. Army Research, Development and Engineering Command (IDAS) Briefer: Jason Morse ARMED Team Leader Ground System Survivability, TARDEC U.S. Army Research, Development and Engineering Command Integrated Defensive Aid Suites (IDAS) Briefer: Jason Morse ARMED Team Leader Ground System Survivability, TARDEC Report Documentation Page Form

More information

Headquarters U.S. Air Force. EMS Play-by-Play: Using Air Force Playbooks to Standardize EMS

Headquarters U.S. Air Force. EMS Play-by-Play: Using Air Force Playbooks to Standardize EMS Headquarters U.S. Air Force EMS Play-by-Play: Using Air Force Playbooks to Standardize EMS Mr. Kerry Settle HQ AMC/A7AN Ms. Krista Goodale Booz Allen Hamilton 1 Report Documentation Page Form Approved

More information

NEW FINITE ELEMENT / MULTIBODY SYSTEM ALGORITHM FOR MODELING FLEXIBLE TRACKED VEHICLES

NEW FINITE ELEMENT / MULTIBODY SYSTEM ALGORITHM FOR MODELING FLEXIBLE TRACKED VEHICLES NEW FINITE ELEMENT / MULTIBODY SYSTEM ALGORITHM FOR MODELING FLEXIBLE TRACKED VEHICLES Paramsothy Jayakumar, Mike Letherwood US Army RDECOM TARDEC Ulysses Contreras, Ashraf M. Hamed, Abdel-Nasser A. Mohamed,

More information

David W. Hyde US Army Engineer Waterways Experiment Station Vicksburg, Mississippi ABSTRACT

David W. Hyde US Army Engineer Waterways Experiment Station Vicksburg, Mississippi ABSTRACT MICROCOMPUTER ADAPTATION OF A TECHNICAL MANUAL David W. Hyde US Army Engineer Waterways Experiment Station Vicksburg, Mississippi 39180 ABSTRACT The Tri-Service Manual "Structures to Resist the Effects

More information

DoD M&S Project: Standardized Documentation for Verification, Validation, and Accreditation

DoD M&S Project: Standardized Documentation for Verification, Validation, and Accreditation Department of Defense Modeling and Simulation Conference DoD M&S Project: Standardized Documentation for Verification, Validation, and Accreditation Thursday, 13 March 2008 2:30-3:00 p.m. Presented by

More information

Monte Carlo Techniques for Estimating Power in Aircraft T&E Tests. Todd Remund Dr. William Kitto EDWARDS AFB, CA. July 2011

Monte Carlo Techniques for Estimating Power in Aircraft T&E Tests. Todd Remund Dr. William Kitto EDWARDS AFB, CA. July 2011 AFFTC-PA-11244 Monte Carlo Techniques for Estimating Power in Aircraft T&E Tests A F F T C Todd Remund Dr. William Kitto AIR FORCE FLIGHT TEST CENTER EDWARDS AFB, CA July 2011 Approved for public release

More information

Stereo Vision Inside Tire

Stereo Vision Inside Tire 1 Stereo Vision Inside Tire P.S. Els C.M. Becker University of Pretoria W911NF-14-1-0590 Final Report. February 2015- August 2015. REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting

More information

CENTER FOR ADVANCED ENERGY SYSTEM Rutgers University. Field Management for Industrial Assessment Centers Appointed By USDOE

CENTER FOR ADVANCED ENERGY SYSTEM Rutgers University. Field Management for Industrial Assessment Centers Appointed By USDOE Field Management for Industrial Assessment Centers Appointed By USDOE Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection of information is estimated to

More information

Next generation imager performance model

Next generation imager performance model Next generation imager performance model Brian Teaney and Joseph Reynolds US Army RDECOM CERDEC Night Vision and Electronic Sensors Directorate ABSTRACT The next generation of Army imager performance models

More information

Increased Underwater Optical Imaging Performance Via Multiple Autonomous Underwater Vehicles

Increased Underwater Optical Imaging Performance Via Multiple Autonomous Underwater Vehicles DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Increased Underwater Optical Imaging Performance Via Multiple Autonomous Underwater Vehicles Jules S. Jaffe Scripps Institution

More information

Army Research Laboratory

Army Research Laboratory Army Research Laboratory Arabic Natural Language Processing System Code Library by Stephen C. Tratz ARL-TN-0609 June 2014 Approved for public release; distribution is unlimited. NOTICES Disclaimers The

More information

Balancing Transport and Physical Layers in Wireless Ad Hoc Networks: Jointly Optimal Congestion Control and Power Control

Balancing Transport and Physical Layers in Wireless Ad Hoc Networks: Jointly Optimal Congestion Control and Power Control Balancing Transport and Physical Layers in Wireless Ad Hoc Networks: Jointly Optimal Congestion Control and Power Control Mung Chiang Electrical Engineering Department, Princeton University NRL/NATO Workshop

More information

75th Air Base Wing. Effective Data Stewarding Measures in Support of EESOH-MIS

75th Air Base Wing. Effective Data Stewarding Measures in Support of EESOH-MIS 75th Air Base Wing Effective Data Stewarding Measures in Support of EESOH-MIS Steve Rasmussen Hill Air Force Base (AFB) Air Quality Program Manager 75 CEG/CEVC (801) 777-0359 Steve.Rasmussen@hill.af.mil

More information

Concept of Operations Discussion Summary

Concept of Operations Discussion Summary TSPG Common Dataset Standard Concept of Operations Discussion Summary Tony DalSasso 677 AESG/EN 15 May 2007 1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection

More information

Using Templates to Support Crisis Action Mission Planning

Using Templates to Support Crisis Action Mission Planning Using Templates to Support Crisis Action Mission Planning Alice Mulvehill 10 Moulton Rd Cambridge, MA 02138 USA 617-873-2228 Fax: 617-873-4328 amm@bbn.com Michael Callaghan 695 Wanaao Rd Kailua, HI 96734

More information

C2-Simulation Interoperability in NATO

C2-Simulation Interoperability in NATO C2-Simulation Interoperability in NATO Dr Hans Jense Chief, Capability Planning, Exercises and Training NATO UNCLASSIFIED 1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden

More information

Basing a Modeling Environment on a General Purpose Theorem Prover

Basing a Modeling Environment on a General Purpose Theorem Prover Naval Research Laboratory Washington, DC 20375-5320 NRL/MR/5546--06-8952 Basing a Modeling Environment on a General Purpose Theorem Prover Myla Archer Center for High Assurance Computer Systems Information

More information

2013 US State of Cybercrime Survey

2013 US State of Cybercrime Survey 2013 US State of Cybercrime Survey Unknown How 24 % Bad is the Insider Threat? Insiders 51% 2007-2013 Carnegie Mellon University Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting

More information

Setting the Standard for Real-Time Digital Signal Processing Pentek Seminar Series. Digital IF Standardization

Setting the Standard for Real-Time Digital Signal Processing Pentek Seminar Series. Digital IF Standardization Setting the Standard for Real-Time Digital Signal Processing Pentek Seminar Series Digital IF Standardization Report Documentation Page Form Approved OMB No 0704-0188 Public reporting burden for the collection

More information

Creating, Positioning, and Rotating Rectangles Using C++

Creating, Positioning, and Rotating Rectangles Using C++ Creating, Positioning, and Rotating Rectangles Using C++ by Robert J. Yager ARL-TN-558 August 2013 Approved for public release; distribution is unlimited. NOTICES Disclaimers The findings in this report

More information

Technological Advances In Emergency Management

Technological Advances In Emergency Management Technological Advances In Emergency Management Closing the gap between Preparation and Recovery Will Fontan, P.E. Regional Director, ONRG Americas Office Report Documentation Page Form Approved OMB No.

More information

ASPECTS OF USE OF CFD FOR UAV CONFIGURATION DESIGN

ASPECTS OF USE OF CFD FOR UAV CONFIGURATION DESIGN ASPECTS OF USE OF CFD FOR UAV CONFIGURATION DESIGN Presentation at UAV Workshop, Bath University, November 2002 Tim Pemberton, Senior Specialist, BAE SYSTEMS Report Documentation Page Form Approved OMB

More information

WaveNet: A Web-Based Metocean Data Access, Processing and Analysis Tool, Part 2 WIS Database

WaveNet: A Web-Based Metocean Data Access, Processing and Analysis Tool, Part 2 WIS Database WaveNet: A Web-Based Metocean Data Access, Processing and Analysis Tool, Part 2 WIS Database by Zeki Demirbilek, Lihwa Lin, Derek Wilson, and Jay Rosati PURPOSE: This Coastal and Hydraulics Engineering

More information

Washington University

Washington University Washington University School of Engineering and Applied Science Power Consumption of Customized Numerical Representations for Audio Signal Processing Roger Chamberlain, Yen Hsiang Chew, Varuna DeAlwis,

More information

Wireless Connectivity of Swarms in Presence of Obstacles

Wireless Connectivity of Swarms in Presence of Obstacles Wireless Connectivity of Swarms in Presence of Obstacles Joel Esposito US Naval Academy Thomas Dunbar Naval Postgraduate School Report Documentation Page Form Approved OMB No. 070-088 Public reporting

More information

SINOVIA An open approach for heterogeneous ISR systems inter-operability

SINOVIA An open approach for heterogeneous ISR systems inter-operability SINOVIA An open approach for heterogeneous ISR systems inter-operability Pr C. Moreno, Dr S. Belot Paris, June 2002 UAV 2002 Paris www.sinovia.com Report Documentation Page Form Approved OMB No. 0704-0188

More information

COTS Multicore Processors in Avionics Systems: Challenges and Solutions

COTS Multicore Processors in Avionics Systems: Challenges and Solutions COTS Multicore Processors in Avionics Systems: Challenges and Solutions Dionisio de Niz Bjorn Andersson and Lutz Wrage dionisio@sei.cmu.edu, baandersson@sei.cmu.edu, lwrage@sei.cmu.edu Report Documentation

More information

Requirements for Scalable Application Specific Processing in Commercial HPEC

Requirements for Scalable Application Specific Processing in Commercial HPEC Requirements for Scalable Application Specific Processing in Commercial HPEC Steven Miller Silicon Graphics, Inc. Phone: 650-933-1899 Email Address: scm@sgi.com Abstract: More and more High Performance

More information

Energy Security: A Global Challenge

Energy Security: A Global Challenge A presentation from the 2009 Topical Symposium: Energy Security: A Global Challenge Hosted by: The Institute for National Strategic Studies of The National Defense University 29-30 September 2009 By SCOTT

More information

High-Performance Linear Algebra Processor using FPGA

High-Performance Linear Algebra Processor using FPGA High-Performance Linear Algebra Processor using FPGA J. R. Johnson P. Nagvajara C. Nwankpa 1 Extended Abstract With recent advances in FPGA (Field Programmable Gate Array) technology it is now feasible

More information

Topology Control from Bottom to Top

Topology Control from Bottom to Top Topology Control from Bottom to Top M. Steenstrup Stow Research L.L.C. Clemson University steenie@rcn.com This work was funded in part by DARPA and by ONR MURI. Report Documentation Page Form Approved

More information

VICTORY VALIDATION AN INTRODUCTION AND TECHNICAL OVERVIEW

VICTORY VALIDATION AN INTRODUCTION AND TECHNICAL OVERVIEW 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16 TROY, MICHIGAN VICTORY VALIDATION AN INTRODUCTION AND TECHNICAL

More information

Laboratory Assessment of Commercially Available Ultrasonic Rangefinders

Laboratory Assessment of Commercially Available Ultrasonic Rangefinders USAARL Report No. 2016-01 Laboratory Assessment of Commercially Available Ultrasonic Rangefinders By Michael Chen 1,2 Efrem Reeves 1,2 1 U.S. Army Aeromedical Research Laboratory 2 Laulima Government Solutions,

More information

Space and Missile Systems Center

Space and Missile Systems Center Space and Missile Systems Center GPS Control Segment Improvements Mr. Tim McIntyre GPS Product Support Manager GPS Ops Support and Sustainment Division Peterson AFB CO 2015 04 29 _GPS Control Segment Improvements

More information

Col Jaap de Die Chairman Steering Committee CEPA-11. NMSG, October

Col Jaap de Die Chairman Steering Committee CEPA-11. NMSG, October Col Jaap de Die Chairman Steering Committee CEPA-11 NMSG, October 2002 22-1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection of information is estimated

More information

Defense Hotline Allegations Concerning Contractor-Invoiced Travel for U.S. Army Corps of Engineers' Contracts W912DY-10-D-0014 and W912DY-10-D-0024

Defense Hotline Allegations Concerning Contractor-Invoiced Travel for U.S. Army Corps of Engineers' Contracts W912DY-10-D-0014 and W912DY-10-D-0024 Report No. DODIG-2013-056 March 15, 2013 Defense Hotline Allegations Concerning Contractor-Invoiced Travel for U.S. Army Corps of Engineers' Contracts W912DY-10-D-0014 and W912DY-10-D-0024 Report Documentation

More information

Approaches to Improving Transmon Qubits

Approaches to Improving Transmon Qubits Approaches to Improving Transmon Qubits R&D Status Report Reporting Period: (November 15, 2009 to December 15, 2009) Prepared by Bryan Jacobs, Program Manager Johns Hopkins University Applied Physics Laboratory

More information

Can Wing Tip Vortices Be Accurately Simulated? Ryan Termath, Science and Teacher Researcher (STAR) Program, CAL POLY SAN LUIS OBISPO

Can Wing Tip Vortices Be Accurately Simulated? Ryan Termath, Science and Teacher Researcher (STAR) Program, CAL POLY SAN LUIS OBISPO AFFTC-PA-11316 Can Wing Tip Vortices Be Accurately Simulated? A F F T C m Ryan Termath, Science and Teacher Researcher (STAR) Program, CAL POLY SAN LUIS OBISPO Jason Lechniak, and Keerti Bhamidipati AIR

More information

THE NATIONAL SHIPBUILDING RESEARCH PROGRAM

THE NATIONAL SHIPBUILDING RESEARCH PROGRAM SHIP PRODUCTION COMMITTEE FACILITIES AND ENVIRONMENTAL EFFECTS SURFACE PREPARATION AND COATINGS DESIGN/PRODUCTION INTEGRATION HUMAN RESOURCE INNOVATION MARINE INDUSTRY STANDARDS WELDING INDUSTRIAL ENGINEERING

More information

The C2 Workstation and Data Replication over Disadvantaged Tactical Communication Links

The C2 Workstation and Data Replication over Disadvantaged Tactical Communication Links The C2 Workstation and Data Replication over Disadvantaged Tactical Communication Links Presentation held at the NATO RTO-IST Taskgroup 12 Workshop on September 11 th &12 th in Quebec, Canada TNO Physics

More information

Development and Test of a Millimetre-Wave ISAR Images ATR System

Development and Test of a Millimetre-Wave ISAR Images ATR System UNCLASSIFIED/UNLIMITED Development and Test of a Millimetre-Wave ISAR Images ATR System Yves de Villers 1 Defence R&D Canada Valcartier Val-Bélair, Canada, G3J 1X5 Abstract: The Defence R &D Canada -Valcartier

More information

SURVIVABILITY ENHANCED RUN-FLAT

SURVIVABILITY ENHANCED RUN-FLAT SURVIVABILITY ENHANCED RUN-FLAT VARIABLE FOOTPRINT TIRES Presented by: James Capouellez (US ARMY, RDE-COM, TARDEC) Dr. Jon Gerhardt (American Engineering Group) Date: August 2010 DISTRIBUTION STATEMENT

More information