Defining the IEEE-854 floating-point standard in PVS
NASA Technical Reports Server (NTRS)
Miner, Paul S.
1995-01-01
A significant portion of the ANSI/IEEE-854 Standard for Radix-Independent Floating-Point Arithmetic is defined in PVS (Prototype Verification System). Since IEEE-854 is a generalization of the ANSI/IEEE-754 Standard for Binary Floating-Point Arithmetic, the definition of IEEE-854 in PVS also formally defines much of IEEE-754. This collection of PVS theories provides a basis for machine checked verification of floating-point systems. This formal definition illustrates that formal specification techniques are sufficiently advanced that is is reasonable to consider their use in the development of future standards.
Arnold, Jeffrey
2018-05-14
Floating-point computations are at the heart of much of the computing done in high energy physics. The correctness, speed and accuracy of these computations are of paramount importance. The lack of any of these characteristics can mean the difference between new, exciting physics and an embarrassing correction. This talk will examine practical aspects of IEEE 754-2008 floating-point arithmetic as encountered in HEP applications. After describing the basic features of IEEE floating-point arithmetic, the presentation will cover: common hardware implementations (SSE, x87) techniques for improving the accuracy of summation, multiplication and data interchange compiler options for gcc and icc affecting floating-point operations hazards to be avoided. About the speaker: Jeffrey M Arnold is a Senior Software Engineer in the Intel Compiler and Languages group at Intel Corporation. He has been part of the Digital->Compaq->Intel compiler organization for nearly 20 years; part of that time, he worked on both low- and high-level math libraries. Prior to that, he was in the VMS Engineering organization at Digital Equipment Corporation. In the late 1980s, Jeff spent 2½ years at CERN as part of the CERN/Digital Joint Project. In 2008, he returned to CERN to spent 10 weeks working with CERN/openlab. Since that time, he has returned to CERN multiple times to teach at openlab workshops and consult with various LHC experiments. Jeff received his Ph.D. in physics from Case Western Reserve University.
Algorithm XXX : functions to support the IEEE standard for binary floating-point arithmetic.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Cody, W. J.; Mathematics and Computer Science
1993-12-01
This paper describes C programs for the support functions copysign(x,y), logb(x), scalb(x,n), nextafter(x,y), finite(x), and isnan(x) recommended in the Appendix to the IEEE Standard for Binary Floating-Point Arithmetic. In the case of logb, the modified definition given in the later IEEE Standard for Radix-Independent Floating-Point Arithmetic is followed. These programs should run without modification on most systems conforming to the binary standard.
NULL Convention Floating Point Multiplier
Ramachandran, Seshasayanan
2015-01-01
Floating point multiplication is a critical part in high dynamic range and computational intensive digital signal processing applications which require high precision and low power. This paper presents the design of an IEEE 754 single precision floating point multiplier using asynchronous NULL convention logic paradigm. Rounding has not been implemented to suit high precision applications. The novelty of the research is that it is the first ever NULL convention logic multiplier, designed to perform floating point multiplication. The proposed multiplier offers substantial decrease in power consumption when compared with its synchronous version. Performance attributes of the NULL convention logic floating point multiplier, obtained from Xilinx simulation and Cadence, are compared with its equivalent synchronous implementation. PMID:25879069
NULL convention floating point multiplier.
Albert, Anitha Juliette; Ramachandran, Seshasayanan
2015-01-01
Floating point multiplication is a critical part in high dynamic range and computational intensive digital signal processing applications which require high precision and low power. This paper presents the design of an IEEE 754 single precision floating point multiplier using asynchronous NULL convention logic paradigm. Rounding has not been implemented to suit high precision applications. The novelty of the research is that it is the first ever NULL convention logic multiplier, designed to perform floating point multiplication. The proposed multiplier offers substantial decrease in power consumption when compared with its synchronous version. Performance attributes of the NULL convention logic floating point multiplier, obtained from Xilinx simulation and Cadence, are compared with its equivalent synchronous implementation.
Interpretation of IEEE-854 floating-point standard and definition in the HOL system
NASA Technical Reports Server (NTRS)
Carreno, Victor A.
1995-01-01
The ANSI/IEEE Standard 854-1987 for floating-point arithmetic is interpreted by converting the lexical descriptions in the standard into mathematical conditional descriptions organized in tables. The standard is represented in higher-order logic within the framework of the HOL (Higher Order Logic) system. The paper is divided in two parts with the first part the interpretation and the second part the description in HOL.
Floating point arithmetic in future supercomputers
NASA Technical Reports Server (NTRS)
Bailey, David H.; Barton, John T.; Simon, Horst D.; Fouts, Martin J.
1989-01-01
Considerations in the floating-point design of a supercomputer are discussed. Particular attention is given to word size, hardware support for extended precision, format, and accuracy characteristics. These issues are discussed from the perspective of the Numerical Aerodynamic Simulation Systems Division at NASA Ames. The features believed to be most important for a future supercomputer floating-point design include: (1) a 64-bit IEEE floating-point format with 11 exponent bits, 52 mantissa bits, and one sign bit and (2) hardware support for reasonably fast double-precision arithmetic.
Environment parameters and basic functions for floating-point computation
NASA Technical Reports Server (NTRS)
Brown, W. S.; Feldman, S. I.
1978-01-01
A language-independent proposal for environment parameters and basic functions for floating-point computation is presented. Basic functions are proposed to analyze, synthesize, and scale floating-point numbers. The model provides a small set of parameters and a small set of axioms along with sharp measures of roundoff error. The parameters and functions can be used to write portable and robust codes that deal intimately with the floating-point representation. Subject to underflow and overflow constraints, a number can be scaled by a power of the floating-point radix inexpensively and without loss of precision. A specific representation for FORTRAN is included.
High-performance floating-point image computing workstation for medical applications
NASA Astrophysics Data System (ADS)
Mills, Karl S.; Wong, Gilman K.; Kim, Yongmin
1990-07-01
.g., three 1280 x 1024 monitors, each with a 16-Mbyte frame buffer). Each add-in board provides an expansion connector to which an optional image computing coprocessor board may be added. Each coprocessor board supports up to four processors for a peak performance of 160 MFLOPS. The coprocessors can execute programs from external high-speed microcode memory as well as built-in internal microcode routines. The internal microcode routines provide support for 2-D and 3-D graphics operations, matrix and vector arithmetic, and image processing in integer, IEEE single-precision floating point, or IEEE double-precision floating point. In addition to providing a library of C functions which links the NeXT computer to the add-in board and supports its various operational modes, algorithms and medical imaging application programs are being developed and implemented for image display and enhancement. As an extension to the built-in algorithms of the coprocessors, 2-D Fast Fourier Transform (FF1), 2-D Inverse FFF, convolution, warping and other algorithms (e.g., Discrete Cosine Transform) which exploit the parallel architecture of the coprocessor board are being implemented.
Floating-point geometry: toward guaranteed geometric computations with approximate arithmetics
NASA Astrophysics Data System (ADS)
Bajard, Jean-Claude; Langlois, Philippe; Michelucci, Dominique; Morin, Géraldine; Revol, Nathalie
2008-08-01
Geometric computations can fail because of inconsistencies due to floating-point inaccuracy. For instance, the computed intersection point between two curves does not lie on the curves: it is unavoidable when the intersection point coordinates are non rational, and thus not representable using floating-point arithmetic. A popular heuristic approach tests equalities and nullities up to a tolerance ɛ. But transitivity of equality is lost: we can have A approx B and B approx C, but A not approx C (where A approx B means ||A - B|| < ɛ for A,B two floating-point values). Interval arithmetic is another, self-validated, alternative; the difficulty is to limit the swell of the width of intervals with computations. Unfortunately interval arithmetic cannot decide equality nor nullity, even in cases where it is decidable by other means. A new approach, developed in this paper, consists in modifying the geometric problems and algorithms, to account for the undecidability of the equality test and unavoidable inaccuracy. In particular, all curves come with a non-zero thickness, so two curves (generically) cut in a region with non-zero area, an inner and outer representation of which is computable. This last approach no more assumes that an equality or nullity test is available. The question which arises is: which geometric problems can still be solved with this last approach, and which cannot? This paper begins with the description of some cases where every known arithmetic fails in practice. Then, for each arithmetic, some properties of the problems they can solve are given. We end this work by proposing the bases of a new approach which aims to fulfill the geometric computations requirements.
Verification of floating-point software
NASA Technical Reports Server (NTRS)
Hoover, Doug N.
1990-01-01
Floating point computation presents a number of problems for formal verification. Should one treat the actual details of floating point operations, or accept them as imprecisely defined, or should one ignore round-off error altogether and behave as if floating point operations are perfectly accurate. There is the further problem that a numerical algorithm usually only approximately computes some mathematical function, and we often do not know just how good the approximation is, even in the absence of round-off error. ORA has developed a theory of asymptotic correctness which allows one to verify floating point software with a minimum entanglement in these problems. This theory and its implementation in the Ariel C verification system are described. The theory is illustrated using a simple program which finds a zero of a given function by bisection. This paper is presented in viewgraph form.
A High-Level Formalization of Floating-Point Number in PVS
NASA Technical Reports Server (NTRS)
Boldo, Sylvie; Munoz, Cesar
2006-01-01
We develop a formalization of floating-point numbers in PVS based on a well-known formalization in Coq. We first describe the definitions of all the needed notions, e.g., floating-point number, format, rounding modes, etc.; then, we present an application to polynomial evaluation for elementary function evaluation. The application already existed in Coq, but our formalization shows a clear improvement in the quality of the result due to the automation provided by PVS. We finally integrate our formalization into a PVS hardware-level formalization of the IEEE-854 standard previously developed at NASA.
Program Converts VAX Floating-Point Data To UNIX
NASA Technical Reports Server (NTRS)
Alves, Marcos; Chapman, Bruce; Chu, Eugene
1996-01-01
VAX Floating Point to Host Floating Point Conversion (VAXFC) software converts non-ASCII files to unformatted floating-point representation of UNIX machine. This is done by reading bytes bit by bit, converting them to floating-point numbers, then writing results to another file. Useful when data files created by VAX computer must be used on other machines. Written in C language.
Improvements in floating point addition/subtraction operations
Farmwald, P.M.
1984-02-24
Apparatus is described for decreasing the latency time associated with floating point addition and subtraction in a computer, using a novel bifurcated, pre-normalization/post-normalization approach that distinguishes between differences of floating point exponents.
Verification of IEEE Compliant Subtractive Division Algorithms
NASA Technical Reports Server (NTRS)
Miner, Paul S.; Leathrum, James F., Jr.
1996-01-01
A parameterized definition of subtractive floating point division algorithms is presented and verified using PVS. The general algorithm is proven to satisfy a formal definition of an IEEE standard for floating point arithmetic. The utility of the general specification is illustrated using a number of different instances of the general algorithm.
Paranoia.Ada: A diagnostic program to evaluate Ada floating-point arithmetic
NASA Technical Reports Server (NTRS)
Hjermstad, Chris
1986-01-01
Many essential software functions in the mission critical computer resource application domain depend on floating point arithmetic. Numerically intensive functions associated with the Space Station project, such as emphemeris generation or the implementation of Kalman filters, are likely to employ the floating point facilities of Ada. Paranoia.Ada appears to be a valuabe program to insure that Ada environments and their underlying hardware exhibit the precision and correctness required to satisfy mission computational requirements. As a diagnostic tool, Paranoia.Ada reveals many essential characteristics of an Ada floating point implementation. Equipped with such knowledge, programmers need not tremble before the complex task of floating point computation.
Term Cancellations in Computing Floating-Point Gröbner Bases
NASA Astrophysics Data System (ADS)
Sasaki, Tateaki; Kako, Fujio
We discuss the term cancellation which makes the floating-point Gröbner basis computation unstable, and show that error accumulation is never negligible in our previous method. Then, we present a new method, which removes accumulated errors as far as possible by reducing matrices constructed from coefficient vectors by the Gaussian elimination. The method manifests amounts of term cancellations caused by the existence of approximate linearly dependent relations among input polynomials.
The Unified Floating Point Vector Coprocessor for Reconfigurable Hardware
NASA Astrophysics Data System (ADS)
Kathiara, Jainik
There has been an increased interest recently in using embedded cores on FPGAs. Many of the applications that make use of these cores have floating point operations. Due to the complexity and expense of floating point hardware, these algorithms are usually converted to fixed point operations or implemented using floating-point emulation in software. As the technology advances, more and more homogeneous computational resources and fixed function embedded blocks are added to FPGAs and hence implementation of floating point hardware becomes a feasible option. In this research we have implemented a high performance, autonomous floating point vector Coprocessor (FPVC) that works independently within an embedded processor system. We have presented a unified approach to vector and scalar computation, using a single register file for both scalar operands and vector elements. The Hybrid vector/SIMD computational model of FPVC results in greater overall performance for most applications along with improved peak performance compared to other approaches. By parameterizing vector length and the number of vector lanes, we can design an application specific FPVC and take optimal advantage of the FPGA fabric. For this research we have also initiated designing a software library for various computational kernels, each of which adapts FPVC's configuration and provide maximal performance. The kernels implemented are from the area of linear algebra and include matrix multiplication and QR and Cholesky decomposition. We have demonstrated the operation of FPVC on a Xilinx Virtex 5 using the embedded PowerPC.
Design of a reversible single precision floating point subtractor.
Anantha Lakshmi, Av; Sudha, Gf
2014-01-04
In recent years, Reversible logic has emerged as a major area of research due to its ability to reduce the power dissipation which is the main requirement in the low power digital circuit design. It has wide applications like low power CMOS design, Nano-technology, Digital signal processing, Communication, DNA computing and Optical computing. Floating-point operations are needed very frequently in nearly all computing disciplines, and studies have shown floating-point addition/subtraction to be the most used floating-point operation. However, few designs exist on efficient reversible BCD subtractors but no work on reversible floating point subtractor. In this paper, it is proposed to present an efficient reversible single precision floating-point subtractor. The proposed design requires reversible designs of an 8-bit and a 24-bit comparator unit, an 8-bit and a 24-bit subtractor, and a normalization unit. For normalization, a 24-bit Reversible Leading Zero Detector and a 24-bit reversible shift register is implemented to shift the mantissas. To realize a reversible 1-bit comparator, in this paper, two new 3x3 reversible gates are proposed The proposed reversible 1-bit comparator is better and optimized in terms of the number of reversible gates used, the number of transistor count and the number of garbage outputs. The proposed work is analysed in terms of number of reversible gates, garbage outputs, constant inputs and quantum costs. Using these modules, an efficient design of a reversible single precision floating point subtractor is proposed. Proposed circuits have been simulated using Modelsim and synthesized using Xilinx Virtex5vlx30tff665-3. The total on-chip power consumed by the proposed 32-bit reversible floating point subtractor is 0.410 W.
VLSI Design Techniques for Floating-Point Computation
1988-11-18
J. C. Gibson, The Gibson Mix, IBM Systems Development Division Tech. Report(June 1970). [Heni83] A. Heninger, The Zilog Z8070 Floating-Point...Broadcast Oock Gen. ’ itp Divide Module Module byN Module Oock Communication l I T Oock Communication Bus Figure 7.2. Clock Distribution between
Multi-input and binary reproducible, high bandwidth floating point adder in a collective network
Chen, Dong; Eisley, Noel A.; Heidelberger, Philip; Steinmacher-Burow, Burkhard
2016-11-15
To add floating point numbers in a parallel computing system, a collective logic device receives the floating point numbers from computing nodes. The collective logic devices converts the floating point numbers to integer numbers. The collective logic device adds the integer numbers and generating a summation of the integer numbers. The collective logic device converts the summation to a floating point number. The collective logic device performs the receiving, the converting the floating point numbers, the adding, the generating and the converting the summation in one pass. One pass indicates that the computing nodes send inputs only once to the collective logic device and receive outputs only once from the collective logic device.
Multi-input and binary reproducible, high bandwidth floating point adder in a collective network
DOE Office of Scientific and Technical Information (OSTI.GOV)
Chen, Dong; Eisley, Noel A; Heidelberger, Philip
To add floating point numbers in a parallel computing system, a collective logic device receives the floating point numbers from computing nodes. The collective logic devices converts the floating point numbers to integer numbers. The collective logic device adds the integer numbers and generating a summation of the integer numbers. The collective logic device converts the summation to a floating point number. The collective logic device performs the receiving, the converting the floating point numbers, the adding, the generating and the converting the summation in one pass. One pass indicates that the computing nodes send inputs only once to themore » collective logic device and receive outputs only once from the collective logic device.« less
Bifurcated method and apparatus for floating point addition with decreased latency time
Farmwald, Paul M.
1987-01-01
Apparatus for decreasing the latency time associated with floating point addition and subtraction in a computer, using a novel bifurcated, pre-normalization/post-normalization approach that distinguishes between differences of floating point exponents.
Automatic Estimation of Verified Floating-Point Round-Off Errors via Static Analysis
NASA Technical Reports Server (NTRS)
Moscato, Mariano; Titolo, Laura; Dutle, Aaron; Munoz, Cesar A.
2017-01-01
This paper introduces a static analysis technique for computing formally verified round-off error bounds of floating-point functional expressions. The technique is based on a denotational semantics that computes a symbolic estimation of floating-point round-o errors along with a proof certificate that ensures its correctness. The symbolic estimation can be evaluated on concrete inputs using rigorous enclosure methods to produce formally verified numerical error bounds. The proposed technique is implemented in the prototype research tool PRECiSA (Program Round-o Error Certifier via Static Analysis) and used in the verification of floating-point programs of interest to NASA.
NASA Astrophysics Data System (ADS)
Fukushima, Toshio
2012-04-01
By extending the exponent of floating point numbers with an additional integer as the power index of a large radix, we compute fully normalized associated Legendre functions (ALF) by recursion without underflow problem. The new method enables us to evaluate ALFs of extremely high degree as 232 = 4,294,967,296, which corresponds to around 1 cm resolution on the Earth's surface. By limiting the application of exponent extension to a few working variables in the recursion, choosing a suitable large power of 2 as the radix, and embedding the contents of the basic arithmetic procedure of floating point numbers with the exponent extension directly in the program computing the recurrence formulas, we achieve the evaluation of ALFs in the double-precision environment at the cost of around 10% increase in computational time per single ALF. This formulation realizes meaningful execution of the spherical harmonic synthesis and/or analysis of arbitrary degree and order.
Gschwind, Michael K
2013-04-16
Mechanisms for generating and executing programs for a floating point (FP) only single instruction multiple data (SIMD) instruction set architecture (ISA) are provided. A computer program product comprising a computer recordable medium having a computer readable program recorded thereon is provided. The computer readable program, when executed on a computing device, causes the computing device to receive one or more instructions and execute the one or more instructions using logic in an execution unit of the computing device. The logic implements a floating point (FP) only single instruction multiple data (SIMD) instruction set architecture (ISA), based on data stored in a vector register file of the computing device. The vector register file is configured to store both scalar and floating point values as vectors having a plurality of vector elements.
Floating-to-Fixed-Point Conversion for Digital Signal Processors
NASA Astrophysics Data System (ADS)
Menard, Daniel; Chillet, Daniel; Sentieys, Olivier
2006-12-01
Digital signal processing applications are specified with floating-point data types but they are usually implemented in embedded systems with fixed-point arithmetic to minimise cost and power consumption. Thus, methodologies which establish automatically the fixed-point specification are required to reduce the application time-to-market. In this paper, a new methodology for the floating-to-fixed point conversion is proposed for software implementations. The aim of our approach is to determine the fixed-point specification which minimises the code execution time for a given accuracy constraint. Compared to previous methodologies, our approach takes into account the DSP architecture to optimise the fixed-point formats and the floating-to-fixed-point conversion process is coupled with the code generation process. The fixed-point data types and the position of the scaling operations are optimised to reduce the code execution time. To evaluate the fixed-point computation accuracy, an analytical approach is used to reduce the optimisation time compared to the existing methods based on simulation. The methodology stages are described and several experiment results are presented to underline the efficiency of this approach.
CT image reconstruction with half precision floating-point values.
Maaß, Clemens; Baer, Matthias; Kachelrieß, Marc
2011-07-01
Analytic CT image reconstruction is a computationally demanding task. Currently, the even more demanding iterative reconstruction algorithms find their way into clinical routine because their image quality is superior to analytic image reconstruction. The authors thoroughly analyze a so far unconsidered but valuable tool of tomorrow's reconstruction hardware (CPU and GPU) that allows implementing the forward projection and backprojection steps, which are the computationally most demanding parts of any reconstruction algorithm, much more efficiently. Instead of the standard 32 bit floating-point values (float), a recently standardized floating-point value with 16 bit (half) is adopted for data representation in image domain and in rawdata domain. The reduction in the total data amount reduces the traffic on the memory bus, which is the bottleneck of today's high-performance algorithms, by 50%. In CT simulations and CT measurements, float reconstructions (gold standard) and half reconstructions are visually compared via difference images and by quantitative image quality evaluation. This is done for analytical reconstruction (filtered backprojection) and iterative reconstruction (ordered subset SART). The magnitude of quantization noise, which is caused by a reduction in the data precision of both rawdata and image data during image reconstruction, is negligible. This is clearly shown for filtered backprojection and iterative ordered subset SART reconstruction. In filtered backprojection, the implementation of the backprojection should be optimized for low data precision if the image data are represented in half format. In ordered subset SART image reconstruction, no adaptations are necessary and the convergence speed remains unchanged. Half precision floating-point values allow to speed up CT image reconstruction without compromising image quality.
Wu, Jun; Hu, Xie-he; Chen, Sheng; Chu, Jian
2003-01-01
The closed-loop stability issue of finite-precision realizations was investigated for digital controllers implemented in block-floating-point format. The controller coefficient perturbation was analyzed resulting from using finite word length (FWL) block-floating-point representation scheme. A block-floating-point FWL closed-loop stability measure was derived which considers both the dynamic range and precision. To facilitate the design of optimal finite-precision controller realizations, a computationally tractable block-floating-point FWL closed-loop stability measure was then introduced and the method of computing the value of this measure for a given controller realization was developed. The optimal controller realization is defined as the solution that maximizes the corresponding measure, and a numerical optimization approach was adopted to solve the resulting optimal realization problem. A numerical example was used to illustrate the design procedure and to compare the optimal controller realization with the initial realization.
On the design of a radix-10 online floating-point multiplier
NASA Astrophysics Data System (ADS)
McIlhenny, Robert D.; Ercegovac, Milos D.
2009-08-01
This paper describes an approach to design and implement a radix-10 online floating-point multiplier. An online approach is considered because it offers computational flexibility not available with conventional arithmetic. The design was coded in VHDL and compiled, synthesized, and mapped onto a Virtex 5 FPGA to measure cost in terms of LUTs (look-up-tables) as well as the cycle time and total latency. The routing delay which was not optimized is the major component in the cycle time. For a rough estimate of the cost/latency characteristics, our design was compared to a standard radix-2 floating-point multiplier of equivalent precision. The results demonstrate that even an unoptimized radix-10 online design is an attractive implementation alternative for FPGA floating-point multiplication.
Fixed-Rate Compressed Floating-Point Arrays.
Lindstrom, Peter
2014-12-01
Current compression schemes for floating-point data commonly take fixed-precision values and compress them to a variable-length bit stream, complicating memory management and random access. We present a fixed-rate, near-lossless compression scheme that maps small blocks of 4(d) values in d dimensions to a fixed, user-specified number of bits per block, thereby allowing read and write random access to compressed floating-point data at block granularity. Our approach is inspired by fixed-rate texture compression methods widely adopted in graphics hardware, but has been tailored to the high dynamic range and precision demands of scientific applications. Our compressor is based on a new, lifted, orthogonal block transform and embedded coding, allowing each per-block bit stream to be truncated at any point if desired, thus facilitating bit rate selection using a single compression scheme. To avoid compression or decompression upon every data access, we employ a software write-back cache of uncompressed blocks. Our compressor has been designed with computational simplicity and speed in mind to allow for the possibility of a hardware implementation, and uses only a small number of fixed-point arithmetic operations per compressed value. We demonstrate the viability and benefits of lossy compression in several applications, including visualization, quantitative data analysis, and numerical simulation.
Floating-Point Units and Algorithms for field-programmable gate arrays
DOE Office of Scientific and Technical Information (OSTI.GOV)
Underwood, Keith D.; Hemmert, K. Scott
2005-11-01
The software that we are attempting to copyright is a package of floating-point unit descriptions and example algorithm implementations using those units for use in FPGAs. The floating point units are best-in-class implementations of add, multiply, divide, and square root floating-point operations. The algorithm implementations are sample (not highly flexible) implementations of FFT, matrix multiply, matrix vector multiply, and dot product. Together, one could think of the collection as an implementation of parts of the BLAS library or something similar to the FFTW packages (without the flexibility) for FPGAs. Results from this work has been published multiple times and wemore » are working on a publication to discuss the techniques we use to implement the floating-point units, For some more background, FPGAS are programmable hardware. "Programs" for this hardware are typically created using a hardware description language (examples include Verilog, VHDL, and JHDL). Our floating-point unit descriptions are written in JHDL, which allows them to include placement constraints that make them highly optimized relative to some other implementations of floating-point units. Many vendors (Nallatech from the UK, SRC Computers in the US) have similar implementations, but our implementations seem to be somewhat higher performance. Our algorithm implementations are written in VHDL and models of the floating-point units are provided in VHDL as well. FPGA "programs" make multiple "calls" (hardware instantiations) to libraries of intellectual property (IP), such as the floating-point unit library described here. These programs are then compiled using a tool called a synthesizer (such as a tool from Synplicity, Inc.). The compiled file is a netlist of gates and flip-flops. This netlist is then mapped to a particular type of FPGA by a mapper and then a place- and-route tool. These tools assign the gates in the netlist to specific locations on the specific type of FPGA chip used
Y-MP floating point and Cholesky factorization
NASA Technical Reports Server (NTRS)
Carter, Russell
1991-01-01
The floating point arithmetics implemented in the Cray 2 and Cray Y-MP computer systems are nearly identical, but large scale computations performed on the two systems have exhibited significant differences in accuracy. The difference in accuracy is analyzed for Cholesky factorization algorithm, and it is found that the source of the difference is the subtract magnitude operation of the Cray Y-MP. The results from numerical experiments for a range of problem sizes are presented, and an efficient method for improving the accuracy of the factorization obtained on the Y-MP is presented.
Performance of FORTRAN floating-point operations on the Flex/32 multicomputer
NASA Technical Reports Server (NTRS)
Crockett, Thomas W.
1987-01-01
A series of experiments has been run to examine the floating-point performance of FORTRAN programs on the Flex/32 (Trademark) computer. The experiments are described, and the timing results are presented. The time required to execute a floating-point operation is found to vary considerbaly depending on a number of factors. One factor of particular interest from an algorithm design standpoint is the difference in speed between common memory accesses and local memory accesses. Common memory accesses were found to be slower, and guidelines are given for determinig when it may be cost effective to copy data from common to local memory.
Floating-point system quantization errors in digital control systems
NASA Technical Reports Server (NTRS)
Phillips, C. L.; Vallely, D. P.
1978-01-01
This paper considers digital controllers (filters) operating in floating-point arithmetic in either open-loop or closed-loop systems. A quantization error analysis technique is developed, and is implemented by a digital computer program that is based on a digital simulation of the system. The program can be integrated into existing digital simulations of a system.
On the Floating Point Performance of the i860 Microprocessor
NASA Technical Reports Server (NTRS)
Lee, King; Kutler, Paul (Technical Monitor)
1997-01-01
The i860 microprocessor is a pipelined processor that can deliver two double precision floating point results every clock. It is being used in the Touchstone project to develop a teraflop computer by the year 2000. With such high computational capabilities it was expected that memory bandwidth would limit performance on many kernels. Measured performance of three kernels showed performance is less than what memory bandwidth limitations would predict. This paper develops a model that explains the discrepancy in terms of memory latencies and points to some problems involved in moving data from memory to the arithmetic pipelines.
Shen, Chongfei; Liu, Hongtao; Xie, Xb; Luk, Keith Dk; Hu, Yong
2007-01-01
Adaptive noise canceller (ANC) has been used to improve signal to noise ratio (SNR) of somsatosensory evoked potential (SEP). In order to efficiently apply the ANC in hardware system, fixed-point algorithm based ANC can achieve fast, cost-efficient construction, and low-power consumption in FPGA design. However, it is still questionable whether the SNR improvement performance by fixed-point algorithm is as good as that by floating-point algorithm. This study is to compare the outputs of ANC by floating-point and fixed-point algorithm ANC when it was applied to SEP signals. The selection of step-size parameter (micro) was found different in fixed-point algorithm from floating-point algorithm. In this simulation study, the outputs of fixed-point ANC showed higher distortion from real SEP signals than that of floating-point ANC. However, the difference would be decreased with increasing micro value. In the optimal selection of micro, fixed-point ANC can get as good results as floating-point algorithm.
LDPC decoder with a limited-precision FPGA-based floating-point multiplication coprocessor
NASA Astrophysics Data System (ADS)
Moberly, Raymond; O'Sullivan, Michael; Waheed, Khurram
2007-09-01
Implementing the sum-product algorithm, in an FPGA with an embedded processor, invites us to consider a tradeoff between computational precision and computational speed. The algorithm, known outside of the signal processing community as Pearl's belief propagation, is used for iterative soft-decision decoding of LDPC codes. We determined the feasibility of a coprocessor that will perform product computations. Our FPGA-based coprocessor (design) performs computer algebra with significantly less precision than the standard (e.g. integer, floating-point) operations of general purpose processors. Using synthesis, targeting a 3,168 LUT Xilinx FPGA, we show that key components of a decoder are feasible and that the full single-precision decoder could be constructed using a larger part. Soft-decision decoding by the iterative belief propagation algorithm is impacted both positively and negatively by a reduction in the precision of the computation. Reducing precision reduces the coding gain, but the limited-precision computation can operate faster. A proposed solution offers custom logic to perform computations with less precision, yet uses the floating-point format to interface with the software. Simulation results show the achievable coding gain. Synthesis results help theorize the the full capacity and performance of an FPGA-based coprocessor.
Identification of mothball powder composition by float tests and melting point tests.
Tang, Ka Yuen
2018-07-01
The aim of the study was to identify the composition, as either camphor, naphthalene, or paradichlorobenzene, of mothballs in the form of powder or tiny fragments by float tests and melting point tests. Naphthalene, paradichlorobenzene and camphor mothballs were blended into powder and tiny fragments (with sizes <1/10 of the size of an intact mothball). In the float tests, the mothball powder and tiny fragments were placed in water, saturated salt solution and 50% dextrose solution (D50), and the extent to which they floated or sank in the liquids was observed. In the melting point tests, the mothball powder and tiny fragments were placed in hot water with a temperature between 53 and 80 °C, and the extent to which they melted was observed. Both the float and melting point tests were then repeated using intact mothballs. Three emergency physicians blinded to the identities of samples and solutions visually evaluated each sample. In the float tests, paradichlorobenzene powder partially floated and partially sank in all three liquids, while naphthalene powder partially floated and partially sank in water. Naphthalene powder did not sink in D50 or saturated salt solution. Camphor powder floated in all three liquids. Float tests identified the compositions of intact mothball accurately. In the melting point tests, paradichlorobenzene powder melted completely in hot water within 1 min while naphthalene powder and camphor powder did not melt. The melted portions of paradichlorobenzene mothballs were sometimes too small to be observed in 1 min but the mothballs either partially or completely melted in 5 min. Both camphor and naphthalene intact mothballs did not melt in hot water. For mothball powder, the melting point tests were more accurate than the float tests in differentiating between paradichlorobenzene and non-paradichlorobenzene (naphthalene or camphor). For intact mothballs, float tests performed better than melting point tests. Float tests can
High-precision arithmetic in mathematical physics
Bailey, David H.; Borwein, Jonathan M.
2015-05-12
For many scientific calculations, particularly those involving empirical data, IEEE 32-bit floating-point arithmetic produces results of sufficient accuracy, while for other applications IEEE 64-bit floating-point is more appropriate. But for some very demanding applications, even higher levels of precision are often required. Furthermore, this article discusses the challenge of high-precision computation, in the context of mathematical physics, and highlights what facilities are required to support future computation, in light of emerging developments in computer architecture.
Floating-point function generation routines for 16-bit microcomputers
NASA Technical Reports Server (NTRS)
Mackin, M. A.; Soeder, J. F.
1984-01-01
Several computer subroutines have been developed that interpolate three types of nonanalytic functions: univariate, bivariate, and map. The routines use data in floating-point form. However, because they are written for use on a 16-bit Intel 8086 system with an 8087 mathematical coprocessor, they execute as fast as routines using data in scaled integer form. Although all of the routines are written in assembly language, they have been implemented in a modular fashion so as to facilitate their use with high-level languages.
Rational Arithmetic in Floating-Point.
1986-09-01
RD-RI75 190 RATIONAL ARITHMETIC IN FLOTING-POINT(U) CALIFORNIA~UNIY BERKELEY CENTER FOR PURE AND APPLIED MATHEMATICS USI FE N KAHAN SEP 86 PRM-343...8217 ," .’,.-.’ .- " .- . ,,,.". ".. .. ". CENTER FOR PURE AND APPLIED MATHEMATICS UNIVERSITY OF CALIFORNIA, BERKELEY PAf4343 0l RATIONAL ARITHMIETIC IN FLOATING-POINT W. KAHAN SETMER18 SEPTEMBE...delicate balance between, on the one hand, the simplicity and aesthetic appeal of the specifications and, on the other hand, the complexity and
QCDOC: A 10-teraflops scale computer for lattice QCD
NASA Astrophysics Data System (ADS)
Chen, D.; Christ, N. H.; Cristian, C.; Dong, Z.; Gara, A.; Garg, K.; Joo, B.; Kim, C.; Levkova, L.; Liao, X.; Mawhinney, R. D.; Ohta, S.; Wettig, T.
2001-03-01
The architecture of a new class of computers, optimized for lattice QCD calculations, is described. An individual node is based on a single integrated circuit containing a PowerPC 32-bit integer processor with a 1 Gflops 64-bit IEEE floating point unit, 4 Mbyte of memory, 8 Gbit/sec nearest-neighbor communications and additional control and diagnostic circuitry. The machine's name, QCDOC, derives from "QCD On a Chip".
Floating-point scaling technique for sources separation automatic gain control
NASA Astrophysics Data System (ADS)
Fermas, A.; Belouchrani, A.; Ait-Mohamed, O.
2012-07-01
Based on the floating-point representation and taking advantage of scaling factor indetermination in blind source separation (BSS) processing, we propose a scaling technique applied to the separation matrix, to avoid the saturation or the weakness in the recovered source signals. This technique performs an automatic gain control in an on-line BSS environment. We demonstrate the effectiveness of this technique by using the implementation of a division-free BSS algorithm with two inputs, two outputs. The proposed technique is computationally cheaper and efficient for a hardware implementation compared to the Euclidean normalisation.
Fast and efficient compression of floating-point data.
Lindstrom, Peter; Isenburg, Martin
2006-01-01
Large scale scientific simulation codes typically run on a cluster of CPUs that write/read time steps to/from a single file system. As data sets are constantly growing in size, this increasingly leads to I/O bottlenecks. When the rate at which data is produced exceeds the available I/O bandwidth, the simulation stalls and the CPUs are idle. Data compression can alleviate this problem by using some CPU cycles to reduce the amount of data needed to be transfered. Most compression schemes, however, are designed to operate offline and seek to maximize compression, not throughput. Furthermore, they often require quantizing floating-point values onto a uniform integer grid, which disqualifies their use in applications where exact values must be retained. We propose a simple scheme for lossless, online compression of floating-point data that transparently integrates into the I/O of many applications. A plug-in scheme for data-dependent prediction makes our scheme applicable to a wide variety of data used in visualization, such as unstructured meshes, point sets, images, and voxel grids. We achieve state-of-the-art compression rates and speeds, the latter in part due to an improved entropy coder. We demonstrate that this significantly accelerates I/O throughput in real simulation runs. Unlike previous schemes, our method also adapts well to variable-precision floating-point and integer data.
A floating-point/multiple-precision processor for airborne applications
NASA Technical Reports Server (NTRS)
Yee, R.
1982-01-01
A compact input output (I/O) numerical processor capable of performing floating-point, multiple precision and other arithmetic functions at execution times which are at least 100 times faster than comparable software emulation is described. The I/O device is a microcomputer system containing a 16 bit microprocessor, a numerical coprocessor with eight 80 bit registers running at a 5 MHz clock rate, 18K random access memory (RAM) and 16K electrically programmable read only memory (EPROM). The processor acts as an intelligent slave to the host computer and can be programmed in high order languages such as FORTRAN and PL/M-86.
Gschwind, Michael K [Chappaqua, NY
2011-03-01
Mechanisms for implementing a floating point only single instruction multiple data instruction set architecture are provided. A processor is provided that comprises an issue unit, an execution unit coupled to the issue unit, and a vector register file coupled to the execution unit. The execution unit has logic that implements a floating point (FP) only single instruction multiple data (SIMD) instruction set architecture (ISA). The floating point vector registers of the vector register file store both scalar and floating point values as vectors having a plurality of vector elements. The processor may be part of a data processing system.
Fixed-point image orthorectification algorithms for reduced computational cost
NASA Astrophysics Data System (ADS)
French, Joseph Clinton
Imaging systems have been applied to many new applications in recent years. With the advent of low-cost, low-power focal planes and more powerful, lower cost computers, remote sensing applications have become more wide spread. Many of these applications require some form of geolocation, especially when relative distances are desired. However, when greater global positional accuracy is needed, orthorectification becomes necessary. Orthorectification is the process of projecting an image onto a Digital Elevation Map (DEM), which removes terrain distortions and corrects the perspective distortion by changing the viewing angle to be perpendicular to the projection plane. Orthorectification is used in disaster tracking, landscape management, wildlife monitoring and many other applications. However, orthorectification is a computationally expensive process due to floating point operations and divisions in the algorithm. To reduce the computational cost of on-board processing, two novel algorithm modifications are proposed. One modification is projection utilizing fixed-point arithmetic. Fixed point arithmetic removes the floating point operations and reduces the processing time by operating only on integers. The second modification is replacement of the division inherent in projection with a multiplication of the inverse. The inverse must operate iteratively. Therefore, the inverse is replaced with a linear approximation. As a result of these modifications, the processing time of projection is reduced by a factor of 1.3x with an average pixel position error of 0.2% of a pixel size for 128-bit integer processing and over 4x with an average pixel position error of less than 13% of a pixel size for a 64-bit integer processing. A secondary inverse function approximation is also developed that replaces the linear approximation with a quadratic. The quadratic approximation produces a more accurate approximation of the inverse, allowing for an integer multiplication calculation
Instabilities caused by floating-point arithmetic quantization.
NASA Technical Reports Server (NTRS)
Phillips, C. L.
1972-01-01
It is shown that an otherwise stable digital control system can be made unstable by signal quantization when the controller operates on floating-point arithmetic. Sufficient conditions of instability are determined, and an example of loss of stability is treated when only one quantizer is operated.
Floating-point system quantization errors in digital control systems
NASA Technical Reports Server (NTRS)
Phillips, C. L.
1973-01-01
The results are reported of research into the effects on system operation of signal quantization in a digital control system. The investigation considered digital controllers (filters) operating in floating-point arithmetic in either open-loop or closed-loop systems. An error analysis technique is developed, and is implemented by a digital computer program that is based on a digital simulation of the system. As an output the program gives the programing form required for minimum system quantization errors (either maximum of rms errors), and the maximum and rms errors that appear in the system output for a given bit configuration. The program can be integrated into existing digital simulations of a system.
An Adaptive Prediction-Based Approach to Lossless Compression of Floating-Point Volume Data.
Fout, N; Ma, Kwan-Liu
2012-12-01
In this work, we address the problem of lossless compression of scientific and medical floating-point volume data. We propose two prediction-based compression methods that share a common framework, which consists of a switched prediction scheme wherein the best predictor out of a preset group of linear predictors is selected. Such a scheme is able to adapt to different datasets as well as to varying statistics within the data. The first method, called APE (Adaptive Polynomial Encoder), uses a family of structured interpolating polynomials for prediction, while the second method, which we refer to as ACE (Adaptive Combined Encoder), combines predictors from previous work with the polynomial predictors to yield a more flexible, powerful encoder that is able to effectively decorrelate a wide range of data. In addition, in order to facilitate efficient visualization of compressed data, our scheme provides an option to partition floating-point values in such a way as to provide a progressive representation. We compare our two compressors to existing state-of-the-art lossless floating-point compressors for scientific data, with our data suite including both computer simulations and observational measurements. The results demonstrate that our polynomial predictor, APE, is comparable to previous approaches in terms of speed but achieves better compression rates on average. ACE, our combined predictor, while somewhat slower, is able to achieve the best compression rate on all datasets, with significantly better rates on most of the datasets.
Apparatus and method for implementing power saving techniques when processing floating point values
DOE Office of Scientific and Technical Information (OSTI.GOV)
Kim, Young Moon; Park, Sang Phill
An apparatus and method are described for reducing power when reading and writing graphics data. For example, one embodiment of an apparatus comprises: a graphics processor unit (GPU) to process graphics data including floating point data; a set of registers, at least one of the registers of the set partitioned to store the floating point data; and encode/decode logic to reduce a number of binary 1 values being read from the at least one register by causing a specified set of bit positions within the floating point data to be read out as 0s rather than 1s.
Pc-Based Floating Point Imaging Workstation
NASA Astrophysics Data System (ADS)
Guzak, Chris J.; Pier, Richard M.; Chinn, Patty; Kim, Yongmin
1989-07-01
The medical, military, scientific and industrial communities have come to rely on imaging and computer graphics for solutions to many types of problems. Systems based on imaging technology are used to acquire and process images, and analyze and extract data from images that would otherwise be of little use. Images can be transformed and enhanced to reveal detail and meaning that would go undetected without imaging techniques. The success of imaging has increased the demand for faster and less expensive imaging systems and as these systems become available, more and more applications are discovered and more demands are made. From the designer's perspective the challenge to meet these demands forces him to attack the problem of imaging from a different perspective. The computing demands of imaging algorithms must be balanced against the desire for affordability and flexibility. Systems must be flexible and easy to use, ready for current applications but at the same time anticipating new, unthought of uses. Here at the University of Washington Image Processing Systems Lab (IPSL) we are focusing our attention on imaging and graphics systems that implement imaging algorithms for use in an interactive environment. We have developed a PC-based imaging workstation with the goal to provide powerful and flexible, floating point processing capabilities, along with graphics functions in an affordable package suitable for diverse environments and many applications.
Floating-Point Modules Targeted for Use with RC Compilation Tools
NASA Technical Reports Server (NTRS)
Sahin, Ibrahin; Gloster, Clay S.
2000-01-01
Reconfigurable Computing (RC) has emerged as a viable computing solution for computationally intensive applications. Several applications have been mapped to RC system and in most cases, they provided the smallest published execution time. Although RC systems offer significant performance advantages over general-purpose processors, they require more application development time than general-purpose processors. This increased development time of RC systems provides the motivation to develop an optimized module library with an assembly language instruction format interface for use with future RC system that will reduce development time significantly. In this paper, we present area/performance metrics for several different types of floating point (FP) modules that can be utilized to develop complex FP applications. These modules are highly pipelined and optimized for both speed and area. Using these modules, and example application, FP matrix multiplication, is also presented. Our results and experiences show, that with these modules, 8-10X speedup over general-purpose processors can be achieved.
The anatomy of floating shock fitting. [shock waves computation for flow field
NASA Technical Reports Server (NTRS)
Salas, M. D.
1975-01-01
The floating shock fitting technique is examined. Second-order difference formulas are developed for the computation of discontinuities. A procedure is developed to compute mesh points that are crossed by discontinuities. The technique is applied to the calculation of internal two-dimensional flows with arbitrary number of shock waves and contact surfaces. A new procedure, based on the coalescence of characteristics, is developed to detect the formation of shock waves. Results are presented to validate and demonstrate the versatility of the technique.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Lloyd, G. Scott
This floating-point arithmetic library contains a software implementation of Universal Numbers (unums) as described by John Gustafson [1]. The unum format is a superset of IEEE 754 floating point with several advantages. Computing with unums provides more accurate answers without rounding errors, underflow or overflow. In contrast to fixed-sized IEEE numbers, a variable number of bits can be used to encode unums. This all allows number with only a few significant digits or with a small dynamic range to be represented more compactly.
rpe v5: an emulator for reduced floating-point precision in large numerical simulations
NASA Astrophysics Data System (ADS)
Dawson, Andrew; Düben, Peter D.
2017-06-01
This paper describes the rpe (reduced-precision emulator) library which has the capability to emulate the use of arbitrary reduced floating-point precision within large numerical models written in Fortran. The rpe software allows model developers to test how reduced floating-point precision affects the result of their simulations without having to make extensive code changes or port the model onto specialized hardware. The software can be used to identify parts of a program that are problematic for numerical precision and to guide changes to the program to allow a stronger reduction in precision.The development of rpe was motivated by the strong demand for more computing power. If numerical precision can be reduced for an application under consideration while still achieving results of acceptable quality, computational cost can be reduced, since a reduction in numerical precision may allow an increase in performance or a reduction in power consumption. For simulations with weather and climate models, savings due to a reduction in precision could be reinvested to allow model simulations at higher spatial resolution or complexity, or to increase the number of ensemble members to improve predictions. rpe was developed with a particular focus on the community of weather and climate modelling, but the software could be used with numerical simulations from other domains.
A Flexible VHDL Floating Point Module for Control Algorithm Implementation in Space Applications
NASA Astrophysics Data System (ADS)
Padierna, A.; Nicoleau, C.; Sanchez, J.; Hidalgo, I.; Elvira, S.
2012-08-01
The implementation of control loops for space applications is an area with great potential. However, the characteristics of this kind of systems, such as its wide dynamic range of numeric values, make inadequate the use of fixed-point algorithms.However, because the generic chips available for the treatment of floating point data are, in general, not qualified to operate in space environments and the possibility of using an IP module in a FPGA/ASIC qualified for space is not viable due to the low amount of logic cells available for these type of devices, it is necessary to find a viable alternative.For these reasons, in this paper a VHDL Floating Point Module is presented. This proposal allows the design and execution of floating point algorithms with acceptable occupancy to be implemented in FPGAs/ASICs qualified for space environments.
Floating-point performance of ARM cores and their efficiency in classical molecular dynamics
NASA Astrophysics Data System (ADS)
Nikolskiy, V.; Stegailov, V.
2016-02-01
Supercomputing of the exascale era is going to be inevitably limited by power efficiency. Nowadays different possible variants of CPU architectures are considered. Recently the development of ARM processors has come to the point when their floating point performance can be seriously considered for a range of scientific applications. In this work we present the analysis of the floating point performance of the latest ARM cores and their efficiency for the algorithms of classical molecular dynamics.
An integrated circuit floating point accumulator
NASA Technical Reports Server (NTRS)
Goldsmith, T. C.
1977-01-01
Goddard Space Flight Center has developed a large scale integrated circuit (type 623) which can perform pulse counting, storage, floating point compression, and serial transmission, using a single monolithic device. Counts of 27 or 19 bits can be converted to transmitted values of 12 or 8 bits respectively. Use of the 623 has resulted in substantial savaings in weight, volume, and dollar resources on at least 11 scientific instruments to be flown on 4 NASA spacecraft. The design, construction, and application of the 623 are described.
NASA Technical Reports Server (NTRS)
Manos, P.; Turner, L. R.
1972-01-01
Approximations which can be evaluated with precision using floating-point arithmetic are presented. The particular set of approximations thus far developed are for the function TAN and the functions of USASI FORTRAN excepting SQRT and EXPONENTIATION. These approximations are, furthermore, specialized to particular forms which are especially suited to a computer with a small memory, in that all of the approximations can share one general purpose subroutine for the evaluation of a polynomial in the square of the working argument.
NIH-IEEE 2015 Strategic Conference on Healthcare Innovations and Point-of-Care Technologies for Prec
NIH and the Institute for Electrical and Electronics Engineering, Engineering in Medicine and Biology Society (IEEE/EMBS) hosted the third iteration of the Healthcare Innovations and Point-of-Care Technologies Conference last week.
FloPSy - Search-Based Floating Point Constraint Solving for Symbolic Execution
NASA Astrophysics Data System (ADS)
Lakhotia, Kiran; Tillmann, Nikolai; Harman, Mark; de Halleux, Jonathan
Recently there has been an upsurge of interest in both, Search-Based Software Testing (SBST), and Dynamic Symbolic Execution (DSE). Each of these two approaches has complementary strengths and weaknesses, making it a natural choice to explore the degree to which the strengths of one can be exploited to offset the weakness of the other. This paper introduces an augmented version of DSE that uses a SBST-based approach to handling floating point computations, which are known to be problematic for vanilla DSE. The approach has been implemented as a plug in for the Microsoft Pex DSE testing tool. The paper presents results from both, standard evaluation benchmarks, and two open source programs.
Optimal Compression Methods for Floating-point Format Images
NASA Technical Reports Server (NTRS)
Pence, W. D.; White, R. L.; Seaman, R.
2009-01-01
We report on the results of a comparison study of different techniques for compressing FITS images that have floating-point (real*4) pixel values. Standard file compression methods like GZIP are generally ineffective in this case (with compression ratios only in the range 1.2 - 1.6), so instead we use a technique of converting the floating-point values into quantized scaled integers which are compressed using the Rice algorithm. The compressed data stream is stored in FITS format using the tiled-image compression convention. This is technically a lossy compression method, since the pixel values are not exactly reproduced, however all the significant photometric and astrometric information content of the image can be preserved while still achieving file compression ratios in the range of 4 to 8. We also show that introducing dithering, or randomization, when assigning the quantized pixel-values can significantly improve the photometric and astrometric precision in the stellar images in the compressed file without adding additional noise. We quantify our results by comparing the stellar magnitudes and positions as measured in the original uncompressed image to those derived from the same image after applying successively greater amounts of compression.
Verification of Numerical Programs: From Real Numbers to Floating Point Numbers
NASA Technical Reports Server (NTRS)
Goodloe, Alwyn E.; Munoz, Cesar; Kirchner, Florent; Correnson, Loiec
2013-01-01
Numerical algorithms lie at the heart of many safety-critical aerospace systems. The complexity and hybrid nature of these systems often requires the use of interactive theorem provers to verify that these algorithms are logically correct. Usually, proofs involving numerical computations are conducted in the infinitely precise realm of the field of real numbers. However, numerical computations in these algorithms are often implemented using floating point numbers. The use of a finite representation of real numbers introduces uncertainties as to whether the properties veri ed in the theoretical setting hold in practice. This short paper describes work in progress aimed at addressing these concerns. Given a formally proven algorithm, written in the Program Verification System (PVS), the Frama-C suite of tools is used to identify sufficient conditions and verify that under such conditions the rounding errors arising in a C implementation of the algorithm do not affect its correctness. The technique is illustrated using an algorithm for detecting loss of separation among aircraft.
Mišić, Jelena; (Sherman) Shen, Xuemin
2009-01-01
We consider interconnection of IEEE 802.15.4 beacon-enabled network cluster with IEEE 802.11b network. This scenario is important in healthcare applications where IEEE 802.15.4 nodes comprise patient's body area network (BAN) and are involved in sensing some health-related data. BAN nodes have very short communication range in order to avoid harming patient's health and save energy. Sensed data needs to be transmitted to an access point in the ward room using wireless technology with higher transmission range and rate such as IEEE 802.11b. We model the interconnected network where IEEE 802.15.4-based BAN operates in guaranteed time slot (GTS) mode, and IEEE 802.11b part of the bridge conveys GTS superframe to the 802.11b access point. We then analyze the network delays. Performance analysis is performed using EKG traffic from continuous telemetry, and we discuss the delays of communication due the increasing number of patients. PMID:19107184
Misić, Jelena; Sherman Shen, Xuemin
2009-01-01
We consider interconnection of IEEE 802.15.4 beacon-enabled network cluster with IEEE 802.11b network. This scenario is important in healthcare applications where IEEE 802.15.4 nodes comprise patient's body area network (BAN) and are involved in sensing some health-related data. BAN nodes have very short communication range in order to avoid harming patient's health and save energy. Sensed data needs to be transmitted to an access point in the ward room using wireless technology with higher transmission range and rate such as IEEE 802.11b. We model the interconnected network where IEEE 802.15.4-based BAN operates in guaranteed time slot (GTS) mode, and IEEE 802.11b part of the bridge conveys GTS superframe to the 802.11b access point. We then analyze the network delays. Performance analysis is performed using EKG traffic from continuous telemetry, and we discuss the delays of communication due the increasing number of patients.
A preliminary study of molecular dynamics on reconfigurable computers
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wolinski, C.; Trouw, F. R.; Gokhale, M.
2003-01-01
In this paper we investigate the performance of platform FPGAs on a compute-intensive, floating-point-intensive supercomputing application, Molecular Dynamics (MD). MD is a popular simulation technique to track interacting particles through time by integrating their equations of motion. One part of the MD algorithm was implemented using the Fabric Generator (FG)[l I ] and mapped onto several reconfigurable logic arrays. FG is a Java-based toolset that greatly accelerates construction of the fabrics from an abstract technology independent representation. Our experiments used technology-independent IEEE 32-bit floating point operators so that the design could be easily re-targeted. Experiments were performed using both non-pipelinedmore » and pipelined floating point modules. We present results for the Altera Excalibur ARM System on a Programmable Chip (SoPC), the Altera Strath EPlS80, and the Xilinx Virtex-N Pro 2VP.50. The best results obtained were 5.69 GFlops at 8OMHz(Altera Strath EPlS80), and 4.47 GFlops at 82 MHz (Xilinx Virtex-II Pro 2VF50). Assuming a lOWpower budget, these results compare very favorably to a 4Gjlop/40Wprocessing/power rate for a modern Pentium, suggesting that reconfigurable logic can achieve high performance at low power on jloating-point-intensivea pplications.« less
A floating-point digital receiver for MRI.
Hoenninger, John C; Crooks, Lawrence E; Arakawa, Mitsuaki
2002-07-01
A magnetic resonance imaging (MRI) system requires the highest possible signal fidelity and stability for clinical applications. Quadrature analog receivers have problems with channel matching, dc offset and analog-to-digital linearity. Fixed-point digital receivers (DRs) reduce all of these problems. We have demonstrated that a floating-point DR using large (order 124 to 512) FIR low-pass filters also overcomes these problems, automatically provides long word length and has low latency between signals. A preloaded table of finite impuls response (FIR) filter coefficients provides fast switching between one of 129 different one-stage and two-stage multrate FIR low-pass filters with bandwidths between 4 KHz and 125 KHz. This design has been implemented on a dual channel circuit board for a commercial MRI system.
A hardware-oriented algorithm for floating-point function generation
NASA Technical Reports Server (NTRS)
O'Grady, E. Pearse; Young, Baek-Kyu
1991-01-01
An algorithm is presented for performing accurate, high-speed, floating-point function generation for univariate functions defined at arbitrary breakpoints. Rapid identification of the breakpoint interval, which includes the input argument, is shown to be the key operation in the algorithm. A hardware implementation which makes extensive use of read/write memories is used to illustrate the algorithm.
Code of Federal Regulations, 2013 CFR
2013-10-01
... Environmental Assessment of Personal Computer Products. 52.223-16 Section 52.223-16 Federal Acquisition... Assessment of Personal Computer Products. As prescribed in 23.705(b)(1), insert the following clause: IEEE 1680 Standard for the Environmental Assessment of Personal Computer Products (DEC 2007) (a) Definitions...
Code of Federal Regulations, 2012 CFR
2012-10-01
... Environmental Assessment of Personal Computer Products. 52.223-16 Section 52.223-16 Federal Acquisition... Assessment of Personal Computer Products. As prescribed in 23.705(b)(1), insert the following clause: IEEE 1680 Standard for the Environmental Assessment of Personal Computer Products (DEC 2007) (a) Definitions...
Code of Federal Regulations, 2011 CFR
2011-10-01
... Environmental Assessment of Personal Computer Products. 52.223-16 Section 52.223-16 Federal Acquisition... Assessment of Personal Computer Products. As prescribed in 23.705(b)(1), insert the following clause: IEEE 1680 Standard for the Environmental Assessment of Personal Computer Products (DEC 2007) (a) Definitions...
Code of Federal Regulations, 2010 CFR
2010-10-01
... Environmental Assessment of Personal Computer Products. 52.223-16 Section 52.223-16 Federal Acquisition... Assessment of Personal Computer Products. As prescribed in 23.706(b)(1), insert the following clause: IEEE 1680 Standard for the Environmental Assessment of Personal Computer Products (DEC 2007) (a) Definitions...
Exploring the Feasibility of a DNA Computer: Design of an ALU Using Sticker-Based DNA Model.
Sarkar, Mayukh; Ghosal, Prasun; Mohanty, Saraju P
2017-09-01
Since its inception, DNA computing has advanced to offer an extremely powerful, energy-efficient emerging technology for solving hard computational problems with its inherent massive parallelism and extremely high data density. This would be much more powerful and general purpose when combined with other existing well-known algorithmic solutions that exist for conventional computing architectures using a suitable ALU. Thus, a specifically designed DNA Arithmetic and Logic Unit (ALU) that can address operations suitable for both domains can mitigate the gap between these two. An ALU must be able to perform all possible logic operations, including NOT, OR, AND, XOR, NOR, NAND, and XNOR; compare, shift etc., integer and floating point arithmetic operations (addition, subtraction, multiplication, and division). In this paper, design of an ALU has been proposed using sticker-based DNA model with experimental feasibility analysis. Novelties of this paper may be in manifold. First, the integer arithmetic operations performed here are 2s complement arithmetic, and the floating point operations follow the IEEE 754 floating point format, resembling closely to a conventional ALU. Also, the output of each operation can be reused for any next operation. So any algorithm or program logic that users can think of can be implemented directly on the DNA computer without any modification. Second, once the basic operations of sticker model can be automated, the implementations proposed in this paper become highly suitable to design a fully automated ALU. Third, proposed approaches are easy to implement. Finally, these approaches can work on sufficiently large binary numbers.
Basic mathematical function libraries for scientific computation
NASA Technical Reports Server (NTRS)
Galant, David C.
1989-01-01
Ada packages implementing selected mathematical functions for the support of scientific and engineering applications were written. The packages provide the Ada programmer with the mathematical function support found in the languages Pascal and FORTRAN as well as an extended precision arithmetic and a complete complex arithmetic. The algorithms used are fully described and analyzed. Implementation assumes that the Ada type FLOAT objects fully conform to the IEEE 754-1985 standard for single binary floating-point arithmetic, and that INTEGER objects are 32-bit entities. Codes for the Ada packages are included as appendixes.
IEEE International Symposium on Biomedical Imaging.
2017-01-01
The IEEE International Symposium on Biomedical Imaging (ISBI) is a scientific conference dedicated to mathematical, algorithmic, and computational aspects of biological and biomedical imaging, across all scales of observation. It fosters knowledge transfer among different imaging communities and contributes to an integrative approach to biomedical imaging. ISBI is a joint initiative from the IEEE Signal Processing Society (SPS) and the IEEE Engineering in Medicine and Biology Society (EMBS). The 2018 meeting will include tutorials, and a scientific program composed of plenary talks, invited special sessions, challenges, as well as oral and poster presentations of peer-reviewed papers. High-quality papers are requested containing original contributions to the topics of interest including image formation and reconstruction, computational and statistical image processing and analysis, dynamic imaging, visualization, image quality assessment, and physical, biological, and statistical modeling. Accepted 4-page regular papers will be published in the symposium proceedings published by IEEE and included in IEEE Xplore. To encourage attendance by a broader audience of imaging scientists and offer additional presentation opportunities, ISBI 2018 will continue to have a second track featuring posters selected from 1-page abstract submissions without subsequent archival publication.
Li, Xin-Wei; Shao, Xiao-Mei; Tan, Ke-Ping; Fang, Jian-Qiao
2013-04-01
To compare the efficacy difference in the treatment of supraspinous ligament injury between floating acupuncture at Tianying point and the conventional warm needling therapy. Ninety patients were randomized into a floating acupuncture group and a warm needling group, 45 cases in each one. In the floating acupuncture group, the floating needling technique was adopted at Tianying point. In the warm needling group, the conventional warm needling therapy was applied at Tianying point as the chief point in the prescription. The treatment was given 3 times a week and 6 treatments made one session. The visual analogue scale (VAS) was adopted for pain comparison before and after treatment of the patients in two groups and the efficacy in two groups were assessed. The curative and remarkably effective rate was 81.8% (36/44) in the floating acupuncture group and the total effective rate was 95.5% (42/44), which were superior to 44.2% (19/43) and 79.1% (34/43) in the warm needling group separately (P < 0.01, P < 0.05). VAS score was lower as compared with that before treatment of the patients in two groups (both P < 0.01) and the score in the floating acupuncture group was lower than that in the warm needling group after treatment (P < 0.01). Thirty-six cases were cured and remarkably effective in the floating acupuncture group after treatment, in which 28 cases were cured and remarkably effective in 3 treatments, accounting for 77.8 (28/36), which was apparently higher than 26.3 (5/19) in the warm-needling group (P < 0.01). The floating acupuncture at Tianying point achieves the quick and definite efficacy on supraspinous ligament injury and presents the apparent analgesic effect. The efficacy is superior to the conventional warm-needling therapy.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Kok Yan Chan, G.; Sclavounos, P. D.; Jonkman, J.
2015-04-02
A hydrodynamics computer module was developed for the evaluation of the linear and nonlinear loads on floating wind turbines using a new fluid-impulse formulation for coupling with the FAST program. The recently developed formulation allows the computation of linear and nonlinear loads on floating bodies in the time domain and avoids the computationally intensive evaluation of temporal and nonlinear free-surface problems and efficient methods are derived for its computation. The body instantaneous wetted surface is approximated by a panel mesh and the discretization of the free surface is circumvented by using the Green function. The evaluation of the nonlinear loadsmore » is based on explicit expressions derived by the fluid-impulse theory, which can be computed efficiently. Computations are presented of the linear and nonlinear loads on the MIT/NREL tension-leg platform. Comparisons were carried out with frequency-domain linear and second-order methods. Emphasis was placed on modeling accuracy of the magnitude of nonlinear low- and high-frequency wave loads in a sea state. Although fluid-impulse theory is applied to floating wind turbines in this paper, the theory is applicable to other offshore platforms as well.« less
DOE Office of Scientific and Technical Information (OSTI.GOV)
Basso, T.; DeBlasio, R.
The IEEE American National Standards smart grid publications and standards development projects IEEE 2030, which addresses smart grid interoperability, and IEEE 1547TM, which addresses distributed resources interconnection with the grid, have made substantial progress since 2009. The IEEE 2030TM and 1547 standards series focus on systems-level aspects and cover many of the technical integration issues involved in a mature smart grid. The status and highlights of these two IEEE series of standards, which are sponsored by IEEE Standards Coordinating Committee 21 (SCC21), are provided in this paper.
Recent advances in lossy compression of scientific floating-point data
NASA Astrophysics Data System (ADS)
Lindstrom, P.
2017-12-01
With a continuing exponential trend in supercomputer performance, ever larger data sets are being generated through numerical simulation. Bandwidth and storage capacity are, however, not keeping pace with this increase in data size, causing significant data movement bottlenecks in simulation codes and substantial monetary costs associated with archiving vast volumes of data. Worse yet, ever smaller fractions of data generated can be stored for further analysis, where scientists frequently rely on decimating or averaging large data sets in time and/or space. One way to mitigate these problems is to employ data compression to reduce data volumes. However, lossless compression of floating-point data can achieve only very modest size reductions on the order of 10-50%. We present ZFP and FPZIP, two state-of-the-art lossy compressors for structured floating-point data that routinely achieve one to two orders of magnitude reduction with little to no impact on the accuracy of visualization and quantitative data analysis. We provide examples of the use of such lossy compressors in climate and seismic modeling applications to effectively accelerate I/O and reduce storage requirements. We further discuss how the design decisions behind these and other compressors impact error distributions and other statistical and differential properties, including derived quantities of interest relevant to each science application.
NASA Astrophysics Data System (ADS)
Rafhay, Quentin; Beug, M. Florian; Duane, Russell
2007-04-01
This paper presents an experimental comparison of dummy cell extraction methods of the gate capacitance coupling coefficient for floating gate non-volatile memory structures from different geometries and technologies. These results show the significant influence of mismatching floating gate devices and reference transistors on the extraction of the gate capacitance coupling coefficient. In addition, it demonstrates the accuracy of the new bulk bias dummy cell extraction method and the importance of the β function, introduced recently in [Duane R, Beug F, Mathewson A. Novel capacitance coupling coefficient measurement methodology for floating gate non-volatile memory devices. IEEE Electr Dev Lett 2005;26(7):507-9], to determine matching pairs of floating gate memory and reference transistor.
The use of ZFP lossy floating point data compression in tornado-resolving thunderstorm simulations
NASA Astrophysics Data System (ADS)
Orf, L.
2017-12-01
In the field of atmospheric science, numerical models are used to produce forecasts of weather and climate and serve as virtual laboratories for scientists studying atmospheric phenomena. In both operational and research arenas, atmospheric simulations exploiting modern supercomputing hardware can produce a tremendous amount of data. During model execution, the transfer of floating point data from memory to the file system is often a significant bottleneck where I/O can dominate wallclock time. One way to reduce the I/O footprint is to compress the floating point data, which reduces amount of data saved to the file system. In this presentation we introduce LOFS, a file system developed specifically for use in three-dimensional numerical weather models that are run on massively parallel supercomputers. LOFS utilizes the core (in-memory buffered) HDF5 driver and includes compression options including ZFP, a lossy floating point data compression algorithm. ZFP offers several mechanisms for specifying the amount of lossy compression to be applied to floating point data, including the ability to specify the maximum absolute error allowed in each compressed 3D array. We explore different maximum error tolerances in a tornado-resolving supercell thunderstorm simulation for model variables including cloud and precipitation, temperature, wind velocity and vorticity magnitude. We find that average compression ratios exceeding 20:1 in scientifically interesting regions of the simulation domain produce visually identical results to uncompressed data in visualizations and plots. Since LOFS splits the model domain across many files, compression ratios for a given error tolerance can be compared across different locations within the model domain. We find that regions of high spatial variability (which tend to be where scientifically interesting things are occurring) show the lowest compression ratios, whereas regions of the domain with little spatial variability compress
Parametric study of two-body floating-point wave absorber
NASA Astrophysics Data System (ADS)
Amiri, Atena; Panahi, Roozbeh; Radfar, Soheil
2016-03-01
In this paper, we present a comprehensive numerical simulation of a point wave absorber in deep water. Analyses are performed in both the frequency and time domains. The converter is a two-body floating-point absorber (FPA) with one degree of freedom in the heave direction. Its two parts are connected by a linear mass-spring-damper system. The commercial ANSYS-AQWA software used in this study performs well in considering validations. The velocity potential is obtained by assuming incompressible and irrotational flow. As such, we investigated the effects of wave characteristics on energy conversion and device efficiency, including wave height and wave period, as well as the device diameter, draft, geometry, and damping coefficient. To validate the model, we compared our numerical results with those from similar experiments. Our study results can clearly help to maximize the converter's efficiency when considering specific conditions.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Demmel, James W.
This project addresses both communication-avoiding algorithms, and reproducible floating-point computation. Communication, i.e. moving data, either between levels of memory or processors over a network, is much more expensive per operation than arithmetic (measured in time or energy), so we seek algorithms that greatly reduce communication. We developed many new algorithms for both dense and sparse, and both direct and iterative linear algebra, attaining new communication lower bounds, and getting large speedups in many cases. We also extended this work in several ways: (1) We minimize writes separately from reads, since writes may be much more expensive than reads on emergingmore » memory technologies, like Flash, sometimes doing asymptotically fewer writes than reads. (2) We extend the lower bounds and optimal algorithms to arbitrary algorithms that may be expressed as perfectly nested loops accessing arrays, where the array subscripts may be arbitrary affine functions of the loop indices (eg A(i), B(i,j+k, k+3*m-7, …) etc.). (3) We extend our communication-avoiding approach to some machine learning algorithms, such as support vector machines. This work has won a number of awards. We also address reproducible floating-point computation. We define reproducibility to mean getting bitwise identical results from multiple runs of the same program, perhaps with different hardware resources or other changes that should ideally not change the answer. Many users depend on reproducibility for debugging or correctness. However, dynamic scheduling of parallel computing resources, combined with nonassociativity of floating point addition, makes attaining reproducibility a challenge even for simple operations like summing a vector of numbers, or more complicated operations like the Basic Linear Algebra Subprograms (BLAS). We describe an algorithm that computes a reproducible sum of floating point numbers, independent of the order of summation. The algorithm depends only on
NASA Technical Reports Server (NTRS)
Daywitt, J.; Kutler, P.; Anderson, D.
1977-01-01
The technique of floating shock fitting is adapted to the computation of the inviscid flowfield about circular cones in a supersonic free stream at angles of attack that exceed the cone half-angle. The resulting equations are applicable over the complete range of free-stream Mach numbers, angles of attack and cone half-angles for which the bow shock is attached. A finite difference algorithm is used to obtain the solution by an unsteady relaxation approach. The bow shock, embedded cross-flow shock, and vortical singularity in the leeward symmetry plane are treated as floating discontinuities in a fixed computational mesh. Where possible, the flowfield is partitioned into windward, shoulder, and leeward regions with each region computed separately to achieve maximum computational efficiency. An alternative shock fitting technique which treats the bow shock as a computational boundary is developed and compared with the floating-fitting approach. Several surface boundary condition schemes are also analyzed.
Floating electrode dielectrophoresis.
Golan, Saar; Elata, David; Orenstein, Meir; Dinnar, Uri
2006-12-01
In practice, dielectrophoresis (DEP) devices are based on micropatterned electrodes. When subjected to applied voltages, the electrodes generate nonuniform electric fields that are necessary for the DEP manipulation of particles. In this study, electrically floating electrodes are used in DEP devices. It is demonstrated that effective DEP forces can be achieved by using floating electrodes. Additionally, DEP forces generated by floating electrodes are different from DEP forces generated by excited electrodes. The floating electrodes' capabilities are explained theoretically by calculating the electric field gradients and demonstrated experimentally by using test-devices. The test-devices show that floating electrodes can be used to collect erythrocytes (red blood cells). DEP devices which contain many floating electrodes ought to have fewer connections to external signal sources. Therefore, the use of floating electrodes may considerably facilitate the fabrication and operation of DEP devices. It can also reduce device dimensions. However, the key point is that DEP devices can integrate excited electrodes fabricated by microtechnology processes and floating electrodes fabricated by nanotechnology processes. Such integration is expected to promote the use of DEP devices in the manipulation of nanoparticles.
New IEEE standard enables data collection for medical applications.
Kennelly, R J; Wittenber, J
1994-01-01
The IEEE has gone to ballot on a "Standard for Medical Device Communications", IEEE P1073. The lower layer, hardware portions of the standard are expected to be approved by the IEEE Standards Board at their December 11-13, 1994 meeting. Other portions of the standard are in the initial stages of the IEEE ballot process. The intent of the standard is to allow hospitals and other users to interface medical electronic devices to host computer systems in a standard, interchangeable manner. The standard is optimized for acute care environments such as ICU's, operating rooms, and emergency rooms. [1] IEEE General Committee and Subcommittee work has been on-going since 1984. Significant amounts of work have been done to discover and meet the needs of the patient care setting. Surveys performed in 1989 identified the following four key user requirements for medical device communications: 1) Frequent reconfiguration of the network. 2) Allow "plug and play" operation by users. 3) Associate devices with a specific bed and patient. 4) Support a wide range of hospital computer system topologies. Additionally, the most critical difference in the acute care setting is patient safety, which has an overall effect on the standard. The standard that went to ballot meets these requirements. The standard is based on existing ISO standards. P1073 is compliant with the OSI seven layer model. P1073 specifies the entire communication stack, from object-oriented software to hospital unique connectors. The standard will be able to be put forward as a true international standard, much in the way that the IEEE 802.x family of standards (like Ethernet) were presented as draft ISO standards.(ABSTRACT TRUNCATED AT 250 WORDS)
Kim, Ki-Wook; Han, Youn-Hee; Min, Sung-Gi
2017-09-21
Many Internet of Things (IoT) services utilize an IoT access network to connect small devices with remote servers. They can share an access network with standard communication technology, such as IEEE 802.11ah. However, an authentication and key management (AKM) mechanism for resource constrained IoT devices using IEEE 802.11ah has not been proposed as yet. We therefore propose a new AKM mechanism for an IoT access network, which is based on IEEE 802.11 key management with the IEEE 802.1X authentication mechanism. The proposed AKM mechanism does not require any pre-configured security information between the access network domain and the IoT service domain. It considers the resource constraints of IoT devices, allowing IoT devices to delegate the burden of AKM processes to a powerful agent. The agent has sufficient power to support various authentication methods for the access point, and it performs cryptographic functions for the IoT devices. Performance analysis shows that the proposed mechanism greatly reduces computation costs, network costs, and memory usage of the resource-constrained IoT device as compared to the existing IEEE 802.11 Key Management with the IEEE 802.1X authentication mechanism.
Han, Youn-Hee; Min, Sung-Gi
2017-01-01
Many Internet of Things (IoT) services utilize an IoT access network to connect small devices with remote servers. They can share an access network with standard communication technology, such as IEEE 802.11ah. However, an authentication and key management (AKM) mechanism for resource constrained IoT devices using IEEE 802.11ah has not been proposed as yet. We therefore propose a new AKM mechanism for an IoT access network, which is based on IEEE 802.11 key management with the IEEE 802.1X authentication mechanism. The proposed AKM mechanism does not require any pre-configured security information between the access network domain and the IoT service domain. It considers the resource constraints of IoT devices, allowing IoT devices to delegate the burden of AKM processes to a powerful agent. The agent has sufficient power to support various authentication methods for the access point, and it performs cryptographic functions for the IoT devices. Performance analysis shows that the proposed mechanism greatly reduces computation costs, network costs, and memory usage of the resource-constrained IoT device as compared to the existing IEEE 802.11 Key Management with the IEEE 802.1X authentication mechanism. PMID:28934152
Lithium-ion drifting: Application to the study of point defects in floating-zone silicon
NASA Technical Reports Server (NTRS)
Walton, J. T.; Wong, Y. K.; Zulehner, W.
1997-01-01
The use of lithium-ion (Li(+)) drifting to study the properties of point defects in p-type Floating-Zone (FZ) silicon crystals is reported. The Li(+) drift technique is used to detect the presence of vacancy-related defects (D defects) in certain p-type FZ silicon crystals. SUPREM-IV modeling suggests that the silicon point defect diffusivities are considerably higher than those commonly accepted, but are in reasonable agreement with values recently proposed. These results demonstrate the utility of Li(+) drifting in the study of silicon point defect properties in p-type FZ crystals. Finally, a straightforward measurement of the Li(+) compensation depth is shown to yield estimates of the vacancy-related defect concentration in p-type FZ crystals.
NASA Astrophysics Data System (ADS)
Zinke, Stephan
2017-02-01
Memory sensitive applications for remote sensing data require memory-optimized data types in remote sensing products. Hierarchical Data Format version 5 (HDF5) offers user defined floating point numbers and integers and the n-bit filter to create data types optimized for memory consumption. The European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT) applies a compaction scheme to the disseminated products of the Day and Night Band (DNB) data of Suomi National Polar-orbiting Partnership (S-NPP) satellite's instrument Visible Infrared Imager Radiometer Suite (VIIRS) through the EUMETSAT Advanced Retransmission Service, converting the original 32 bits floating point numbers to user defined floating point numbers in combination with the n-bit filter for the radiance dataset of the product. The radiance dataset requires a floating point representation due to the high dynamic range of the DNB. A compression factor of 1.96 is reached by using an automatically determined exponent size and an 8 bits trailing significand and thus reducing the bandwidth requirements for dissemination. It is shown how the parameters needed for user defined floating point numbers are derived or determined automatically based on the data present in a product.
Evaluation of floating-point sum or difference of products in carry-save domain
NASA Technical Reports Server (NTRS)
Wahab, A.; Erdogan, S.; Premkumar, A. B.
1992-01-01
An architecture to evaluate a 24-bit floating-point sum or difference of products using modified sequential carry-save multipliers with extensive pipelining is described. The basic building block of the architecture is a carry-save multiplier with built-in mantissa alignment for the summation during the multiplication cycles. A carry-save adder, capable of mantissa alignment, correctly positions products with the current carry-save sum. Carry propagation in individual multipliers is avoided and is only required once to produce the final result.
40 CFR 63.1063 - Floating roof requirements.
Code of Federal Regulations, 2010 CFR
2010-07-01
... the point of refloating the floating roof shall be continuous and shall be performed as soon as... 40 Protection of Environment 10 2010-07-01 2010-07-01 false Floating roof requirements. 63.1063...) National Emission Standards for Storage Vessels (Tanks)-Control Level 2 § 63.1063 Floating roof...
NASA Astrophysics Data System (ADS)
Morrison, R. E.; Robinson, S. H.
A continuous wave Doppler radar system has been designed which is portable, easily deployed, and remotely controlled. The heart of this system is a DSP/control board using Analog Devices ADSP-21020 40-bit floating point digital signal processor (DSP) microprocessor. Two 18-bit audio A/D converters provide digital input to the DSP/controller board for near real time target detection. Program memory for the DSP is dual ported with an Intel 87C51 microcontroller allowing DSP code to be up-loaded or down-loaded from a central controlling computer. The 87C51 provides overall system control for the remote radar and includes a time-of-day/day-of-year real time clock, system identification (ID) switches, and input/output (I/O) expansion by an Intel 82C55 I/O expander.
Floating liquid phase in sedimenting colloid-polymer mixtures.
Schmidt, Matthias; Dijkstra, Marjolein; Hansen, Jean-Pierre
2004-08-20
Density functional theory and computer simulation are used to investigate sedimentation equilibria of colloid-polymer mixtures within the Asakura-Oosawa-Vrij model of hard sphere colloids and ideal polymers. When the ratio of buoyant masses of the two species is comparable to the ratio of differences in density of the coexisting bulk (colloid) gas and liquid phases, a stable "floating liquid" phase is found, i.e., a thin layer of liquid sandwiched between upper and lower gas phases. The full phase diagram of the mixture under gravity shows coexistence of this floating liquid phase with a single gas phase or a phase involving liquid-gas equilibrium; the phase coexistence lines meet at a triple point. This scenario remains valid for general asymmetric binary mixtures undergoing bulk phase separation.
Optimized Latching Control of Floating Point Absorber Wave Energy Converter
NASA Astrophysics Data System (ADS)
Gadodia, Chaitanya; Shandilya, Shubham; Bansal, Hari Om
2018-03-01
There is an increasing demand for energy in today’s world. Currently main energy resources are fossil fuels, which will eventually drain out, also the emissions produced from them contribute to global warming. For a sustainable future, these fossil fuels should be replaced with renewable and green energy sources. Sea waves are a gigantic and undiscovered vitality asset. The potential for extricating energy from waves is extensive. To trap this energy, wave energy converters (WEC) are needed. There is a need for increasing the energy output and decreasing the cost requirement of these existing WECs. This paper presents a method which uses prediction as a part of the control scheme to increase the energy efficiency of the floating-point absorber WECs. Kalman Filter is used for estimation, coupled with latching control in regular as well as irregular sea waves. Modelling and Simulation results for the same are also included.
NASA Technical Reports Server (NTRS)
Parkinson, J B; HOUSE R O
1938-01-01
Tests were made in the NACA tank and in the NACA 7 by 10 foot wind tunnel on two models of transverse step floats and three models of pointed step floats considered to be suitable for use with single float seaplanes. The object of the program was the reduction of water resistance and spray of single float seaplanes without reducing the angle of dead rise believed to be necessary for the satisfactory absorption of the shock loads. The results indicated that all the models have less resistance and spray than the model of the Mark V float and that the pointed step floats are somewhat superior to the transverse step floats in these respects. Models 41-D, 61-A, and 73 were tested by the general method over a wide range of loads and speeds. The results are presented in the form of curves and charts for use in design calculations.
2009-06-01
to floating point , to multi-level logic. 2 Overview Self-aware computation can be distinguished from existing computational models which are...systems have advanced to the point that the time is ripe to realize such a system. To illustrate, let us examine each of the key aspects of self...servers for each service, there are no single points of failure in the system. If an OS or user core has a failure, one of several introspection cores
Desirable floating-point arithmetic and elementary functions for numerical computation
NASA Technical Reports Server (NTRS)
Hull, T. E.
1978-01-01
The topics considered are: (1) the base of the number system, (2) precision control, (3) number representation, (4) arithmetic operations, (5) other basic operations, (6) elementary functions, and (7) exception handling. The possibility of doing without fixed-point arithmetic is also mentioned. The specifications are intended to be entirely at the level of a programming language such as FORTRAN. The emphasis is on convenience and simplicity from the user's point of view. Conforming to such specifications would have obvious beneficial implications for the portability of numerical software, and for proving programs correct, as well as attempting to provide facilities which are most suitable for the user. The specifications are not complete in every detail, but it is intended that they be complete in spirit - some further details, especially syntatic details, would have to be provided, but the proposals are otherwise relatively complete.
NASA Technical Reports Server (NTRS)
Pan, Jing; Levitt, Karl N.; Cohen, Gerald C.
1991-01-01
Discussed here is work to formally specify and verify a floating point coprocessor based on the MC68881. The HOL verification system developed at Cambridge University was used. The coprocessor consists of two independent units: the bus interface unit used to communicate with the cpu and the arithmetic processing unit used to perform the actual calculation. Reasoning about the interaction and synchronization among processes using higher order logic is demonstrated.
libvaxdata: VAX data format conversion routines
Baker, Lawrence M.
2005-01-01
libvaxdata provides a collection of routines for converting numeric data-integer and floating-point-to and from the formats used on a Digital Equipment Corporation1 (DEC) VAX 32-bit minicomputer (Brunner, 1991). Since the VAX numeric data formats are inherited from those used on a DEC PDP-11 16-bit minicomputer, these routines can be used to convert PDP-11 data as well. VAX numeric data formats are also the default data formats used on DEC Alpha 64-bit minicomputers running OpenVMS The libvaxdata routines are callable from Fortran or C. They require that the caller use two's-complement format for integer data and IEEE 754 format (ANSI/IEEE, 1985) for floating-point data. They also require that the 'natural' size of a C int type (integer) is 32 bits. That is the case for most modern 32-bit and 64-bit computer systems. Nevertheless, you may wish to consult the Fortran or C compiler documentation on your system to be sure. Some Fortran compilers support conversion of VAX numeric data on-the-fly when reading or writing unformatted files, either as a compiler option or a run-time I/O option. This feature may be easier to use than the libvaxdata routines. Consult the Fortran compiler documentation on your system to determine if this alternative is available to you. 1Later Compaq Computer Corporation, now Hewlett-Packard Company
Interoperability in digital electrocardiography: harmonization of ISO/IEEE x73-PHD and SCP-ECG.
Trigo, Jesús D; Chiarugi, Franco; Alesanco, Alvaro; Martínez-Espronceda, Miguel; Serrano, Luis; Chronaki, Catherine E; Escayola, Javier; Martínez, Ignacio; García, José
2010-11-01
The ISO/IEEE 11073 (x73) family of standards is a reference frame for medical device interoperability. A draft for an ECG device specialization (ISO/IEEE 11073-10406-d02) has already been presented to the Personal Health Device (PHD) Working Group, and the Standard Communications Protocol for Computer-Assisted ElectroCardioGraphy (SCP-ECG) Standard for short-term diagnostic ECGs (EN1064:2005+A1:2007) has recently been approved as part of the x73 family (ISO 11073-91064:2009). These factors suggest the coordinated use of these two standards in foreseeable telecardiology environments, and hence the need to harmonize them. Such harmonization is the subject of this paper. Thus, a mapping of the mandatory attributes defined in the second draft of the ISO/IEEE 11073-10406-d02 and the minimum SCP-ECG fields is presented, and various other capabilities of the SCP-ECG Standard (such as the messaging part) are also analyzed from an x73-PHD point of view. As a result, this paper addresses and analyzes the implications of some inconsistencies in the coordinated use of these two standards. Finally, a proof-of-concept implementation of the draft x73-PHD ECG device specialization is presented, along with the conversion from x73-PHD to SCP-ECG. This paper, therefore, provides recommendations for future implementations of telecardiology systems that are compliant with both x73-PHD and SCP-ECG.
An IEEE 1451.1 Architecture for ISHM Applications
NASA Technical Reports Server (NTRS)
Morris, Jon A.; Turowski, Mark; Schmalzel, John L.; Figueroa, Jorge F.
2007-01-01
converted engineering units) and health statistics produced by each intelligent element. The handling of configuration, calibration and health information is automated by using the TEDS in combination with other electronic data sheets extensions to convey health parameters. By integrating the IEEE 1451.1 Standard for a Smart Transducer Interface with ISHM technologies, each element within a complex system becomes a highly flexible computation engine capable of self-validation and performing other measures of the quality of information it is producing.
Float processing of high-temperature complex silicate glasses and float baths used for same
NASA Technical Reports Server (NTRS)
Cooper, Reid Franklin (Inventor); Cook, Glen Bennett (Inventor)
2000-01-01
A float glass process for production of high melting temperature glasses utilizes a binary metal alloy bath having the combined properties of a low melting point, low reactivity with oxygen, low vapor pressure, and minimal reactivity with the silicate glasses being formed. The metal alloy of the float medium is exothermic with a solvent metal that does not readily form an oxide. The vapor pressure of both components in the alloy is low enough to prevent deleterious vapor deposition, and there is minimal chemical and interdiffusive interaction of either component with silicate glasses under the float processing conditions. Alloys having the desired combination of properties include compositions in which gold, silver or copper is the solvent metal and silicon, germanium or tin is the solute, preferably in eutectic or near-eutectic compositions.
40 CFR 426.50 - Applicability; description of the float glass manufacturing subcategory.
Code of Federal Regulations, 2011 CFR
2011-07-01
... float glass manufacturing subcategory. 426.50 Section 426.50 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS GLASS MANUFACTURING POINT SOURCE CATEGORY Float Glass Manufacturing Subcategory § 426.50 Applicability; description of the float glass...
40 CFR 426.50 - Applicability; description of the float glass manufacturing subcategory.
Code of Federal Regulations, 2010 CFR
2010-07-01
... float glass manufacturing subcategory. 426.50 Section 426.50 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS GLASS MANUFACTURING POINT SOURCE CATEGORY Float Glass Manufacturing Subcategory § 426.50 Applicability; description of the float glass...
The control of float zone interfaces by the use of selected boundary conditions
NASA Technical Reports Server (NTRS)
Foster, L. M.; Mcintosh, J.
1983-01-01
The main goal of the float zone crystal growth project of NASA's Materials Processing in Space Program is to thoroughly understand the molten zone/freezing crystal system and all the mechanisms that govern this system. The surface boundary conditions required to give flat float zone solid melt interfaces were studied and computed. The results provide float zone furnace designers with better methods for controlling solid melt interface shapes and for computing thermal profiles and gradients. Documentation and a user's guide were provided for the computer software.
Determinant Computation on the GPU using the Condensation Method
NASA Astrophysics Data System (ADS)
Anisul Haque, Sardar; Moreno Maza, Marc
2012-02-01
We report on a GPU implementation of the condensation method designed by Abdelmalek Salem and Kouachi Said for computing the determinant of a matrix. We consider two types of coefficients: modular integers and floating point numbers. We evaluate the performance of our code by measuring its effective bandwidth and argue that it is numerical stable in the floating point number case. In addition, we compare our code with serial implementation of determinant computation from well-known mathematical packages. Our results suggest that a GPU implementation of the condensation method has a large potential for improving those packages in terms of running time and numerical stability.
NASA Astrophysics Data System (ADS)
Shevchenko, I. I.
2008-05-01
The problem of stability of the triangular libration points in the planar circular restricted three-body problem is considered. A software package, intended for normalization of autonomous Hamiltonian systems by means of computer algebra, is designed so that normalization problems of high analytical complexity could be solved. It is used to obtain the Birkhoff normal form of the Hamiltonian in the given problem. The normalization is carried out up to the 6th order of expansion of the Hamiltonian in the coordinates and momenta. Analytical expressions for the coefficients of the normal form of the 6th order are derived. Though intermediary expressions occupy gigabytes of the computer memory, the obtained coefficients of the normal form are compact enough for presentation in typographic format. The analogue of the Deprit formula for the stability criterion is derived in the 6th order of normalization. The obtained floating-point numerical values for the normal form coefficients and the stability criterion confirm the results by Markeev (1969) and Coppola and Rand (1989), while the obtained analytical and exact numeric expressions confirm the results by Meyer and Schmidt (1986) and Schmidt (1989). The given computational problem is solved without constructing a specialized algebraic processor, i.e., the designed computer algebra package has a broad field of applicability.
NASA Technical Reports Server (NTRS)
Shankar, V.; Rowell, C.; Hall, W. F.; Mohammadian, A. H.; Schuh, M.; Taylor, K.
1992-01-01
Accurate and rapid evaluation of radar signature for alternative aircraft/store configurations would be of substantial benefit in the evolution of integrated designs that meet radar cross-section (RCS) requirements across the threat spectrum. Finite-volume time domain methods offer the possibility of modeling the whole aircraft, including penetrable regions and stores, at longer wavelengths on today's gigaflop supercomputers and at typical airborne radar wavelengths on the teraflop computers of tomorrow. A structured-grid finite-volume time domain computational fluid dynamics (CFD)-based RCS code has been developed at the Rockwell Science Center, and this code incorporates modeling techniques for general radar absorbing materials and structures. Using this work as a base, the goal of the CFD-based CEM effort is to define, implement and evaluate various code development issues suitable for rapid prototype signature prediction.
Access Point Selection for Multi-Rate IEEE 802.11 Wireless LANs
2014-05-16
Mobile Systems, Applications and Services, 2006. [2] S . Vasudevan, K. Papagiannaki, C . Diot, J. Kurose, and D. Towsley, “Facilitating Access Point...LANs 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR( S ) 5d. PROJECT NUMBER 5e. TASK NUMBER 5f. WORK UNIT NUMBER 7...PERFORMING ORGANIZATION NAME( S ) AND ADDRESS(ES) University of California at Berkeley,Electrical Engineering and Computer Sciences,Berkeley,CA,94720 8
33 CFR 147.815 - ExxonMobil Hoover Floating OCS Facility safety zone.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 33 Navigation and Navigable Waters 2 2010-07-01 2010-07-01 false ExxonMobil Hoover Floating OCS... Floating OCS Facility safety zone. (a) Description. The ExxonMobil Hoover Floating OCS Facility, Alaminos... (1640.4 feet) from each point on the structure's outer edge is a safety zone. (b) Regulation. No vessel...
NASA Astrophysics Data System (ADS)
Li, W.; Shigeta, K.; Hasegawa, K.; Li, L.; Yano, K.; Tanaka, S.
2017-09-01
Recently, laser-scanning technology, especially mobile mapping systems (MMSs), has been applied to measure 3D urban scenes. Thus, it has become possible to simulate a traditional cultural event in a virtual space constructed using measured point clouds. In this paper, we take the festival float procession in the Gion Festival that has a long history in Kyoto City, Japan. The city government plans to revive the original procession route that is narrow and not used at present. For the revival, it is important to know whether a festival float collides with houses, billboards, electric wires or other objects along the original route. Therefore, in this paper, we propose a method for visualizing the collisions of point cloud objects. The advantageous features of our method are (1) a see-through visualization with a correct depth feel that is helpful to robustly determine the collision areas, (2) the ability to visualize areas of high collision risk as well as real collision areas, and (3) the ability to highlight target visualized areas by increasing the point densities there.
Drift trajectories of a floating human body simulated in a hydraulic model of Puget Sound.
Ebbesmeyer, C C; Haglund, W D
1994-01-01
After a young man jumped off a 221-foot (67 meters) high bridge, the drift of the body that beached 20 miles (32 km) away at Alki Point in Seattle, Washington was simulated with a hydraulic model. Simulations for the appropriate time period were performed using a small floating bead to represent the body in the hydraulic model at the University of Washington. Bead movements were videotaped and transferred to Computer Aided Drafting (AutoCAD) charts on a personal computer. Because of strong tidal currents in the narrow passage under the bridge (The Narrows near Tacoma, WA), small changes in the time of the jump (+/- 30 minutes) made large differences in the distance the body traveled (30 miles; 48 km). Hydraulic and other types of oceanographic models may be located by contacting technical experts known as physical oceanographers at local universities, and can be utilized to demonstrate trajectories of floating objects and the time required to arrive at selected locations. Potential applications for forensic death investigators include: to be able to set geographic and time limits for searches; determine potential origin of remains found floating or beached; and confirm and correlate information regarding entry into the water and sightings of remains.
Floating assembly of diatom Coscinodiscus sp. microshells.
Wang, Yu; Pan, Junfeng; Cai, Jun; Zhang, Deyuan
2012-03-30
Diatoms have silica frustules with transparent and delicate micro/nano scale structures, two dimensional pore arrays, and large surface areas. Although, the diatom cells of Coscinodiscus sp. live underwater, we found that their valves can float on water and assemble together. Experiments show that the convex shape and the 40 nm sieve pores of the valves allow them to float on water, and that the buoyancy and the micro-range attractive forces cause the valves to assemble together at the highest point of water. As measured by AFM calibrated glass needles fixed in manipulator, the buoyancy force on a single floating valve may reach up to 10 μN in water. Turning the valves over, enlarging the sieve pores, reducing the surface tension of water, or vacuum pumping may cause the floating valves to sink. After the water has evaporated, the floating valves remained in their assembled state and formed a monolayer film. The bonded diatom monolayer may be valuable in studies on diatom based optical devices, biosensors, solar cells, and batteries, to better use the optical and adsorption properties of frustules. The floating assembly phenomenon can also be used as a self-assembly method for fabricating monolayer of circular plates. Copyright © 2012 Elsevier Inc. All rights reserved.
NASA Astrophysics Data System (ADS)
de Turck, Koen; de Vuyst, Stijn; Fiems, Dieter; Wittevrongel, Sabine; Bruneel, Herwig
There is a considerable interest nowadays in making wireless telecommunication more energy-efficient. The sleep-mode mechanism in WiMAX (IEEE 802.16e) is one of such energy saving measures. Recently, Samsung proposed some modifications on the sleep-mode mechanism, scheduled to appear in the forthcoming IEEE 802.16m standard, aimed at minimizing the signaling overhead. In this work, we present a performance analysis of this proposal and clarify the differences with the standard mechanism included in IEEE 802.16e. We also propose some special algorithms aimed at reducing the computational complexity of the analysis.
Blind quantum computing with weak coherent pulses.
Dunjko, Vedran; Kashefi, Elham; Leverrier, Anthony
2012-05-18
The universal blind quantum computation (UBQC) protocol [A. Broadbent, J. Fitzsimons, and E. Kashefi, in Proceedings of the 50th Annual IEEE Symposiumon Foundations of Computer Science (IEEE Computer Society, Los Alamitos, CA, USA, 2009), pp. 517-526.] allows a client to perform quantum computation on a remote server. In an ideal setting, perfect privacy is guaranteed if the client is capable of producing specific, randomly chosen single qubit states. While from a theoretical point of view, this may constitute the lowest possible quantum requirement, from a pragmatic point of view, generation of such states to be sent along long distances can never be achieved perfectly. We introduce the concept of ϵ blindness for UBQC, in analogy to the concept of ϵ security developed for other cryptographic protocols, allowing us to characterize the robustness and security properties of the protocol under possible imperfections. We also present a remote blind single qubit preparation protocol with weak coherent pulses for the client to prepare, in a delegated fashion, quantum states arbitrarily close to perfect random single qubit states. This allows us to efficiently achieve ϵ-blind UBQC for any ϵ>0, even if the channel between the client and the server is arbitrarily lossy.
Blind Quantum Computing with Weak Coherent Pulses
NASA Astrophysics Data System (ADS)
Dunjko, Vedran; Kashefi, Elham; Leverrier, Anthony
2012-05-01
The universal blind quantum computation (UBQC) protocol [A. Broadbent, J. Fitzsimons, and E. Kashefi, in Proceedings of the 50th Annual IEEE Symposiumon Foundations of Computer Science (IEEE Computer Society, Los Alamitos, CA, USA, 2009), pp. 517-526.] allows a client to perform quantum computation on a remote server. In an ideal setting, perfect privacy is guaranteed if the client is capable of producing specific, randomly chosen single qubit states. While from a theoretical point of view, this may constitute the lowest possible quantum requirement, from a pragmatic point of view, generation of such states to be sent along long distances can never be achieved perfectly. We introduce the concept of ɛ blindness for UBQC, in analogy to the concept of ɛ security developed for other cryptographic protocols, allowing us to characterize the robustness and security properties of the protocol under possible imperfections. We also present a remote blind single qubit preparation protocol with weak coherent pulses for the client to prepare, in a delegated fashion, quantum states arbitrarily close to perfect random single qubit states. This allows us to efficiently achieve ɛ-blind UBQC for any ɛ>0, even if the channel between the client and the server is arbitrarily lossy.
Kim, Joongheon; Kim, Jong-Kook
2016-01-01
This paper addresses the computation procedures for estimating the impact of interference in 60 GHz IEEE 802.11ad uplink access in order to construct visual big-data database from randomly deployed surveillance camera sensing devices. The acquired large-scale massive visual information from surveillance camera devices will be used for organizing big-data database, i.e., this estimation is essential for constructing centralized cloud-enabled surveillance database. This performance estimation study captures interference impacts on the target cloud access points from multiple interference components generated by the 60 GHz wireless transmissions from nearby surveillance camera devices to their associated cloud access points. With this uplink interference scenario, the interference impacts on the main wireless transmission from a target surveillance camera device to its associated target cloud access point with a number of settings are measured and estimated under the consideration of 60 GHz radiation characteristics and antenna radiation pattern models.
Compute Server Performance Results
NASA Technical Reports Server (NTRS)
Stockdale, I. E.; Barton, John; Woodrow, Thomas (Technical Monitor)
1994-01-01
Parallel-vector supercomputers have been the workhorses of high performance computing. As expectations of future computing needs have risen faster than projected vector supercomputer performance, much work has been done investigating the feasibility of using Massively Parallel Processor systems as supercomputers. An even more recent development is the availability of high performance workstations which have the potential, when clustered together, to replace parallel-vector systems. We present a systematic comparison of floating point performance and price-performance for various compute server systems. A suite of highly vectorized programs was run on systems including traditional vector systems such as the Cray C90, and RISC workstations such as the IBM RS/6000 590 and the SGI R8000. The C90 system delivers 460 million floating point operations per second (FLOPS), the highest single processor rate of any vendor. However, if the price-performance ration (PPR) is considered to be most important, then the IBM and SGI processors are superior to the C90 processors. Even without code tuning, the IBM and SGI PPR's of 260 and 220 FLOPS per dollar exceed the C90 PPR of 160 FLOPS per dollar when running our highly vectorized suite,
Cascade Analysis of a Floating Wind Turbine Rotor
NASA Astrophysics Data System (ADS)
Eliassen, Lene; Jakobsen, Jasna B.; Knauer, Andreas; Nielsen, Finn Gunnar
2014-12-01
Mounting a wind turbine on a floating foundation introduces more complexity to the aerodynamic loading. The floater motion contains a wide range of frequencies. To study some of the basic dynamic load effect on the blades due to these motions, a two-dimensional cascade approach, combined with a potential vortex method, is used. This is an alternative method to study the aeroelastic behavior of wind turbines that is different from the traditional blade element momentum method. The analysis tool demands little computational power relative to a full three dimensional vortex method, and can handle unsteady flows. When using the cascade plane, a "cut" is made at a section of the wind turbine blade. The flow is viewed parallel to the blade axis at this cut. The cascade model is commonly used for analysis of turbo machineries. Due to the simplicity of the code it requires little computational resources, however it has limitations in its validity. It can only handle two-dimensional potential flow, i.e. including neither three-dimensional effects, such as the tip loss effect, nor boundary layers and stall effects are modeled. The computational tool can however be valuable in the overall analysis of floating wind turbines, and evaluation of the rotor control system. A check of the validity of the vortex panel code using an airfoil profile is performed, comparing the variation of the lift force, to the theoretically derived Wagner function. To analyse the floating wind turbine, a floating structure with hub height 90 m is chosen. An axial motion of the rotor is considered.
Kraus, Wayne A; Wagner, Albert F
1986-04-01
A triatomic classical trajectory code has been modified by extensive vectorization of the algorithms to achieve much improved performance on an FPS 164 attached processor. Extensive timings on both the FPS 164 and a VAX 11/780 with floating point accelerator are presented as a function of the number of trajectories simultaneously run. The timing tests involve a potential energy surface of the LEPS variety and trajectories with 1000 time steps. The results indicate that vectorization results in timing improvements on both the VAX and the FPS. For larger numbers of trajectories run simultaneously, up to a factor of 25 improvement in speed occurs between VAX and FPS vectorized code. Copyright © 1986 John Wiley & Sons, Inc.
Development of hybrid fluid jet/float polishing process
NASA Astrophysics Data System (ADS)
Beaucamp, Anthony T. H.; Namba, Yoshiharu; Freeman, Richard R.
2013-09-01
On one hand, the "float polishing" process consists of a tin lap having many concentric grooves, cut from a flat by single point diamond turning. This lap is rotated above a hydrostatic bearing spindle of high rigidity, damping and rotational accuracy. The optical surface thus floats above a thin layer of abrasive particles. But whilst surface texture can be smoothed to ~0.1nm rms (as measured by atomic force microscopy), this process can only be used on flat surfaces. On the other hand, the CNC "fluid jet polishing" process consists of pumping a mixture of water and abrasive particles to a converging nozzle, thus generating a polishing spot that can be moved along a tool path with tight track spacing. But whilst tool path feed can be moderated to ultra-precisely correct form error on freeform optical surfaces, surface finish improvement is generally limited to ~1.5nm rms (with fine abrasives). This paper reports on the development of a novel finishing method, that combines the advantages of "fluid jet polishing" (i.e. freeform corrective capability) with "float polishing" (i.e. super-smooth surface finish of 0.1nm rms or less). To come up with this new "hybrid" method, computational fluid dynamic modeling of both processes in COMSOL is being used to characterize abrasion conditions and adapt the process parameters of experimental fluid jet polishing equipment, including: (1) geometrical shape of nozzle, (2) position relative to the surface, (3) control of inlet pressure. This new process is aimed at finishing of next generation X-Ray / Gamma Ray focusing optics.
Archer, Charles J.; Faraj, Ahmad A.; Inglett, Todd A.; Ratterman, Joseph D.
2012-10-23
Methods, apparatus, and products are disclosed for providing nearest neighbor point-to-point communications among compute nodes of an operational group in a global combining network of a parallel computer, each compute node connected to each adjacent compute node in the global combining network through a link, that include: identifying each link in the global combining network for each compute node of the operational group; designating one of a plurality of point-to-point class routing identifiers for each link such that no compute node in the operational group is connected to two adjacent compute nodes in the operational group with links designated for the same class routing identifiers; and configuring each compute node of the operational group for point-to-point communications with each adjacent compute node in the global combining network through the link between that compute node and that adjacent compute node using that link's designated class routing identifier.
14 CFR 25.529 - Hull and main float landing conditions.
Code of Federal Regulations, 2014 CFR
2014-01-01
... stern landings, the limit water reaction load factors are those computed under § 25.527. In addition— (1... upward component and a side component equal, respectively, to 0.75 and 0.25 tan β times the resultant... upward load at the step of each float of 0.75 and a side load of 0.25 tan β at one float times the step...
14 CFR 25.529 - Hull and main float landing conditions.
Code of Federal Regulations, 2011 CFR
2011-01-01
... stern landings, the limit water reaction load factors are those computed under § 25.527. In addition— (1... upward component and a side component equal, respectively, to 0.75 and 0.25 tan β times the resultant... upward load at the step of each float of 0.75 and a side load of 0.25 tan β at one float times the step...
Optimal Compression of Floating-Point Astronomical Images Without Significant Loss of Information
NASA Technical Reports Server (NTRS)
Pence, William D.; White, R. L.; Seaman, R.
2010-01-01
We describe a compression method for floating-point astronomical images that gives compression ratios of 6 - 10 while still preserving the scientifically important information in the image. The pixel values are first preprocessed by quantizing them into scaled integer intensity levels, which removes some of the uncompressible noise in the image. The integers are then losslessly compressed using the fast and efficient Rice algorithm and stored in a portable FITS format file. Quantizing an image more coarsely gives greater image compression, but it also increases the noise and degrades the precision of the photometric and astrometric measurements in the quantized image. Dithering the pixel values during the quantization process greatly improves the precision of measurements in the more coarsely quantized images. We perform a series of experiments on both synthetic and real astronomical CCD images to quantitatively demonstrate that the magnitudes and positions of stars in the quantized images can be measured with the predicted amount of precision. In order to encourage wider use of these image compression methods, we have made available a pair of general-purpose image compression programs, called fpack and funpack, which can be used to compress any FITS format image.
Yu, Hui; Qi, Dan; Li, Heng-da; Xu, Ke-xin; Yuan, Wei-jie
2012-03-01
Weak signal, low instrument signal-to-noise ratio, continuous variation of human physiological environment and the interferences from other components in blood make it difficult to extract the blood glucose information from near infrared spectrum in noninvasive blood glucose measurement. The floating-reference method, which analyses the effect of glucose concentration variation on absorption coefficient and scattering coefficient, gets spectrum at the reference point and the measurement point where the light intensity variations from absorption and scattering are counteractive and biggest respectively. By using the spectrum from reference point as reference, floating-reference method can reduce the interferences from variation of physiological environment and experiment circumstance. In the present paper, the effectiveness of floating-reference method working on improving prediction precision and stability was assessed through application experiments. The comparison was made between models whose data were processed with and without floating-reference method. The results showed that the root mean square error of prediction (RMSEP) decreased by 34.7% maximally. The floating-reference method could reduce the influences of changes of samples' state, instrument noises and drift, and improve the models' prediction precision and stability effectively.
Paranoia.Ada: Sample output reports
NASA Technical Reports Server (NTRS)
1986-01-01
Paranoia.Ada is a program to diagnose floating point arithmetic in the context of the Ada programming language. The program evaluates the quality of a floating point arithmetic implementation with respect to the proposed IEEE Standards P754 and P854. Paranoia.Ada is derived from the original BASIC programming language version of Paranoia. The Paranoia.Ada replicates in Ada the test algorithms originally implemented in BASIC and adheres to the evaluation criteria established by W. M. Kahan. Paranoia.Ada incorporates a major structural redesign and employs applicable Ada architectural and stylistic features.
2009-09-01
with the flexibility provided by a wireless sensor network , could provide such enhancements. The objective of this research was to explore the...feasibility of remote management and control of a low-power/low-cost wireless sensor network by implementing a point-to-point wireless network utilizing IEEE
Efficient volume computation for three-dimensional hexahedral cells
DOE Office of Scientific and Technical Information (OSTI.GOV)
Dukowicz, J.K.
1988-02-01
Currently, algorithms for computing the volume of hexahedral cells with ''ruled'' surfaces require a minimum of 122 FLOPs (floating point operations) per cell. A new algorithm is described which reduces the operation count to 57 FLOPs per cell. copyright 1988 Academic Press, Inc.
Real-Time-Simulation of IEEE-5-Bus Network on OPAL-RT-OP4510 Simulator
NASA Astrophysics Data System (ADS)
Atul Bhandakkar, Anjali; Mathew, Lini, Dr.
2018-03-01
The Real-Time Simulator tools have high computing technologies, improved performance. They are widely used for design and improvement of electrical systems. The advancement of the software tools like MATLAB/SIMULINK with its Real-Time Workshop (RTW) and Real-Time Windows Target (RTWT), real-time simulators are used extensively in many engineering fields, such as industry, education, and research institutions. OPAL-RT-OP4510 is a Real-Time Simulator which is used in both industry and academia. In this paper, the real-time simulation of IEEE-5-Bus network is carried out by means of OPAL-RT-OP4510 with CRO and other hardware. The performance of the network is observed with the introduction of fault at various locations. The waveforms of voltage, current, active and reactive power are observed in the MATLAB simulation environment and on the CRO. Also, Load Flow Analysis (LFA) of IEEE-5-Bus network is computed using MATLAB/Simulink power-gui load flow tool.
Real object-based 360-degree integral-floating display using multiple depth camera
NASA Astrophysics Data System (ADS)
Erdenebat, Munkh-Uchral; Dashdavaa, Erkhembaatar; Kwon, Ki-Chul; Wu, Hui-Ying; Yoo, Kwan-Hee; Kim, Young-Seok; Kim, Nam
2015-03-01
A novel 360-degree integral-floating display based on the real object is proposed. The general procedure of the display system is similar with conventional 360-degree integral-floating displays. Unlike previously presented 360-degree displays, the proposed system displays the 3D image generated from the real object in 360-degree viewing zone. In order to display real object in 360-degree viewing zone, multiple depth camera have been utilized to acquire the depth information around the object. Then, the 3D point cloud representations of the real object are reconstructed according to the acquired depth information. By using a special point cloud registration method, the multiple virtual 3D point cloud representations captured by each depth camera are combined as single synthetic 3D point cloud model, and the elemental image arrays are generated for the newly synthesized 3D point cloud model from the given anamorphic optic system's angular step. The theory has been verified experimentally, and it shows that the proposed 360-degree integral-floating display can be an excellent way to display real object in the 360-degree viewing zone.
Error Mitigation of Point-to-Point Communication for Fault-Tolerant Computing
NASA Technical Reports Server (NTRS)
Akamine, Robert L.; Hodson, Robert F.; LaMeres, Brock J.; Ray, Robert E.
2011-01-01
Fault tolerant systems require the ability to detect and recover from physical damage caused by the hardware s environment, faulty connectors, and system degradation over time. This ability applies to military, space, and industrial computing applications. The integrity of Point-to-Point (P2P) communication, between two microcontrollers for example, is an essential part of fault tolerant computing systems. In this paper, different methods of fault detection and recovery are presented and analyzed.
New IEEE 11073 Standards for interoperable, networked Point-of-Care Medical Devices.
Kasparick, Martin; Schlichting, Stefan; Golatowski, Frank; Timmermann, Dirk
2015-08-01
Surgical procedures become more and more complex and the number of medical devices in an operating room (OR) increases continuously. Today's vendor-dependent solutions for integrated ORs are not able to handle this complexity. They can only form isolated solutions. Furthermore, high costs are a result of vendor-dependent approaches. Thus we present a service-oriented device communication for distributed medical systems that enables the integration and interconnection between medical devices among each other and to (medical) information systems, including plug-and-play functionality. This system will improve patient's safety by making technical complexity of a comprehensive integration manageable. It will be available as open standards that are part of the IEEE 11073 family of standards. The solution consists of a service-oriented communication technology, the so called Medical Devices Profile for Web Services (MDPWS), a Domain Information & Service Model, and a binding between the first two mechanisms. A proof of this concept has been done with demonstrators of real world OR devices.
IEEE Standards activities: A year in review. Annual activities report 1996
DOE Office of Scientific and Technical Information (OSTI.GOV)
NONE
1997-09-01
For IEEE Standards and the constituency it serves, 1996 was a milestone year. It was a period that signaled the beginning of the Standards Program of the future. This program responds to worldwide standards issues and to the technical, market and competitive strategies of industrial sectors. It represents technological innovation, global participation in electrotechnology standards development and dedication to the on-going advancement and promotion of new concepts and technology. Instrumental in ensuring IEEE`s growth opportunities and leadership position in electrotechnology standards development and dissemination is IEEE membership. The value of members and their involvement in IEEE Standards is vital tomore » IEEE`s ability to continuously be the best professional association in the world. To fulfill this vision, IEEE set forth five goals -- increased globalization, career enhancement, electronic dissemination of existing products and services, organizational improvements and public responsibility. Key in the process for the achievement of these goals is to make certain that IEEE members are well informed about opportunities and benefits the present system of standardization offers, and what the future system will offer. With the member in mind, the Standards Board reviewed its strategic direction and operational structures, and its ability to deliver products and services that are needed now and, more importantly, that will be needed in the future. This Annual Activities Report provides a comprehensive picture of 1996 accomplishments and performance. It gives readers a broad picture of the Standards Board`s activities, the evolving role of IEEE Standards and the technological opportunities that the Board encourages.« less
40 CFR 65.45 - External floating roof converted into an internal floating roof.
Code of Federal Regulations, 2010 CFR
2010-07-01
... External floating roof converted into an internal floating roof. The owner or operator who elects to... 40 Protection of Environment 15 2010-07-01 2010-07-01 false External floating roof converted into an internal floating roof. 65.45 Section 65.45 Protection of Environment ENVIRONMENTAL PROTECTION...
NASA Technical Reports Server (NTRS)
Bailey, David H.; Chancellor, Marisa K. (Technical Monitor)
1997-01-01
With programs such as the US High Performance Computing and Communications Program (HPCCP), the attention of scientists and engineers worldwide has been focused on the potential of very high performance scientific computing, namely systems that are hundreds or thousands of times more powerful than those typically available in desktop systems at any given point in time. Extending the frontiers of computing in this manner has resulted in remarkable advances, both in computing technology itself and also in the various scientific and engineering disciplines that utilize these systems. Within the month or two, a sustained rate of 1 Tflop/s (also written 1 teraflops, or 10(exp 12) floating-point operations per second) is likely to be achieved by the 'ASCI Red' system at Sandia National Laboratory in New Mexico. With this objective in sight, it is reasonable to ask what lies ahead for high-end computing.
Computationally efficient control allocation
NASA Technical Reports Server (NTRS)
Durham, Wayne (Inventor)
2001-01-01
A computationally efficient method for calculating near-optimal solutions to the three-objective, linear control allocation problem is disclosed. The control allocation problem is that of distributing the effort of redundant control effectors to achieve some desired set of objectives. The problem is deemed linear if control effectiveness is affine with respect to the individual control effectors. The optimal solution is that which exploits the collective maximum capability of the effectors within their individual physical limits. Computational efficiency is measured by the number of floating-point operations required for solution. The method presented returned optimal solutions in more than 90% of the cases examined; non-optimal solutions returned by the method were typically much less than 1% different from optimal and the errors tended to become smaller than 0.01% as the number of controls was increased. The magnitude of the errors returned by the present method was much smaller than those that resulted from either pseudo inverse or cascaded generalized inverse solutions. The computational complexity of the method presented varied linearly with increasing numbers of controls; the number of required floating point operations increased from 5.5 i, to seven times faster than did the minimum-norm solution (the pseudoinverse), and at about the same rate as did the cascaded generalized inverse solution. The computational requirements of the method presented were much better than that of previously described facet-searching methods which increase in proportion to the square of the number of controls.
Free-floating dual-arm robots for space assembly
NASA Technical Reports Server (NTRS)
Agrawal, Sunil Kumar; Chen, M. Y.
1994-01-01
Freely moving systems in space conserve linear and angular momentum. As moving systems collide, the velocities get altered due to transfer of momentum. The development of strategies for assembly in a free-floating work environment requires a good understanding of primitives such as self motion of the robot, propulsion of the robot due to onboard thrusters, docking of the robot, retrieval of an object from a collection of objects, and release of an object in an object pool. The analytics of such assemblies involve not only kinematics and rigid body dynamics but also collision and impact dynamics of multibody systems. In an effort to understand such assemblies in zero gravity space environment, we are currently developing at Ohio University a free-floating assembly facility with a dual-arm planar robot equipped with thrusters, a free-floating material table, and a free-floating assembly table. The objective is to pick up workpieces from the material table and combine them into prespecified assemblies. This paper presents analytical models of assembly primitives and strategies for overall assembly. A computer simulation of an assembly is developed using the analytical models. The experiment facility will be used to verify the theoretical predictions.
A Floating Cylinder on an Unbounded Bath
NASA Astrophysics Data System (ADS)
Chen, Hanzhe; Siegel, David
2018-03-01
In this paper, we reconsider a circular cylinder horizontally floating on an unbounded reservoir in a gravitational field directed downwards, which was studied by Bhatnagar and Finn (Phys Fluids 18(4):047103, 2006). We follow their approach but with some modifications. We establish the relation between the total energy E_T relative to the undisturbed state and the total force F_T , that is, F_T = -dE_T/dh , where h is the height of the center of the cylinder relative to the undisturbed fluid level. There is a monotone relation between h and the wetting angle φ _0 . We study the number of equilibria, the floating configurations and their stability for all parameter values. We find that the system admits at most two equilibrium points for arbitrary contact angle γ , the one with smaller φ _0 is stable and the one with larger φ _0 is unstable. Since the one-sided solution can be translated horizontally, the fluid interfaces may intersect. We show that the stable equilibrium point never lies in the intersection region, while the unstable equilibrium point may lie in the intersection region.
Archer, Charles J; Faraj, Ahmad A; Inglett, Todd A; Ratterman, Joseph D
2013-04-16
Methods, apparatus, and products are disclosed for providing full point-to-point communications among compute nodes of an operational group in a global combining network of a parallel computer, each compute node connected to each adjacent compute node in the global combining network through a link, that include: receiving a network packet in a compute node, the network packet specifying a destination compute node; selecting, in dependence upon the destination compute node, at least one of the links for the compute node along which to forward the network packet toward the destination compute node; and forwarding the network packet along the selected link to the adjacent compute node connected to the compute node through the selected link.
IEEE 802.11ah: A Technology to Face the IoT Challenge.
Baños-Gonzalez, Victor; Afaqui, M Shahwaiz; Lopez-Aguilera, Elena; Garcia-Villegas, Eduard
2016-11-22
Since the conception of the Internet of things (IoT), a large number of promising applications and technologies have been developed, which will change different aspects in our daily life. This paper explores the key characteristics of the forthcoming IEEE 802.11ah specification. This future IEEE 802.11 standard aims to amend the IEEE 802.11 legacy specification to support IoT requirements. We present a thorough evaluation of the foregoing amendment in comparison to the most notable IEEE 802.11 standards. In addition, we expose the capabilities of future IEEE 802.11ah in supporting different IoT applications. Also, we provide a brief overview of the technology contenders that are competing to cover the IoT communications framework. Numerical results are presented showing how the future IEEE 802.11ah specification offers the features required by IoT communications, thus putting forward IEEE 802.11ah as a technology to cater the needs of the Internet of Things paradigm.
IEEE 802.11ah: A Technology to Face the IoT Challenge
Baños-Gonzalez, Victor; Afaqui, M. Shahwaiz; Lopez-Aguilera, Elena; Garcia-Villegas, Eduard
2016-01-01
Since the conception of the Internet of things (IoT), a large number of promising applications and technologies have been developed, which will change different aspects in our daily life. This paper explores the key characteristics of the forthcoming IEEE 802.11ah specification. This future IEEE 802.11 standard aims to amend the IEEE 802.11 legacy specification to support IoT requirements. We present a thorough evaluation of the foregoing amendment in comparison to the most notable IEEE 802.11 standards. In addition, we expose the capabilities of future IEEE 802.11ah in supporting different IoT applications. Also, we provide a brief overview of the technology contenders that are competing to cover the IoT communications framework. Numerical results are presented showing how the future IEEE 802.11ah specification offers the features required by IoT communications, thus putting forward IEEE 802.11ah as a technology to cater the needs of the Internet of Things paradigm. PMID:27879688
Distributed Sensing for Quickest Change Detection of Point Radiation Sources
2017-02-01
point occurs simultaneously at all sensor nodes, thus neglecting signal propagation delays. For nuclear radiation , the observation period, which is on... nuclear radiation using a sensor network,” in Homeland Security (HST), 2012 IEEE Conference on Technologies for. IEEE, 2012, pp. 648–653. [8] G. Lorden...Distributed Sensing for Quickest Change Detection of Point Radiation Sources Gene T. Whipps⋆† Emre Ertin† Randolph L. Moses† †The Ohio State
DOE Office of Scientific and Technical Information (OSTI.GOV)
Archer, Charles J.; Faraj, Daniel A.; Inglett, Todd A.
Methods, apparatus, and products are disclosed for providing full point-to-point communications among compute nodes of an operational group in a global combining network of a parallel computer, each compute node connected to each adjacent compute node in the global combining network through a link, that include: receiving a network packet in a compute node, the network packet specifying a destination compute node; selecting, in dependence upon the destination compute node, at least one of the links for the compute node along which to forward the network packet toward the destination compute node; and forwarding the network packet along the selectedmore » link to the adjacent compute node connected to the compute node through the selected link.« less
Analytic Method for Computing Instrument Pointing Jitter
NASA Technical Reports Server (NTRS)
Bayard, David
2003-01-01
A new method of calculating the root-mean-square (rms) pointing jitter of a scientific instrument (e.g., a camera, radar antenna, or telescope) is introduced based on a state-space concept. In comparison with the prior method of calculating the rms pointing jitter, the present method involves significantly less computation. The rms pointing jitter of an instrument (the square root of the jitter variance shown in the figure) is an important physical quantity which impacts the design of the instrument, its actuators, controls, sensory components, and sensor- output-sampling circuitry. Using the Sirlin, San Martin, and Lucke definition of pointing jitter, the prior method of computing the rms pointing jitter involves a frequency-domain integral of a rational polynomial multiplied by a transcendental weighting function, necessitating the use of numerical-integration techniques. In practice, numerical integration complicates the problem of calculating the rms pointing error. In contrast, the state-space method provides exact analytic expressions that can be evaluated without numerical integration.
GPUs: An Emerging Platform for General-Purpose Computation
2007-08-01
programming; real-time cinematic quality graphics Peak stream (26) License required (limited time no- cost evaluation program) Commercially...folding.stanford.edu (accessed 30 March 2007). 2. Fan, Z.; Qiu, F.; Kaufman, A.; Yoakum-Stover, S. GPU Cluster for High Performance Computing. ACM/IEEE...accessed 30 March 2007). 8. Goodnight, N.; Wang, R.; Humphreys, G. Computation on Programmable Graphics Hardware. IEEE Computer Graphics and
Specialty Engineering Supplement to IEEE-15288.1
2015-05-15
receiver required to work in a dense EMI environment. (15) Any RF receiver with a burnout level of less than 30 dBm (1 mW). b. A summary of all...Context 2.1 ISO-IEC-IEEE-15288: 2015, Systems and Software Engineering — System life cycle processes ISO-IEC-IEEE 15288 is the DOD-adopted standard for...to ISO-15288 for application of systems engineering on defense programs that was developed by a joint services working group under the auspices of the
Reliability Evaluation of Computer Systems.
1981-01-01
algorithms in hardware is not restricted by the designs of particular circuits. Applications could be made in new computer architectures; one candidate...pp. 137-148, IEEE, Chicago, Illinois, September 1963. (With J.F. Wakerly ) "Design of Low-Cost General-Purpose Self- Diagnosing Computers," Proc...34 Proc., IEEE Int’l Solid-State Circuits Conference, Philadelphia, Pennsylvania, February 16-18, 1977. (With J.F. Wakerly ) "Microcomputers in the
Implementing ISO/IEEE 11073: proposal of two different strategic approaches.
Martínez-Espronceda, M; Serrano, L; Martínez, I; Escayola, J; Led, S; Trigo, J; García, J
2008-01-01
This paper explains the challenges encountered during the ISO/IEEE 11073 standard implementation process. The complexity of the standard and the consequent heavy requirements, which have not encouraged software engineers to adopt the standard. The developing complexity evaluation drives us to propose two possible implementation strategies that cover almost all possible use cases and eases handling the standard by non-expert users. The first one is focused on medical devices (MD) and proposes a low-memory and low-processor usage technique. It is based on message patterns that allow simple functions to generate ISO/IEEE 11073 messages and to process them easily. In this way a framework for MDs can be obtained. Second one is focused on more powerful machines such as data loggers or gateways (aka. computer engines (CE)), which do not have the MDs' memory and processor usage constraints. For CEs a more intelligent and adaptative Plug&Play (P&P) solution is provided. It consists on a general platform that can access to any device supported by the standard. Combining both strategies will cut developing time for applications based on ISO/EEE 11073.
MemFlash device: floating gate transistors as memristive devices for neuromorphic computing
NASA Astrophysics Data System (ADS)
Riggert, C.; Ziegler, M.; Schroeder, D.; Krautschneider, W. H.; Kohlstedt, H.
2014-10-01
Memristive devices are promising candidates for future non-volatile memory applications and mixed-signal circuits. In the field of neuromorphic engineering these devices are especially interesting to emulate neuronal functionality. Therefore, new materials and material combinations are currently investigated, which are often not compatible with Si-technology processes. The underlying mechanisms of the device often remain unclear and are paired with low device endurance and yield. These facts define the current most challenging development tasks towards a reliable memristive device technology. In this respect, the MemFlash concept is of particular interest. A MemFlash device results from a diode configuration wiring scheme of a floating gate transistor, which enables the persistent device resistance to be varied according to the history of the charge flow through the device. In this study, we investigate the scaling conditions of the floating gate oxide thickness with respect to possible applications in the field of neuromorphic engineering. We show that MemFlash cells exhibit essential features with respect to neuromorphic applications. In particular, cells with thin floating gate oxides show a limited synaptic weight growth together with low energy dissipation. MemFlash cells present an attractive alternative for state-of-art memresitive devices. The emulation of associative learning is discussed by implementing a single MemFlash cell in an analogue circuit.
R Jivani, Rishad; N Patel, Chhagan; M Patel, Dashrath; P Jivani, Nurudin
2010-01-01
The present study deals with development of a floating in-situ gel of the narrow absorption window drug baclofen. Sodium alginate-based in-situ gelling systems were prepared by dissolving various concentrations of sodium alginate in deionized water, to which varying concentrations of drug and calcium bicarbonate were added. Fourier transform infrared spectroscopy (FTIR) and differential scanning calorimetry (DSC) were used to check the presence of any interaction between the drug and the excipients. A 3(2) full factorial design was used for optimization. The concentrations of sodium alginate (X1) and calcium bicarbonate (X2) were selected as the independent variables. The amount of the drug released after 1 h (Q1) and 10 h (Q10) and the viscosity of the solution were selected as the dependent variables. The gels were studied for their viscosity, in-vitro buoyancy and drug release. Contour plots were drawn for each dependent variable and check-point batches were prepared in order to get desirable release profiles. The drug release profiles were fitted into different kinetic models. The floating lag time and floating time found to be 2 min and 12 h respectively. A decreasing trend in drug release was observed with increasing concentrations of CaCO3. The computed values of Q1 and Q10 for the check-point batch were 25% and 86% respectively, compared to the experimental values of 27.1% and 88.34%. The similarity factor (f 2) for the check-point batch being 80.25 showed that the two dissolution profiles were similar. The drug release from the in-situ gel follows the Higuchi model, which indicates a diffusion-controlled release. A stomach specific in-situ gel of baclofen could be prepared using floating mechanism to increase the residence time of the drug in stomach and thereby increase the absorption.
Zhang, Changzhe; Bu, Yuxiang
2016-09-14
Diffuse functions have been proved to be especially crucial for the accurate characterization of excess electrons which are usually bound weakly in intermolecular zones far away from the nuclei. To examine the effects of diffuse functions on the nature of the cavity-shaped excess electrons in water cluster surroundings, both the HOMO and LUMO distributions, vertical detachment energies (VDEs) and visible absorption spectra of two selected (H2O)24(-) isomers are investigated in the present work. Two main types of diffuse functions are considered in calculations including the Pople-style atom-centered diffuse functions and the ghost-atom-based floating diffuse functions. It is found that augmentation of atom-centered diffuse functions contributes to a better description of the HOMO (corresponding to the VDE convergence), in agreement with previous studies, but also leads to unreasonable diffuse characters of the LUMO with significant red-shifts in the visible spectra, which is against the conventional point of view that the more the diffuse functions, the better the results. The issue of designing extra floating functions for excess electrons has also been systematically discussed, which indicates that the floating diffuse functions are necessary not only for reducing the computational cost but also for improving both the HOMO and LUMO accuracy. Thus, the basis sets with a combination of partial atom-centered diffuse functions and floating diffuse functions are recommended for a reliable description of the weakly bound electrons. This work presents an efficient way for characterizing the electronic properties of weakly bound electrons accurately by balancing the addition of atom-centered diffuse functions and floating diffuse functions and also by balancing the computational cost and accuracy of the calculated results, and thus is very useful in the relevant calculations of various solvated electron systems and weakly bound anionic systems.
GPU Particle Tracking and MHD Simulations with Greatly Enhanced Computational Speed
NASA Astrophysics Data System (ADS)
Ziemba, T.; O'Donnell, D.; Carscadden, J.; Cash, M.; Winglee, R.; Harnett, E.
2008-12-01
GPUs are intrinsically highly parallelized systems that provide more than an order of magnitude computing speed over a CPU based systems, for less cost than a high end-workstation. Recent advancements in GPU technologies allow for full IEEE float specifications with performance up to several hundred GFLOPs per GPU, and new software architectures have recently become available to ease the transition from graphics based to scientific applications. This allows for a cheap alternative to standard supercomputing methods and should increase the time to discovery. 3-D particle tracking and MHD codes have been developed using NVIDIA's CUDA and have demonstrated speed up of nearly a factor of 20 over equivalent CPU versions of the codes. Such a speed up enables new applications to develop, including real time running of radiation belt simulations and real time running of global magnetospheric simulations, both of which could provide important space weather prediction tools.
Design of crossed-mirror array to form floating 3D LED signs
NASA Astrophysics Data System (ADS)
Yamamoto, Hirotsugu; Bando, Hiroki; Kujime, Ryousuke; Suyama, Shiro
2012-03-01
3D representation of digital signage improves its significance and rapid notification of important points. Our goal is to realize floating 3D LED signs. The problem is there is no sufficient device to form floating 3D images from LEDs. LED lamp size is around 1 cm including wiring and substrates. Such large pitch increases display size and sometimes spoils image quality. The purpose of this paper is to develop optical device to meet the three requirements and to demonstrate floating 3D arrays of LEDs. We analytically investigate image formation by a crossed mirror structure with aerial aperture, called CMA (crossed-mirror array). CMA contains dihedral corner reflectors at each aperture. After double reflection, light rays emitted from an LED will converge into the corresponding image point. We have fabricated CMA for 3D array of LEDs. One CMA unit contains 20 x 20 apertures that are located diagonally. Floating image of LEDs was formed in wide range of incident angle. The image size of focused beam agreed to the apparent aperture size. When LEDs were located three-dimensionally (LEDs in three depths), the focused distances were the same as the distance between the real LED and the CMA.
14 CFR 25.527 - Hull and main float load factors.
Code of Federal Regulations, 2011 CFR
2011-01-01
... float load factors. (a) Water reaction load factors n W must be computed in the following manner: (1... following values are used: (1) n W=water reaction load factor (that is, the water reaction divided by...
Special-purpose computer for holography HORN-2
NASA Astrophysics Data System (ADS)
Ito, Tomoyoshi; Eldeib, Hesham; Yoshida, Kenji; Takahashi, Shinya; Yabe, Takashi; Kunugi, Tomoaki
1996-01-01
We designed and built a special-purpose computer for holography, HORN-2 (HOlographic ReconstructioN). HORN-2 calculates light intensity at high speed of 0.3 Gflops per one board with single (32-bit floating point) precision. The cost of the board is 500 000 Japanese yen (5000 US dollar). We made three boards. Operating them in parallel, we get about 1 Gflops.
IEEE 342 Node Low Voltage Networked Test System
DOE Office of Scientific and Technical Information (OSTI.GOV)
Schneider, Kevin P.; Phanivong, Phillippe K.; Lacroix, Jean-Sebastian
The IEEE Distribution Test Feeders provide a benchmark for new algorithms to the distribution analyses community. The low voltage network test feeder represents a moderate size urban system that is unbalanced and highly networked. This is the first distribution test feeder developed by the IEEE that contains unbalanced networked components. The 342 node Low Voltage Networked Test System includes many elements that may be found in a networked system: multiple 13.2kV primary feeders, network protectors, a 120/208V grid network, and multiple 277/480V spot networks. This paper presents a brief review of the history of low voltage networks and how theymore » evolved into the modern systems. This paper will then present a description of the 342 Node IEEE Low Voltage Network Test System and power flow results.« less
Autonomous Microstructure EM-APEX Floats
2016-01-01
Autonomous Microstructure_EM-APEX_Float 4/8/16 at 3:21 PM 1 Title: Autonomous Microstructure EM-APEX Floats Authors: Ren-Chieh Lien1,2...Street Seattle, WA 98105 rcl@uw.edu Abstract: Fast responding FP-07 thermistors have been incorporated on profiling EM-APEX floats to measure...storage board. The raw and processed temperature observations are stored on a microSD card. Results from eight microstructure EM-APEX floats
Physical implication of transition voltage in organic nano-floating-gate nonvolatile memories
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wang, Shun; Gao, Xu, E-mail: wangsd@suda.edu.cn, E-mail: gaoxu@suda.edu.cn; Zhong, Ya-Nan
High-performance pentacene-based organic field-effect transistor nonvolatile memories, using polystyrene as a tunneling dielectric and Au nanoparticles as a nano-floating-gate, show parallelogram-like transfer characteristics with a featured transition point. The transition voltage at the transition point corresponds to a threshold electric field in the tunneling dielectric, over which stored electrons in the nano-floating-gate will start to leak out. The transition voltage can be modulated depending on the bias configuration and device structure. For p-type active layers, optimized transition voltage should be on the negative side of but close to the reading voltage, which can simultaneously achieve a high ON/OFF ratio andmore » good memory retention.« less
A note on bound constraints handling for the IEEE CEC'05 benchmark function suite.
Liao, Tianjun; Molina, Daniel; de Oca, Marco A Montes; Stützle, Thomas
2014-01-01
The benchmark functions and some of the algorithms proposed for the special session on real parameter optimization of the 2005 IEEE Congress on Evolutionary Computation (CEC'05) have played and still play an important role in the assessment of the state of the art in continuous optimization. In this article, we show that if bound constraints are not enforced for the final reported solutions, state-of-the-art algorithms produce infeasible best candidate solutions for the majority of functions of the IEEE CEC'05 benchmark function suite. This occurs even though the optima of the CEC'05 functions are within the specified bounds. This phenomenon has important implications on algorithm comparisons, and therefore on algorithm designs. This article's goal is to draw the attention of the community to the fact that some authors might have drawn wrong conclusions from experiments using the CEC'05 problems.
IEEE Conference Publications in Libraries.
ERIC Educational Resources Information Center
Johnson, Karl E.
1984-01-01
Conclusions of surveys (63 libraries, OCLC database, University of Rhode Island users) assessing handling of Institute of Electrical and Electronics Engineers (IEEE) conference publications indicate that most libraries fully catalog these publications using LC cataloging, and library patrons frequently require series access to publications. Eight…
Tethered float liquid level sensor
Daily, III, William Dean
2016-09-06
An apparatus for sensing the level of a liquid includes a float, a tether attached to the float, a pulley attached to the tether, a rotation sensor connected to the pulley that senses vertical movement of said float and senses the level of the liquid.
Does size and buoyancy affect the long-distance transport of floating debris?
NASA Astrophysics Data System (ADS)
Ryan, Peter G.
2015-08-01
Floating persistent debris, primarily made from plastic, disperses long distances from source areas and accumulates in oceanic gyres. However, biofouling can increase the density of debris items to the point where they sink. Buoyancy is related to item volume, whereas fouling is related to surface area, so small items (which have high surface area to volume ratios) should start to sink sooner than large items. Empirical observations off South Africa support this prediction: moving offshore from coastal source areas there is an increase in the size of floating debris, an increase in the proportion of highly buoyant items (e.g. sealed bottles, floats and foamed plastics), and a decrease in the proportion of thin items such as plastic bags and flexible packaging which have high surface area to volume ratios. Size-specific sedimentation rates may be one reason for the apparent paucity of small plastic items floating in the world’s oceans.
ICRF-Induced Changes in Floating Potential and Ion Saturation Current in the EAST Divertor
NASA Astrophysics Data System (ADS)
Perkins, Rory; Hosea, Joel; Taylor, Gary; Bertelli, Nicola; Kramer, Gerrit; Qin, Chengming; Wang, Liang; Yang, Jichan; Zhang, Xinjun
2017-10-01
Injection of waves in the ion cyclotron range of frequencies (ICRF) into a tokamak can potentially raise the plasma potential via RF rectification. Probes are affected both by changes in plasma potential and also by RF-averaging of the probe characteristic, with the latter tending to drop the floating potential. We present the effect of ICRF heating on divertor Langmuir probes in the EAST experiment. Over a scan of the outer gap, probes connected to the antennas have increases in floating potential with ICRF, but probes in between the outer-vessel strike point and flux surface tangent to the antenna have decreased floating potential. This behaviour is investigated using field-line mapping. Preliminary results show that mdiplane gas puffing can suppress the strong influence of ICRF on the probes' floating potential.
Failure detection in high-performance clusters and computers using chaotic map computations
Rao, Nageswara S.
2015-09-01
A programmable media includes a processing unit capable of independent operation in a machine that is capable of executing 10.sup.18 floating point operations per second. The processing unit is in communication with a memory element and an interconnect that couples computing nodes. The programmable media includes a logical unit configured to execute arithmetic functions, comparative functions, and/or logical functions. The processing unit is configured to detect computing component failures, memory element failures and/or interconnect failures by executing programming threads that generate one or more chaotic map trajectories. The central processing unit or graphical processing unit is configured to detect a computing component failure, memory element failure and/or an interconnect failure through an automated comparison of signal trajectories generated by the chaotic maps.
Implicit Block ACK Scheme for IEEE 802.11 WLANs
Sthapit, Pranesh; Pyun, Jae-Young
2016-01-01
The throughput of IEEE 802.11 standard is significantly bounded by the associated Medium Access Control (MAC) overhead. Because of the overhead, an upper limit exists for throughput, which is bounded, including situations where data rates are extremely high. Therefore, an overhead reduction is necessary to achieve higher throughput. The IEEE 802.11e amendment introduced the block ACK mechanism, to reduce the number of control messages in MAC. Although the block ACK scheme greatly reduces overhead, further improvements are possible. In this letter, we propose an implicit block ACK method that further reduces the overhead associated with IEEE 802.11e’s block ACK scheme. The mathematical analysis results are presented for both the original protocol and the proposed scheme. A performance improvement of greater than 10% was achieved with the proposed implementation.
Nakamura, N; Nakano, K; Sugiura, N; Matsumura, M
2003-12-01
A process using a floating carrier for immobilization of cyanobacteriolytic bacteria, B.cereus N-14, was proposed to realize an effective in situ control of natural floating cyanobacterial blooms. The critical concentrations of the cyanobacteriolytic substance and B.cereus N-14 cells required to exhibit cyanobacteriolytic activity were investigated. The results indicated the necessity of cell growth to produce sufficiently high amounts of the cyanobacteriolytic substance to exhibit its activity and also for conditions enabling good contact between high concentrations of the cyanobacteriolytic substance and cyanobacteria. Floating biodegradable plastics made of starch were applied as a carrier material to maintain close contact between the immobilized cyanobacteriolytic bacteria and floating cyanobacteria. The floating starch-carriers could eliminate 99% of floating cyanobacteria in 4 d. Since B.cereus N-14 could produce the cyanobacteriolytic substance under the presence of starch and some amino acids, the cyanobacteriolytic activity could be attributed to carbon source fed from starch carrier and amino acids eluted from lysed cyanobacteria. Therefore, the effect of using a floating starch-carrier was confirmed from both view points as a carrier for immobilization and a nutrient source to stimulate cyanobacteriolytic activity. The new concept to apply a floating carrier immobilizing useful microorganisms for intensive treatment of a nuisance floating target was demonstrated.
14 CFR 27.753 - Main float design.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Main float design. 27.753 Section 27.753... STANDARDS: NORMAL CATEGORY ROTORCRAFT Design and Construction Floats and Hulls § 27.753 Main float design. (a) Bag floats. Each bag float must be designed to withstand— (1) The maximum pressure differential...
14 CFR 29.753 - Main float design.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Main float design. 29.753 Section 29.753... STANDARDS: TRANSPORT CATEGORY ROTORCRAFT Design and Construction Floats and Hulls § 29.753 Main float design. (a) Bag floats. Each bag float must be designed to withstand— (1) The maximum pressure differential...
NASA Technical Reports Server (NTRS)
Naumann, R. J.
1980-01-01
A summary of the Analytical Float Zone Experiment System (AFZES) concept is presented. The types of experiments considered for such a facility are discussed. Reports from various industrial producers and users of float zone material are presented. Special emphasis is placed on state-of-the-art developments in low gravity manufacturing and their applications to space processing.
Characteristics of a Single Float Seaplane During Take-off
NASA Technical Reports Server (NTRS)
Crowley, J W , Jr; Ronan, K M
1925-01-01
At the request of the Bureau of Aeronautics, Navy Department, the National Advisory Committee for Aeronautics at Langley Field is investigating the get-away characteristics of an N-9H, a DT-2, and an F-5l, as representing, respectively, a single float, a double float, and a boat type of seaplane. This report covers the investigation conducted on the N-9H. The results show that a single float seaplane trims aft in taking off. Until a planing condition is reached the angle of attack is about 15 degrees and is only slightly affected by controls. When planing it seeks a lower angle, but is controllable through a widening range, until at the take-off it is possible to obtain angles of 8 degrees to 15 degrees with corresponding speeds of 53 to 41 M. P. H. or about 40 per cent of the speed range. The point of greatest resistance occurs at about the highest angle of a pontoon planing angle of 9 1/2 degrees and at a water speed of 24 M. P. H.
Computer generated hologram from point cloud using graphics processor.
Chen, Rick H-Y; Wilkinson, Timothy D
2009-12-20
Computer generated holography is an extremely demanding and complex task when it comes to providing realistic reconstructions with full parallax, occlusion, and shadowing. We present an algorithm designed for data-parallel computing on modern graphics processing units to alleviate the computational burden. We apply Gaussian interpolation to create a continuous surface representation from discrete input object points. The algorithm maintains a potential occluder list for each individual hologram plane sample to keep the number of visibility tests to a minimum. We experimented with two approximations that simplify and accelerate occlusion computation. It is observed that letting several neighboring hologram plane samples share visibility information on object points leads to significantly faster computation without causing noticeable artifacts in the reconstructed images. Computing a reduced sample set via nonuniform sampling is also found to be an effective acceleration technique.
Predictable and reliable ECG monitoring over IEEE 802.11 WLANs within a hospital.
Park, Juyoung; Kang, Kyungtae
2014-09-01
Telecardiology provides mobility for patients who require constant electrocardiogram (ECG) monitoring. However, its safety is dependent on the predictability and robustness of data delivery, which must overcome errors in the wireless channel through which the ECG data are transmitted. We report here a framework that can be used to gauge the applicability of IEEE 802.11 wireless local area network (WLAN) technology to ECG monitoring systems in terms of delay constraints and transmission reliability. For this purpose, a medical-grade WLAN architecture achieved predictable delay through the combination of a medium access control mechanism based on the point coordination function provided by IEEE 802.11 and an error control scheme based on Reed-Solomon coding and block interleaving. The size of the jitter buffer needed was determined by this architecture to avoid service dropout caused by buffer underrun, through analysis of variations in transmission delay. Finally, we assessed this architecture in terms of service latency and reliability by modeling the transmission of uncompressed two-lead electrocardiogram data from the MIT-BIH Arrhythmia Database and highlight the applicability of this wireless technology to telecardiology.
Data Point Averaging for Computational Fluid Dynamics Data
NASA Technical Reports Server (NTRS)
Norman, Jr., David (Inventor)
2016-01-01
A system and method for generating fluid flow parameter data for use in aerodynamic heating analysis. Computational fluid dynamics data is generated for a number of points in an area on a surface to be analyzed. Sub-areas corresponding to areas of the surface for which an aerodynamic heating analysis is to be performed are identified. A computer system automatically determines a sub-set of the number of points corresponding to each of the number of sub-areas and determines a value for each of the number of sub-areas using the data for the sub-set of points corresponding to each of the number of sub-areas. The value is determined as an average of the data for the sub-set of points corresponding to each of the number of sub-areas. The resulting parameter values then may be used to perform an aerodynamic heating analysis.
Data Point Averaging for Computational Fluid Dynamics Data
NASA Technical Reports Server (NTRS)
Norman, David, Jr. (Inventor)
2014-01-01
A system and method for generating fluid flow parameter data for use in aerodynamic heating analysis. Computational fluid dynamics data is generated for a number of points in an area on a surface to be analyzed. Sub-areas corresponding to areas of the surface for which an aerodynamic heating analysis is to be performed are identified. A computer system automatically determines a sub-set of the number of points corresponding to each of the number of sub-areas and determines a value for each of the number of sub-areas using the data for the sub-set of points corresponding to each of the number of sub-areas. The value is determined as an average of the data for the sub-set of points corresponding to each of the number of sub-areas. The resulting parameter values then may be used to perform an aerodynamic heating analysis.
Kole, J S; Beekman, F J
2006-02-21
Statistical reconstruction methods offer possibilities to improve image quality as compared with analytical methods, but current reconstruction times prohibit routine application in clinical and micro-CT. In particular, for cone-beam x-ray CT, the use of graphics hardware has been proposed to accelerate the forward and back-projection operations, in order to reduce reconstruction times. In the past, wide application of this texture hardware mapping approach was hampered owing to limited intrinsic accuracy. Recently, however, floating point precision has become available in the latest generation commodity graphics cards. In this paper, we utilize this feature to construct a graphics hardware accelerated version of the ordered subset convex reconstruction algorithm. The aims of this paper are (i) to study the impact of using graphics hardware acceleration for statistical reconstruction on the reconstructed image accuracy and (ii) to measure the speed increase one can obtain by using graphics hardware acceleration. We compare the unaccelerated algorithm with the graphics hardware accelerated version, and for the latter we consider two different interpolation techniques. A simulation study of a micro-CT scanner with a mathematical phantom shows that at almost preserved reconstructed image accuracy, speed-ups of a factor 40 to 222 can be achieved, compared with the unaccelerated algorithm, and depending on the phantom and detector sizes. Reconstruction from physical phantom data reconfirms the usability of the accelerated algorithm for practical cases.
Non-uniqueness of the point of application of the buoyancy force
NASA Astrophysics Data System (ADS)
Kliava, Janis; Mégel, Jacques
2010-07-01
Even though the buoyancy force (also known as the Archimedes force) has always been an important topic of academic studies in physics, its point of application has not been explicitly identified yet. We present a quantitative approach to this problem based on the concept of the hydrostatic energy, considered here for a general shape of the cross-section of a floating body and for an arbitrary angle of heel. We show that the location of the point of application of the buoyancy force essentially depends (i) on the type of motion experienced by the floating body and (ii) on the definition of this point. In a rolling/pitching motion, considerations involving the rotational moment lead to a particular dynamical point of application of the buoyancy force, and for some simple shapes of the floating body this point coincides with the well-known metacentre. On the other hand, from the work-energy relation it follows that in the rolling/pitching motion the energetical point of application of this force is rigidly connected to the centre of buoyancy; in contrast, in a vertical translation this point is rigidly connected to the centre of gravity of the body. Finally, we consider the location of the characteristic points of the floating bodies for some particular shapes of immersed cross-sections. The paper is intended for higher education level physics teachers and students.
NASA Astrophysics Data System (ADS)
Wang, Mingming; Luo, Jianjun; Fang, Jing; Yuan, Jianping
2018-03-01
The existence of the path dependent dynamic singularities limits the volume of available workspace of free-floating space robot and induces enormous joint velocities when such singularities are met. In order to overcome this demerit, this paper presents an optimal joint trajectory planning method using forward kinematics equations of free-floating space robot, while joint motion laws are delineated with application of the concept of reaction null-space. Bézier curve, in conjunction with the null-space column vectors, are applied to describe the joint trajectories. Considering the forward kinematics equations of the free-floating space robot, the trajectory planning issue is consequently transferred to an optimization issue while the control points to construct the Bézier curve are the design variables. A constrained differential evolution (DE) scheme with premature handling strategy is implemented to find the optimal solution of the design variables while specific objectives and imposed constraints are satisfied. Differ from traditional methods, we synthesize null-space and specialized curve to provide a novel viewpoint for trajectory planning of free-floating space robot. Simulation results are presented for trajectory planning of 7 degree-of-freedom (DOF) kinematically redundant manipulator mounted on a free-floating spacecraft and demonstrate the feasibility and effectiveness of the proposed method.
Investigating the potential of floating mires as record of palaeoenvironmental changes
NASA Astrophysics Data System (ADS)
Zaccone, C.; Adamo, P.; Giordano, S.; Miano, T. M.
2012-04-01
Peat-forming floating mires could provide an exceptional resource for palaeoenvironmental and environmental monitoring studies, as much of their own history, as well as the history of their surrounds, is recorded in their peat deposits. In his Naturalis historia (AD 77-79), Pliny the Elder described floating islands on Lake Vadimonis (now Posta Fibreno Lake, Italy). Actually, a small floating island (ca. 35 m of diameter and 3 m of submerged thickness) still occurs on this calcareous lake fed by karstic springs at the base of the Apennine Mountains. Here the southernmost Italian populations of Sphagnum palustre occur on the small surface of this floating mire known as "La Rota", i.e., a cup-formed core of Sphagnum peat and rhizomes of Helophytes, erratically floating on the water-body of a submerged doline, annexed to the easternmost edge of the lake, characterised by the extension of a large reed bed. Geological evidence point out the existence in the area of a large lacustrine basin since Late Pleistocene. The progressive filling of the lake caused by changing in climatic conditions and neotectonic events, brought about the formation of peat deposits in the area, following different depositional cycles in a swampy environment. Then, a round-shaped portion of fen, originated around lake margins in waterlogged areas, was somehow isolated from the bank and started to float. Coupling data about concentrations and fluxes of several major and trace elements of different origin (i.e., dust particles, volcanic emissions, cosmogenic dusts and marine aerosols), with climate records (plant micro- and macrofossils, pollens, isotopic ratios), biomolecular records (e.g., lipids), detailed age-depth modelling (i.e., 210Pb, 137Cs, 14C), and humification indexes, the present work is hoped to identify and better understand the reliability of this particular "archive", and thus possible relationships between biogeochemical processes occurring in this floating bog and environmental
Investigation of Response Amplitude Operators for Floating Offshore Wind Turbines: Preprint
DOE Office of Scientific and Technical Information (OSTI.GOV)
Ramachandran, G. K. V.; Robertson, A.; Jonkman, J. M.
This paper examines the consistency between response amplitude operators (RAOs) computed from WAMIT, a linear frequency-domain tool, to RAOs derived from time-domain computations based on white-noise wave excitation using FAST, a nonlinear aero-hydro-servo-elastic tool. The RAO comparison is first made for a rigid floating wind turbine without wind excitation. The investigation is further extended to examine how these RAOs change for a flexible and operational wind turbine. The RAOs are computed for below-rated, rated, and above-rated wind conditions. The method is applied to a floating wind system composed of the OC3-Hywind spar buoy and NREL 5-MW wind turbine. The responsesmore » are compared between FAST and WAMIT to verify the FAST model and to understand the influence of structural flexibility, aerodynamic damping, control actions, and waves on the system responses. The results show that based on the RAO computation procedure implemented, the WAMIT- and FAST-computed RAOs are similar (as expected) for a rigid turbine subjected to waves only. However, WAMIT is unable to model the excitation from a flexible turbine. Further, the presence of aerodynamic damping decreased the platform surge and pitch responses, as computed by both WAMIT and FAST when wind was included. Additionally, the influence of gyroscopic excitation increased the yaw response, which was captured by both WAMIT and FAST.« less
DoS detection in IEEE 802.11 with the presence of hidden nodes
Soryal, Joseph; Liu, Xijie; Saadawi, Tarek
2013-01-01
The paper presents a novel technique to detect Denial of Service (DoS) attacks applied by misbehaving nodes in wireless networks with the presence of hidden nodes employing the widely used IEEE 802.11 Distributed Coordination Function (DCF) protocols described in the IEEE standard [1]. Attacker nodes alter the IEEE 802.11 DCF firmware to illicitly capture the channel via elevating the probability of the average number of packets transmitted successfully using up the bandwidth share of the innocent nodes that follow the protocol standards. We obtained the theoretical network throughput by solving two-dimensional Markov Chain model as described by Bianchi [2], and Liu and Saadawi [3] to determine the channel capacity. We validated the results obtained via the theoretical computations with the results obtained by OPNET simulator [4] to define the baseline for the average attainable throughput in the channel under standard conditions where all nodes follow the standards. The main goal of the DoS attacker is to prevent the innocent nodes from accessing the channel and by capturing the channel’s bandwidth. In addition, the attacker strives to appear as an innocent node that follows the standards. The protocol resides in every node to enable each node to police other nodes in its immediate wireless coverage area. All innocent nodes are able to detect and identify the DoS attacker in its wireless coverage area. We applied the protocol to two Physical Layer technologies: Direct Sequence Spread Spectrum (DSSS) and Frequency Hopping Spread Spectrum (FHSS) and the results are presented to validate the algorithm. PMID:25685510
DoS detection in IEEE 802.11 with the presence of hidden nodes.
Soryal, Joseph; Liu, Xijie; Saadawi, Tarek
2014-07-01
The paper presents a novel technique to detect Denial of Service (DoS) attacks applied by misbehaving nodes in wireless networks with the presence of hidden nodes employing the widely used IEEE 802.11 Distributed Coordination Function (DCF) protocols described in the IEEE standard [1]. Attacker nodes alter the IEEE 802.11 DCF firmware to illicitly capture the channel via elevating the probability of the average number of packets transmitted successfully using up the bandwidth share of the innocent nodes that follow the protocol standards. We obtained the theoretical network throughput by solving two-dimensional Markov Chain model as described by Bianchi [2], and Liu and Saadawi [3] to determine the channel capacity. We validated the results obtained via the theoretical computations with the results obtained by OPNET simulator [4] to define the baseline for the average attainable throughput in the channel under standard conditions where all nodes follow the standards. The main goal of the DoS attacker is to prevent the innocent nodes from accessing the channel and by capturing the channel's bandwidth. In addition, the attacker strives to appear as an innocent node that follows the standards. The protocol resides in every node to enable each node to police other nodes in its immediate wireless coverage area. All innocent nodes are able to detect and identify the DoS attacker in its wireless coverage area. We applied the protocol to two Physical Layer technologies: Direct Sequence Spread Spectrum (DSSS) and Frequency Hopping Spread Spectrum (FHSS) and the results are presented to validate the algorithm.
A Very High Order, Adaptable MESA Implementation for Aeroacoustic Computations
NASA Technical Reports Server (NTRS)
Dydson, Roger W.; Goodrich, John W.
2000-01-01
Since computational efficiency and wave resolution scale with accuracy, the ideal would be infinitely high accuracy for problems with widely varying wavelength scales. Currently, many of the computational aeroacoustics methods are limited to 4th order accurate Runge-Kutta methods in time which limits their resolution and efficiency. However, a new procedure for implementing the Modified Expansion Solution Approximation (MESA) schemes, based upon Hermitian divided differences, is presented which extends the effective accuracy of the MESA schemes to 57th order in space and time when using 128 bit floating point precision. This new approach has the advantages of reducing round-off error, being easy to program. and is more computationally efficient when compared to previous approaches. Its accuracy is limited only by the floating point hardware. The advantages of this new approach are demonstrated by solving the linearized Euler equations in an open bi-periodic domain. A 500th order MESA scheme can now be created in seconds, making these schemes ideally suited for the next generation of high performance 256-bit (double quadruple) or higher precision computers. This ease of creation makes it possible to adapt the algorithm to the mesh in time instead of its converse: this is ideal for resolving varying wavelength scales which occur in noise generation simulations. And finally, the sources of round-off error which effect the very high order methods are examined and remedies provided that effectively increase the accuracy of the MESA schemes while using current computer technology.
Electrically floating, near vertical incidence, skywave antenna
Anderson, Allen A.; Kaser, Timothy G.; Tremblay, Paul A.; Mays, Belva L.
2014-07-08
An Electrically Floating, Near Vertical Incidence, Skywave (NVIS) Antenna comprising an antenna element, a floating ground element, and a grounding element. At least part of said floating ground element is positioned between said antenna element and said grounding element. The antenna is separated from the floating ground element and the grounding element by one or more electrical insulators. The floating ground element is separated from said antenna and said grounding element by one or more electrical insulators.
What is the size of a floating sheath? An answer
NASA Astrophysics Data System (ADS)
Voigt, Farina; Naggary, Schabnam; Brinkmann, Ralf Peter
2016-09-01
The formation of a non-neutral boundary sheath in front of material surfaces is universal plasma phenomenon. Despite several decades of research, however, not all related issues are fully clarified. In a recent paper, Chabert pointed out that this lack of clarity applies even to the seemingly innocuous question ``What the size of a floating sheath?'' This contribution attempts to provide an answer that is not arbitrary: The size of a floating sheath is defined as the plate separation of an equivalent parallel plate capacitor. The consequences of the definition are explored with the help of a self-consistent sheath model, and a comparison is made with other sheath size definitions. Deutsche Forschungsgemeinschaft within SFB TR 87.
Deployment of Directory Service for IEEE N Bus Test System Information
NASA Astrophysics Data System (ADS)
Barman, Amal; Sil, Jaya
2008-10-01
Exchanging information over Internet and Intranet becomes a defacto standard in computer applications, among various users and organizations. Distributed system study, e-governance etc require transparent information exchange between applications, constituencies, manufacturers, and vendors. To serve these purposes database system is needed for storing system data and other relevant information. Directory service, which is a specialized database along with access protocol, could be the single solution since it runs over TCP/IP, supported by all POSIX compliance platforms and is based on open standard. This paper describes a way to deploy directory service, to store IEEE n bus test system data and integrating load flow program with it.
Thomas, David G.
1976-01-01
The subject invention is directed to a floating platform for supporting nuclear reactors and the like at selected offshore sites. The platform is provided with a stabilizer mechanism which significantly reduces the effects of wave action upon the platform and which comprises a pair of relatively small floats attached by rigid booms to the platform at locations spaced therefrom for reducing wave pitch, acceleration, and the resonance period of the wave.
33 CFR 144.01-1 - Life floats.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 33 Navigation and Navigable Waters 2 2010-07-01 2010-07-01 false Life floats. 144.01-1 Section 144... CONTINENTAL SHELF ACTIVITIES LIFESAVING APPLIANCES Manned Platforms § 144.01-1 Life floats. Each manned platform shall be provided with at least two approved life floats. The life floats shall have sufficient...
33 CFR 144.01-1 - Life floats.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 33 Navigation and Navigable Waters 2 2011-07-01 2011-07-01 false Life floats. 144.01-1 Section 144... CONTINENTAL SHELF ACTIVITIES LIFESAVING APPLIANCES Manned Platforms § 144.01-1 Life floats. Each manned platform shall be provided with at least two approved life floats. The life floats shall have sufficient...
33 CFR 144.01-1 - Life floats.
Code of Federal Regulations, 2014 CFR
2014-07-01
... 33 Navigation and Navigable Waters 2 2014-07-01 2014-07-01 false Life floats. 144.01-1 Section 144... CONTINENTAL SHELF ACTIVITIES LIFESAVING APPLIANCES Manned Platforms § 144.01-1 Life floats. Each manned platform shall be provided with at least two approved life floats. The life floats shall have sufficient...
33 CFR 144.01-1 - Life floats.
Code of Federal Regulations, 2012 CFR
2012-07-01
... 33 Navigation and Navigable Waters 2 2012-07-01 2012-07-01 false Life floats. 144.01-1 Section 144... CONTINENTAL SHELF ACTIVITIES LIFESAVING APPLIANCES Manned Platforms § 144.01-1 Life floats. Each manned platform shall be provided with at least two approved life floats. The life floats shall have sufficient...
33 CFR 144.01-1 - Life floats.
Code of Federal Regulations, 2013 CFR
2013-07-01
... 33 Navigation and Navigable Waters 2 2013-07-01 2013-07-01 false Life floats. 144.01-1 Section 144... CONTINENTAL SHELF ACTIVITIES LIFESAVING APPLIANCES Manned Platforms § 144.01-1 Life floats. Each manned platform shall be provided with at least two approved life floats. The life floats shall have sufficient...
14 CFR 23.753 - Main float design.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Main float design. 23.753 Section 23.753... STANDARDS: NORMAL, UTILITY, ACROBATIC, AND COMMUTER CATEGORY AIRPLANES Design and Construction Floats and Hulls § 23.753 Main float design. Each seaplane main float must meet the requirements of § 23.521. [Doc...
Patts, J.R.; Colinet, J.F.; Janisko, S.J.; Barone, T.L.; Patts, L.D.
2016-01-01
Controlling float coal dust in underground coal mines before dispersal into the general airstream can reduce the risk of mine explosions while potentially achieving a more effective and efficient use of rock dust. A prototype flooded-bed scrubber was evaluated for float coal dust control in the return of a continuous miner section. The scrubber was installed inline between the face ventilation tubing and an exhausting auxiliary fan. Airborne and deposited dust mass measurements were collected over three days at set distances from the fan exhaust to assess changes in float coal dust levels in the return due to operation of the scrubber. Mass-based measurements were collected on a per-cut basis and normalized on the basis of per ton mined by the continuous miner. The results show that average float coal dust levels measured under baseline conditions were reduced by more than 90 percent when operating the scrubber. PMID:28018004
ERIC Educational Resources Information Center
Richardson, William H., Jr.
2006-01-01
Computational precision is sometimes given short shrift in a first programming course. Treating this topic requires discussing integer and floating-point number representations and inaccuracies that may result from their use. An example of a moderately simple programming problem from elementary statistics was examined. It forced students to…
Federal Register 2010, 2011, 2012, 2013, 2014
2012-08-22
... Computer Software and Complex Electronics Used in Safety Systems of Nuclear Power Plants AGENCY: Nuclear...-1209, ``Software Requirement Specifications for Digital Computer Software and Complex Electronics used... Electronics Engineers (ANSI/IEEE) Standard 830-1998, ``IEEE Recommended Practice for Software Requirements...
van Benthem, B H; Veugelers, P J; Cornelisse, P G; Strathdee, S A; Kaldor, J M; Shafer, K A; Coutinho, R A; van Griensven, G J
1998-06-18
To investigate the significance of the time from seroconversion to AIDS (incubation time) and other covariates for survival from AIDS to death. In survival analysis, survival from AIDS to death was compared for different categories of length of incubation time adjusted and unadjusted for other covariates, and significant predictors for survival from AIDS to death were investigated. Survival after AIDS was not affected by the incubation time in univariate as well as in multivariate analyses. Predictive factors for progression from AIDS to death were age at seroconversion, type of AIDS diagnosis, and CD4 cell count at AIDS. The relative hazard for age at seroconversion increased 1.38-fold over 10 years. Men with a CD4 cell count at AIDS of <130 x 10(6)/l had a twofold higher risk in progression to death than men with higher CD4 cell counts. Persons diagnosed with lymphoma had a sixfold higher risk of progression to death than persons with Kaposi's sarcoma or opportunistic infections. The incubation time as well as other factors before AIDS did not affect survival after AIDS. Survival from AIDS to death can be predicted by data obtained at the time of AIDS diagnosis, such as type of diagnosis, age and CD4 cell count. AIDS seems to be a significant point in progression to death, and not just a floating point between infection and death affected by prior factors for persons who did not receive effective therapy and did not have long incubation times.
Brückner, Hans-Peter; Spindeldreier, Christian; Blume, Holger
2013-01-01
A common approach for high accuracy sensor fusion based on 9D inertial measurement unit data is Kalman filtering. State of the art floating-point filter algorithms differ in their computational complexity nevertheless, real-time operation on a low-power microcontroller at high sampling rates is not possible. This work presents algorithmic modifications to reduce the computational demands of a two-step minimum order Kalman filter. Furthermore, the required bit-width of a fixed-point filter version is explored. For evaluation real-world data captured using an Xsens MTx inertial sensor is used. Changes in computational latency and orientation estimation accuracy due to the proposed algorithmic modifications and fixed-point number representation are evaluated in detail on a variety of processing platforms enabling on-board processing on wearable sensor platforms.
Functional outcomes of "floating elbow" injuries in adult patients.
Yokoyama, K; Itoman, M; Kobayashi, A; Shindo, M; Futami, T
1998-05-01
To assess elbow function, complications, and problems of floating elbow fractures in adults receiving surgical treatment. Retrospective clinical review. Level I trauma center in Kanagawa, Japan. Fourteen patients with fifteen floating elbow injuries, excluding one immediate amputation, seen at the Kitasato University Hospital from January 1, 1984, to April 30, 1995. All fractures were managed surgically by various methods. In ten cases, the humeral and forearm fractures were treated simultaneously with immediate fixation. In three cases, both the humeral and forearm fractures were treated with delayed fixation on Day 1, 4, or 7. In the remaining two cases, the open forearm fracture was managed with immediate fixation and the humerus fracture with delayed fixation on Day 10 or 25. All subjects underwent standardized elbow evaluations, and results were compared with an elbow score based on a 100-point scale. The parameters evaluated were pain, motion, elbow and grip strength, and function during daily activities. Complications such as infections, nonunions, malunions, and refractures were investigated. Mean follow-up was forty-three months (range 13 to 112 months). At final follow-up, the mean elbow function score was 79 points, with 67 percent (ten of fifteen) of the subjects having good or excellent results. The functional outcome did not correlate with the Injury Severity Score of the individual patients, the existence of open injuries or neurovascular injuries, or the timing of surgery. There were one deep infection, two nonunions of the humerus, two nonunions of the forearm, one varus deformity of the humerus, and one forearm refracture. Based on the present data, we could not clarify the factors influencing the final functional outcome after floating elbow injury. These injuries, however, potentially have many complications, such as infection or nonunion, especially when there is associated brachial plexus injury. We consider that floating elbow injuries are
Zhai, H; Jones, D S; McCoy, C P; Madi, A M; Tian, Y; Andrews, G P
2014-10-06
The objective of this work was to investigate the feasibility of using a novel granulation technique, namely, fluidized hot melt granulation (FHMG), to prepare gastroretentive extended-release floating granules. In this study we have utilized FHMG, a solvent free process in which granulation is achieved with the aid of low melting point materials, using Compritol 888 ATO and Gelucire 50/13 as meltable binders, in place of conventional liquid binders. The physicochemical properties, morphology, floating properties, and drug release of the manufactured granules were investigated. Granules prepared by this method were spherical in shape and showed good flowability. The floating granules exhibited sustained release exceeding 10 h. Granule buoyancy (floating time and strength) and drug release properties were significantly influenced by formulation variables such as excipient type and concentration, and the physical characteristics (particle size, hydrophilicity) of the excipients. Drug release rate was increased by increasing the concentration of hydroxypropyl cellulose (HPC) and Gelucire 50/13, or by decreasing the particle size of HPC. Floating strength was improved through the incorporation of sodium bicarbonate and citric acid. Furthermore, floating strength was influenced by the concentration of HPC within the formulation. Granules prepared in this way show good physical characteristics, floating ability, and drug release properties when placed in simulated gastric fluid. Moreover, the drug release and floating properties can be controlled by modification of the ratio or physical characteristics of the excipients used in the formulation.
Have Floating Rates Been a Success?
ERIC Educational Resources Information Center
Higham, David
1983-01-01
Floating exchange rates have not lived up to all expectations, but neither have they performed as badly as some critics have suggested. Examined are the impact of floating rates on balance of payments adjustment, domestic economic policy, and inflation and the claim that floating rates have displayed excessive fluctuations. (Author/RM)
Validating the Test Procedures Described in UL 1741 SA and IEEE P1547.1: Preprint
DOE Office of Scientific and Technical Information (OSTI.GOV)
Mahmud, Rasel; Hoke, Anderson F; Narang, David J
This paper investigates the test procedures specified in UL 1741 SA and the upcoming revision to IEEE P1547.1. A 550 kVA photovoltaic inverter was chosen for the tests. This research reveals some of key the components to consider while doing certification tests for UL 1741 SA and IEEE P1547.1. This paper also identifies some issues requiring consideration for future releases of the standard, i.e. IEEE P1547.1. This paper investigates the test procedures specified in UL 1741 SA and the upcoming revision to IEEE P1547.1. A 550 kVA photovoltaic inverter was chosen for the tests. This research reveals some of keymore » the components to consider while doing certification tests for UL 1741 SA and IEEE P1547.1. This paper also identifies some issues requiring consideration for future releases of the standard, i.e. IEEE P1547.1.« less
IEEE 1451.2 based Smart sensor system using ADuc847
NASA Astrophysics Data System (ADS)
Sreejithlal, A.; Ajith, Jose
IEEE 1451 standard defines a standard interface for connecting transducers to microprocessor based data acquisition systems, instrumentation systems, control and field networks. Smart transducer interface module (STIM) acts as a unit which provides signal conditioning, digitization and data packet generation functions to the transducers connected to it. This paper describes the implementation of a microcontroller based smart transducer interface module based on IEEE 1451.2 standard. The module, implemented using ADuc847 microcontroller has 2 transducer channels and is programmed using Embedded C language. The Sensor system consists of a Network Controlled Application Processor (NCAP) module which controls the Smart transducer interface module (STIM) over an IEEE1451.2-RS232 bus. The NCAP module is implemented as a software module in C# language. The hardware details, control principles involved and the software implementation for the STIM are described in detail.
ERIC Educational Resources Information Center
IEEE Conference on Software Engineering Education and Training, Proceedings (MS), 2012
2012-01-01
The Conference on Software Engineering Education and Training (CSEE&T) is the premier international peer-reviewed conference, sponsored by the Institute of Electrical and Electronics Engineers, Inc. (IEEE) Computer Society, which addresses all major areas related to software engineering education, training, and professionalism. This year, as…
Unsteady aerodynamic analysis for offshore floating wind turbines under different wind conditions
Xu, B. F.; Wang, T. G.; Yuan, Y.; Cao, J. F.
2015-01-01
A free-vortex wake (FVW) model is developed in this paper to analyse the unsteady aerodynamic performance of offshore floating wind turbines. A time-marching algorithm of third-order accuracy is applied in the FVW model. Owing to the complex floating platform motions, the blade inflow conditions and the positions of initial points of vortex filaments, which are different from the fixed wind turbine, are modified in the implemented model. A three-dimensional rotational effect model and a dynamic stall model are coupled into the FVW model to improve the aerodynamic performance prediction in the unsteady conditions. The effects of floating platform motions in the simulation model are validated by comparison between calculation and experiment for a small-scale rigid test wind turbine coupled with a floating tension leg platform (TLP). The dynamic inflow effect carried by the FVW method itself is confirmed and the results agree well with the experimental data of a pitching transient on another test turbine. Also, the flapping moment at the blade root in yaw on the same test turbine is calculated and compares well with the experimental data. Then, the aerodynamic performance is simulated in a yawed condition of steady wind and in an unyawed condition of turbulent wind, respectively, for a large-scale wind turbine coupled with the floating TLP motions, demonstrating obvious differences in rotor performance and blade loading from the fixed wind turbine. The non-dimensional magnitudes of loading changes due to the floating platform motions decrease from the blade root to the blade tip. PMID:25583859
NASA Technical Reports Server (NTRS)
Seewald, Friedrich
1931-01-01
The principal source of information on float resistance is the model test. In view of the insuperable difficulties opposing any attempt at theoretical treatment of the resistance problem, particularly at attitudes which tend toward satisfactory take-off, such as the transitory stage to planing, the towing test is and will remain the primary method for some time.
The IEEE Software Engineering Standards Process
Buckley, Fletcher J.
1984-01-01
Software Engineering has emerged as a field in recent years, and those involved increasingly recognize the need for standards. As a result, members of the Institute of Electrical and Electronics Engineers (IEEE) formed a subcommittee to develop these standards. This paper discusses the ongoing standards development, and associated efforts.
Shahan, M.R.; Seaman, C.E.; Beck, T.W.; Colinet, J.F.; Mischler, S.E.
2017-01-01
Float coal dust is produced by various mining methods, carried by ventilating air and deposited on the floor, roof and ribs of mine airways. If deposited, float dust is re-entrained during a methane explosion. Without sufficient inert rock dust quantities, this float coal dust can propagate an explosion throughout mining entries. Consequently, controlling float coal dust is of critical interest to mining operations. Rock dusting, which is the adding of inert material to airway surfaces, is the main control technique currently used by the coal mining industry to reduce the float coal dust explosion hazard. To assist the industry in reducing this hazard, the Pittsburgh Mining Research Division of the U.S. National Institute for Occupational Safety and Health initiated a project to investigate methods and technologies to reduce float coal dust in underground coal mines through prevention, capture and suppression prior to deposition. Field characterization studies were performed to determine quantitatively the sources, types and amounts of dust produced during various coal mining processes. The operations chosen for study were a continuous miner section, a longwall section and a coal-handling facility. For each of these operations, the primary dust sources were confirmed to be the continuous mining machine, longwall shearer and conveyor belt transfer points, respectively. Respirable and total airborne float dust samples were collected and analyzed for each operation, and the ratio of total airborne float coal dust to respirable dust was calculated. During the continuous mining process, the ratio of total airborne float coal dust to respirable dust ranged from 10.3 to 13.8. The ratios measured on the longwall face were between 18.5 and 21.5. The total airborne float coal dust to respirable dust ratio observed during belt transport ranged between 7.5 and 21.8. PMID:28936001
Shahan, M R; Seaman, C E; Beck, T W; Colinet, J F; Mischler, S E
2017-09-01
Float coal dust is produced by various mining methods, carried by ventilating air and deposited on the floor, roof and ribs of mine airways. If deposited, float dust is re-entrained during a methane explosion. Without sufficient inert rock dust quantities, this float coal dust can propagate an explosion throughout mining entries. Consequently, controlling float coal dust is of critical interest to mining operations. Rock dusting, which is the adding of inert material to airway surfaces, is the main control technique currently used by the coal mining industry to reduce the float coal dust explosion hazard. To assist the industry in reducing this hazard, the Pittsburgh Mining Research Division of the U.S. National Institute for Occupational Safety and Health initiated a project to investigate methods and technologies to reduce float coal dust in underground coal mines through prevention, capture and suppression prior to deposition. Field characterization studies were performed to determine quantitatively the sources, types and amounts of dust produced during various coal mining processes. The operations chosen for study were a continuous miner section, a longwall section and a coal-handling facility. For each of these operations, the primary dust sources were confirmed to be the continuous mining machine, longwall shearer and conveyor belt transfer points, respectively. Respirable and total airborne float dust samples were collected and analyzed for each operation, and the ratio of total airborne float coal dust to respirable dust was calculated. During the continuous mining process, the ratio of total airborne float coal dust to respirable dust ranged from 10.3 to 13.8. The ratios measured on the longwall face were between 18.5 and 21.5. The total airborne float coal dust to respirable dust ratio observed during belt transport ranged between 7.5 and 21.8.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Brown, W Michael; Kohlmeyer, Axel; Plimpton, Steven J
The use of accelerators such as graphics processing units (GPUs) has become popular in scientific computing applications due to their low cost, impressive floating-point capabilities, high memory bandwidth, and low electrical power requirements. Hybrid high-performance computers, machines with nodes containing more than one type of floating-point processor (e.g. CPU and GPU), are now becoming more prevalent due to these advantages. In this paper, we present a continuation of previous work implementing algorithms for using accelerators into the LAMMPS molecular dynamics software for distributed memory parallel hybrid machines. In our previous work, we focused on acceleration for short-range models with anmore » approach intended to harness the processing power of both the accelerator and (multi-core) CPUs. To augment the existing implementations, we present an efficient implementation of long-range electrostatic force calculation for molecular dynamics. Specifically, we present an implementation of the particle-particle particle-mesh method based on the work by Harvey and De Fabritiis. We present benchmark results on the Keeneland InfiniBand GPU cluster. We provide a performance comparison of the same kernels compiled with both CUDA and OpenCL. We discuss limitations to parallel efficiency and future directions for improving performance on hybrid or heterogeneous computers.« less
An NTP Stratum-One Server Farm Fed By IEEE-1588
2010-01-01
Serial Time Code Formats,” U.S. Army White Sands Missile Range, N.M. [11] J. Eidson , 2005, “IEEE-1588 Standard for a Precision Clock Synchronization ... synchronized to its Master Clocks via IRIG-B time code on a low- frequency RF distribution system. The availability of Precise Time Protocol (PTP, IEEE...forwarding back to the requestor. The farm NTP servers are synchronized to the USNO Master Clocks using IRIG-B time code. The current standard NTP
NASA Technical Reports Server (NTRS)
Kelly, G. L.; Berthold, G.; Abbott, L.
1982-01-01
A 5 MHZ single-board microprocessor system which incorporates an 8086 CPU and an 8087 Numeric Data Processor is used to implement the control laws for the NASA Drones for Aerodynamic and Structural Testing, Aeroelastic Research Wing II. The control laws program was executed in 7.02 msec, with initialization consuming 2.65 msec and the control law loop 4.38 msec. The software emulator execution times for these two tasks were 36.67 and 61.18, respectively, for a total of 97.68 msec. The space, weight and cost reductions achieved in the present, aircraft control application of this combination of a 16-bit microprocessor with an 80-bit floating point coprocessor may be obtainable in other real time control applications.
IEEE 802.16J-Relay Fortified Aeromacs Networks; Benefits and Challenges
NASA Technical Reports Server (NTRS)
Kamali, Behnam; Apaza, Rafael D.
2014-01-01
Aeronautical Mobile Airport Communications System (AeroMACS) is an IEEE 802.16 standard-based (WiMAX) broadband aviation transmission technology, developed to provide safety critical communications coverage for airport surface in support of fixed and mobile ground to ground applications and services. We have previously demonstrated that IEEE 802.16j-amendment-based WiMAX is most feasible for AeroMACS applications. The principal argument in favor of application of IEEE 802.16j technology is the flexible and cost effective extension of radio coverage that is afforded by relay fortified WiMAX networks, with virtually no increase in the power requirements. In this article, following introductory remarks on airport surface communications, WiMAX and AeroMACS; the IEEE 802.16j-based WiMAX technology and multihop relay systems are briefly described. The two modes of relay operation supported by IEEE 802.16j amendment; i.e., transparent (TRS) and non-transparent (NTRS) modes, are discussed in some detail. Advantages and disadvantages of using TRS and NTRS in AeroMACS networks are summarized in a table. Practical issues vis--vis the inclusion of relays in AeroMACS networks are addressed. It is argued that the selection of relay type may affect a number of network parameters. A discussion on specific benefits and challenges of inclusion of relays in AeroMACS networks is provided. The article concludes that in case it is desired or necessary to exclusively employ one type of relay mode for all applications throughout an AeroMACS network, the proper selection would be the non-transparent mode.
Application of supercomputers to computational aerodynamics
NASA Technical Reports Server (NTRS)
Peterson, V. L.
1984-01-01
Computers are playing an increasingly important role in the field of aerodynamics such that they now serve as a major complement to wind tunnels in aerospace research and development. Factors pacing advances in computational aerodynamics are identified, including the amount of computational power required to take the next major step in the discipline. Example results obtained from the successively refined forms of the governing equations are discussed, both in the context of levels of computer power required and the degree to which they either further the frontiers of research or apply to problems of practical importance. Finally, the Numerical Aerodynamic Simulation (NAS) Program - with its 1988 target of achieving a sustained computational rate of 1 billion floating point operations per second and operating with a memory of 240 million words - is discussed in terms of its goals and its projected effect on the future of computational aerodynamics.
Numerical simulations of inductive-heated float-zone growth
NASA Technical Reports Server (NTRS)
Chan, Y. T.; Choi, S. K.
1992-01-01
The present work provides an improved fluid flow and heat-transfer modeling of float-zone growth by introducing a RF heating model so that an ad hoc heating temperature profile is not necessary. Numerical simulations were carried out to study the high-temperature float-zone growth of titanium carbide single crystal. The numerical results showed that the thermocapillary convection occurring inside the molten zone tends to increase the convexity of the melt-crystal interface and decrease the maximum temperature of the molten zone, while the natural convection tends to reduce the stability of the molten zone by increasing its height. It was found that the increase of induced heating due to the increase of applied RF voltage is reduced by the decrease of zone diameter. Surface tension plays an important role in controlling the amount of induced heating. Finally, a comparison of the computed shape of the free surface with a digital image obtained during a growth run showed adequate agreement.
Harada, Ichiro; Kim, Sung-Gon; Cho, Chong Su; Kurosawa, Hisashi; Akaike, Toshihiro
2007-01-01
In this study, a simple combined method consisting of floating and anchored collagen gel in a ligament or tendon equivalent culture system was used to produce the oriented fibrils in fibroblast-populated collagen matrices (FPCMs) during the remodeling and contraction of the collagen gel. Orientation of the collagen fibrils along single axis occurred over the whole area of the floating section and most of the fibroblasts were elongated and aligned along the oriented collagen fibrils, whereas no significant orientation of fibrils was observed in normally contracted FPCMs by the floating method. Higher elasticity and enhanced mechanical strength were obtained using our simple method compared with normally contracted floating FPCMs. The Young's modulus and the breaking point of the FPCMs were dependent on the initial cell densities. This simple method will be applied as a convenient bioreactor to study cellular processes of the fibroblasts in the tissues with highly oriented fibrils such as ligaments or tendons. (c) 2006 Wiley Periodicals, Inc.
Field programmable gate array-assigned complex-valued computation and its limits
DOE Office of Scientific and Technical Information (OSTI.GOV)
Bernard-Schwarz, Maria, E-mail: maria.bernardschwarz@ni.com; Institute of Applied Physics, TU Wien, Wiedner Hauptstrasse 8, 1040 Wien; Zwick, Wolfgang
We discuss how leveraging Field Programmable Gate Array (FPGA) technology as part of a high performance computing platform reduces latency to meet the demanding real time constraints of a quantum optics simulation. Implementations of complex-valued operations using fixed point numeric on a Virtex-5 FPGA compare favorably to more conventional solutions on a central processing unit. Our investigation explores the performance of multiple fixed point options along with a traditional 64 bits floating point version. With this information, the lowest execution times can be estimated. Relative error is examined to ensure simulation accuracy is maintained.
Unsteady aerodynamic analysis for offshore floating wind turbines under different wind conditions.
Xu, B F; Wang, T G; Yuan, Y; Cao, J F
2015-02-28
A free-vortex wake (FVW) model is developed in this paper to analyse the unsteady aerodynamic performance of offshore floating wind turbines. A time-marching algorithm of third-order accuracy is applied in the FVW model. Owing to the complex floating platform motions, the blade inflow conditions and the positions of initial points of vortex filaments, which are different from the fixed wind turbine, are modified in the implemented model. A three-dimensional rotational effect model and a dynamic stall model are coupled into the FVW model to improve the aerodynamic performance prediction in the unsteady conditions. The effects of floating platform motions in the simulation model are validated by comparison between calculation and experiment for a small-scale rigid test wind turbine coupled with a floating tension leg platform (TLP). The dynamic inflow effect carried by the FVW method itself is confirmed and the results agree well with the experimental data of a pitching transient on another test turbine. Also, the flapping moment at the blade root in yaw on the same test turbine is calculated and compares well with the experimental data. Then, the aerodynamic performance is simulated in a yawed condition of steady wind and in an unyawed condition of turbulent wind, respectively, for a large-scale wind turbine coupled with the floating TLP motions, demonstrating obvious differences in rotor performance and blade loading from the fixed wind turbine. The non-dimensional magnitudes of loading changes due to the floating platform motions decrease from the blade root to the blade tip. © 2015 The Author(s) Published by the Royal Society. All rights reserved.
Zuo, Shan; Song, Y D; Wang, Lei; Song, Qing-wang
2013-01-01
Offshore floating wind turbine (OFWT) has gained increasing attention during the past decade because of the offshore high-quality wind power and complex load environment. The control system is a tradeoff between power tracking and fatigue load reduction in the above-rated wind speed area. In allusion to the external disturbances and uncertain system parameters of OFWT due to the proximity to load centers and strong wave coupling, this paper proposes a computationally inexpensive robust adaptive control approach with memory-based compensation for blade pitch control. The method is tested and compared with a baseline controller and a conventional individual blade pitch controller with the "NREL offshore 5 MW baseline wind turbine" being mounted on a barge platform run on FAST and Matlab/Simulink, operating in the above-rated condition. It is shown that the advanced control approach is not only robust to complex wind and wave disturbances but adaptive to varying and uncertain system parameters as well. The simulation results demonstrate that the proposed method performs better in reducing power fluctuations, fatigue loads and platform vibration as compared to the conventional individual blade pitch control.
Zuo, Shan; Song, Y. D.; Wang, Lei; Song, Qing-wang
2013-01-01
Offshore floating wind turbine (OFWT) has gained increasing attention during the past decade because of the offshore high-quality wind power and complex load environment. The control system is a tradeoff between power tracking and fatigue load reduction in the above-rated wind speed area. In allusion to the external disturbances and uncertain system parameters of OFWT due to the proximity to load centers and strong wave coupling, this paper proposes a computationally inexpensive robust adaptive control approach with memory-based compensation for blade pitch control. The method is tested and compared with a baseline controller and a conventional individual blade pitch controller with the “NREL offshore 5 MW baseline wind turbine” being mounted on a barge platform run on FAST and Matlab/Simulink, operating in the above-rated condition. It is shown that the advanced control approach is not only robust to complex wind and wave disturbances but adaptive to varying and uncertain system parameters as well. The simulation results demonstrate that the proposed method performs better in reducing power fluctuations, fatigue loads and platform vibration as compared to the conventional individual blade pitch control. PMID:24453834
NASA Technical Reports Server (NTRS)
Gosney, W. M.
1977-01-01
Electrically alterable read-only memories (EAROM's) or reprogrammable read-only memories (RPROM's) can be fabricated using a single-level metal-gate p-channel MOS technology with all conventional processing steps. Given the acronym DIFMOS for dual-injector floating-gate MOS, this technology utilizes the floating-gate technique for nonvolatile storage of data. Avalanche injection of hot electrons through gate oxide from a special injector diode in each bit is used to charge the floating gates. A second injector structure included in each bit permits discharge of the floating gate by avalanche injection of holes through gate oxide. The overall design of the DIFMOS bit is dictated by the physical considerations required for each of the avalanche injector types. The end result is a circuit technology which can provide fully decoded bit-erasable EAROM-type circuits using conventional manufacturing techniques.
Multi-level Capacitive Memory Effect in Metal/Oxide/Floating-Schottky Junction
NASA Astrophysics Data System (ADS)
Choi, Gahyun; Jung, Sungchul; Yoon, Hoon Hahn; Jeon, Youngeun; Park*, Kibog
2015-03-01
A memory computing (memcomputing) system can store and process information at the same physical location simultaneously. The essential components of memcomputing are passive devices with memory functionality, such as memristor, memcapacitor, and meminductor. We report the realization of a Schottky contact memcapacitor compatible with the current Si CMOS technology. Our memcapacitor is formed by depositing a stack of metal and oxide thin films on top of a Schottky contact. Here, the metal electrode of the Schottky contact is floating. The working principle of our memcapacitor is based on the fact that the depletion width of the Schottky contact varies according to the amount of charge stored in the floating metal electrode. The voltage pulse applied across the Metal/Oxide/Floating-Schottky junction controls charge flow in the Schottky contact and determines the amount of charge stored eventually. It is demonstrated experimentally that our memcapacitor exhibits hysteresis behaviors in capacitance-voltage curves and possesses multiple capacitance values that are switchable by the applied voltage pulse. Supported by NRF in South Korea (2013R1A1A2007070).
The floating anchored craniotomy
Gutman, Matthew J.; How, Elena; Withers, Teresa
2017-01-01
Background: The “floating anchored” craniotomy is a technique utilized at our tertiary neurosurgery institution in which a traditional decompressive craniectomy has been substituted for a floating craniotomy. The hypothesized advantages of this technique include adequate decompression, reduction in the intracranial pressure, obviating the need for a secondary cranioplasty, maintained bone protection, preventing the syndrome of the trephined, and a potential reduction in axonal stretching. Methods: The bone plate is re-attached via multiple loosely affixed vicryl sutures, enabling decompression, but then ensuring the bone returns to its anatomical position once cerebral edema has subsided. Results: From the analysis of 57 consecutive patients analyzed at our institution, we have found that the floating anchored craniotomy is comparable to decompressive craniectomy for intracranial pressure reduction and has some significant theoretical advantages. Conclusions: Despite the potential advantages of techniques that avoid the need for a second cranioplasty, they have not been widely adopted and have been omitted from trials examining the utility of decompressive surgery. This retrospective analysis of prospectively collected data suggests that the floating anchored craniotomy may be applicable instead of decompressive craniectomy. PMID:28713633
14 CFR 25.753 - Main float design.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Main float design. 25.753 Section 25.753 Aeronautics and Space FEDERAL AVIATION ADMINISTRATION, DEPARTMENT OF TRANSPORTATION AIRCRAFT AIRWORTHINESS STANDARDS: TRANSPORT CATEGORY AIRPLANES Design and Construction Floats and Hulls § 25.753 Main float design...
NASA Astrophysics Data System (ADS)
Johnson, K. S.; Plant, J. N.; Sakamoto, C.; Coletti, L. J.; Sarmiento, J. L.; Riser, S.; Talley, L. D.
2016-12-01
Sixty profiling floats with ISUS and SUNA nitrate sensors have been deployed in the Southern Ocean (south of 30 degrees S) as part of the SOCCOM (Southern Ocean Carbon and Climate Observations and Modeling) program and earlier efforts. These floats have produced detailed records of the annual cycle of nitrate concentration throughout the region from the surface to depths near 2000 m. In surface waters, there are clear cycles in nitrate concentration that result from uptake of nitrate during austral spring and summer. These changes in nitrate concentration were used to compute the annual net community production over this region. NCP was computed using a simplified version of the approach detailed by Plant et al. (2016, Global Biogeochemical Cycles, 30, 859-879, DOI: 10.1002/2015GB005349). At the time the abstract was written 41 complete annual cycles were available from floats deployed before the austral summer of 2015/2016. After filtering the data to remove floats that crossed distinct frontal boundaries, floats with other anomalies, and floats in sub-tropical waters, 23 cycles were available. A preliminary assessment of the data yields an NCP of 2.8 +/- 0.95 (1 SD) mol C/m2/y after integrating to 100 m depth and converting nitrate uptake to carbon using the Redfield ratio. This preliminary assessment ignores vertical transport across the nitracline and is, therefore, a minimum estimate. The number of cycles available for analysis will increase rapidly, as 32 of the floats were deployed in the austral summer of 2015/2016 and have not yet been analyzed.
Li, Bingyi; Chen, Liang; Yu, Wenyue; Xie, Yizhuang; Bian, Mingming; Zhang, Qingjun; Pang, Long
2018-01-01
With the development of satellite load technology and very large-scale integrated (VLSI) circuit technology, on-board real-time synthetic aperture radar (SAR) imaging systems have facilitated rapid response to disasters. A key goal of the on-board SAR imaging system design is to achieve high real-time processing performance under severe size, weight, and power consumption constraints. This paper presents a multi-node prototype system for real-time SAR imaging processing. We decompose the commonly used chirp scaling (CS) SAR imaging algorithm into two parts according to the computing features. The linearization and logic-memory optimum allocation methods are adopted to realize the nonlinear part in a reconfigurable structure, and the two-part bandwidth balance method is used to realize the linear part. Thus, float-point SAR imaging processing can be integrated into a single Field Programmable Gate Array (FPGA) chip instead of relying on distributed technologies. A single-processing node requires 10.6 s and consumes 17 W to focus on 25-km swath width, 5-m resolution stripmap SAR raw data with a granularity of 16,384 × 16,384. The design methodology of the multi-FPGA parallel accelerating system under the real-time principle is introduced. As a proof of concept, a prototype with four processing nodes and one master node is implemented using a Xilinx xc6vlx315t FPGA. The weight and volume of one single machine are 10 kg and 32 cm × 24 cm × 20 cm, respectively, and the power consumption is under 100 W. The real-time performance of the proposed design is demonstrated on Chinese Gaofen-3 stripmap continuous imaging. PMID:29495637
Performance Analysis of the IEEE 802.11p Multichannel MAC Protocol in Vehicular Ad Hoc Networks
2017-01-01
Vehicular Ad Hoc Networks (VANETs) employ multichannel to provide a variety of safety and non-safety applications, based on the IEEE 802.11p and IEEE 1609.4 protocols. The safety applications require timely and reliable transmissions, while the non-safety applications require efficient and high throughput. In the IEEE 1609.4 protocol, operating interval is divided into alternating Control Channel (CCH) interval and Service Channel (SCH) interval with an identical length. During the CCH interval, nodes transmit safety-related messages and control messages, and Enhanced Distributed Channel Access (EDCA) mechanism is employed to allow four Access Categories (ACs) within a station with different priorities according to their criticality for the vehicle’s safety. During the SCH interval, the non-safety massages are transmitted. An analytical model is proposed in this paper to evaluate performance, reliability and efficiency of the IEEE 802.11p and IEEE 1609.4 protocols. The proposed model improves the existing work by taking serval aspects and the character of multichannel switching into design consideration. Extensive performance evaluations based on analysis and simulation help to validate the accuracy of the proposed model and analyze the capabilities and limitations of the IEEE 802.11p and IEEE 1609.4 protocols, and enhancement suggestions are given. PMID:29231882
Performance Analysis of the IEEE 802.11p Multichannel MAC Protocol in Vehicular Ad Hoc Networks.
Song, Caixia
2017-12-12
Vehicular Ad Hoc Networks (VANETs) employ multichannel to provide a variety of safety and non-safety applications, based on the IEEE 802.11p and IEEE 1609.4 protocols. The safety applications require timely and reliable transmissions, while the non-safety applications require efficient and high throughput. In the IEEE 1609.4 protocol, operating interval is divided into alternating Control Channel (CCH) interval and Service Channel (SCH) interval with an identical length. During the CCH interval, nodes transmit safety-related messages and control messages, and Enhanced Distributed Channel Access (EDCA) mechanism is employed to allow four Access Categories (ACs) within a station with different priorities according to their criticality for the vehicle's safety. During the SCH interval, the non-safety massages are transmitted. An analytical model is proposed in this paper to evaluate performance, reliability and efficiency of the IEEE 802.11p and IEEE 1609.4 protocols. The proposed model improves the existing work by taking serval aspects and the character of multichannel switching into design consideration. Extensive performance evaluations based on analysis and simulation help to validate the accuracy of the proposed model and analyze the capabilities and limitations of the IEEE 802.11p and IEEE 1609.4 protocols, and enhancement suggestions are given.
A micro-computer based system to compute magnetic variation
NASA Technical Reports Server (NTRS)
Kaul, R.
1984-01-01
A mathematical model of magnetic variation in the continental United States (COT48) was implemented in the Ohio University LORAN C receiver. The model is based on a least squares fit of a polynomial function. The implementation on the microprocessor based LORAN C receiver is possible with the help of a math chip, Am9511 which performs 32 bit floating point mathematical operations. A Peripheral Interface Adapter (M6520) is used to communicate between the 6502 based micro-computer and the 9511 math chip. The implementation provides magnetic variation data to the pilot as a function of latitude and longitude. The model and the real time implementation in the receiver are described.
Computers Don't Byte. A Starting Point for Teachers Using Computers. A Resource Booklet.
ERIC Educational Resources Information Center
Lieberman, Michael; And Others
Designed to provide a starting point for the teacher without computer experience, this booklet deals with both the "how" and the "when" of computers in education. Educational applications described include classroom uses with the student as a passive or an active user and programs for the handicapped; the purpose of computers…
NASA Astrophysics Data System (ADS)
Li, Jun; Qin, Qiming; Xie, Chao; Zhao, Yue
2012-10-01
The update frequency of digital road maps influences the quality of road-dependent services. However, digital road maps surveyed by probe vehicles or extracted from remotely sensed images still have a long updating circle and their cost remain high. With GPS technology and wireless communication technology maturing and their cost decreasing, floating car technology has been used in traffic monitoring and management, and the dynamic positioning data from floating cars become a new data source for updating road maps. In this paper, we aim to update digital road maps using the floating car data from China's National Commercial Vehicle Monitoring Platform, and present an incremental road network extraction method suitable for the platform's GPS data whose sampling frequency is low and which cover a large area. Based on both spatial and semantic relationships between a trajectory point and its associated road segment, the method classifies each trajectory point, and then merges every trajectory point into the candidate road network through the adding or modifying process according to its type. The road network is gradually updated until all trajectories have been processed. Finally, this method is applied in the updating process of major roads in North China and the experimental results reveal that it can accurately derive geometric information of roads under various scenes. This paper provides a highly-efficient, low-cost approach to update digital road maps.
Throughput analysis of the IEEE 802.4 token bus standard under heavy load
NASA Technical Reports Server (NTRS)
Pang, Joseph; Tobagi, Fouad
1987-01-01
It has become clear in the last few years that there is a trend towards integrated digital services. Parallel to the development of public Integrated Services Digital Network (ISDN) is service integration in the local area (e.g., a campus, a building, an aircraft). The types of services to be integrated depend very much on the specific local environment. However, applications tend to generate data traffic belonging to one of two classes. According to IEEE 802.4 terminology, the first major class of traffic is termed synchronous, such as packetized voice and data generated from other applications with real-time constraints, and the second class is called asynchronous which includes most computer data traffic such as file transfer or facsimile. The IEEE 802.4 token bus protocol which was designed to support both synchronous and asynchronous traffic is examined. The protocol is basically a timer-controlled token bus access scheme. By a suitable choice of the design parameters, it can be shown that access delay is bounded for synchronous traffic. As well, the bandwidth allocated to asynchronous traffic can be controlled. A throughput analysis of the protocol under heavy load with constant channel occupation of synchronous traffic and constant token-passing times is presented.
2011-05-27
frameworks 4 CMMI-DEV IEEE / ISO / IEC 15288 / 12207 Quality Assurance ©2011 Walz IEEE Life Cycle Processes & Artifacts • Systems Life Cycle Processes...TAG to ISO TC 176 Quality Management • Quality: ASQ, work experience • Software: three books, consulting, work experience • Systems: Telecom & DoD...and IEEE 730 SQA need to align. The P730 IEEE standards working group has expanded the scope of the SQA process standard to align with IS 12207
Accuracy of the lattice-Boltzmann method using the Cell processor
NASA Astrophysics Data System (ADS)
Harvey, M. J.; de Fabritiis, G.; Giupponi, G.
2008-11-01
Accelerator processors like the new Cell processor are extending the traditional platforms for scientific computation, allowing orders of magnitude more floating-point operations per second (flops) compared to standard central processing units. However, they currently lack double-precision support and support for some IEEE 754 capabilities. In this work, we develop a lattice-Boltzmann (LB) code to run on the Cell processor and test the accuracy of this lattice method on this platform. We run tests for different flow topologies, boundary conditions, and Reynolds numbers in the range Re=6 350 . In one case, simulation results show a reduced mass and momentum conservation compared to an equivalent double-precision LB implementation. All other cases demonstrate the utility of the Cell processor for fluid dynamics simulations. Benchmarks on two Cell-based platforms are performed, the Sony Playstation3 and the QS20/QS21 IBM blade, obtaining a speed-up factor of 7 and 21, respectively, compared to the original PC version of the code, and a conservative sustained performance of 28 gigaflops per single Cell processor. Our results suggest that choice of IEEE 754 rounding mode is possibly as important as double-precision support for this specific scientific application.
Nonlinear optimization method of ship floating condition calculation in wave based on vector
NASA Astrophysics Data System (ADS)
Ding, Ning; Yu, Jian-xing
2014-08-01
Ship floating condition in regular waves is calculated. New equations controlling any ship's floating condition are proposed by use of the vector operation. This form is a nonlinear optimization problem which can be solved using the penalty function method with constant coefficients. And the solving process is accelerated by dichotomy. During the solving process, the ship's displacement and buoyant centre have been calculated by the integration of the ship surface according to the waterline. The ship surface is described using an accumulative chord length theory in order to determine the displacement, the buoyancy center and the waterline. The draught forming the waterline at each station can be found out by calculating the intersection of the ship surface and the wave surface. The results of an example indicate that this method is exact and efficient. It can calculate the ship floating condition in regular waves as well as simplify the calculation and improve the computational efficiency and the precision of results.
A case study of middle size floating airports for shallower and deeper waters
DOE Office of Scientific and Technical Information (OSTI.GOV)
Yoshida, Koichiro; Suzuki, Hideyuki; Nishigaki, Makoto
1996-12-31
Demands for large and middle size airports are expanding in Japan with continuous increase of air transportation. However these demands will not be satisfied without effective ocean space utilization. Most of the wide and shallower waters suitable for reclamation have already been reclaimed. Furthermore those shallower waters are generally close to the residential area, and noise and environmental problems will be caused if they were used for airports. Deeper waters, which are relatively distant from the shore, are suitable for airport but reclamation of these waters are extremely difficult. This paper presents a structural planning of an open sea typemore » middle size floating airport to promote local economy and also improve transportation infrastructure of isolated islands. The airports of this plan are a semisubmersible type floating structure with a relatively thin deck, a number of slender columns and large size lower hulls. The floating structure is moored by inclined tension legs to restrain the motion. The diameter of the leg becomes much larger compared with the legs of existing tension leg platforms. Parameters related to the configuration of the floating structure and the mooring system are determined by comparing analyses results with the proper design criteria. Several kinds of static and dynamic computer programs are used in the planning. The proposed structural plan and the mooring system are considered as a typical floating airport appropriate for the open sea.« less
Modeling International Space Station (ISS) Floating Potentials
NASA Technical Reports Server (NTRS)
Ferguson, Dale C.; Gardner, Barbara
2002-01-01
The floating potential of the International Space Station (ISS) as a function of the electron current collection of its high voltage solar array panels is derived analytically. Based on Floating Potential Probe (FPP) measurements of the ISS potential and ambient plasma characteristics, it is shown that the ISS floating potential is a strong function of the electron temperature of the surrounding plasma. While the ISS floating potential has so far not attained the pre-flight predicted highly negative values, it is shown that for future mission builds, ISS must continue to provide two-fault tolerant arc-hazard protection for astronauts on EVA.
ERIC Educational Resources Information Center
McDonald, Judith Richards
2012-01-01
This activity is designed to teach prekindergarten to second grade students about the concept of sink or float through an inquiry activity. Students will use familiar objects to predict and test the properties of sink and float. Background information is offered to teachers to assist them with this activity. This lesson begins with an engaging…
14 CFR 29.757 - Hull and auxiliary float strength.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Hull and auxiliary float strength. 29.757... AIRCRAFT AIRWORTHINESS STANDARDS: TRANSPORT CATEGORY ROTORCRAFT Design and Construction Floats and Hulls § 29.757 Hull and auxiliary float strength. The hull, and auxiliary floats if used, must withstand the...
NASA Astrophysics Data System (ADS)
Vandendriessche, Sofie; Messiaen, Marlies; O'Flynn, Sarah; Vincx, Magda; Degraer, Steven
2007-02-01
Floating seaweed is considered to be an important habitat for juvenile fishes due to the provision of food, shelter, a visual orientation point and passive transport. The importance of the presence of the highly dynamical seaweed clumps from the North Sea to juvenile neustonic fishes was investigated by analysing both neuston samples (without seaweed) and seaweed samples concerning fish community structure, and length-frequency distributions and feeding habits of five associated fish species. While the neustonic fish community was mainly seasonally structured, the seaweed-associated fish community was more complex: the response of the associated fish species to environmental variables was species specific and probably influenced by species interactions, resulting in a large multivariate distance between the samples dominated by Chelon labrosus and the samples dominated by Cyclopterus lumpus, Trachurus trachurus and Ciliata mustela. The results of the stomach analysis confirmed that C. lumpus is a weedpatch specialist that has a close spatial affinity with the seaweed and feeds intensively on the seaweed-associated invertebrate fauna. Similarly, C. mustela juveniles also fed on the seaweed fauna, but in a more opportunistic way. The shape of the size-frequency distribution suggested enhanced growth when associated with floating seaweed. Chelon labrosus and T. trachurus juveniles were generally large in seaweed samples, but large individuals were also encountered in the neuston. The proportion of associated invertebrate fauna in their diet was of minor importance, compared to the proportions in C. lumpus. Individuals of Syngnathus rostellatus mainly fed on planktonic invertebrates but had a discontinuous size-frequency distribution, suggesting that some of the syngnathids were carried with the seaweed upon detachment and stayed associated. Floating seaweeds can therefore be regarded as ephemeral habitats shared between several fish species (mainly juveniles) that use
Analysis of Static Spacecraft Floating Potential at Low Earth Orbit (LEO)
NASA Technical Reports Server (NTRS)
Herr, Joel L.; Hwang, K. S.; Wu, S. T.
1995-01-01
Spacecraft floating potential is the charge on the external surfaces of orbiting spacecraft relative to the space. Charging is caused by unequal negative and positive currents to spacecraft surfaces. The charging process continues until the accelerated particles can be collected rapidly enough to balance the currents at which point the spacecraft has reached its equilibrium or floating potential. In low inclination. Low Earth Orbit (LEO), the collection of positive ion and negative electrons. in a particular direction. are typically not equal. The level of charging required for equilibrium to be established is influenced by the characteristics of the ambient plasma environment. by the spacecraft motion, and by the geometry of the spacecraft. Using the kinetic theory, a statistical approach for studying the interaction is developed. The approach used to study the spacecraft floating potential depends on which phenomena are being applied. and on the properties of the plasma. especially the density and temperature. The results from kinetic theory derivation are applied to determine the charging level and the electric potential distribution at an infinite flat plate perpendicular to a streaming plasma using finite-difference scheme.
... diagnosis. Alternative Names Floating stools Images Lower digestive anatomy References Schiller LR, Sellin JH. Diarrhea. In: Feldman M, Friedman LS, Brandt LJ, eds. Sleisenger and Fordtran's Gastrointestinal and Liver Disease . 10th ed. Philadelphia, PA: Elsevier Saunders; 2016: ...
An Extended IEEE 118-Bus Test System With High Renewable Penetration
DOE Office of Scientific and Technical Information (OSTI.GOV)
Pena, Ivonne; Martinez-Anido, Carlo Brancucci; Hodge, Bri-Mathias
This article describes a new publicly available version of the IEEE 118-bus test system, named NREL-118. The database is based on the transmission representation (buses and lines) of the IEEE 118-bus test system, with a reconfigured generation representation using three regions of the US Western Interconnection from the latest Western Electricity Coordination Council (WECC) 2024 Common Case [1]. Time-synchronous hourly load, wind, and solar time series are provided for over one year (8784 hours). The public database presented and described in this manuscript will allow researchers to model a test power system using detailed transmission, generation, load, wind, and solarmore » data. This database includes key additional features that add to the current IEEE 118-bus test model, such as: the inclusion of 10 generation technologies with different heat rate functions, minimum stable levels and ramping rates, GHG emissions rates, regulation and contingency reserves, and hourly time series data for one full year for load, wind and solar generation.« less
Compliance and Functional Testing of IEEE 1451.1 for NCAP-to-NCAP Communications in a Sensor Network
NASA Technical Reports Server (NTRS)
Figueroa, Jorge; Gurkan, Deniz; Yuan, X.; Benhaddou, D.; Liu, H.; Singla, A.; Franzl, R.; Ma, H.; Bhatt, S.; Morris, J.;
2008-01-01
Distributed control in a networked environment is an irreplaceable feature in systems with remote sensors and actuators. Although distributed control was not originally designed to be networked, usage of off-the-shelf networking technologies has become so prevalent that control systems are desired to have access mechanisms similar to computer networks. However, proprietary transducer interfaces for network communications and distributed control overwhelmingly dominate this industry. Unless the lack of compatibility and interoperability among transducers is resolved, the mature level of access (that computer networking can deliver) will not be achieved in such networked distributed control systems. Standardization of networked transducer interfaces will enable devices from different manufacturers to talk to each other and ensure their plug-and-play capability. One such standard is the suite of IEEE 1451 for sensor network communication and transducer interfaces. The suite not only provides a standard interface for smart transducers, but also outlines the connection of an NCAP (network capable application processor) and transducers (through a transducer interface module TIM). This paper presents the design of the compliance testing of IEEE 1451.1 (referred to as Dot1) compatible NCAP-to-NCAP communications on a link-layer independent medium. The paper also represents the first demonstration of NCAP-to-NCAP communications with Dot1 compatibility: a tester NCAP and an NCAP under test (NUT).
AUTO_DERIV: Tool for automatic differentiation of a Fortran code
NASA Astrophysics Data System (ADS)
Stamatiadis, S.; Farantos, S. C.
2010-10-01
AUTO_DERIV is a module comprised of a set of FORTRAN 95 procedures which can be used to calculate the first and second partial derivatives (mixed or not) of any continuous function with many independent variables. The mathematical function should be expressed as one or more FORTRAN 77/90/95 procedures. A new type of variables is defined and the overloading mechanism of functions and operators provided by the FORTRAN 95 language is extensively used to define the differentiation rules. Proper (standard complying) handling of floating-point exceptions is provided by using the IEEE_EXCEPTIONS intrinsic module (Technical Report 15580, incorporated in FORTRAN 2003). New version program summaryProgram title: AUTO_DERIV Catalogue identifier: ADLS_v2_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADLS_v2_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 2963 No. of bytes in distributed program, including test data, etc.: 10 314 Distribution format: tar.gz Programming language: Fortran 95 + (optionally) TR-15580 (Floating-point exception handling) Computer: all platforms with a Fortran 95 compiler Operating system: Linux, Windows, MacOS Classification: 4.12, 6.2 Catalogue identifier of previous version: ADLS_v1_0 Journal reference of previous version: Comput. Phys. Comm. 127 (2000) 343 Does the new version supersede the previous version?: Yes Nature of problem: The need to calculate accurate derivatives of a multivariate function frequently arises in computational physics and chemistry. The most versatile approach to evaluate them by a computer, automatically and to machine precision, is via user-defined types and operator overloading. AUTO_DERIV is a Fortran 95 implementation of them, designed to evaluate the first and second derivatives of a function of many variables
Flow-induced oscillations of a floating moored cylinder
NASA Astrophysics Data System (ADS)
Carlson, Daniel; Modarres-Sadeghi, Yahya
2016-11-01
An experimental study of flow-induced oscillations of a floating model spar buoy was conducted. The model spar consisted of a floating uniform cylinder moored in a water tunnel test section, and free to oscillate about its mooring attachment point near the center of mass. For the bare cylinder, counter-clockwise (CCW) figure-eight trajectories approaching A* =1 in amplitude were observed at the lower part of the spar for a reduced velocity range of U* =4-11, while its upper part experienced clockwise (CW) orbits. It was hypothesized that the portion of the spar undergoing CCW figure eights is the portion within which the flow excites the structure. By adding helical strakes to the portion of the cylinder with CCW figure eights, the response amplitude was significantly reduced, while adding strakes to portions with clockwise orbital motion had a minimal influence on the amplitude of response. This work is partially supported by the NSF-sponsored IGERT: Offshore Wind Energy Engineering, Environmental Science, and Policy (Grant Number 1068864).
Throughput and delay analysis of IEEE 802.15.6-based CSMA/CA protocol.
Ullah, Sana; Chen, Min; Kwak, Kyung Sup
2012-12-01
The IEEE 802.15.6 is a new communication standard on Wireless Body Area Network (WBAN) that focuses on a variety of medical, Consumer Electronics (CE) and entertainment applications. In this paper, the throughput and delay performance of the IEEE 802.15.6 is presented. Numerical formulas are derived to determine the maximum throughput and minimum delay limits of the IEEE 802.15.6 for an ideal channel with no transmission errors. These limits are derived for different frequency bands and data rates. Our analysis is validated by extensive simulations using a custom C+ + simulator. Based on analytical and simulation results, useful conclusions are derived for network provisioning and packet size optimization for different applications.
WindWaveFloat (WWF): Final Scientific Report
DOE Office of Scientific and Technical Information (OSTI.GOV)
Alla Weinstein; Roddier, Dominique; Banister, Kevin
2012-03-30
Principle Power Inc. and National Renewable Energy Lab (NREL) have completed a contract to assess the technical and economic feasibility of integrating wave energy converters into the WindFloat, resulting in a new concept called the WindWaveFloat (WWF). The concentration of several devices on one platform could offer a potential for both economic and operational advantages. Wind and wave energy converters can share the electrical cable and power transfer equipment to transport the electricity to shore. Access to multiple generation devices could be simplified, resulting in cost saving at the operational level. Overall capital costs may also be reduced, provided thatmore » the design of the foundation can be adapted to multiple devices with minimum modifications. Finally, the WindWaveFloat confers the ability to increase energy production from individual floating support structures, potentially leading to a reduction in levelized energy costs, an increase in the overall capacity factor, and greater stability of the electrical power delivered to the grid. The research conducted under this grant investigated the integration of several wave energy device types into the WindFloat platform. Several of the resulting system designs demonstrated technical feasibility, but the size and design constraints of the wave energy converters (technical and economic) make the WindWaveFloat concept economically unfeasible at this time. Not enough additional generation could be produced to make the additional expense associated with wave energy conversion integration into the WindFloat worthwhile.« less
Exploiting data representation for fault tolerance
Hoemmen, Mark Frederick; Elliott, J.; Sandia National Lab.; ...
2015-01-06
Incorrect computer hardware behavior may corrupt intermediate computations in numerical algorithms, possibly resulting in incorrect answers. Prior work models misbehaving hardware by randomly flipping bits in memory. We start by accepting this premise, and present an analytic model for the error introduced by a bit flip in an IEEE 754 floating-point number. We then relate this finding to the linear algebra concepts of normalization and matrix equilibration. In particular, we present a case study illustrating that normalizing both vector inputs of a dot product minimizes the probability of a single bit flip causing a large error in the dot product'smore » result. Moreover, the absolute error is either less than one or very large, which allows detection of large errors. Then, we apply this to the GMRES iterative solver. We count all possible errors that can be introduced through faults in arithmetic in the computationally intensive orthogonalization phase of GMRES, and show that when the matrix is equilibrated, the absolute error is bounded above by one.« less
40 CFR 65.44 - External floating roof (EFR).
Code of Federal Regulations, 2013 CFR
2013-07-01
... external floating roof except for automatic bleeder vents (vacuum breaker vents) and rim space vents does... floating roof shall meet the following specifications: (i) Except for automatic bleeder vents (vacuum breaker vents) and rim space vents, each opening in the noncontact external floating roof shall provide a...
40 CFR 65.44 - External floating roof (EFR).
Code of Federal Regulations, 2014 CFR
2014-07-01
... external floating roof except for automatic bleeder vents (vacuum breaker vents) and rim space vents does... floating roof shall meet the following specifications: (i) Except for automatic bleeder vents (vacuum breaker vents) and rim space vents, each opening in the noncontact external floating roof shall provide a...
40 CFR 65.44 - External floating roof (EFR).
Code of Federal Regulations, 2012 CFR
2012-07-01
... external floating roof except for automatic bleeder vents (vacuum breaker vents) and rim space vents does... floating roof shall meet the following specifications: (i) Except for automatic bleeder vents (vacuum breaker vents) and rim space vents, each opening in the noncontact external floating roof shall provide a...
Genomic cloud computing: legal and ethical points to consider
Dove, Edward S; Joly, Yann; Tassé, Anne-Marie; Burton, Paul; Chisholm, Rex; Fortier, Isabel; Goodwin, Pat; Harris, Jennifer; Hveem, Kristian; Kaye, Jane; Kent, Alistair; Knoppers, Bartha Maria; Lindpaintner, Klaus; Little, Julian; Riegman, Peter; Ripatti, Samuli; Stolk, Ronald; Bobrow, Martin; Cambon-Thomsen, Anne; Dressler, Lynn; Joly, Yann; Kato, Kazuto; Knoppers, Bartha Maria; Rodriguez, Laura Lyman; McPherson, Treasa; Nicolás, Pilar; Ouellette, Francis; Romeo-Casabona, Carlos; Sarin, Rajiv; Wallace, Susan; Wiesner, Georgia; Wilson, Julia; Zeps, Nikolajs; Simkevitz, Howard; De Rienzo, Assunta; Knoppers, Bartha M
2015-01-01
The biggest challenge in twenty-first century data-intensive genomic science, is developing vast computer infrastructure and advanced software tools to perform comprehensive analyses of genomic data sets for biomedical research and clinical practice. Researchers are increasingly turning to cloud computing both as a solution to integrate data from genomics, systems biology and biomedical data mining and as an approach to analyze data to solve biomedical problems. Although cloud computing provides several benefits such as lower costs and greater efficiency, it also raises legal and ethical issues. In this article, we discuss three key ‘points to consider' (data control; data security, confidentiality and transfer; and accountability) based on a preliminary review of several publicly available cloud service providers' Terms of Service. These ‘points to consider' should be borne in mind by genomic research organizations when negotiating legal arrangements to store genomic data on a large commercial cloud service provider's servers. Diligent genomic cloud computing means leveraging security standards and evaluation processes as a means to protect data and entails many of the same good practices that researchers should always consider in securing their local infrastructure. PMID:25248396
Genomic cloud computing: legal and ethical points to consider.
Dove, Edward S; Joly, Yann; Tassé, Anne-Marie; Knoppers, Bartha M
2015-10-01
The biggest challenge in twenty-first century data-intensive genomic science, is developing vast computer infrastructure and advanced software tools to perform comprehensive analyses of genomic data sets for biomedical research and clinical practice. Researchers are increasingly turning to cloud computing both as a solution to integrate data from genomics, systems biology and biomedical data mining and as an approach to analyze data to solve biomedical problems. Although cloud computing provides several benefits such as lower costs and greater efficiency, it also raises legal and ethical issues. In this article, we discuss three key 'points to consider' (data control; data security, confidentiality and transfer; and accountability) based on a preliminary review of several publicly available cloud service providers' Terms of Service. These 'points to consider' should be borne in mind by genomic research organizations when negotiating legal arrangements to store genomic data on a large commercial cloud service provider's servers. Diligent genomic cloud computing means leveraging security standards and evaluation processes as a means to protect data and entails many of the same good practices that researchers should always consider in securing their local infrastructure.
Floating plant dominance as a stable state
Scheffer, Marten; Szabó, Sándor; Gragnani, Alessandra; van Nes, Egbert H.; Rinaldi, Sergio; Kautsky, Nils; Norberg, Jon; Roijackers, Rudi M. M.; Franken, Rob J. M.
2003-01-01
Invasion by mats of free-floating plants is among the most important threats to the functioning and biodiversity of freshwater ecosystems ranging from temperate ponds and ditches to tropical lakes. Dark, anoxic conditions under thick floating-plant cover leave little opportunity for animal or plant life, and they can have large negative impacts on fisheries and navigation in tropical lakes. Here, we demonstrate that floating-plant dominance can be a self-stabilizing ecosystem state, which may explain its notorious persistence in many situations. Our results, based on experiments, field data, and models, represent evidence for alternative domains of attraction in ecosystems. An implication of our findings is that nutrient enrichment reduces the resilience of freshwater systems against a shift to floating-plant dominance. On the other hand, our results also suggest that a single drastic harvest of floating plants can induce a permanent shift to an alternative state dominated by rooted, submerged growth forms. PMID:12634429
Evaluation of H.264/AVC over IEEE 802.11p vehicular networks
NASA Astrophysics Data System (ADS)
Rozas-Ramallal, Ismael; Fernández-Caramés, Tiago M.; Dapena, Adriana; García-Naya, José Antonio
2013-12-01
The capacity of vehicular networks to offer non-safety services, like infotainment applications or the exchange of multimedia information between vehicles, have attracted a great deal of attention to the field of Intelligent Transport Systems (ITS). In particular, in this article we focus our attention on IEEE 802.11p which defines enhancements to IEEE 802.11 required to support ITS applications. We present an FPGA-based testbed developed to evaluate H.264/AVC (Advanced Video Coding) video transmission over vehicular networks. The testbed covers some of the most common situations in vehicle-to-vehicle and roadside-to-vehicle communications and it is highly flexible, allowing the performance evaluation of different vehicular standard configurations. We also show several experimental results to illustrate the quality obtained when H.264/AVC encoded video is transmitted over IEEE 802.11p networks. The quality is measured considering two important parameters: the percentage of recovered group of pictures and the frame quality. In order to improve performance, we propose to substitute the convolutional channel encoder used in IEEE 802.11p for a low-density parity-check code encoder. In addition, we suggest a simple strategy to decide the optimum number of iterations needed to decode each packet received.
NASA Astrophysics Data System (ADS)
Drabik, Timothy J.; Lee, Sing H.
1986-11-01
The intrinsic parallelism characteristics of easily realizable optical SIMD arrays prompt their present consideration in the implementation of highly structured algorithms for the numerical solution of multidimensional partial differential equations and the computation of fast numerical transforms. Attention is given to a system, comprising several spatial light modulators (SLMs), an optical read/write memory, and a functional block, which performs simple, space-invariant shifts on images with sufficient flexibility to implement the fastest known methods for partial differential equations as well as a wide variety of numerical transforms in two or more dimensions. Either fixed or floating-point arithmetic may be used. A performance projection of more than 1 billion floating point operations/sec using SLMs with 1000 x 1000-resolution and operating at 1-MHz frame rates is made.
40 CFR 65.44 - External floating roof (EFR).
Code of Federal Regulations, 2010 CFR
2010-07-01
... design requirements. The owner or operator who elects to control storage vessel regulated material emissions by using an external floating roof shall comply with the design requirements listed in paragraphs (a)(1) through (3) of this section. (1) The external floating roof shall be designed to float on the...
40 CFR 65.44 - External floating roof (EFR).
Code of Federal Regulations, 2011 CFR
2011-07-01
... design requirements. The owner or operator who elects to control storage vessel regulated material emissions by using an external floating roof shall comply with the design requirements listed in paragraphs (a)(1) through (3) of this section. (1) The external floating roof shall be designed to float on the...
Wang, Zhu-lou; Zhang, Wan-jie; Li, Chen-xi; Chen, Wen-liang; Xu, Ke-xin
2015-02-01
There are some challenges in near-infrared non-invasive blood glucose measurement, such as the low signal to noise ratio of instrument, the unstable measurement conditions, the unpredictable and irregular changes of the measured object, and etc. Therefore, it is difficult to extract the information of blood glucose concentrations from the complicated signals accurately. Reference measurement method is usually considered to be used to eliminate the effect of background changes. But there is no reference substance which changes synchronously with the anylate. After many years of research, our research group has proposed the floating reference method, which is succeeded in eliminating the spectral effects induced by the instrument drifts and the measured object's background variations. But our studies indicate that the reference-point will changes following the changing of measurement location and wavelength. Therefore, the effects of floating reference method should be verified comprehensively. In this paper, keeping things simple, the Monte Carlo simulation employing Intralipid solution with the concentrations of 5% and 10% is performed to verify the effect of floating reference method used into eliminating the consequences of the light source drift. And the light source drift is introduced through varying the incident photon number. The effectiveness of the floating reference method with corresponding reference-points at different wavelengths in eliminating the variations of the light source drift is estimated. The comparison of the prediction abilities of the calibration models with and without using this method shows that the RMSEPs of the method are decreased by about 98.57% (5%Intralipid)and 99.36% (10% Intralipid)for different Intralipid. The results indicate that the floating reference method has obvious effect in eliminating the background changes.
A Survey of Parallel Computing
1988-07-01
Evaluating Two Massively Parallel Machines. Communications of the ACM .9, , , 176 BIBLIOGRAPHY 29, 8 (August), pp. 752-758. Gajski , D.D., Padua, D.A., Kuck...Computer Architecture, edited by Gajski , D. D., Milutinovic, V. M. Siegel, H. J. and Furht, B. P. IEEE Computer Society Press, Washington, D.C., pp. 387-407
Ran, Bin; Song, Li; Cheng, Yang; Tan, Huachun
2016-01-01
Traffic state estimation from the floating car system is a challenging problem. The low penetration rate and random distribution make available floating car samples usually cover part space and time points of the road networks. To obtain a wide range of traffic state from the floating car system, many methods have been proposed to estimate the traffic state for the uncovered links. However, these methods cannot provide traffic state of the entire road networks. In this paper, the traffic state estimation is transformed to solve a missing data imputation problem, and the tensor completion framework is proposed to estimate missing traffic state. A tensor is constructed to model traffic state in which observed entries are directly derived from floating car system and unobserved traffic states are modeled as missing entries of constructed tensor. The constructed traffic state tensor can represent spatial and temporal correlations of traffic data and encode the multi-way properties of traffic state. The advantage of the proposed approach is that it can fully mine and utilize the multi-dimensional inherent correlations of traffic state. We tested the proposed approach on a well calibrated simulation network. Experimental results demonstrated that the proposed approach yield reliable traffic state estimation from very sparse floating car data, particularly when dealing with the floating car penetration rate is below 1%. PMID:27448326
Ran, Bin; Song, Li; Zhang, Jian; Cheng, Yang; Tan, Huachun
2016-01-01
Traffic state estimation from the floating car system is a challenging problem. The low penetration rate and random distribution make available floating car samples usually cover part space and time points of the road networks. To obtain a wide range of traffic state from the floating car system, many methods have been proposed to estimate the traffic state for the uncovered links. However, these methods cannot provide traffic state of the entire road networks. In this paper, the traffic state estimation is transformed to solve a missing data imputation problem, and the tensor completion framework is proposed to estimate missing traffic state. A tensor is constructed to model traffic state in which observed entries are directly derived from floating car system and unobserved traffic states are modeled as missing entries of constructed tensor. The constructed traffic state tensor can represent spatial and temporal correlations of traffic data and encode the multi-way properties of traffic state. The advantage of the proposed approach is that it can fully mine and utilize the multi-dimensional inherent correlations of traffic state. We tested the proposed approach on a well calibrated simulation network. Experimental results demonstrated that the proposed approach yield reliable traffic state estimation from very sparse floating car data, particularly when dealing with the floating car penetration rate is below 1%.
Microfluidic quadrupole and floating concentration gradient.
Qasaimeh, Mohammad A; Gervais, Thomas; Juncker, David
2011-09-06
The concept of fluidic multipoles, in analogy to electrostatics, has long been known as a particular class of solutions of the Navier-Stokes equation in potential flows; however, experimental observations of fluidic multipoles and of their characteristics have not been reported yet. Here we present a two-dimensional microfluidic quadrupole and a theoretical analysis consistent with the experimental observations. The microfluidic quadrupole was formed by simultaneously injecting and aspirating fluids from two pairs of opposing apertures in a narrow gap formed between a microfluidic probe and a substrate. A stagnation point was formed at the centre of the microfluidic quadrupole, and its position could be rapidly adjusted hydrodynamically. Following the injection of a solute through one of the poles, a stationary, tunable, and movable-that is, 'floating'-concentration gradient was formed at the stagnation point. Our results lay the foundation for future combined experimental and theoretical exploration of microfluidic planar multipoles including convective-diffusive phenomena.
Wang, Jun; Cui, Xiao; Ni, Huan-Huan; Huang, Chun-Shui; Zhou, Cui-Xia; Wu, Ji; Shi, Jun-Chao; Wu, Yi
2013-04-01
To compare the efficacy difference in the treatment of shoulder pain in post-stroke shoulder-hand syndrome among floating acupuncture, oral administration of western medicine and local fumigation of Chinese herbs. Ninety cases of post-stroke shoulder-hand syndrome (stage I) were randomized into a floating acupuncture group, a western medicine group and a local Chinese herbs fumigation group, 30 cases in each one. In the floating acupuncture group, two obvious tender points were detected on the shoulder and the site 80-100 mm inferior to each tender point was taken as the inserting point and stimulated with floating needling technique. In the western medicine group, mobic 7.5 mg was prescribed for oral administration. In the local Chinese herbs fumigation group, the formula for activating blood circulation and relaxing tendon was used for local fumigation. All the patients in three groups received rehabilitation training. The floating acupuncture, oral administration of western medicine, local Chinese herbs fumigation and rehabilitation training were given once a day respectively in corresponding group and the cases were observed for 1 month. The visual analogue scale (VAS) and Takagishi shoulder joint function assessment were adopted to evaluate the dynamic change of the patients with shoulder pain before and after treatment in three groups. The modified Barthel index was used to evaluate the dynamic change of daily life activity of the patients in three groups. With floating acupuncture, shoulder pain was relieved and the daily life activity was improved in the patients with post-stroke shoulder-hand syndrome, which was superior to the oral administration of western medicine and local Chinese herbs fumigation (P < 0.01). With local Chinese herbs fumigation, the improvement of shoulder pain was superior to the oral administration of western medicine. The difference in the improvement of daily life activity was not significant statistically between the local Chinese
Floating drug delivery systems: a review.
Arora, Shweta; Ali, Javed; Ahuja, Alka; Khar, Roop K; Baboota, Sanjula
2005-10-19
The purpose of writing this review on floating drug delivery systems (FDDS) was to compile the recent literature with special focus on the principal mechanism of floatation to achieve gastric retention. The recent developments of FDDS including the physiological and formulation variables affecting gastric retention, approaches to design single-unit and multiple-unit floating systems, and their classification and formulation aspects are covered in detail. This review also summarizes the in vitro techniques, in vivo studies to evaluate the performance and application of floating systems, and applications of these systems. These systems are useful to several problems encountered during the development of a pharmaceutical dosage form.
46 CFR 160.027-3 - Additional requirements for life floats.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 46 Shipping 6 2010-10-01 2010-10-01 false Additional requirements for life floats. 160.027-3..., CONSTRUCTION, AND MATERIALS: SPECIFICATIONS AND APPROVAL LIFESAVING EQUIPMENT Life Floats for Merchant Vessels § 160.027-3 Additional requirements for life floats. (a) Each life float must have a platform designed...
46 CFR 160.027-3 - Additional requirements for life floats.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 46 Shipping 6 2011-10-01 2011-10-01 false Additional requirements for life floats. 160.027-3..., CONSTRUCTION, AND MATERIALS: SPECIFICATIONS AND APPROVAL LIFESAVING EQUIPMENT Life Floats for Merchant Vessels § 160.027-3 Additional requirements for life floats. (a) Each life float must have a platform designed...
46 CFR 160.027-3 - Additional requirements for life floats.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 46 Shipping 6 2014-10-01 2014-10-01 false Additional requirements for life floats. 160.027-3..., CONSTRUCTION, AND MATERIALS: SPECIFICATIONS AND APPROVAL LIFESAVING EQUIPMENT Life Floats for Merchant Vessels § 160.027-3 Additional requirements for life floats. (a) Each life float must have a platform designed...
46 CFR 160.027-3 - Additional requirements for life floats.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 46 Shipping 6 2013-10-01 2013-10-01 false Additional requirements for life floats. 160.027-3..., CONSTRUCTION, AND MATERIALS: SPECIFICATIONS AND APPROVAL LIFESAVING EQUIPMENT Life Floats for Merchant Vessels § 160.027-3 Additional requirements for life floats. (a) Each life float must have a platform designed...
46 CFR 160.027-3 - Additional requirements for life floats.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 46 Shipping 6 2012-10-01 2012-10-01 false Additional requirements for life floats. 160.027-3..., CONSTRUCTION, AND MATERIALS: SPECIFICATIONS AND APPROVAL LIFESAVING EQUIPMENT Life Floats for Merchant Vessels § 160.027-3 Additional requirements for life floats. (a) Each life float must have a platform designed...
Future float zone development in industry
NASA Technical Reports Server (NTRS)
Sandfort, R. M.
1980-01-01
The present industrial requirements for float zone silicon are summarized. Developments desired by the industry in the future are reported. The five most significant problems faced today by the float zone crystal growth method in industry are discussed. They are economic, large diameter, resistivity uniformity, control of carbon, and swirl defects.
Wang, Ji-Wei; Cui, Zhi-Ting; Cui, Hong-Wei; Wei, Chang-Nian; Harada, Koichi; Minamoto, Keiko; Ueda, Kimiyo; Ingle, Kapilkumar N; Zhang, Cheng-Gang; Ueda, Atsushi
2010-12-01
The floating population refers to the large and increasing number of migrants without local household registration status and has become a new demographic phenomenon in China. Most of these migrants move from the rural areas of the central and western parts of China to the eastern and coastal metropolitan areas in pursuit of a better life. The floating population of China was composed of 121 million people in 2000, and this number was expected to increase to 300 million by 2010. Quality of life (QOL) studies of the floating population could provide a critical starting point for recognizing the potential of regions, cities and local communities to improve QOL. This study explored the construct of QOL of the floating population in Shanghai, China. We conducted eight focus groups with 58 members of the floating population (24 males and 34 females) and then performed a qualitative thematic analysis of the interviews. The following five QOL domains were identified from the analysis: personal development, jobs and career, family life, social relationships and social security. The results indicated that stigma and discrimination permeate these life domains and influence the framing of life expectations. Proposals were made for reducing stigma and discrimination against the floating population to improve the QOL of this population.
Segmentized Clear Channel Assessment for IEEE 802.15.4 Networks.
Son, Kyou Jung; Hong, Sung Hyeuck; Moon, Seong-Pil; Chang, Tae Gyu; Cho, Hanjin
2016-06-03
This paper proposed segmentized clear channel assessment (CCA) which increases the performance of IEEE 802.15.4 networks by improving carrier sense multiple access with collision avoidance (CSMA/CA). Improving CSMA/CA is important because the low-power consumption feature and throughput performance of IEEE 802.15.4 are greatly affected by CSMA/CA behavior. To improve the performance of CSMA/CA, this paper focused on increasing the chance to transmit a packet by assessing precise channel status. The previous method used in CCA, which is employed by CSMA/CA, assesses the channel by measuring the energy level of the channel. However, this method shows limited channel assessing behavior, which comes from simple threshold dependent channel busy evaluation. The proposed method solves this limited channel decision problem by dividing CCA into two groups. Two groups of CCA compare their energy levels to get precise channel status. To evaluate the performance of the segmentized CCA method, a Markov chain model has been developed. The validation of analytic results is confirmed by comparing them with simulation results. Additionally, simulation results show the proposed method is improving a maximum 8.76% of throughput and decreasing a maximum 3.9% of the average number of CCAs per packet transmission than the IEEE 802.15.4 CCA method.
Segmentized Clear Channel Assessment for IEEE 802.15.4 Networks
Son, Kyou Jung; Hong, Sung Hyeuck; Moon, Seong-Pil; Chang, Tae Gyu; Cho, Hanjin
2016-01-01
This paper proposed segmentized clear channel assessment (CCA) which increases the performance of IEEE 802.15.4 networks by improving carrier sense multiple access with collision avoidance (CSMA/CA). Improving CSMA/CA is important because the low-power consumption feature and throughput performance of IEEE 802.15.4 are greatly affected by CSMA/CA behavior. To improve the performance of CSMA/CA, this paper focused on increasing the chance to transmit a packet by assessing precise channel status. The previous method used in CCA, which is employed by CSMA/CA, assesses the channel by measuring the energy level of the channel. However, this method shows limited channel assessing behavior, which comes from simple threshold dependent channel busy evaluation. The proposed method solves this limited channel decision problem by dividing CCA into two groups. Two groups of CCA compare their energy levels to get precise channel status. To evaluate the performance of the segmentized CCA method, a Markov chain model has been developed. The validation of analytic results is confirmed by comparing them with simulation results. Additionally, simulation results show the proposed method is improving a maximum 8.76% of throughput and decreasing a maximum 3.9% of the average number of CCAs per packet transmission than the IEEE 802.15.4 CCA method. PMID:27271626
MS Ivins floats through U.S. Laboratory / Destiny module
2001-02-11
STS98-E-5161 (11 February 2001) --- Astronaut Marsha S. Ivins, STS-98 mission specialist, floats into the newly attached Destiny laboratory onboard the International Space Station (ISS). After the Destiny hatch was opened early in the day, members of both crews went to work quickly inside the new module, activating air systems, fire extinguishers, alarm systems, computers and internal communications. The crews also took some photos and continued equipment transfers from the shuttle to the station. The scene was taken with a digital still camera.
Characterization of poly(vinyl acetate) based floating matrix tablets.
Strübing, Sandra; Metz, Hendrik; Mäder, Karsten
2008-03-03
Floating Kollidon SR matrix tablets containing Propranolol HCl were developed and characterized with respect to drug release characteristics and floating strength. Kollidon SR was able to delay Propranolol HCl release efficiently. Drug release kinetics was evaluated using the Korsmeyer-Peppas model and found to be governed by Fickian diffusion. Tablet floating started immediately and continued for 24 h. It was possible to monitor the floating strength of the matrix devices using a simple experimental setup. Floating strength was related to Kollidon SR level with improved floating characteristics for samples with a high polymer/drug ratio. Swelling characteristics of the tablets were analyzed by applying the equation according to Therien-Aubin et al. The influence of the polymer content on swelling characteristics was found to be only marginal. Furthermore, the new method of benchtop MRI was introduced to study the water diffusion and swelling behaviour non-invasively and continuously.
NASA Technical Reports Server (NTRS)
Charles, J. F.; Theakston, H. A. (Inventor)
1980-01-01
A floating nut retention system includes a nut with a central aperture. An inner retainer plate has an opening which is fixedly aligned with the nut aperture. An outer retainer member is formed of a base plate having an opening and a surface adjacent to a surface of the inner retainer plate. The outer retainer member includes a securing mechanism for retaining the inner retainer plate adjacent to the outer retainer member. The securing mechanism enables the inner retainer plate to float with respect to the outer retainer number, while simultaneously forming a bearing surface for inner retainer plate.
Diós, Péter; Pernecker, Tivadar; Nagy, Sándor; Pál, Szilárd; Dévay, Attila
2014-01-01
The object of the present study is to evaluate the effect of application of low-substituted hydroxypropyl cellulose (L-HPC) 11 and B1 as excipients promoting floating in gastroretentive tablets. Directly compressed tablets were formed based on experimental design. Face-centred central composite design was applied with two factors and 3 levels, where amount of sodium alginate (X1) and L-HPC (X2) were the numerical factors. Applied types of L-HPCs and their 1:1 mixture were included in a categorical factor (X3). Studied parameters were floating lag time, floating time, floating force, swelling behaviour of tablets and dissolution of paracetamol, which was used as a model active substance. Due to their physical character, L-HPCs had different water uptake and flowability. Lower flowability and lower water uptake was observed after 60 min at L-HPC 11 compared to L-HPC B1. Shorter floating times were detected at L-HPC 11 and L-HPC mixtures with 0.5% content of sodium alginate, whereas alginate was the only significant factor. Evaluating results of drug release and swelling studies on floating tablets revealed correlation, which can serve to help to understand the mechanism of action of L-HPCs in the field development of gastroretentive dosage forms. PMID:26702261
Floating Magnet Demonstration.
ERIC Educational Resources Information Center
Wake, Masayoshi
1990-01-01
A room-temperature demonstration of a floating magnet using a high-temperature superconductor is described. The setup and operation of the apparatus are described. The technical details of the effect are discussed. (CW)
Consideration of IP Telephony Quality on the IEEE802.11a Wireless LAN
NASA Astrophysics Data System (ADS)
Miyashita, Michifumi; Takamatsu, Hideyuki; Kurono, Masahiro
Recently, IP telephony services in wired network are started, and paid attention for its charge-free nature due to IP technology. On the other hand, the Hot-Spot service, which provides one to access the Internet at the public space such as cafe, using the IEEE wireless LAN has been evolved, and it is expected that the IP telephony service on the Hot-Spot network will be developed. However, the IP telephony quality on the IEEE802.11a wireless LAN has not been fully studied yet. In this paper, we discuss about the quality of IP telephony service on the IEEE802.11a wireless LAN from the aspect of R-value, and show ability to improve the IP telephony quality on the Hot-Spot network employing PLC function defined in the ITU-T Recommendation G.711 Appendix I.
Investigation of Tank 241-AW-104 Composite Floating Layer
DOE Office of Scientific and Technical Information (OSTI.GOV)
Meznarich, H. K.; Bolling, S. D.; Lachut, J. S.
Seven grab samples and one field blank were taken from Tank 241-AW-104 (AW-104) on June 2, 2017, and received at 222-S Laboratory on June 5, 2017. A visible layer with brown solids was observed floating on the top of two surface tank waste samples (4AW-17-02 and 4AW 17 02DUP). The floating layer from both samples was collected, composited, and submitted for chemical analyses and solid phase characterization in order to understand the composition of the floating layer. Tributyl phosphate and tridecane were higher in the floating layer than in the aqueous phase. Density in the floating layer was slightly lowermore » than the mean density of all grab samples. Sodium nitrate and sodium carbonate were major components with a trace of gibbsite and very small size agglomerates were present in the solids of the floating layer. The supernate consisted of organics, soluble salt, and particulates.« less
Giant floating thrombus localized in the ascending aorta.
Akyildiz, Mahmut; Zorman, Yilmaz; Aksoy, Tamer; Yilmazer, Mustafa S; Erturk, Esra; Onar, Cagatay L; Midi, Ahmet
2010-06-01
We report the case of a 32-year-old male patient with symptoms of cerebrovascular accident manifesting with dysarthria. A transesophageal echocardiogram showed a floating mass localized in the ascending aorta, and a multislice computed tomography evaluation confirmed the diagnosis. With a comprehensive assessment of the mass, we decided on surgical intervention. A pedunculated and fragile mass was seen just near the right coronary ostium. The measured dimensions were 7.7 x 1.0 x 1.5 cm. The removed mass has been analyzed histopathologically and found to be the cause of the neurologic findings with an uncertain underlying etiology.
Programming the Navier-Stokes computer: An abstract machine model and a visual editor
NASA Technical Reports Server (NTRS)
Middleton, David; Crockett, Tom; Tomboulian, Sherry
1988-01-01
The Navier-Stokes computer is a parallel computer designed to solve Computational Fluid Dynamics problems. Each processor contains several floating point units which can be configured under program control to implement a vector pipeline with several inputs and outputs. Since the development of an effective compiler for this computer appears to be very difficult, machine level programming seems necessary and support tools for this process have been studied. These support tools are organized into a graphical program editor. A programming process is described by which appropriate computations may be efficiently implemented on the Navier-Stokes computer. The graphical editor would support this programming process, verifying various programmer choices for correctness and deducing values such as pipeline delays and network configurations. Step by step details are provided and demonstrated with two example programs.
14 CFR 29.757 - Hull and auxiliary float strength.
Code of Federal Regulations, 2011 CFR
2011-01-01
... 14 Aeronautics and Space 1 2011-01-01 2011-01-01 false Hull and auxiliary float strength. 29.757 Section 29.757 Aeronautics and Space FEDERAL AVIATION ADMINISTRATION, DEPARTMENT OF TRANSPORTATION... § 29.757 Hull and auxiliary float strength. The hull, and auxiliary floats if used, must withstand the...
The RISC (Reduced Instruction Set Computer) Architecture and Computer Performance Evaluation.
1986-03-01
time where the main emphasis of the evaluation process is put on the software . The model is intended to provide a tool for computer architects to use...program, or 3) Was to be implemented in random logic more effec- tively than the equivalent sequence of software instructions. Both data and address...definition is the IEEE standard 729-1983 stating Computer Architecture as: " The process of defining a collection of hardware and software components and
Federal Register 2010, 2011, 2012, 2013, 2014
2013-08-02
... Software Used in Safety Systems of Nuclear Power Plants AGENCY: Nuclear Regulatory Commission. ACTION... Computer Software Used in Safety Systems of Nuclear Power Plants.'' This RG endorses, with clarifications... Electrical and Electronic Engineers (IEEE) Standard 828-2005, ``IEEE Standard for Software Configuration...
Self-Coexistence among IEEE 802.22 Networks: Distributed Allocation of Power and Channel
Sakin, Sayef Azad; Alamri, Atif; Tran, Nguyen H.
2017-01-01
Ensuring self-coexistence among IEEE 802.22 networks is a challenging problem owing to opportunistic access of incumbent-free radio resources by users in co-located networks. In this study, we propose a fully-distributed non-cooperative approach to ensure self-coexistence in downlink channels of IEEE 802.22 networks. We formulate the self-coexistence problem as a mixed-integer non-linear optimization problem for maximizing the network data rate, which is an NP-hard one. This work explores a sub-optimal solution by dividing the optimization problem into downlink channel allocation and power assignment sub-problems. Considering fairness, quality of service and minimum interference for customer-premises-equipment, we also develop a greedy algorithm for channel allocation and a non-cooperative game-theoretic framework for near-optimal power allocation. The base stations of networks are treated as players in a game, where they try to increase spectrum utilization by controlling power and reaching a Nash equilibrium point. We further develop a utility function for the game to increase the data rate by minimizing the transmission power and, subsequently, the interference from neighboring networks. A theoretical proof of the uniqueness and existence of the Nash equilibrium has been presented. Performance improvements in terms of data-rate with a degree of fairness compared to a cooperative branch-and-bound-based algorithm and a non-cooperative greedy approach have been shown through simulation studies. PMID:29215591
Self-Coexistence among IEEE 802.22 Networks: Distributed Allocation of Power and Channel.
Sakin, Sayef Azad; Razzaque, Md Abdur; Hassan, Mohammad Mehedi; Alamri, Atif; Tran, Nguyen H; Fortino, Giancarlo
2017-12-07
Ensuring self-coexistence among IEEE 802.22 networks is a challenging problem owing to opportunistic access of incumbent-free radio resources by users in co-located networks. In this study, we propose a fully-distributed non-cooperative approach to ensure self-coexistence in downlink channels of IEEE 802.22 networks. We formulate the self-coexistence problem as a mixed-integer non-linear optimization problem for maximizing the network data rate, which is an NP-hard one. This work explores a sub-optimal solution by dividing the optimization problem into downlink channel allocation and power assignment sub-problems. Considering fairness, quality of service and minimum interference for customer-premises-equipment, we also develop a greedy algorithm for channel allocation and a non-cooperative game-theoretic framework for near-optimal power allocation. The base stations of networks are treated as players in a game, where they try to increase spectrum utilization by controlling power and reaching a Nash equilibrium point. We further develop a utility function for the game to increase the data rate by minimizing the transmission power and, subsequently, the interference from neighboring networks. A theoretical proof of the uniqueness and existence of the Nash equilibrium has been presented. Performance improvements in terms of data-rate with a degree of fairness compared to a cooperative branch-and-bound-based algorithm and a non-cooperative greedy approach have been shown through simulation studies.
Air-Deployable Profiling Floats for Tropical Cyclone Research
NASA Astrophysics Data System (ADS)
Jayne, S. R.; Robbins, P.; Owens, B.; Ekholm, A.; Dufour, J. E.; Sanabia, E.
2016-02-01
The development of a smaller profiling float that can be launched from Hurricane Hunter aircraft offers the opportunity to monitor the upper-ocean thermal structure over a time span of many months. These Argo-type profiling floats can be deployed in advance of, or during, a tropical cyclone from any aircraft equipped with an A-sized (AXBT) launch tube, or from the stern ramp of a C-130. The floats have the same dimensions as an AXBT and weigh about 8.5 kg. Upon deployment, the floats parachute to the surface, detach and automatically begin their programmed mission. The recorded temperature data is averaged over 1-meter bins that are reported back via the Iridium satellite phone network, which is then automatically processed and posted to the GTS. The floats are also reprogrammable via the 2-way communication afforded by Iridium. We report on the results of deployments during the 2014 and 2015 hurricane seasons. Unique observations of the ocean response from Hurricane Ignacio are particularly noteworthy and will be presented. Further plans for continued development of floats include measuring salinity (from an inductive conductivity sensor) and observations of the surface wave field (measured by an onboard accelerometer) will also be described.
33 CFR 144.01-15 - Alternates for life floats.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 33 Navigation and Navigable Waters 2 2010-07-01 2010-07-01 false Alternates for life floats. 144... for life floats. (a) Approved lifeboats, approved life rafts or approved inflatable life rafts may be used in lieu of approved life floats for either all or part of the capacity required. When either...
33 CFR 144.01-15 - Alternates for life floats.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 33 Navigation and Navigable Waters 2 2011-07-01 2011-07-01 false Alternates for life floats. 144... for life floats. (a) Approved lifeboats, approved life rafts or approved inflatable life rafts may be used in lieu of approved life floats for either all or part of the capacity required. When either...
An Analysis of the Full-Floating Journal Bearing
NASA Technical Reports Server (NTRS)
Shaw, M C; Nussdorfer, T J , Jr
1947-01-01
An analysis of the operating characteristics of a full-floating journal bearing, a bearing in which a floating sleeve is located between the journal and bearing surfaces, is presented together with charts from which the performance of such bearings may be predicted. Examples are presented to illustrate the use of these charts and a limited number of experiments conducted upon a glass full-floating bearing are reported to verify some results of the analysis.
Study of Allocation Guaranteed Time Slot Wireless Body Area Networks Based on IEEE 802.15.4
NASA Astrophysics Data System (ADS)
Yundra, E.; Harsono, G. D.
2018-04-01
This paper aims to determine the size of the Guaranteed Time Slot (GTS) on the super frame structure required for each sensor as well as to know the performance of the GTS resized system compared to the GTS standard on IEEE 802.15.4. This article proposes a scheme to improve IEEE 802.15.4 medium access control, called allocation Guaranteed Time Slot (ALGATIS). ALGATIS is expected to effectively allocate guaranteed time slot to the requested sensors, it adjusts the length of the slot in super frame duration based on the length of the packet data. This article presents a simulation experiment of IEEE 802.15.4, especially for star network, to predict the throughput of networks and average energy consumption. The simulation experiments show that the performance of ALGATIS is better than that of IEEE 802.15.4 standard in term of the throughput of networks and average energy consumption
46 CFR 131.870 - Life floats and buoyant apparatus.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 46 Shipping 4 2012-10-01 2012-10-01 false Life floats and buoyant apparatus. 131.870 Section 131... OPERATIONS Markings for Fire Equipment and Emergency Equipment § 131.870 Life floats and buoyant apparatus. (a) The name of the vessel must be plainly marked or painted on each life float or buoyant apparatus...
46 CFR 131.870 - Life floats and buoyant apparatus.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 46 Shipping 4 2013-10-01 2013-10-01 false Life floats and buoyant apparatus. 131.870 Section 131... OPERATIONS Markings for Fire Equipment and Emergency Equipment § 131.870 Life floats and buoyant apparatus. (a) The name of the vessel must be plainly marked or painted on each life float or buoyant apparatus...
46 CFR 131.870 - Life floats and buoyant apparatus.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 46 Shipping 4 2014-10-01 2014-10-01 false Life floats and buoyant apparatus. 131.870 Section 131... OPERATIONS Markings for Fire Equipment and Emergency Equipment § 131.870 Life floats and buoyant apparatus. (a) The name of the vessel must be plainly marked or painted on each life float or buoyant apparatus...
46 CFR 131.870 - Life floats and buoyant apparatus.
Code of Federal Regulations, 2011 CFR
2011-10-01
... OPERATIONS Markings for Fire Equipment and Emergency Equipment § 131.870 Life floats and buoyant apparatus. (a) The name of the vessel must be plainly marked or painted on each life float or buoyant apparatus... 46 Shipping 4 2011-10-01 2011-10-01 false Life floats and buoyant apparatus. 131.870 Section 131...
46 CFR 131.870 - Life floats and buoyant apparatus.
Code of Federal Regulations, 2010 CFR
2010-10-01
... OPERATIONS Markings for Fire Equipment and Emergency Equipment § 131.870 Life floats and buoyant apparatus. (a) The name of the vessel must be plainly marked or painted on each life float or buoyant apparatus... 46 Shipping 4 2010-10-01 2010-10-01 false Life floats and buoyant apparatus. 131.870 Section 131...
Muto, Masaki; Nojima, Daisuke; Yue, Liang; Kanehara, Hideyuki; Naruse, Hideaki; Ujiro, Asuka; Yoshino, Tomoko; Matsunaga, Tadashi; Tanaka, Tsuyoshi
2017-03-01
Microalgae have been accepted as a promising feedstock for biodiesel production owing to their capability of converting solar energy into lipids through photosynthesis. However, the high capital and operating costs, and high energy consumption, are hampering commercialization of microalgal biodiesel. In this study, the surface-floating microalga, strain AVFF007 (tentatively identified as Botryosphaerella sudetica), which naturally forms a biofilm on surfaces, was characterized for use in biodiesel production. The biofilm could be conveniently harvested from the surface of the water by adsorbing onto a polyethylene film. The lipid productivity of strain AVFF007 was 46.3 mg/L/day, allowing direct comparison to lipid productivities of other microalgal species. The moisture content of the surface-floating biomass was 86.0 ± 1.2%, which was much lower than that of the biomass harvested using centrifugation. These results reveal the potential of this surface-floating microalgal species as a biodiesel producer, employing a novel biomass harvesting and dewatering strategy. Copyright © 2016 The Society for Biotechnology, Japan. Published by Elsevier B.V. All rights reserved.
Design and Optimization of Floating Drug Delivery System of Acyclovir
Kharia, A. A.; Hiremath, S. N.; Singhai, A. K.; Omray, L. K.; Jain, S. K.
2010-01-01
The purpose of the present work was to design and optimize floating drug delivery systems of acyclovir using psyllium husk and hydroxypropylmethylcellulose K4M as the polymers and sodium bicarbonate as a gas generating agent. The tablets were prepared by wet granulation method. A 32 full factorial design was used for optimization of drug release profile. The amount of psyllium husk (X1) and hydroxypropylmethylcellulose K4M (X2) were selected as independent variables. The times required for 50% (t50%) and 70% (t70%) drug dissolution were selected as dependent variables. All the designed nine batches of formulations were evaluated for hardness, friability, weight variation, drug content uniformity, swelling index, in vitro buoyancy, and in vitro drug release profile. All formulations had floating lag time below 3 min and constantly floated on dissolution medium for more than 24 h. Validity of the developed polynomial equation was verified by designing two check point formulations (C1 and C2). The closeness of predicted and observed values for t50% and t70% indicates validity of derived equations for the dependent variables. These studies indicated that the proper balance between psyllium husk and hydroxypropylmethylcellulose K4M can produce a drug dissolution profile similar to the predicted dissolution profile. The optimized formulations followed Higuchi's kinetics while the drug release mechanism was found to be anomalous type, controlled by diffusion through the swollen matrix. PMID:21694992
Design and optimization of floating drug delivery system of acyclovir.
Kharia, A A; Hiremath, S N; Singhai, A K; Omray, L K; Jain, S K
2010-09-01
The purpose of the present work was to design and optimize floating drug delivery systems of acyclovir using psyllium husk and hydroxypropylmethylcellulose K4M as the polymers and sodium bicarbonate as a gas generating agent. The tablets were prepared by wet granulation method. A 3(2) full factorial design was used for optimization of drug release profile. The amount of psyllium husk (X1) and hydroxypropylmethylcellulose K4M (X2) were selected as independent variables. The times required for 50% (t(50%)) and 70% (t(70%)) drug dissolution were selected as dependent variables. All the designed nine batches of formulations were evaluated for hardness, friability, weight variation, drug content uniformity, swelling index, in vitro buoyancy, and in vitro drug release profile. All formulations had floating lag time below 3 min and constantly floated on dissolution medium for more than 24 h. Validity of the developed polynomial equation was verified by designing two check point formulations (C1 and C2). The closeness of predicted and observed values for t(50%) and t(70%) indicates validity of derived equations for the dependent variables. These studies indicated that the proper balance between psyllium husk and hydroxypropylmethylcellulose K4M can produce a drug dissolution profile similar to the predicted dissolution profile. The optimized formulations followed Higuchi's kinetics while the drug release mechanism was found to be anomalous type, controlled by diffusion through the swollen matrix.
Floating seal system for rotary devices
Banasiuk, Hubert A.
1983-01-01
This invention relates to a floating seal system for rotary devices to reduce gas leakage around the rotary device in a duct and across the face of the rotary device to an adjacent duct. The peripheral seal bodies are made of resilient material having a generally U-shaped cross section wherein one of the legs is secured to a support member and the other of the legs forms a contacting seal against the rotary device. The legs of the peripheral seal form an extended angle of intersection of about 10.degree. to about 30.degree. in the unloaded condition to provide even sealing forces around the periphery of the rotary device. The peripheral seal extends around the periphery of the support member except where intersected by radial seals which reduce gas leakage across the face of the rotary device and between adjacent duct portions. The radial seal assembly is fabricated from channel bars, the smaller channel bar being secured to the divider of the support member and a larger inverted rigid floating channel bar having its legs freely movable over the legs of the smaller channel bar forming therewith a tubular channel. A resilient flexible tube is positioned within the tubular channel for substantially its full length to reduce gas leakage across the tubular channel. A spacer extends beyond the face of the floating channel near each end of the floating channel a distance to provide desired clearance between the floating channel and the face of the rotary device.
Floating seal system for rotary devices
Banasiuk, H.A.
1983-08-23
This invention relates to a floating seal system for rotary devices to reduce gas leakage around the rotary device in a duct and across the face of the rotary device to an adjacent duct. The peripheral seal bodies are made of resilient material having a generally U-shaped cross section wherein one of the legs is secured to a support member and the other of the legs forms a contacting seal against the rotary device. The legs of the peripheral seal form an extended angle of intersection of about 10[degree] to about 30[degree] in the unloaded condition to provide even sealing forces around the periphery of the rotary device. The peripheral seal extends around the periphery of the support member except where intersected by radial seals which reduce gas leakage across the face of the rotary device and between adjacent duct portions. The radial seal assembly is fabricated from channel bars, the smaller channel bar being secured to the divider of the support member and a larger inverted rigid floating channel bar having its legs freely movable over the legs of the smaller channel bar forming therewith a tubular channel. A resilient flexible tube is positioned within the tubular channel for substantially its full length to reduce gas leakage across the tubular channel. A spacer extends beyond the face of the floating channel near each end of the floating channel a distance to provide desired clearance between the floating channel and the face of the rotary device. 5 figs.
33 CFR 144.01-10 - Equipment for life floats.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 33 Navigation and Navigable Waters 2 2010-07-01 2010-07-01 false Equipment for life floats. 144.01... for life floats. (a) Each lifefloat shall be provided with a painter. This painter shall be a manila... 1/2 inch in diameter. (b) Each life float must have a water light of an approved automatic electric...
33 CFR 144.01-10 - Equipment for life floats.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 33 Navigation and Navigable Waters 2 2011-07-01 2011-07-01 false Equipment for life floats. 144.01... for life floats. (a) Each lifefloat shall be provided with a painter. This painter shall be a manila... 1/2 inch in diameter. (b) Each life float must have a water light of an approved automatic electric...
33 CFR 144.01-10 - Equipment for life floats.
Code of Federal Regulations, 2014 CFR
2014-07-01
... 33 Navigation and Navigable Waters 2 2014-07-01 2014-07-01 false Equipment for life floats. 144.01... for life floats. (a) Each lifefloat shall be provided with a painter. This painter shall be a manila... 1/2 inch in diameter. (b) Each life float must have a water light of an approved automatic electric...
33 CFR 144.01-10 - Equipment for life floats.
Code of Federal Regulations, 2013 CFR
2013-07-01
... 33 Navigation and Navigable Waters 2 2013-07-01 2013-07-01 false Equipment for life floats. 144.01... for life floats. (a) Each lifefloat shall be provided with a painter. This painter shall be a manila... 1/2 inch in diameter. (b) Each life float must have a water light of an approved automatic electric...
33 CFR 144.01-10 - Equipment for life floats.
Code of Federal Regulations, 2012 CFR
2012-07-01
... 33 Navigation and Navigable Waters 2 2012-07-01 2012-07-01 false Equipment for life floats. 144.01... for life floats. (a) Each lifefloat shall be provided with a painter. This painter shall be a manila... 1/2 inch in diameter. (b) Each life float must have a water light of an approved automatic electric...
DOE Office of Scientific and Technical Information (OSTI.GOV)
Basso, T.
Public-private partnerships have been a mainstay of the U.S. Department of Energy and the National Renewable Energy Laboratory (DOE/NREL) approach to research and development. These partnerships also include technology development that enables grid modernization and distributed energy resources (DER) advancement, especially renewable energy systems integration with the grid. Through DOE/NREL and industry support of Institute of Electrical and Electronics Engineers (IEEE) standards development, the IEEE 1547 series of standards has helped shape the way utilities and other businesses have worked together to realize increasing amounts of DER interconnected with the distribution grid. And more recently, the IEEE 2030 series ofmore » standards is helping to further realize greater implementation of communications and information technologies that provide interoperability solutions for enhanced integration of DER and loads with the grid. For these standards development partnerships, for approximately $1 of federal funding, industry partnering has contributed $5. In this report, the status update is presented for the American National Standards IEEE 1547 and IEEE 2030 series of standards. A short synopsis of the history of the 1547 standards is first presented, then the current status and future direction of the ongoing standards development activities are discussed.« less
Creating a New Model Curriculum: A Rationale for "Computing Curricula 1990".
ERIC Educational Resources Information Center
Bruce, Kim B.
1991-01-01
Describes a model for the design of undergraduate curricula in the discipline of computing that was developed by the ACM/IEEE (Association for Computing Machinery/Institute of Electrical and Electronics Engineers) Computer Society Joint Curriculum Task Force. Institutional settings and structures in which computing degrees are awarded are…
NASA Astrophysics Data System (ADS)
Kadum, Hawwa; Rockel, Stanislav; Holling, Michael; Peinke, Joachim; Cal, Raul Bayon
2017-11-01
The wake behind a floating model horizontal axis wind turbine during pitch motion is investigated and compared to a fixed wind turbine wake. An experiment is conducted in an acoustic wind tunnel where hot-wire data are acquired at five downstream locations. At each downstream location, a rake of 16 hot-wires was used with placement of the probes increasing radially in the vertical, horizontal, and diagonally at 45 deg. In addition, the effect of turbulence intensity on the floating wake is examined by subjecting the wind turbine to different inflow conditions controlled through three settings in the wind tunnel grid, a passive and two active protocols, thus varying in intensity. The wakes are inspected by statistics of the point measurements, where the various length/time scales are considered. The wake characteristics for a floating wind turbine are compared to a fixed turbine, and uncovering its features; relevant as the demand for exploiting deep waters in wind energy is increasing.
Research on stability of nozzle-floating plate institution
NASA Astrophysics Data System (ADS)
Huang, Bin; Tao, Jiayue; Yi, Jiajing; Chen, Shijing
2016-01-01
In this paper, air hammer instability of nozzle-floating plate institution in gas lubricated force sensor were studied. Through establishment of the theoretical model for the analysis of the nozzle-floating plate institution stability, combined with air hammer stability judgment theorems, we had some simulation research on the radius of the nozzle, the radius of the pressure chamber, pressure chamber depth, orifice radius and the relationship between air supply pressure and bearing capacity, in order to explore the instability mechanism of nozzle-floating plate institution. For conducting experimental observations for the stability of two groups nozzle-floating plate institution, which have typical structural parameters conducted experimental observations. We set up a special experimental device, verify the correctness of the theoretical study and simulation results. This paper shows that in the nozzle-floating plate institution, increasing the nozzle diameter, reduced pressure chamber radius, reducing the depth of the pressure chamber and increase the supply orifice radius, and other measures is conducive to system stability. Results of this study have important implications for research and design of gas lubricated force sensor.
Kator, H; Rhodes, M
2001-06-01
Declining oyster (Crassostrea virginica) production in the Chesapeake Bay has stimulated aquaculture based on floats for off-bottom culture. While advantages of off-bottom culture are significant, the increased use of floating containers raises public health and microbiological concerns, because oysters in floats may be more susceptible to fecal contamination from storm runoff compared to those cultured on-bottom. We conducted four commercial-scale studies with market-size oysters naturally contaminated with fecal coliforms (FC) and a candidate viral indicator, F-specific RNA (FRNA) coliphage. To facilitate sampling and to test for location effects, 12 replicate subsamples, each consisting of 15 to 20 randomly selected oysters in plastic mesh bags, were placed at four characteristic locations within a 0.6- by 3.0-m "Taylor" float, and the remaining oysters were added to a depth not exceeding 15.2 cm. The float containing approximately 3,000 oysters was relaid in the York River, Virginia, for 14 days. During relay, increases in shellfish FC densities followed rain events such that final mean levels exceeded initial levels or did not meet an arbitrary product end point of 50 FC/100 ml. FRNA coliphage densities decreased to undetectable levels within 14 days (16 to 28 degrees C) in all but the last experiment, when temperatures fell between 12 and 16 degrees C. Friedman (nonparametric analysis of variance) tests performed on FC/Escherichia coli and FRNA densities indicated no differences in counts as a function of location within the float. The public health consequences of these observations are discussed, and future research and educational needs are identified.
Floating Solar Photovoltaics Gaining Ground | State, Local, and Tribal
Gaining Ground January 24, 2017 by Alison Holm Floating solar photovoltaic (PV) systems, so-called flotovoltaics (a trademarked term) or floating solar, represent an emerging application in which PV panels are sited on bodies of water. The PV panel technology used for floating solar applications is very similar
IEEE/NASA Workshop on Leveraging Applications of Formal Methods, Verification, and Validation
NASA Technical Reports Server (NTRS)
Margaria, Tiziana (Editor); Steffen, Bernhard (Editor); Hichey, Michael G.
2005-01-01
This volume contains the Preliminary Proceedings of the 2005 IEEE ISoLA Workshop on Leveraging Applications of Formal Methods, Verification, and Validation, with a special track on the theme of Formal Methods in Human and Robotic Space Exploration. The workshop was held on 23-24 September 2005 at the Loyola College Graduate Center, Columbia, MD, USA. The idea behind the Workshop arose from the experience and feedback of ISoLA 2004, the 1st International Symposium on Leveraging Applications of Formal Methods held in Paphos (Cyprus) last October-November. ISoLA 2004 served the need of providing a forum for developers, users, and researchers to discuss issues related to the adoption and use of rigorous tools and methods for the specification, analysis, verification, certification, construction, test, and maintenance of systems from the point of view of their different application domains.
Comparative evaluation of single and bilayered lamotrigine floating tablets
Lakshmi, PK; Sridhar, M; Shruthi, B
2013-01-01
Aim: The purpose of this study was to prepare lamotrigine (LM) bilayered and single layered floating tablets and to compare their release profiles. Materials and Methods: LM floating tablets were prepared by direct compression method. Drug, hydroxy propyl methyl cellulose K4M, lactose monohydrate and polyvinylpyrrolidone K30 constitute controlled release layer components and floating layer components includes polymers and sodium bicarbonate. The prepared tablets were evaluated for physicochemical parameters such as hardness, friability, weight variation, thickness, floating lag time (FLT), floating time, in vitro buoyancy study, in vitro release studies. The drug-polymer interaction was studied by fourier transform infrared and differential scanning calorimetry. Results and Discussion: The FLT of all the formulations were within the prescribed limits (<3 min). When ethyl cellulose was used as floating layer component, tablets showed good buoyancy effect but eroded within 6-8 h. Hence it was replaced with hydroxypropyl cellulose -M hydrophilic polymer, which showed good FLT and floating duration for 16 h. Formulation LFC4 was found to be optimized with dissolution profile of zero order kinetics showing fickian diffusion. A comparative study of bilayered and single layered tablets of LM showed a highest similarity factor of 83.03, difference factor of 2.74 and t-test (P < 0.05) indicates that there is no significant difference between them. Conclusion: Though bilayered tablet possess many advantages, single layered tablet would be economical, cost-effective and reproducible for large scale production in the industry. However, the results of present study demonstrated that the in vitro development of bilayered gastro retentive floating tablets with controlled drug release profile for LM is feasible. PMID:24167788
Yang, Jiangxia; Xiao, Hong
2015-08-01
To explore the improvement of hand motion function,spasm and self-care ability of daily life for stroke patients treated with floating-needle combined with rehabilitation training. Eighty hand spasm patients of post-stroke within one year after stroke were randomly divided into an observation group and a control group, 40 cases in each one. In the two groups, rehabilitation was adopted for eight weeks,once a day,40 min one time. In the observation group, based on the above treatment and according to muscle fascia trigger point, 2~3 points in both the internal and external sides of forearm were treated with floating-needle. The positive or passive flexion and extension of wrist and knuckle till the relief of spasm hand was combined. The floating-needle therapy was given for eight weeks, on the first three days once a day and later once every other day. Modified Ashworth Scale(MAS), activity of daily life(ADL, Barthel index) scores and Fugl-Meyer(FMA) scores were used to assess the spasm hand degree,activity of daily life and hand motion function before and after 7-day, 14-day and 8-week treatment. After 7-day, 14-day and 8-week treatment, MAS scores were apparently lower than those before treatment in the two groups(all P<0. 05), and Barthel scores and FMA scores were obviously higher than those before-treatment(all P<0. 05). After 14-day and 8-week treatment, FMA scores in the observation group were markedly higher than those in the control group(both P<0. 05). Floating-needle therapy combined with rehabilitation training and simple rehabilitation training could both improve hand spasm degree, hand function and activity of daily life of post-stroke patients, but floating-needle therapy combined with rehabilitation training is superior to simple rehabilitation training for the improvement of hand function.
Eleanor McElwee and the Formation of IEEE PCS
ERIC Educational Resources Information Center
Malone, Edward A.
2015-01-01
This article examines the historical professional project that created the Institute of Radio Engineers' Professional Group on Engineering Writing an Speech (IRE PGEWS)--now called the Institute of Electrical and Electronics Engineers' Professional Communication Society (IEEE PCS)--and recounts the group's early history in detail. It also traces…
Floating arterial thrombus related stroke treated by intravenous thrombolysis.
Vanacker, P; Cordier, M; Janbieh, J; Federau, C; Michel, P
2014-01-01
The effects of intravenous thrombolysis on floating thrombi in cervical and intracranial arteries of acute ischemic stroke patients are unknown. Similarly, the best prevention methods of early recurrences remain controversial. This study aimed to describe the clinical and radiological outcome of thrombolyzed strokes with floating thrombi. We retrospectively analyzed all thrombolyzed stroke patients in our institution between 2003 and 2010 with floating thrombi on acute CT-angiography before the intravenous thrombolysis. The floating thrombus was diagnosed if an elongated thrombus of at least 5 mm length, completely surrounded by contrast on supra-aortic neck or intracerebral arteries, was present on CT-angiography. Demographics, vascular risk factors, and comorbidities were recorded and stroke etiology was determined after a standardized workup. Repeat arterial imaging was performed by CTA at 24 h or before if clinical worsening was noted and then by Doppler and MRA during the first week and at four months. Of 409 thrombolyzed stroke patients undergoing acute CT Angiography, seven (1.7%) had a floating thrombus; of these seven, six had it in the anterior circulation. Demographics, risk factors and stroke severity of these patients were comparable to the other thrombolyzed patients. After intravenous thrombolysis, the floating thrombi resolved completely at 24 h in four of the patients, whereas one had an early recurrent stroke and one developed progressive worsening. One patient developed early occlusion of the carotid artery with floating thrombus and subsequently a TIA. The two patients with a stable floating thrombus had no clinical recurrences. In the literature, only one of four reported cases were found to have a thrombolysis-related early recurrence. Long-term outcome seemed similar in thrombolyzed patients with floating thrombus, despite a possible increase of very early recurrence. It remains to be established whether acute mechanical thrombectomy could be
NASA Astrophysics Data System (ADS)
Tanaka, S.; Hasegawa, K.; Okamoto, N.; Umegaki, R.; Wang, S.; Uemura, M.; Okamoto, A.; Koyamada, K.
2016-06-01
We propose a method for the precise 3D see-through imaging, or transparent visualization, of the large-scale and complex point clouds acquired via the laser scanning of 3D cultural heritage objects. Our method is based on a stochastic algorithm and directly uses the 3D points, which are acquired using a laser scanner, as the rendering primitives. This method achieves the correct depth feel without requiring depth sorting of the rendering primitives along the line of sight. Eliminating this need allows us to avoid long computation times when creating natural and precise 3D see-through views of laser-scanned cultural heritage objects. The opacity of each laser-scanned object is also flexibly controllable. For a laser-scanned point cloud consisting of more than 107 or 108 3D points, the pre-processing requires only a few minutes, and the rendering can be executed at interactive frame rates. Our method enables the creation of cumulative 3D see-through images of time-series laser-scanned data. It also offers the possibility of fused visualization for observing a laser-scanned object behind a transparent high-quality photographic image placed in the 3D scene. We demonstrate the effectiveness of our method by applying it to festival floats of high cultural value. These festival floats have complex outer and inner 3D structures and are suitable for see-through imaging.
The Computer-Job Salary Picture.
ERIC Educational Resources Information Center
Basta, Nicholas
1987-01-01
Discusses starting salaries for graduates with various degrees in computer science and electrical engineering. Summarizes the results of a recent study by the Institute of Electrical and Electronics Engineers (IEEE) which provides salary estimates for graduates in different specialties and in different geographical locations. (TW)
Dragging a floating horizontal cylinder
NASA Astrophysics Data System (ADS)
Lee, Duck-Gyu; Kim, Ho-Young
2010-11-01
A cylinder immersed in a fluid stream experiences a drag, and it is well known that the drag coefficient is a function of the Reynolds number only. Here we study the force exerted on a long horizontal cylinder that is dragged perpendicular to its axis while floating on an air-water interface with a high Reynolds number. In addition to the flow-induced drag, the floating body is subjected to capillary forces along the contact line where the three phases of liquid/solid/gas meet. We first theoretically predict the meniscus profile around the horizontally moving cylinder assuming the potential flow, and show that the profile is in good agreement with that obtained experimentally. Then we compare our theoretical predictions and experimental measurement results for the drag coefficient of a floating horizontal cylinder that is given by a function of the Weber number and the Bond number. This study can help us to understand the horizontal motion of partially submerged objects at air-liquid interface, such as semi-aquatic insects and marine plants.
Can flexibility help you float?
NASA Astrophysics Data System (ADS)
Burton, L. J.; Bush, J. W. M.
2012-10-01
We consider the role of flexibility in the weight-bearing characteristics of bodies floating at an interface. Specifically, we develop a theoretical model for a two-dimensional thin floating plate that yields the maximum stable plate load and optimal stiffness for weight support. Plates small relative to the capillary length are primarily supported by surface tension, and their weight-bearing potential does not benefit from flexibility. Above a critical size comparable to the capillary length, flexibility assists interfacial flotation. For plates on the order of and larger than the capillary length, deflection from an initially flat shape increases the force resulting from hydrostatic pressure, allowing the plate to support a greater load. In this large plate limit, the shape that bears the most weight is a semicircle, which displaces the most fluid above the plate for a fixed plate length. Exact results for maximum weight-bearing plate shapes are compared to analytic approximations made in the limits of large and small plate sizes. The value of flexibility for floating to a number of biological organisms is discussed in light of our study.
Vertical pump with free floating check valve
Lindsay, Malcolm
1980-01-01
A vertical pump with a bottom discharge having a free floating check valve isposed in the outlet plenum thereof. The free floating check valve comprises a spherical member with a hemispherical cage-like member attached thereto which is capable of allowing forward or reverse flow under appropriate conditions while preventing reverse flow under inappropriate conditions.
Whatever Floats Your Boat: A Design Challenge
ERIC Educational Resources Information Center
Kornoelje, Joanne; Roman, Harry T.
2012-01-01
This article presents a simple design challenge, based on the PBS program "Design Squad's" "Watercraft" activity that will prove engaging to most technology and engineering students. In this floating boat challenge, students are to build a boat that can float and support 25 pennies for at least 10 seconds--without leaking, sinking, or tipping…
Distributed Computation of the knn Graph for Large High-Dimensional Point Sets
Plaku, Erion; Kavraki, Lydia E.
2009-01-01
High-dimensional problems arising from robot motion planning, biology, data mining, and geographic information systems often require the computation of k nearest neighbor (knn) graphs. The knn graph of a data set is obtained by connecting each point to its k closest points. As the research in the above-mentioned fields progressively addresses problems of unprecedented complexity, the demand for computing knn graphs based on arbitrary distance metrics and large high-dimensional data sets increases, exceeding resources available to a single machine. In this work we efficiently distribute the computation of knn graphs for clusters of processors with message passing. Extensions to our distributed framework include the computation of graphs based on other proximity queries, such as approximate knn or range queries. Our experiments show nearly linear speedup with over one hundred processors and indicate that similar speedup can be obtained with several hundred processors. PMID:19847318
Changing Patterns of the Floating Population in China during 2000-2010*
Liang, Zai; Li, Zhen; Ma, Zhongdong
2015-01-01
Using data from the 2000 and 2010 Chinese Population Censuses and applying a consistent definition of migration, this paper examines changing patterns of China's floating population during 2000-2010. We find that during the first decade of the 21st century, there have been significant changes in China's floating population, as reflected in continuing rise of interprovincial floating population and the rise of the floating population in China's western and interior regions, geographic diversification of destinations for the floating population, a major increase in interprovincial return migration, and significant improvement in education and occupational profiles among the floating population. We argue that these patterns are driven by a combination of complex domestic and international factors, including the newly released Labor Law, removal of agricultural tax, the western China development program, increased investment in education by the Chinese government, and the global financial crisis. We also discuss several challenges facing the floating population in the coming years, which include equality of educational opportunity for migrant children and adequate housing and social welfare protection for the floating population. Finally, we reflect on the future of migration research in China. PMID:26213427
Analysis of Global Properties of Shapes
2010-06-01
Conference on Computer Vision (ICCV) ( Bejing , China , 2005), IEEE. [113] Thrun, S., and Wegbreit, B. Shape from symmetry. In Proceedings of the...International Conference on Computer Vision (ICCV) ( Bejing , China , 2005), IEEE. [114] Toshev, A., Shi, J., and Daniilidis, K. Image matching via saliency...applications ranging from sampling points to finding correspondences to shape simplification. Discrete variants of the Laplace-Beltrami opera - tor [108] and
Comparisons of some large scientific computers
NASA Technical Reports Server (NTRS)
Credeur, K. R.
1981-01-01
In 1975, the National Aeronautics and Space Administration (NASA) began studies to assess the technical and economic feasibility of developing a computer having sustained computational speed of one billion floating point operations per second and a working memory of at least 240 million words. Such a powerful computer would allow computational aerodynamics to play a major role in aeronautical design and advanced fluid dynamics research. Based on favorable results from these studies, NASA proceeded with developmental plans. The computer was named the Numerical Aerodynamic Simulator (NAS). To help insure that the estimated cost, schedule, and technical scope were realistic, a brief study was made of past large scientific computers. Large discrepancies between inception and operation in scope, cost, or schedule were studied so that they could be minimized with NASA's proposed new compter. The main computers studied were the ILLIAC IV, STAR 100, Parallel Element Processor Ensemble (PEPE), and Shuttle Mission Simulator (SMS) computer. Comparison data on memory and speed were also obtained on the IBM 650, 704, 7090, 360-50, 360-67, 360-91, and 370-195; the CDC 6400, 6600, 7600, CYBER 203, and CYBER 205; CRAY 1; and the Advanced Scientific Computer (ASC). A few lessons learned conclude the report.
Computing at the speed limit (supercomputers)
DOE Office of Scientific and Technical Information (OSTI.GOV)
Bernhard, R.
1982-07-01
The author discusses how unheralded efforts in the United States, mainly in universities, have removed major stumbling blocks to building cost-effective superfast computers for scientific and engineering applications within five years. These computers would have sustained speeds of billions of floating-point operations per second (flops), whereas with the fastest machines today the top sustained speed is only 25 million flops, with bursts to 160 megaflops. Cost-effective superfast machines can be built because of advances in very large-scale integration and the special software needed to program the new machines. VLSI greatly reduces the cost per unit of computing power. The developmentmore » of such computers would come at an opportune time. Although the US leads the world in large-scale computer technology, its supremacy is now threatened, not surprisingly, by the Japanese. Publicized reports indicate that the Japanese government is funding a cooperative effort by commercial computer manufacturers to develop superfast computers-about 1000 times faster than modern supercomputers. The US computer industry, by contrast, has balked at attempting to boost computer power so sharply because of the uncertain market for the machines and the failure of similar projects in the past to show significant results.« less
14 CFR 23.529 - Hull and main float landing conditions.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Hull and main float landing conditions. 23... Water Loads § 23.529 Hull and main float landing conditions. (a) Symmetrical step, bow, and stern... directed perpendicularly to the keel line. (b) Unsymmetrical landing for hull and single float seaplanes...
On IEEE 802.15.6 IR-UWB receivers - simulations for DBPSK modulation.
Niemelä, Ville; Hämäläinen, Matti; Iinatti, Jari
2013-01-01
In 2002, Federal Communications Commission (FCC) was the first in defining regulations for ultra wideband (UWB) communications followed by Europe and Japan some years later. Focusing on impulse radio (IR) UWB, in 2007 was the time for the first published standard targeting in personal area networks, released by the IEEE. The second IEEE released standard including UWB definitions is targeted for wireless body area networks (WBAN) and was published in 2012. As the wireless communications has been and will be passing through almost any levels in society, the natural step with WBAN is using it in different medical, healthcare and wellbeing applications. The arguments for these are related to the modern lifestyle, in which people have increasingly more free time and are more interested in taking care of their health and wellbeing. Another challenge is the population composition, i.e., aging in developed countries which call for new solutions and procedures, particularly from cost wise. In this paper, we are evaluating UWB receivers based on the IEEE 802.15.6 physical layer definitions and capable of detecting differentially encoded modulation. The evaluation is performed using two different WBAN channel models.
NASA Astrophysics Data System (ADS)
Fusilli, L.; Collins, M. O.; Laneve, G.; Palombo, A.; Pignatti, S.; Santini, F.
2013-02-01
The objective of this research study is to assess the capability of time-series of MODIS imagery to provide information suitable for enhancing the understanding of the temporal cycles shown by the abnormal growth of the floating macrophytes in order to support monitoring and management action of Lake Victoria water resources. The proliferation of invasive plants and aquatic weeds is of growing concern. Starting from 1989, Lake Victoria has been interested by the high infestation of water hyacinth with significant socio-economic impact on riparian populations. In this paper, we describe an approach based on the time-series of MODIS to derive the temporal behaviour, the abundance and distribution of the floating macrophytes in the Winam Gulf (Kenyan portion of the Lake Victoria) and its possible links to the concentrations of the main water constituencies. To this end, we consider the NDVI values computed from the MODIS imagery time-series from 2000 to 2009 to identify the floating macrophytes cover and an appropriate bio-optical model to retrieve, by means of an inverse procedure, the concentrations of chlorophyll a, coloured dissolved organic matter and total suspended solid. The maps of the floating vegetation based on the NDVI values allow us to assess the spatial and temporal dynamics of the weeds with high time resolution. A floating vegetation index (FVI) has been introduced for describing the weeds pollution level. The results of the analysis show a consistent temporal relation between the water constituent concentrations within the Winam Gulf and the FVI, especially in the proximity of the greatest proliferation of floating vegetation in the last 10 years that occurred between the second half of 2006 and the first half of 2007.The adopted approach will be useful to implement an automatic system for monitoring and predicting the floating macrophytes proliferation in Lake Victoria.
Organizing the History of Computing
NASA Astrophysics Data System (ADS)
Misa, Thomas J.
This paper tries to distill some of the ‘lessons learned’ from the Charles Babbage Institute’s quarter-century experience (1980-present) in organizing the history of computing. It draws on the author’s (recent) experience as CBI director; conversations with Arthur Norberg, CBI’s long-time founding director; and papers delivered at a special symposium appraising CBI’s role in computing history, which appeared in the IEEE Annals of the History of Computing 29 no. 4 (October-December 2007).
Floating shoulders: Clinical and radiographic analysis at a mean follow-up of 11 years
Pailhes, ReÌ gis; Bonnevialle, Nicolas; Laffosse, JeanMichel; Tricoire, JeanLouis; Cavaignac, Etienne; Chiron, Philippe
2013-01-01
Context: The floating shoulder (FS) is an uncommon injury, which can be managed conservatively or surgically. The therapeutic option remains controversial. Aims: The goal of our study was to evaluate the long-term results and to identify predictive factors of functional outcomes. Settings and Design: Retrospective monocentric study. Materials and Methods: Forty consecutive FS were included (24 nonoperated and 16 operated) from 1984 to 2009. Clinical results were assessed with Simple Shoulder Test (SST), Oxford Shoulder Score (OSS), Single Assessment Numeric Evaluation (SANE), Short Form-12 (SF12), Disabilities of the Arm Shoulder and Hand score (DASH), and Constant score (CST). Plain radiographs were reviewed to evaluate secondary displacement, fracture healing, and modification of the lateral offset of the gleno-humeral joint (chest X-rays). New radiographs were made to evaluate osteoarthritis during follow-up. Statistical Analysis Used: T-test, Mann-Whitney test, and the Pearson's correlation coefficient were used. The significance level was set at 0.05. Results: At mean follow-up of 135 months (range 12-312), clinical results were satisfactory regarding different mean scores: SST 10.5 points, OSS 14 points, SANE 81%, SF12 (50 points and 60 points), DASH 14.5 points and CST 84 points. There were no significant differences between operative and non-operative groups. However, the loss of lateral offset influenced the results negatively. Osteoarthritis was diagnosed in five patients (12.5%) without correlation to fracture patterns and type of treatment. Conclusions: This study advocates that floating shoulder may be treated conservatively and surgically with satisfactory clinical long-term outcomes. However, the loss of gleno-humeral lateral offset should be evaluated carefully before taking a therapeutic option. PMID:23960364
Micromechanisms with floating pivot
Garcia, Ernest J.
2001-03-06
A new class of tilting micromechanical mechanisms have been developed. These new mechanisms use floating pivot structures to relieve some of the problems encountered in the use of solid flexible pivots.
1981-01-01
Channel and study permutation codes as a special case. ,uch a code is generated by an initial vector x, a group G of orthogonal n by n matrices, and a...random-access components, is introduced and studied . Under this scheme, the network stations are divided into groups , each of which is assigned a...IEEE INFORMATION THEORY GROUP CO-SPONSORED BY: UNION RADIO SCIENTIFIQUE INTERNATIONALE IEEE Catalog Number 81 CH 1609-7 IT . 81 ~20 04Q SECURITY
Strübing, Sandra; Abboud, Tâmara; Contri, Renata Vidor; Metz, Hendrik; Mäder, Karsten
2008-06-01
The purpose of this study was to investigate the mechanism of floating and drug release behaviour of poly(vinyl acetate)-based floating tablets with membrane controlled drug delivery. Propranolol HCl containing tablets with Kollidon SR as an excipient for direct compression and different Kollicoat SR 30 D/Kollicoat IR coats varying from 10 to 20mg polymer/cm2 were investigated regarding drug release in 0.1N HCl. Furthermore, the onset of floating, the floating duration and the floating strength of the device were determined. In addition, benchtop MRI studies of selected samples were performed. Coated tablets with 10mg polymer/cm2 SR/IR, 8.5:1.5 coat exhibited the shortest lag times prior to drug release and floating onset, the fastest increase in and highest maximum values of floating strength. The drug release was delayed efficiently within a time interval of 24 h by showing linear drug release characteristics. Poly(vinyl acetate) proved to be an appropriate excipient to ensure safe and reliable drug release. Floating strength measurements offered the possibility to quantify the floating ability of the developed systems and thus to compare different formulations more efficiently. Benchtop MRI studies allowed a deeper insight into drug release and floating mechanisms noninvasively and continuously.
Zhou, Zhao-Hui; Zhuang, Li-Xing; Chen, Zhen-Hu; Lang, Jian-Ying; Li, Yan-Hui; Jiang, Gang-Hui; Xu, Zhan-Qiong; Liao, Mu-Xi
2014-07-01
To compare the clinical efficacy in the treatment of post-stroke shoulder-hand syndrome between floating-needle therapy and conventional acupuncture on the basis of rehabilitation training. One hundred cases of post-stroke shoulder-hand syndrome were randomized into a floating-needle group and an acupuncture group, 50 cases in each one. The passive and positive rehabilitation training was adopted in the two groups. Additionally, in the floating-needle group, the floating-needle therapy was used. The needle was inserted at the site 5 to 10 cm away from myofasical trigger point (MTrP), manipulated and scattered subcutaneously, for 2 min continuously. In the acupuncture group, the conventional acupuncture was applied at Jianqian (EX-UE), Jianyu (LI 15), Jianliao (TE 14), etc. The treatment was given once every two days, 3 times a week, and 14 days of treatment were required. The shoulder hand syndrome scale (SHSS), the short form McGill pain scale (SF-MPQ) and the modified Fugl-Meyer motor function scale (FMA) were used to evaluate the damage severity, pain and motor function of the upper limbs before and after treatment in the two groups. The clinical efficacy was compared between the two groups. SHSS score, SF-MPQ score and FMA score were improved significantly after treatment in the two groups (all P < 0.01), and the improvements in the floating-needle group were superior to those in the acupuncture group (all P < 0.05). The total effective rate was 94.0% (47/50) in the floating-needle group, which was better than 90.0% (45/50) in the acupuncture group (P < 0.05). The floating-needle therapy combined with rehabilitation training achieves a satisfactory efficacy on post-stroke shoulder-hand syndrome, which is better than the combined therapy of conventional acupuncture and rehabilitation training.
Implementing Molecular Dynamics on Hybrid High Performance Computers - Three-Body Potentials
DOE Office of Scientific and Technical Information (OSTI.GOV)
Brown, W Michael; Yamada, Masako
The use of coprocessors or accelerators such as graphics processing units (GPUs) has become popular in scientific computing applications due to their low cost, impressive floating-point capabilities, high memory bandwidth, and low electrical power re- quirements. Hybrid high-performance computers, defined as machines with nodes containing more than one type of floating-point processor (e.g. CPU and GPU), are now becoming more prevalent due to these advantages. Although there has been extensive research into methods to efficiently use accelerators to improve the performance of molecular dynamics (MD) employing pairwise potential energy models, little is reported in the literature for models that includemore » many-body effects. 3-body terms are required for many popular potentials such as MEAM, Tersoff, REBO, AIREBO, Stillinger-Weber, Bond-Order Potentials, and others. Because the per-atom simulation times are much higher for models incorporating 3-body terms, there is a clear need for efficient algo- rithms usable on hybrid high performance computers. Here, we report a shared-memory force-decomposition for 3-body potentials that avoids memory conflicts to allow for a deterministic code with substantial performance improvements on hybrid machines. We describe modifications necessary for use in distributed memory MD codes and show results for the simulation of water with Stillinger-Weber on the hybrid Titan supercomputer. We compare performance of the 3-body model to the SPC/E water model when using accelerators. Finally, we demonstrate that our approach can attain a speedup of 5.1 with acceleration on Titan for production simulations to study water droplet freezing on a surface.« less
An Analytical Model for the Performance Analysis of Concurrent Transmission in IEEE 802.15.4
Gezer, Cengiz; Zanella, Alberto; Verdone, Roberto
2014-01-01
Interference is a serious cause of performance degradation for IEEE802.15.4 devices. The effect of concurrent transmissions in IEEE 802.15.4 has been generally investigated by means of simulation or experimental activities. In this paper, a mathematical framework for the derivation of chip, symbol and packet error probability of a typical IEEE 802.15.4 receiver in the presence of interference is proposed. Both non-coherent and coherent demodulation schemes are considered by our model under the assumption of the absence of thermal noise. Simulation results are also added to assess the validity of the mathematical framework when the effect of thermal noise cannot be neglected. Numerical results show that the proposed analysis is in agreement with the measurement results on the literature under realistic working conditions. PMID:24658624
An analytical model for the performance analysis of concurrent transmission in IEEE 802.15.4.
Gezer, Cengiz; Zanella, Alberto; Verdone, Roberto
2014-03-20
Interference is a serious cause of performance degradation for IEEE802.15.4 devices. The effect of concurrent transmissions in IEEE 802.15.4 has been generally investigated by means of simulation or experimental activities. In this paper, a mathematical framework for the derivation of chip, symbol and packet error probability of a typical IEEE 802.15.4 receiver in the presence of interference is proposed. Both non-coherent and coherent demodulation schemes are considered by our model under the assumption of the absence of thermal noise. Simulation results are also added to assess the validity of the mathematical framework when the effect of thermal noise cannot be neglected. Numerical results show that the proposed analysis is in agreement with the measurement results on the literature under realistic working conditions.
Endlessly Circulating Messages in IEEE 1588-2008 Systems
2014-05-13
section 13.5 of the standard. Once the timing topology is established by the BMC algo- rithm, each clock synchronizes to its master by exchanging timing ...Endlessly Circulating Messages in IEEE 1588-2008 Systems David Broman Patricia Derler Ankush Desai John Eidson Sanjit A. Seshia Electrical...estimated to average 1 hour per response, including the time for reviewing instructions, searching existing data sources, gathering and maintaining the
Collective Behavior of Camphor Floats Migrating on the Water Surface
NASA Astrophysics Data System (ADS)
Nishimori, Hiraku; Suematsu, Nobuhiko J.; Nakata, Satoshi
2017-10-01
As simple and easily controllable objects among various self-propelled particles, camphor floats on the water surface have been widely recognized. In this paper, we introduce characteristic behaviors and discuss the background mechanism of camphor floats on water, both in isolated and non-isolated conditions. In particular, we focus on: (i) the transition of dynamical characters through bifurcations exhibited by systems with small number of camphor floats and (ii) the emergence of a rich variety of complex dynamics observed in systems with large number camphor floats, and attempt to elucidate these phenomena through mathematical modeling as well as experimental analysis. Finally, we discuss the connection of the dynamics of camphor floats to that of a wider class of complex and sophisticated dynamics exhibited by various types of self-propelled particles.
Pharmacokinetics and analgesic effect of ketorolac floating delivery system.
Radwan, Mahasen A; Abou El Ela, Amal El Sayeh F; Hassan, Maha A; El-Maraghy, Dalia A
2015-05-01
The efficacy of ketorolac tromethamine (KT) floating alginate beads as a drug delivery system for better control of KT release was investigated. The formulation with the highest drug loading, entrapment efficiency, swelling, buoyancy, and in vitro release would be selected for further in vivo analgesic effect in the mice and pharmacokinetics study in rats compared to the tablet dosage form. KT floating alginate beads were prepared by extrusion congealing technique. KT in plasma samples was analyzed using a UPLC MS/MS assay. The percentage yield, drug loading and encapsulation efficiency were increased proportionally with the hydroxypropylmethyl cellulose (HPMC) polymer amount in the KT floating beads. A reverse relationship was observed between HPMC amount in the beads and the KT in vitro release rate. F3-floating beads were selected, due to its better in vitro results (continued floating for >8 h) than others. A longer analgesic effect was observed for F3 in fed mice as compared to the tablets. After F3 administration to rats, the Cmax (2.2 ± 0.3 µg/ml) was achieved at ∼2 h and the decline in KT concentration was slower. F3 showed a significant increase in the AUC (1.89 fold) in rats as compared to the tablets. KT was successfully formulated as floating beads with prolonged in vitro release extended to a better in vivo characteristic with higher bioavailability in rats. KT in floating beads shows a superior analgesic effect over tablets, especially in fed mice.
Vandenberghe, Nicolas; Duchemin, Laurent
2016-05-01
When impacted by a rigid body, a thin elastic membrane with negligible bending rigidity floating on a liquid pool deforms. Two axisymmetric waves radiating from the impact point propagate. First, a longitudinal wave front, associated with in-plane deformation of the membrane and traveling at constant speed, separates an outward stress-free domain from a stretched domain. Then, in the stretched domain a dispersive transverse wave travels at a speed that depends on the local stretching rate. The dynamics is found to be self-similar in time. Using this property, we show that the wave dynamics is similar to the capillary waves that propagate at a liquid-gas interface but with a surface tension coefficient that depends on impact speed. During wave propagation, we observe the development of a buckling instability that gives rise to radial wrinkles. We address the dynamics of this fluid-body system, including the rapid deceleration of an impactor of finite mass, an issue that may have applications in the domain of absorption of impact energy.
Capture of free-floating planets by planetary systems
NASA Astrophysics Data System (ADS)
Goulinski, Nadav; Ribak, Erez N.
2018-01-01
Evidence of exoplanets with orbits that are misaligned with the spin of the host star may suggest that not all bound planets were born in the protoplanetary disc of their current planetary system. Observations have shown that free-floating Jupiter-mass objects can exceed the number of stars in our Galaxy, implying that capture scenarios may not be so rare. To address this issue, we construct a three-dimensional simulation of a three-body scattering between a free-floating planet and a star accompanied by a Jupiter-mass bound planet. We distinguish between three different possible scattering outcomes, where the free-floating planet may get weakly captured after the brief interaction with the binary, remain unbound or 'kick out' the bound planet and replace it. The simulation was performed for different masses of the free-floating planets and stars, as well as different impact parameters, inclination angles and approach velocities. The outcome statistics are used to construct an analytical approximation of the cross-section for capturing a free-floating planet by fitting their dependence on the tested variables. The analytically approximated cross-section is used to predict the capture rate for these kinds of objects, and to estimate that about 1 per cent of all stars are expected to experience a temporary capture of a free-floating planet during their lifetime. Finally, we propose additional physical processes that may increase the capture statistics and whose contribution should be considered in future simulations in order to determine the fate of the temporarily captured planets.
Software For Tie-Point Registration Of SAR Data
NASA Technical Reports Server (NTRS)
Rignot, Eric; Dubois, Pascale; Okonek, Sharon; Van Zyl, Jacob; Burnette, Fred; Borgeaud, Maurice
1995-01-01
SAR-REG software package registers synthetic-aperture-radar (SAR) image data to common reference frame based on manual tie-pointing. Image data can be in binary, integer, floating-point, or AIRSAR compressed format. For example, with map of soil characteristics, vegetation map, digital elevation map, or SPOT multispectral image, as long as user can generate binary image to be used by tie-pointing routine and data are available in one of the previously mentioned formats. Written in FORTRAN 77.
Numerical study on aerodynamic damping of floating vertical axis wind turbines
NASA Astrophysics Data System (ADS)
Cheng, Zhengshun; Aagaard Madsen, Helge; Gao, Zhen; Moan, Torgeir
2016-09-01
Harvesting offshore wind energy resources using floating vertical axis wind turbines (VAWTs) has attracted an increasing interest in recent years. Due to its potential impact on fatigue damage, the aerodynamic damping should be considered in the preliminary design of a floating VAWT based on the frequency domain method. However, currently the study on aerodynamic damping of floating VAWTs is very limited. Due to the essential difference in aerodynamic load characteristics, the aerodynamic damping of a floating VAWT could be different from that of a floating horizontal axis wind turbine (HAWT). In this study, the aerodynamic damping of floating VAWTs was studied in a fully coupled manner, and its influential factors and its effects on the motions, especially the pitch motion, were demonstrated. Three straight-bladed floating VAWTs with identical solidity and with a blade number varying from two to four were considered. The aerodynamic damping under steady and turbulent wind conditions were estimated using fully coupled aero-hydro-servo-elastic time domain simulations. It is found that the aerodynamic damping ratio of the considered floating VAWTs ranges from 1.8% to 5.3%. Moreover, the aerodynamic damping is almost independent of the rotor azimuth angle, and is to some extent sensitive to the blade number.
Effects of Computer Architecture on FFT (Fast Fourier Transform) Algorithm Performance.
1983-12-01
Criteria for Efficient Implementation of FFT Algorithms," IEEE Transactions on Acoustics, Speech, and Signal Processing, Vol. ASSP-30, pp. 107-109, Feb...1982. Burrus, C. S. and P. W. Eschenbacher. "An In-Place, In-Order Prime Factor FFT Algorithm," IEEE Transactions on Acoustics, Speech, and Signal... Transactions on Acoustics, Speech, and Signal Processing, Vol. ASSP-30, pp. 217-226, Apr. 1982. Control Data Corporation. CDC Cyber 170 Computer Systems
Study on additional carrier sensing for IEEE 802.15.4 wireless sensor networks.
Lee, Bih-Hwang; Lai, Ruei-Lung; Wu, Huai-Kuei; Wong, Chi-Ming
2010-01-01
Wireless sensor networks based on the IEEE 802.15.4 standard are able to achieve low-power transmissions in the guise of low-rate and short-distance wireless personal area networks (WPANs). The slotted carrier sense multiple access with collision avoidance (CSMA/CA) is used for contention mechanism. Sensor nodes perform a backoff process as soon as the clear channel assessment (CCA) detects a busy channel. In doing so they may neglect the implicit information of the failed CCA detection and further cause the redundant sensing. The blind backoff process in the slotted CSMA/CA will cause lower channel utilization. This paper proposes an additional carrier sensing (ACS) algorithm based on IEEE 802.15.4 to enhance the carrier sensing mechanism for the original slotted CSMA/CA. An analytical Markov chain model is developed to evaluate the performance of the ACS algorithm. Both analytical and simulation results show that the proposed algorithm performs better than IEEE 802.15.4, which in turn significantly improves throughput, average medium access control (MAC) delay and power consumption of CCA detection.
Radiation Issues and Applications of Floating Gate Memories
NASA Technical Reports Server (NTRS)
Scheick, L. Z.; Nguyen, D. N.
2000-01-01
The radiation effects that affect various systems that comprise floating gate memories are presented. The wear-out degradation results of unirradiated flash memories are compared to irradiated flash memories. The procedure analyzes the failure to write and erase caused by wear-out and degradation of internal charge pump circuits. A method is described for characterizing the radiation effects of the floating gate itself. The rate dependence, stopping power dependence, SEU susceptibility and applications of floating gate in radiation environment are presented. The ramifications for dosimetry and cell failure are discussed as well as for the long term use aspects of non-volatile memories.
Float Package and the Data Rack aboard the DC-9
NASA Technical Reports Server (NTRS)
1996-01-01
Ted Brunzie and Peter Mason observe the float package and the data rack aboard the DC-9 reduced gravity aircraft. The float package contains a cryostat, a video camera, a pump and accelerometers. The data rack displays and record the video signal from the float package on tape and stores acceleration and temperature measurements on disk.
Computational fluid dynamics at NASA Ames and the numerical aerodynamic simulation program
NASA Technical Reports Server (NTRS)
Peterson, V. L.
1985-01-01
Computers are playing an increasingly important role in the field of aerodynamics such as that they now serve as a major complement to wind tunnels in aerospace research and development. Factors pacing advances in computational aerodynamics are identified, including the amount of computational power required to take the next major step in the discipline. The four main areas of computational aerodynamics research at NASA Ames Research Center which are directed toward extending the state of the art are identified and discussed. Example results obtained from approximate forms of the governing equations are presented and discussed, both in the context of levels of computer power required and the degree to which they either further the frontiers of research or apply to programs of practical importance. Finally, the Numerical Aerodynamic Simulation Program--with its 1988 target of achieving a sustained computational rate of 1 billion floating-point operations per second--is discussed in terms of its goals, status, and its projected effect on the future of computational aerodynamics.
WindFloat Pacific Project, Final Scientific and Technical Report
DOE Office of Scientific and Technical Information (OSTI.GOV)
Banister, Kevin
2017-01-17
PPI’s WindFloat Pacific project (WFP) was an up to 30 MW floating offshore wind demonstration project proposed off the Coast of Oregon. The project was to be sited approximately 18 miles due west of Coos Bay, in over 1000 ft. of water, and is the first floating offshore wind array proposed in the United States, and the first offshore wind project of any kind proposed off the West Coast. PPI’s WindFloat, a semi-submersible foundation designed for high-capacity (6MW+) offshore wind turbines, is at the heart of the proposed project, and enables access to the world class wind resource at themore » project site and, equally, to other deep water, high wind resource areas around the country.« less
Multifractal analysis of managed and independent float exchange rates
NASA Astrophysics Data System (ADS)
Stošić, Darko; Stošić, Dusan; Stošić, Tatijana; Stanley, H. Eugene
2015-06-01
We investigate multifractal properties of daily price changes in currency rates using the multifractal detrended fluctuation analysis (MF-DFA). We analyze managed and independent floating currency rates in eight countries, and determine the changes in multifractal spectrum when transitioning between the two regimes. We find that after the transition from managed to independent float regime the changes in multifractal spectrum (position of maximum and width) indicate an increase in market efficiency. The observed changes are more pronounced for developed countries that have a well established trading market. After shuffling the series, we find that the multifractality is due to both probability density function and long term correlations for managed float regime, while for independent float regime multifractality is in most cases caused by broad probability density function.
47 CFR 73.208 - Reference points and distance computations.
Code of Federal Regulations, 2011 CFR
2011-10-01
... SERVICES RADIO BROADCAST SERVICES FM Broadcast Stations § 73.208 Reference points and distance computations... filed no later than: (i) The last day of a filing window if the application is for a new FM facility or...(d) and 73.3573(e) if the application is for a new FM facility or a major change in the reserved band...
47 CFR 73.208 - Reference points and distance computations.
Code of Federal Regulations, 2010 CFR
2010-10-01
... SERVICES RADIO BROADCAST SERVICES FM Broadcast Stations § 73.208 Reference points and distance computations... filed no later than: (i) The last day of a filing window if the application is for a new FM facility or...(d) and 73.3573(e) if the application is for a new FM facility or a major change in the reserved band...
High performance flight computer developed for deep space applications
NASA Technical Reports Server (NTRS)
Bunker, Robert L.
1993-01-01
The development of an advanced space flight computer for real time embedded deep space applications which embodies the lessons learned on Galileo and modern computer technology is described. The requirements are listed and the design implementation that meets those requirements is described. The development of SPACE-16 (Spaceborne Advanced Computing Engine) (where 16 designates the databus width) was initiated to support the MM2 (Marine Mark 2) project. The computer is based on a radiation hardened emulation of a modern 32 bit microprocessor and its family of support devices including a high performance floating point accelerator. Additional custom devices which include a coprocessor to improve input/output capabilities, a memory interface chip, and an additional support chip that provide management of all fault tolerant features, are described. Detailed supporting analyses and rationale which justifies specific design and architectural decisions are provided. The six chip types were designed and fabricated. Testing and evaluation of a brass/board was initiated.
Computations of unsteady multistage compressor flows in a workstation environment
NASA Technical Reports Server (NTRS)
Gundy-Burlet, Karen L.
1992-01-01
High-end graphics workstations are becoming a necessary tool in the computational fluid dynamics environment. In addition to their graphic capabilities, workstations of the latest generation have powerful floating-point-operation capabilities. As workstations become common, they could provide valuable computing time for such applications as turbomachinery flow calculations. This report discusses the issues involved in implementing an unsteady, viscous multistage-turbomachinery code (STAGE-2) on workstations. It then describes work in which the workstation version of STAGE-2 was used to study the effects of axial-gap spacing on the time-averaged and unsteady flow within a 2 1/2-stage compressor. The results included time-averaged surface pressures, time-averaged pressure contours, standard deviation of pressure contours, pressure amplitudes, and force polar plots.
A novel grounded to floating admittance converter with electronic control
NASA Astrophysics Data System (ADS)
Prasad, Dinesh; Ahmad, Javed; Srivastava, Mayank
2018-01-01
This article suggests a new grounded to floating admittance convertor employing only two voltage differencing transconductance amplifiers (VDTAs). The proposed circuit can convert any arbitrary grounded admittance into floating admittance with electronically controllable scaling factor. The presented converter enjoys the following beneficial: (1) no requirement of any additional passive element (2) scaling factor can be tuned electronically through bias currents of VDTAs (3) no matching constraint required (4) low values of active/passive sensitivity indexes and (5) excellent non ideal behavior that indicates no deviation in circuit behavior even under non ideal environment. Application of the proposed configuration in realization of floating resistor and floating capacitor has been presented and the workability of these floating elements has been confirmed by active filter design examples. SPICE simulations have been performed to demonstrate the performance of the proposed circuits.
1991-09-11
signal did not vary on side B when the laser beam was incident on different regions of the surface. The absorption was the same when examining a...silica and zerodur I have been polished using this technique. Float polished substrates have a typical surface roughness of approximately 2 A, with a
Ong, Wern Hann; Chiu, Wing Kong; Kuen, Thomas; Kodikara, Jayantha
2017-01-01
Floating covers used in waste water treatment plants are one of the many structures formed with membrane materials. These structures are usually large and can spread over an area measuring 470 m × 170 m. The aim of this paper is to describe recent work to develop an innovative and effective approach for structural health monitoring (SHM) of such large membrane-like infrastructure. This paper will propose a potentially cost-effective non-contact approach for full-field strain and stress mapping using an unmanned aerial vehicle (UAV) mounted with a digital camera and a global positioning system (GPS) tracker. The aim is to use the images acquired by the UAV to define the geometry of the floating cover using photogrammetry. In this manner, any changes in the geometry of the floating cover due to forces acting beneath resulting from its deployment and usage can be determined. The time-scale for these changes is in terms of weeks and months. The change in the geometry can be implemented as input conditions to a finite element model (FEM) for stress prediction. This will facilitate the determination of the state of distress of the floating cover. This paper investigates the possibility of using data recorded from a UAV to predict the strain level and assess the health of such structures. An investigation was first conducted on a laboratory sized membrane structure instrumented with strain gauges for comparison against strains, which were computed from 3D scans of the membrane geometry. Upon validating the technique in the laboratory, it was applied to a more realistic scenario: an outdoor test membrane structure and capable UAV were constructed to see if the shape of the membrane could be computed. The membrane displacements were then used to calculate the membrane stress and strain, state demonstrating a new way to perform structural health monitoring on membrane structures. PMID:28788081
Ong, Wern Hann; Chiu, Wing Kong; Kuen, Thomas; Kodikara, Jayantha
2017-07-28
Floating covers used in waste water treatment plants are one of the many structures formed with membrane materials. These structures are usually large and can spread over an area measuring 470 m × 170 m. The aim of this paper is to describe recent work to develop an innovative and effective approach for structural health monitoring (SHM) of such large membrane-like infrastructure. This paper will propose a potentially cost-effective non-contact approach for full-field strain and stress mapping using an unmanned aerial vehicle (UAV) mounted with a digital camera and a global positioning system (GPS) tracker. The aim is to use the images acquired by the UAV to define the geometry of the floating cover using photogrammetry. In this manner, any changes in the geometry of the floating cover due to forces acting beneath resulting from its deployment and usage can be determined. The time-scale for these changes is in terms of weeks and months. The change in the geometry can be implemented as input conditions to a finite element model (FEM) for stress prediction. This will facilitate the determination of the state of distress of the floating cover. This paper investigates the possibility of using data recorded from a UAV to predict the strain level and assess the health of such structures. An investigation was first conducted on a laboratory sized membrane structure instrumented with strain gauges for comparison against strains, which were computed from 3D scans of the membrane geometry. Upon validating the technique in the laboratory, it was applied to a more realistic scenario: an outdoor test membrane structure and capable UAV were constructed to see if the shape of the membrane could be computed. The membrane displacements were then used to calculate the membrane stress and strain, state demonstrating a new way to perform structural health monitoring on membrane structures.
Implementing Molecular Dynamics for Hybrid High Performance Computers - 1. Short Range Forces
DOE Office of Scientific and Technical Information (OSTI.GOV)
Brown, W Michael; Wang, Peng; Plimpton, Steven J
The use of accelerators such as general-purpose graphics processing units (GPGPUs) have become popular in scientific computing applications due to their low cost, impressive floating-point capabilities, high memory bandwidth, and low electrical power requirements. Hybrid high performance computers, machines with more than one type of floating-point processor, are now becoming more prevalent due to these advantages. In this work, we discuss several important issues in porting a large molecular dynamics code for use on parallel hybrid machines - 1) choosing a hybrid parallel decomposition that works on central processing units (CPUs) with distributed memory and accelerator cores with shared memory,more » 2) minimizing the amount of code that must be ported for efficient acceleration, 3) utilizing the available processing power from both many-core CPUs and accelerators, and 4) choosing a programming model for acceleration. We present our solution to each of these issues for short-range force calculation in the molecular dynamics package LAMMPS. We describe algorithms for efficient short range force calculation on hybrid high performance machines. We describe a new approach for dynamic load balancing of work between CPU and accelerator cores. We describe the Geryon library that allows a single code to compile with both CUDA and OpenCL for use on a variety of accelerators. Finally, we present results on a parallel test cluster containing 32 Fermi GPGPUs and 180 CPU cores.« less
A computer program for automated flutter solution and matched point determination
NASA Technical Reports Server (NTRS)
Bhatia, K. G.
1973-01-01
The use of a digital computer program (MATCH) for automated determination of the flutter velocity and the matched-point flutter density is described. The program is based on the use of the modified Laguerre iteration formula to converge to a flutter crossing or a matched-point density. A general description of the computer program is included and the purpose of all subroutines used is stated. The input required by the program and various input options are detailed, and the output description is presented. The program can solve flutter equations formulated with up to 12 vibration modes and obtain flutter solutions for up to 10 air densities. The program usage is illustrated by a sample run, and the FORTRAN program listing is included.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Parise, G.; Rubino, G.
1995-12-31
The same basic principles, on which the methods of power cables protection against overloads are based, are summed up by different criteria and formulations within ANSI/IEEE and CENELEC/IEC publications. The studies carried out by the technical committees of these organizations have been examined and compared in order to point out not only their differences but also their complementary aspects. By arranging the two approaches, it has been possible to outline a third way to determine the admissible duration of overload currents and define intermediate criteria for the emergency ratings of cables and for the coordination of protective devices.
NASA Astrophysics Data System (ADS)
Zhao, Yu; Shi, Chen-Xiao; Kwon, Ki-Chul; Piao, Yan-Ling; Piao, Mei-Lan; Kim, Nam
2018-03-01
We propose a fast calculation method for a computer-generated hologram (CGH) of real objects that uses a point cloud gridding method. The depth information of the scene is acquired using a depth camera and the point cloud model is reconstructed virtually. Because each point of the point cloud is distributed precisely to the exact coordinates of each layer, each point of the point cloud can be classified into grids according to its depth. A diffraction calculation is performed on the grids using a fast Fourier transform (FFT) to obtain a CGH. The computational complexity is reduced dramatically in comparison with conventional methods. The feasibility of the proposed method was confirmed by numerical and optical experiments.
A Computational Model and Multi-Agent Simulation for Information Assurance
2002-06-01
Podell , Information Security: an Integrated Collection of Essays, IEEE Computer Society Press, Los Alamitos, CA, 1994. Brinkley, D. L. and Schell, R...R., “What is There to Worry About? An Introduction to the Computer Security Problem,” ed. Abrams and Jajodia and Podell , Information Security: an
On the tip of the tongue: learning typing and pointing with an intra-oral computer interface.
Caltenco, Héctor A; Breidegard, Björn; Struijk, Lotte N S Andreasen
2014-07-01
To evaluate typing and pointing performance and improvement over time of four able-bodied participants using an intra-oral tongue-computer interface for computer control. A physically disabled individual may lack the ability to efficiently control standard computer input devices. There have been several efforts to produce and evaluate interfaces that provide individuals with physical disabilities the possibility to control personal computers. Training with the intra-oral tongue-computer interface was performed by playing games over 18 sessions. Skill improvement was measured through typing and pointing exercises at the end of each training session. Typing throughput improved from averages of 2.36 to 5.43 correct words per minute. Pointing throughput improved from averages of 0.47 to 0.85 bits/s. Target tracking performance, measured as relative time on target, improved from averages of 36% to 47%. Path following throughput improved from averages of 0.31 to 0.83 bits/s and decreased to 0.53 bits/s with more difficult tasks. Learning curves support the notion that the tongue can rapidly learn novel motor tasks. Typing and pointing performance of the tongue-computer interface is comparable to performances of other proficient assistive devices, which makes the tongue a feasible input organ for computer control. Intra-oral computer interfaces could provide individuals with severe upper-limb mobility impairments the opportunity to control computers and automatic equipment. Typing and pointing performance of the tongue-computer interface is comparable to performances of other proficient assistive devices, but does not cause fatigue easily and might be invisible to other people, which is highly prioritized by assistive device users. Combination of visual and auditory feedback is vital for a good performance of an intra-oral computer interface and helps to reduce involuntary or erroneous activations.
Do, Hyoungho
2018-01-01
Objectives Increasing use of medical devices outside of healthcare facilities inevitably requires connectivity and interoperability between medical devices and healthcare information systems. To this end, standards have been developed and used to provide interoperability between personal health devices (PHDs) and external systems. ISO/IEEE 11073 standards and IHE PCD-01 standard messages have been used the most in the exchange of observation data of health devices. Recently, transmitting observation data using the HL7 FHIR standard has been devised in the name of DoF (Devices on FHIR) and adopted very fast. We compare and analyze these standards and suggest that which standard will work best at the different environments of device usage. Methods We generated each message/resource of the three standards for observed vital signs from blood pressure monitor and thermometer. Then, the size, the contents, and the exchange processes of these messages are compared and analyzed. Results ISO/IEEE 11073 standard message has the smallest data size, but it has no ability to contain the key information, patient information. On the other hand, PCD-01 messages and FHIR standards have the fields for patient information. HL7 DoF standards provide reusing of information unit known as resource, and it is relatively easy to parse DoF messages since it uses widely known XML and JSON. Conclusions ISO/IEEE 11073 standards are suitable for devices having very small computing power. IHE PCD-01 and HL7 DoF messages can be used for the devices that need to be connected to hospital information systems that require patient information. When information reuse is frequent, DoF is advantageous over PCD-01. PMID:29503752
Lee, Sungkee; Do, Hyoungho
2018-01-01
Increasing use of medical devices outside of healthcare facilities inevitably requires connectivity and interoperability between medical devices and healthcare information systems. To this end, standards have been developed and used to provide interoperability between personal health devices (PHDs) and external systems. ISO/IEEE 11073 standards and IHE PCD-01 standard messages have been used the most in the exchange of observation data of health devices. Recently, transmitting observation data using the HL7 FHIR standard has been devised in the name of DoF (Devices on FHIR) and adopted very fast. We compare and analyze these standards and suggest that which standard will work best at the different environments of device usage. We generated each message/resource of the three standards for observed vital signs from blood pressure monitor and thermometer. Then, the size, the contents, and the exchange processes of these messages are compared and analyzed. ISO/IEEE 11073 standard message has the smallest data size, but it has no ability to contain the key information, patient information. On the other hand, PCD-01 messages and FHIR standards have the fields for patient information. HL7 DoF standards provide reusing of information unit known as resource, and it is relatively easy to parse DoF messages since it uses widely known XML and JSON. ISO/IEEE 11073 standards are suitable for devices having very small computing power. IHE PCD-01 and HL7 DoF messages can be used for the devices that need to be connected to hospital information systems that require patient information. When information reuse is frequent, DoF is advantageous over PCD-01.
Float-zone processing in a weightless environment
NASA Technical Reports Server (NTRS)
Fowle, A. A.; Haggerty, J. S.; Perron, R. R.; Strong, P. F.; Swanson, J. L.
1976-01-01
The results were reported of investigations to: (1) test the validity of analyses which set maximum practical diameters for Si crystals that can be processed by the float zone method in a near weightless environment, (2) determine the convective flow patterns induced in a typical float zone, Si melt under conditions perceived to be advantageous to the crystal growth process using flow visualization techniques applied to a dimensionally scaled model of the Si melt, (3) revise the estimates of the economic impact of space produced Si crystal by the float zone method on the U.S. electronics industry, and (4) devise a rational plan for future work related to crystal growth phenomena wherein low gravity conditions available in a space site can be used to maximum benefit to the U.S. electronics industry.
Electrowetting in a water droplet with a movable floating substrate
NASA Astrophysics Data System (ADS)
Shahzad, Amir; Masud, A. R.; Song, Jang-Kun
2016-05-01
Electrowetting (EW) enables facile manipulation of a liquid droplet on a hydrophobic surface. In this study, manipulation of an electrolyte droplet having a small floating object on it was investigated on a solid hydrophobic substrate under the EW process. Herein, the floating object exhibited a vertical motion under an applied electric field owing to the spreading and contraction of the droplet on its connecting substrates. The field-induced height variation of the floating object was significantly influenced by the thicknesses of the dielectric and hydrophobic materials. A small mass was also placed on the top floating object and its effect on the spreading of the droplet was observed. In this system, the height of the top floating object is precisely controllable under the application of an electric voltage. The proposed system is expected to be highly useful in the design of nano- and micro-oscillatory systems for microengineering.
Electrowetting in a water droplet with a movable floating substrate.
Shahzad, Amir; Masud, A R; Song, Jang-Kun
2016-05-01
Electrowetting (EW) enables facile manipulation of a liquid droplet on a hydrophobic surface. In this study, manipulation of an electrolyte droplet having a small floating object on it was investigated on a solid hydrophobic substrate under the EW process. Herein, the floating object exhibited a vertical motion under an applied electric field owing to the spreading and contraction of the droplet on its connecting substrates. The field-induced height variation of the floating object was significantly influenced by the thicknesses of the dielectric and hydrophobic materials. A small mass was also placed on the top floating object and its effect on the spreading of the droplet was observed. In this system, the height of the top floating object is precisely controllable under the application of an electric voltage. The proposed system is expected to be highly useful in the design of nano- and micro-oscillatory systems for microengineering.
IEEE Nuclear and Space Radiation Effects Conference: Notes on the Early Conferences
NASA Technical Reports Server (NTRS)
Pellish, Jonathan A.; Galloway, Kenneth F.
2013-01-01
This paper gathers the remembrances of several key contributors who participated in the earliest Institute of Electrical and Electronics Engineers (IEEE) Nuclear and Space Radiation Effects Conferences (NSREC).
Comparison of eigensolvers for symmetric band matrices.
Moldaschl, Michael; Gansterer, Wilfried N
2014-09-15
We compare different algorithms for computing eigenvalues and eigenvectors of a symmetric band matrix across a wide range of synthetic test problems. Of particular interest is a comparison of state-of-the-art tridiagonalization-based methods as implemented in Lapack or Plasma on the one hand, and the block divide-and-conquer (BD&C) algorithm as well as the block twisted factorization (BTF) method on the other hand. The BD&C algorithm does not require tridiagonalization of the original band matrix at all, and the current version of the BTF method tridiagonalizes the original band matrix only for computing the eigenvalues. Avoiding the tridiagonalization process sidesteps the cost of backtransformation of the eigenvectors. Beyond that, we discovered another disadvantage of the backtransformation process for band matrices: In several scenarios, a lot of gradual underflow is observed in the (optional) accumulation of the transformation matrix and in the (obligatory) backtransformation step. According to the IEEE 754 standard for floating-point arithmetic, this implies many operations with subnormal (denormalized) numbers, which causes severe slowdowns compared to the other algorithms without backtransformation of the eigenvectors. We illustrate that in these cases the performance of existing methods from Lapack and Plasma reaches a competitive level only if subnormal numbers are disabled (and thus the IEEE standard is violated). Overall, our performance studies illustrate that if the problem size is large enough relative to the bandwidth, BD&C tends to achieve the highest performance of all methods if the spectrum to be computed is clustered. For test problems with well separated eigenvalues, the BTF method tends to become the fastest algorithm with growing problem size.
NASA Technical Reports Server (NTRS)
Gordon, Sanford; Zeleznik, Frank J.; Huff, Vearl N.
1959-01-01
A general computer program for chemical equilibrium and rocket performance calculations was written for the IBM 650 computer with 2000 words of drum storage, 60 words of high-speed core storage, indexing registers, and floating point attachments. The program is capable of carrying out combustion and isentropic expansion calculations on a chemical system that may include as many as 10 different chemical elements, 30 reaction products, and 25 pressure ratios. In addition to the equilibrium composition, temperature, and pressure, the program calculates specific impulse, specific impulse in vacuum, characteristic velocity, thrust coefficient, area ratio, molecular weight, Mach number, specific heat, isentropic exponent, enthalpy, entropy, and several thermodynamic first derivatives.
NASA Technical Reports Server (NTRS)
Charles, J. F.; Theakston, H.
1979-01-01
Increased bearing area withstands much higher torque than previous designs. Floating nut makes it possible to fasten parts on heavy-duty equipment, such as tractors and cranes, even though they can be reached for tightening from one side only.
An SNMP-based solution to enable remote ISO/IEEE 11073 technical management.
Lasierra, Nelia; Alesanco, Alvaro; García, José
2012-07-01
This paper presents the design and implementation of an architecture based on the integration of simple network management protocol version 3 (SNMPv3) and the standard ISO/IEEE 11073 (X73) to manage technical information in home-based telemonitoring scenarios. This architecture includes the development of an SNMPv3-proxyX73 agent which comprises a management information base (MIB) module adapted to X73. In the proposed scenario, medical devices (MDs) send information to a concentrator device [designated as compute engine (CE)] using the X73 standard. This information together with extra information collected in the CE is stored in the developed MIB. Finally, the information collected is available for remote access via SNMP connection. Moreover, alarms and events can be configured by an external manager in order to provide warnings of irregularities in the MDs' technical performance evaluation. This proposed SNMPv3 agent provides a solution to integrate and unify technical device management in home-based telemonitoring scenarios fully adapted to X73.
An Energy-Efficient Sleep Mode in IEEE 802.15.4 by Considering Sensor Device Mobility
NASA Astrophysics Data System (ADS)
Kim, Jinho; Lee, Jun; Hong, Choong Seon; Lee, Sungwon
The current version of IEEE 802.15.4 MAC protocol does not support energy-efficient mobility for the low-power device. In this paper, we propose an energy-efficient sleep mode as part of the IEEE 802.15.4 that can conserve energy by considering mobility of mobile sensor devices. The proposed energy-efficient sleep mode dynamically extends the sleep interval if there is no data to transmit from the device or receive from corresponding nodes.
Memory operations in Au nanoparticle single-electron transistors with floating gate electrodes
NASA Astrophysics Data System (ADS)
Azuma, Yasuo; Sakamoto, Masanori; Teranishi, Toshiharu; Majima, Yutaka
2016-11-01
Floating gate memory operations are demonstrated in a single-electron transistor (SET) fabricated by a chemical assembly using the Au nanogap electrodes and the chemisorbed Au nanoparticles. By applying pulse voltages to the control gate, phase shifts were clearly and stably observed both in the Coulomb oscillations and in the Coulomb diamonds. Writing and erasing operations on the floating gate memory were reproducibly observed, and the charges on the floating gate electrodes were maintained for at least 12 h. By considering the capacitance of the floating gate electrode, the number of electrons in the floating gate electrode was estimated as 260. Owing to the stability of the fabricated SET, these writing and erasing operations on the floating gate memory can be applied to reconfigurable SET circuits fabricated by a chemically assembled technique.
33 CFR 144.01-5 - Location and launching of life floats.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 33 Navigation and Navigable Waters 2 2011-07-01 2011-07-01 false Location and launching of life floats. 144.01-5 Section 144.01-5 Navigation and Navigable Waters COAST GUARD, DEPARTMENT OF HOMELAND... Location and launching of life floats. The life floats shall be distributed in accessible locations and...
33 CFR 144.01-5 - Location and launching of life floats.
Code of Federal Regulations, 2013 CFR
2013-07-01
... 33 Navigation and Navigable Waters 2 2013-07-01 2013-07-01 false Location and launching of life floats. 144.01-5 Section 144.01-5 Navigation and Navigable Waters COAST GUARD, DEPARTMENT OF HOMELAND... Location and launching of life floats. The life floats shall be distributed in accessible locations and...
Misra, Raghvendra; Bhardwaj, Peeyush
2016-01-01
The present investigation is concerned about the development of floating bioadhesive drug delivery system of venlafaxine hydrochloride which after oral administration exhibits a unique combination of floating and bioadhesion to prolong gastric residence time and increase drug bioavailability within the stomach. The floating bioadhesive tablets were prepared by the wet granulation method using different ratios of hydroxypropyl methyl cellulose (HPMC K4MCR) and Carbopol 934PNF as polymers. Sodium bicarbonate (NaHCO3) and citric acid were used as gas (CO2) generating agents. Tablets were characterized for floating properties, in vitro drug release, detachment force, and swelling index. The concentration of hydroxypropyl methyl cellulose and Carbopol 934PNF significantly affects the in vitro drug release, floating properties, detachment force, and swelling properties of the tablets. The optimized formulation showed the floating lag time 72 ± 2.49 seconds and duration of floating 24.50 ± 0.74 hr. The in vitro release studies and floating behavior were studied in simulated gastric fluid (SGF) at pH 1.2. Different drug release kinetics models were also applied. The in vitro drug release from tablets was sufficiently sustained (more than 18 hr) and the Fickian transports of the drug from the tablets were confirmed. The radiological evidence suggests that the tablets remained buoyant and altered position in the stomach of albino rabbit and mean gastric residence time was prolonged (more than > 6 hr).
El Nabarawi, Mohamed A; Teaima, Mahmoud H; Abd El-Monem, Rehab A; El Nabarawy, Nagla A; Gaber, Dalia A
2017-01-01
To prolong the residence time of dosage forms within the gastrointestinal tract until all drug is released at the desired rate is one of the real challenges for oral controlled-release drug delivery systems. This study was designed to develop a controlled-release floating matrix tablet and floating raft system of Mebeverine HCl (MbH) and evaluate different excipients for their floating behavior and in vitro controlled-release profiles. Oral pharmacokinetics of the optimum matrix tablet, raft system formula, and marketed Duspatalin® 200 mg retard as reference were studied in beagle dogs. The optimized tablet formula (FT-10) and raft system formula (FRS-11) were found to float within 34±5 sec and 15±7 sec, respectively, and both remain buoyant over a period of 12 h in simulated gastric fluid. FT-10 (Compritol/HPMC K100M 1:1) showed the slowest drug release among all prepared tablet formulations, releasing about 80.2% of MbH over 8 h. In contrast, FRS-11 (Sodium alginate 3%/HPMC K100M 1%/Precirol 2%) had the greatest retardation, providing sustained release of 82.1% within 8 h. Compared with the marketed MbH product, the Cmax of FT-10 was almost the same, while FRS-11 maximum concentration was higher. The tmax was 3.33, 2.167, and 3.0 h for marketed MbH product, FT-10, and FRS-11, respectively. In addition, the oral bioavailability experiment showed that the relative bioavailability of the MbH was 104.76 and 116.01% after oral administration of FT-10 and FRS-11, respectively, compared to marketed product. These results demonstrated that both controlled-released floating matrix tablet and raft system would be promising gastroretentive delivery systems for prolonging drug action. PMID:28435220
El Nabarawi, Mohamed A; Teaima, Mahmoud H; Abd El-Monem, Rehab A; El Nabarawy, Nagla A; Gaber, Dalia A
2017-01-01
To prolong the residence time of dosage forms within the gastrointestinal tract until all drug is released at the desired rate is one of the real challenges for oral controlled-release drug delivery systems. This study was designed to develop a controlled-release floating matrix tablet and floating raft system of Mebeverine HCl (MbH) and evaluate different excipients for their floating behavior and in vitro controlled-release profiles. Oral pharmacokinetics of the optimum matrix tablet, raft system formula, and marketed Duspatalin ® 200 mg retard as reference were studied in beagle dogs. The optimized tablet formula (FT-10) and raft system formula (FRS-11) were found to float within 34±5 sec and 15±7 sec, respectively, and both remain buoyant over a period of 12 h in simulated gastric fluid. FT-10 (Compritol/HPMC K100M 1:1) showed the slowest drug release among all prepared tablet formulations, releasing about 80.2% of MbH over 8 h. In contrast, FRS-11 (Sodium alginate 3%/HPMC K100M 1%/Precirol 2%) had the greatest retardation, providing sustained release of 82.1% within 8 h. Compared with the marketed MbH product, the C max of FT-10 was almost the same, while FRS-11 maximum concentration was higher. The t max was 3.33, 2.167, and 3.0 h for marketed MbH product, FT-10, and FRS-11, respectively. In addition, the oral bioavailability experiment showed that the relative bioavailability of the MbH was 104.76 and 116.01% after oral administration of FT-10 and FRS-11, respectively, compared to marketed product. These results demonstrated that both controlled-released floating matrix tablet and raft system would be promising gastroretentive delivery systems for prolonging drug action.
Compensation of the sheath effects in cylindrical floating probes
NASA Astrophysics Data System (ADS)
Park, Ji-Hwan; Chung, Chin-Wook
2018-05-01
In cylindrical floating probe measurements, the plasma density and electron temperature are overestimated due to sheath expansion and oscillation. To reduce these sheath effects, a compensation method based on well-developed floating sheath theories is proposed and applied to the floating harmonic method. The iterative calculation of the Allen-Boyd-Reynolds equation can derive the floating sheath thickness, which can be used to calculate the effective ion collection area; in this way, an accurate ion density is obtained. The Child-Langmuir law is used to calculate the ion harmonic currents caused by sheath oscillation of the alternating-voltage-biased probe tip. Accurate plasma parameters can be obtained by subtracting these ion harmonic currents from the total measured harmonic currents. Herein, the measurement principles and compensation method are discussed in detail and an experimental demonstration is presented.
Laminar mixing in a small floating zone
NASA Technical Reports Server (NTRS)
Harriott, George M.
1987-01-01
The relationship between the flow and solute fields during steady mass transfer of a dilute component is analyzed for multi-cellular rotating flows in the floating zone process of semiconductor growth. When the recirculating flows are weak in relation to the rate of crystal growth, a closed-form solution clearly shows the link between the convection pattern in the melt and the solute distribution across the surface of the growing solid. In the limit of strong convection, finite element calculations demonstrate the tendency of the composition to become uniform over the majority of the melt. The solute segregation in the product crystal is greatest when the recirculating motion is comparable to the rate of crystal growth, and points to the danger in attempting to grow compositionally uniform materials from a nearly convectionless melt.
Are floating algal mats a refuge from hypoxia for estuarine invertebrates?
Knysh, Kyle M.; Theriault, Emma F.; Pater, Christina C.; Courtenay, Simon C.; van den Heuvel, Michael R.
2017-01-01
Eutrophic aquatic habitats are characterized by the proliferation of vegetation leading to a large standing biomass that upon decomposition may create hypoxic (low-oxygen) conditions. This is indeed the case in nutrient impacted estuaries of Prince Edward Island, Canada, where macroalgae, from the genus Ulva, form submerged ephemeral mats. Hydrological forces and gases released from photosynthesis and decomposition lead to these mats occasionally floating to the water’s surface, henceforth termed floating mats. Here, we explore the hypothesis that floating mats are refugia during periods of sustained hypoxia/anoxia and examine how the invertebrate community responds to it. Floating mats were not always present, so in the first year (2013) sampling was attempted monthly and limited to when both floating and submerged mats occurred. In the subsequent year sampling was weekly, but at only one estuary due to logistical constraints from increased sampling frequency, and was not limited to when both mat types occurred. Water temperature, salinity, and pH were monitored bi-weekly with dissolved oxygen concentration measured hourly. The floating and submerged assemblages shared many of the same taxa but were statistically distinct communities; submerged mats tended to have a greater proportion of benthic animals and floating mats had more mobile invertebrates and insects. In 2014, sampling happened to occur in the weeks before the onset of anoxia, during 113 consecutive hours of sustained anoxia, and for four weeks after normoxic conditions returned. The invertebrate community on floating mats appeared to be unaffected by anoxia, indicating that these mats may be refugia during times of oxygen stress. Conversely, there was a dramatic decrease in animal abundances that remained depressed on submerged mats for two weeks. Cluster analysis revealed that the submerged mat communities from before the onset of anoxia and four weeks after anoxia were highly similar to each other
A MAP fixed-point, packing-unpacking routine for the IBM 7094 computer
Robert S. Helfman
1966-01-01
Two MAP (Macro Assembly Program) computer routines for packing and unpacking fixed point data are described. Use of these routines with Fortran IV Programs provides speedy access to quantities of data which far exceed the normal storage capacity of IBM 7000-series computers. Many problems that could not be attempted because of the slow access-speed of tape...
Impact of associated injuries in the Floating knee: A retrospective study
Rethnam, Ulfin; Yesupalan, Rajam S; Nair, Rajagopalan
2009-01-01
Background Floating knee injuries are usually associated with other significant injuries. Do these injuries have implications on the management of the floating knee and the final outcome of patients? Our study aims to assess the implications of associated injuries in the management and final outcome of floating knee. Methods 29 patients with floating knees were assessed in our institution. A retrospective analysis of medical records and radiographs were done and all associated injuries were identified. The impact of associated injuries on delay in initial surgical management, delay in rehabilitation & final outcome of the floating knee were assessed. Results 38 associated injuries were noted. 7 were associated with ipsilateral knee injuries. Lower limb injuries were most commonly associated with the floating knee. Patients with some associated injuries had a delay in surgical management and others a delay in post-operative rehabilitation. Knee ligament and vascular injuries were associated with poor outcome. Conclusion The associated injuries were quite frequent with the floating knee. Some of the associated injuries caused a delay in surgical management and post-operative rehabilitation. In assessment of the final outcome, patients with associated knee and vascular injuries had a poor prognosis. Majority of the patients with associated injuries had a good or excellent outcome. PMID:19144197
A Fast MAC-Layer Handover for an IEEE 802.16e-Based WMAN
NASA Astrophysics Data System (ADS)
Ray, Sayan K.; Pawlikowski, Krzysztof; Sirisena, Harsha
We propose a modification of the IEEE 802.16e hard handover (HHO) procedure, which significantly reduces the handover latency constraint of the original HHO procedure in IEEE 802.16e networks. It allows a better handling of the delay-sensitive traffic by avoiding unnecessary time-consuming scanning and synchronization activity as well as simplifies the network re-entry procedure. With the help of the backhaul network, it reduces the number of control messages in the original handover policy, making the handover latency acceptable also for real-time streaming traffic. Preliminary performance evaluation studies show that the modified handover procedure is able to reduce the total handover latency by about 50%.
46 CFR 117.137 - Stowage of life floats and buoyant apparatus.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 46 Shipping 4 2014-10-01 2014-10-01 false Stowage of life floats and buoyant apparatus. 117.137... EQUIPMENT AND ARRANGEMENTS Survival Craft Arrangements and Equipment § 117.137 Stowage of life floats and buoyant apparatus. (a) In addition to meeting § 117.130, each life float and buoyant apparatus must be...
Floating Collection in an Academic Library: An Audacious Experiment That Succeeded
ERIC Educational Resources Information Center
Coopey, Barbara; Eshbach, Barbara; Notartomas, Trish
2016-01-01
Can a floating collection thrive in a large multicampus academic research library? Floating collections have been successful in public libraries for some time, but it is uncommon for academic libraries and unheard of for a large academic library system. This article will discuss the investigation into the feasibility of a floating collection at…
46 CFR 117.137 - Stowage of life floats and buoyant apparatus.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 46 Shipping 4 2011-10-01 2011-10-01 false Stowage of life floats and buoyant apparatus. 117.137... EQUIPMENT AND ARRANGEMENTS Survival Craft Arrangements and Equipment § 117.137 Stowage of life floats and buoyant apparatus. (a) In addition to meeting § 117.130, each life float and buoyant apparatus must be...
46 CFR 117.137 - Stowage of life floats and buoyant apparatus.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 46 Shipping 4 2010-10-01 2010-10-01 false Stowage of life floats and buoyant apparatus. 117.137... EQUIPMENT AND ARRANGEMENTS Survival Craft Arrangements and Equipment § 117.137 Stowage of life floats and buoyant apparatus. (a) In addition to meeting § 117.130, each life float and buoyant apparatus must be...
International Conference on Stiff Computation Held at Park City, Utah on April 12, 13 and 14, 1982.
1983-05-31
algorithm should be designed which can analyse a system description and find out for the user ~to which class of problems his system belongs... Dove...processors designed to implement aspecific solution process. yrne: IEE floating point chip design " used by INE and others is an example (Xahan)...the...hardware speciaList has designed his computer such that the paraL#L features can be addressed convenientLy and !! ’) efficientLy, and 4;) the software
Investigation of field induced trapping on floating gates
NASA Technical Reports Server (NTRS)
Gosney, W. M.
1975-01-01
The development of a technology for building electrically alterable read only memories (EAROMs) or reprogrammable read only memories (RPROMs) using a single level metal gate p channel MOS process with all conventional processing steps is outlined. Nonvolatile storage of data is achieved by the use of charged floating gate electrodes. The floating gates are charged by avalanche injection of hot electrodes through gate oxide, and discharged by avalanche injection of hot holes through gate oxide. Three extra diffusion and patterning steps are all that is required to convert a standard p channel MOS process into a nonvolatile memory process. For identification, this nonvolatile memory technology was given the descriptive acronym DIFMOS which stands for Dual Injector, Floating gate MOS.
Floating-Harbor syndrome associated with middle ear abnormalities.
Hendrickx, Jan-Jaap; Keymolen, Kathelijn; Desprechins, Brigitte; Casselman, Jan; Gordts, Frans
2010-01-01
Floating-Harbor syndrome is a rare syndrome of unknown etiology, which was first described in 1973. A triad of main features characterizes Floating-Harbor syndrome: short stature, characteristic face, and an expressive speech delay. We present a patient in whom the hearing thresholds improved insufficiently after placement of grommets. High-resolution CT scan of the temporal bone showed a prominent soft-tissue thickening suspected of causing fixation of the malleus, and fusion of the malleus head with the body of the incus. To our knowledge this is the first reported abnormal middle ear anatomy in a patient with Floating-Harbor syndrome. A conservative treatment with hearing aids was preferred as an initial treatment in favor of a surgical exploration.
Mapping unstable manifolds using drifters/floats in a Southern Ocean field campaign
NASA Astrophysics Data System (ADS)
Shuckburgh, Emily F.
2012-09-01
Ideas from dynamical systems theory have been used in an observational field campaign in the Southern Ocean to provide information on the mixing structure of the flow. Instantaneous snapshops of data from satellite altimetry provide information concerning surface currents at a scale of 100 km or so. We show that by using time-series of satellite altimetry we are able to deduce reliable information about the structure of the surface flow at scales as small as 10 km or so. This information was used in near-real time to provide an estimate of the location of stable and unstable manifolds in the vicinity of the Antarctic Circumpolar Current. As part of a large U.K./U.S. observational field campaign (DIMES: Diapycnal and Isopycnal Mixing Experiment in the Southern Ocean) a number of drifters and floats were then released (at the surface and at a depth of approximately 1 km) close to the estimated hyperbolic point at the intersection of the two manifolds, in several locations with apparently different dynamical characteristics. The subsequent trajectories of the drifters/floats has allowed the unstable manifolds to be tracked, and the relative separation of pairs of floats has allowed an estimation of Lyapunov exponents. The results of these deployments have given insight into the strengths and limitations of the satellite data which does not resolve small scales in the velocity field, and have elucidated the transport and mixing structure of the Southern Ocean at the surface and at depth.
NASA Astrophysics Data System (ADS)
Sklavos, N.; Selimis, G.; Koufopavlou, O.
2005-01-01
The explosive growth of internet and consumer demand for mobility has fuelled the exponential growth of wireless communications and networks. Mobile users want access to services and information, from both internet and personal devices, from a range of locations without the use of a cable medium. IEEE 802.11 is one of the most widely used wireless standards of our days. The amount of access and mobility into wireless networks requires a security infrastructure that protects communication within that network. The security of this protocol is based on the wired equivalent privacy (WEP) scheme. Currently, all the IEEE 802.11 market products support WEP. But recently, the 802.11i working group introduced the advanced encryption standard (AES), as the security scheme for the future IEEE 802.11 applications. In this paper, the hardware integrations of WEP and AES are studied. A field programmable gate array (FPGA) device has been used as the hardware implementation platform, for a fair comparison between the two security schemes. Measurements for the FPGA implementation cost, operating frequency, power consumption and performance are given.
Manipulating particles for micro- and nano-fluidics via floating electrodes and diffusiophoresis
NASA Astrophysics Data System (ADS)
Yalcin, Sinan Eren
The ability to accurately control micro- and nano-particles in a liquid is fundamentally useful for many applications in biology, medicine, pharmacology, tissue engineering, and microelectronics. Therefore, first particle manipulations are experimentally studied using electrodes attached to the bottom of a straight microchannel under an imposed DC or AC electric field. In contrast to a dielectric microchannel possessing a nearly-uniform surface charge, a floating electrode is polarized under the imposed electric field. The purpose is to create a non-uniform distribution of the induced surface charge, with a zero-net-surface charge along the floating electrode's surface. Such a field, in turn, generates an induced-charge electro-osmotic (ICED) flow near the metal strip. The demonstrations by using single and multiple floating electrodes at the bottom of a straight microchannel, with induced DC electric field, include particle enrichment, movement, trapping, reversal of motion, separation, and particle focusing. A flexible strategy for the on-demand control of the particle enrichment and positioning is also proposed and demonstrated by using a locally-controlled floating metal electrode. Then, under an externally imposed AC electric field, the particle deposition onto a floating electrode, which is placed in a closed circular cavity, has been experimentally investigated. In the second part of the study, another particle manipulation method was computationally investigated. The diffusiophoretic and electrodiffusiophoretic motion of a charged spherical particle in a nanopore is subjected to an axial electrolyte concentration gradient. The charged particle experiences electrophoresis because of the imposed electric field and the diffusiophoresis is caused solely by the imposed concentration gradient. Depending on the magnitude and direction of the imposed concentration gradient, the particle's electrophoretic motion can be accelerated, decelerated, and even reversed in
High-Rate Capable Floating Strip Micromegas
NASA Astrophysics Data System (ADS)
Bortfeldt, Jonathan; Bender, Michael; Biebel, Otmar; Danger, Helge; Flierl, Bernhard; Hertenberger, Ralf; Lösel, Philipp; Moll, Samuel; Parodi, Katia; Rinaldi, Ilaria; Ruschke, Alexander; Zibell, André
2016-04-01
We report on the optimization of discharge insensitive floating strip Micromegas (MICRO-MEsh GASeous) detectors, fit for use in high-energy muon spectrometers. The suitability of these detectors for particle tracking is shown in high-background environments and at very high particle fluxes up to 60 MHz/cm2. Measurement and simulation of the microscopic discharge behavior have demonstrated the excellent discharge tolerance. A floating strip Micromegas with an active area of 48 cm × 50 cm with 1920 copper anode strips exhibits in 120 GeV pion beams a spatial resolution of 50 μm at detection efficiencies above 95%. Pulse height, spatial resolution and detection efficiency are homogeneous over the detector. Reconstruction of particle track inclination in a single detector plane is discussed, optimum angular resolutions below 5° are observed. Systematic deviations of this μTPC-method are fully understood. The reconstruction capabilities for minimum ionizing muons are investigated in a 6.4 cm × 6.4 cm floating strip Micromegas under intense background irradiation of the whole active area with 20 MeV protons at a rate of 550 kHz. The spatial resolution for muons is not distorted by space charge effects. A 6.4 cm × 6.4 cm floating strip Micromegas doublet with low material budget is investigated in highly ionizing proton and carbon ion beams at particle rates between 2 MHz and 2 GHz. Stable operation up to the highest rates is observed, spatial resolution, detection efficiencies, the multi-hit and high-rate capability are discussed.
Implementing direct, spatially isolated problems on transputer networks
NASA Technical Reports Server (NTRS)
Ellis, Graham K.
1988-01-01
Parametric studies were performed on transputer networks of up to 40 processors to determine how to implement and maximize the performance of the solution of problems where no processor-to-processor data transfer is required for the problem solution (spatially isolated). Two types of problems are investigated a computationally intensive problem where the solution required the transmission of 160 bytes of data through the parallel network, and a communication intensive example that required the transmission of 3 Mbytes of data through the network. This data consists of solutions being sent back to the host processor and not intermediate results for another processor to work on. Studies were performed on both integer and floating-point transputers. The latter features an on-chip floating-point math unit and offers approximately an order of magnitude performance increase over the integer transputer on real valued computations. The results indicate that a minimum amount of work is required on each node per communication to achieve high network speedups (efficiencies). The floating-point processor requires approximately an order of magnitude more work per communication than the integer processor because of the floating-point unit's increased computing capacity.
NASA Astrophysics Data System (ADS)
Calderer, Antoni; Guo, Xin; Shen, Lian; Sotiropoulos, Fotis
2018-02-01
We develop a numerical method for simulating coupled interactions of complex floating structures with large-scale ocean waves and atmospheric turbulence. We employ an efficient large-scale model to develop offshore wind and wave environmental conditions, which are then incorporated into a high resolution two-phase flow solver with fluid-structure interaction (FSI). The large-scale wind-wave interaction model is based on a two-fluid dynamically-coupled approach that employs a high-order spectral method for simulating the water motion and a viscous solver with undulatory boundaries for the air motion. The two-phase flow FSI solver is based on the level set method and is capable of simulating the coupled dynamic interaction of arbitrarily complex bodies with airflow and waves. The large-scale wave field solver is coupled with the near-field FSI solver with a one-way coupling approach by feeding into the latter waves via a pressure-forcing method combined with the level set method. We validate the model for both simple wave trains and three-dimensional directional waves and compare the results with experimental and theoretical solutions. Finally, we demonstrate the capabilities of the new computational framework by carrying out large-eddy simulation of a floating offshore wind turbine interacting with realistic ocean wind and waves.
Challenges of Future High-End Computing
NASA Technical Reports Server (NTRS)
Bailey, David; Kutler, Paul (Technical Monitor)
1998-01-01
The next major milestone in high performance computing is a sustained rate of one Pflop/s (also written one petaflops, or 10(circumflex)15 floating-point operations per second). In addition to prodigiously high computational performance, such systems must of necessity feature very large main memories, as well as comparably high I/O bandwidth and huge mass storage facilities. The current consensus of scientists who have studied these issues is that "affordable" petaflops systems may be feasible by the year 2010, assuming that certain key technologies continue to progress at current rates. One important question is whether applications can be structured to perform efficiently on such systems, which are expected to incorporate many thousands of processors and deeply hierarchical memory systems. To answer these questions, advanced performance modeling techniques, including simulation of future architectures and applications, may be required. It may also be necessary to formulate "latency tolerant algorithms" and other completely new algorithmic approaches for certain applications. This talk will give an overview of these challenges.
Zheden, Vanessa; Kovalev, Alexander; Gorb, Stanislav N; Klepal, Waltraud
2015-02-06
Dosima fascicularis is the only barnacle which can drift autonomously at the water surface with a foam-like cement float. The cement secreted by the animal contains numerous gas-filled cells of different size. When several individuals share one float, their size and not their number is crucial for the production of both volume and mass of the float. The gas content within the cells of the foam gives positive static buoyancy to the whole float. The volume of the float, the gas volume and the positive static buoyancy are positively correlated. The density of the cement float without gas is greater than that of seawater. This study shows that the secreted cement consists of more than 90% water and the gas volume is on average 18.5%. Our experiments demonstrate that the intact foam-like cement float is sealed to the surrounding water.
Zheden, Vanessa; Kovalev, Alexander; Gorb, Stanislav N.; Klepal, Waltraud
2015-01-01
Dosima fascicularis is the only barnacle which can drift autonomously at the water surface with a foam-like cement float. The cement secreted by the animal contains numerous gas-filled cells of different size. When several individuals share one float, their size and not their number is crucial for the production of both volume and mass of the float. The gas content within the cells of the foam gives positive static buoyancy to the whole float. The volume of the float, the gas volume and the positive static buoyancy are positively correlated. The density of the cement float without gas is greater than that of seawater. This study shows that the secreted cement consists of more than 90% water and the gas volume is on average 18.5%. Our experiments demonstrate that the intact foam-like cement float is sealed to the surrounding water. PMID:25657839
Zhu, Jianping; Tao, Zhengsu; Lv, Chunfeng
2012-01-01
Studies of the IEEE 802.15.4 Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) scheme have been received considerable attention recently, with most of these studies focusing on homogeneous or saturated traffic. Two novel transmission schemes—OSTS/BSTS (One Service a Time Scheme/Bulk Service a Time Scheme)—are proposed in this paper to improve the behaviors of time-critical buffered networks with heterogeneous unsaturated traffic. First, we propose a model which contains two modified semi-Markov chains and a macro-Markov chain combined with the theory of M/G/1/K queues to evaluate the characteristics of these two improved CSMA/CA schemes, in which traffic arrivals and accessing packets are bestowed with non-preemptive priority over each other, instead of prioritization. Then, throughput, packet delay and energy consumption of unsaturated, unacknowledged IEEE 802.15.4 beacon-enabled networks are predicted based on the overall point of view which takes the dependent interactions of different types of nodes into account. Moreover, performance comparisons of these two schemes with other non-priority schemes are also proposed. Analysis and simulation results show that delay and fairness of our schemes are superior to those of other schemes, while throughput and energy efficiency are superior to others in more heterogeneous situations. Comprehensive simulations demonstrate that the analysis results of these models match well with the simulation results. PMID:22666076
Zhu, Jianping; Tao, Zhengsu; Lv, Chunfeng
2012-01-01
Studies of the IEEE 802.15.4 Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) scheme have been received considerable attention recently, with most of these studies focusing on homogeneous or saturated traffic. Two novel transmission schemes-OSTS/BSTS (One Service a Time Scheme/Bulk Service a Time Scheme)-are proposed in this paper to improve the behaviors of time-critical buffered networks with heterogeneous unsaturated traffic. First, we propose a model which contains two modified semi-Markov chains and a macro-Markov chain combined with the theory of M/G/1/K queues to evaluate the characteristics of these two improved CSMA/CA schemes, in which traffic arrivals and accessing packets are bestowed with non-preemptive priority over each other, instead of prioritization. Then, throughput, packet delay and energy consumption of unsaturated, unacknowledged IEEE 802.15.4 beacon-enabled networks are predicted based on the overall point of view which takes the dependent interactions of different types of nodes into account. Moreover, performance comparisons of these two schemes with other non-priority schemes are also proposed. Analysis and simulation results show that delay and fairness of our schemes are superior to those of other schemes, while throughput and energy efficiency are superior to others in more heterogeneous situations. Comprehensive simulations demonstrate that the analysis results of these models match well with the simulation results.
Mansour, Fotouh R; Danielson, Neil D
2017-08-01
Dispersive liquid-liquid microextraction (DLLME) is a special type of microextraction in which a mixture of two solvents (an extracting solvent and a disperser) is injected into the sample. The extraction solvent is then dispersed as fine droplets in the cloudy sample through manual or mechanical agitation. Hence, the sample is centrifuged to break the formed emulsion and the extracting solvent is manually separated. The organic solvents commonly used in DLLME are halogenated hydrocarbons that are highly toxic. These solvents are heavier than water, so they sink to the bottom of the centrifugation tube which makes the separation step difficult. By using solvents of low density, the organic extractant floats on the sample surface. If the selected solvent such as undecanol has a freezing point in the range 10-25°C, the floating droplet can be solidified using a simple ice-bath, and then transferred out of the sample matrix; this step is known as solidification of floating organic droplet (SFOD). Coupling DLLME to SFOD combines the advantages of both approaches together. The DLLME-SFOD process is controlled by the same variables of conventional liquid-liquid extraction. The organic solvents used as extractants in DLLME-SFOD must be immiscible with water, of lower density, low volatility, high partition coefficient and low melting and freezing points. The extraction efficiency of DLLME-SFOD is affected by types and volumes of organic extractant and disperser, salt addition, pH, temperature, stirring rate and extraction time. This review discusses the principle, optimization variables, advantages and disadvantages and some selected applications of DLLME-SFOD in water, food and biomedical analysis. Copyright © 2017 Elsevier B.V. All rights reserved.
Strongly Emitting Surfaces Unable to Float below Plasma Potential
DOE Office of Scientific and Technical Information (OSTI.GOV)
Campanell, M. D.; Umansky, M. V.
2016-02-25
One important unresolved question in plasma physics concerns the effect of strong electron emission on plasma-surface interactions. Previous papers reported solutions with negative and positive floating potentials relative to the plasma edge. For these two models a very different predictions for particle and energy balance is given. Here we show that the positive potential state is the only possible equilibrium in general. Even if a negative floating potential existed at t=0, the ionization collisions near the surface will force a transition to the positive floating potential state. Moreover, this transition is demonstrated with a new simulation code.
Controlled release floating multiparticulates of metoprolol succinate by hot melt extrusion.
Malode, Vilas N; Paradkar, Anant; Devarajan, Padma V
2015-08-01
We present hot melt extrusion (HME) for the design of floating multiparticulates. Metoprolol succinate was selected as the model drug. Our foremost objective was to optimize the components Eudragit(®) RS PO, polyethylene oxide (PEO) and hydroxypropyl methylcellulose (HPMC) to balance both buoyancy and controlled release. Gas generated by sodium bicarbonate in acidic medium was trapped in the polymer matrix to enable floating. Eudragit(®) RS PO and PEO with sodium bicarbonate resulted in multiparticulates which exhibited rapid flotation within 3 min but inadequate total floating time (TFT) of 3h. Addition of HPMC to the matrix did not affect floating lag time (FLT), moreover TFT increased to more than 12h with controlled release of metoprolol succinate. Floating multiparticulates exhibited t50% of 5.24h and t90% of 10.12h. XRD and DSC analysis revealed crystalline state of drug while FTIR suggested nonexistence of chemical interaction between the drug and the other excipients. The assay, FLT, TFT and the drug release of the multiparticulates were unchanged when stored at 40°C/75%RH for 3 months confirming stability. We present floating multiparticulates by HME which could be extrapolated to a range of other drugs. Our approach hence presents platform technology for floating multiparticulates. Copyright © 2015 Elsevier B.V. All rights reserved.
Compound floating pivot micromechanisms
Garcia, Ernest J.
2001-04-24
A new class of tilting micromechanical mechanisms have been developed. These new mechanisms use compound floating pivot structures to attain far greater tilt angles than are practical using other micromechanical techniques. The new mechanisms are also capable of bi-directional tilt about multiple axes.
NASA Technical Reports Server (NTRS)
Weick, Fred E; Harris, Thomas A
1933-01-01
Discussed here are a series of systematic tests being conducted to compare different lateral control devices with particular reference to their effectiveness at high angles of attack. The present tests were made with six different forms of floating tip ailerons of symmetrical section. The tests showed the effect of the various ailerons on the general performance characteristics of the wing, and on the lateral controllability and stability characteristics. In addition, the hinge moments were measured for the most interesting cases. The results are compared with those for a rectangular wing with ordinary ailerons and also with those for a rectangular wing having full-chord floating tip ailerons. Practically all the floating tip ailerons gave satisfactory rolling moments at all angles of attack and at the same time gave no adverse yawing moments of appreciable magnitude. The general performance characteristics with the floating tip ailerons, however, were relatively poor, especially the rate of climb. None of the floating tip ailerons entirely eliminated the auto rotational moments at angles of attack above the stall, but all of them gave lower moments than a plain wing. Some of the floating ailerons fluttered if given sufficiently large deflection, but this could have been eliminated by moving the hinge axis of the ailerons forward. Considering all points including hinge moments, the floating tip ailerons on the wing with 5:1 taper are probably the best of those which were tested.
IEEE 1547 Standards Advancing Grid Modernization
DOE Office of Scientific and Technical Information (OSTI.GOV)
Basso, Thomas; Chakraborty, Sudipta; Hoke, Andy
Technology advances including development of advanced distributed energy resources (DER) and grid-integrated operations and controls functionalities have surpassed the requirements in current standards and codes for DER interconnection with the distribution grid. The full revision of IEEE Standards 1547 (requirements for DER-grid interconnection and interoperability) and 1547.1 (test procedures for conformance to 1547) are establishing requirements and best practices for state-of-the-art DER including variable renewable energy sources. The revised standards will also address challenges associated with interoperability and transmission-level effects, in addition to strictly addressing the distribution grid needs. This paper provides the status and future direction of the ongoingmore » development focus for the 1547 standards.« less
Modified floating-zone growth of organic single crystals
NASA Astrophysics Data System (ADS)
Kou, S.; Chen, C. P.
1994-04-01
For organic materials floating-zone crystal growth is superior to other melt growth processes in two significant respects: (1) the absence of crucible-induced mechanical damage and (2) minimum heating-induced chemical degradation. Due to the rather low surface tension of organic melts, however, floating-zone crystal growth under normal gravity has not been possible so far but microgravity is ideal for such a purpose. With the help of a modified floating-zone technique, organic single crystals of small cross-sections were test grown first under normal gravity. These small crystals were round and rectangular single crystals of benzil and salol, up to about 7 cm long and 6 mm in diameter or 9 mm × 3 mm in cross-section.
Performance Analysis of IEEE 802.15.3 MAC Protocol with Different ACK Polices
NASA Astrophysics Data System (ADS)
Mehta, S.; Kwak, K. S.
The wireless personal area network (WPAN) is an emerging wireless technology for future short range indoor and outdoor communication applications. The IEEE 802.15.3 medium access control (MAC) is proposed, specially, for short range high data rates applications, to coordinate the access to the wireless medium among the competing devices. This paper uses analytical model to study the performance analysis of WPAN (IEEE 802.15.3) MAC in terms of throughput, efficient bandwidth utilization, and delay with various acknowledgment schemes under different parameters. Also, some important observations are obtained, which can be very useful to the protocol architectures. Finally, we come up with some important research issues to further investigate the possible improvements in the WPAN MAC.
Formulation and evaluation of floating matrix tablet of stavudine
Prajapati, Pankaj H; Nakum, Vijay V; Patel, Chhagan N
2012-01-01
Background/Aim: The purpose of the study was to prolong the gastric residence time of stavudine by designing its floating tablets and to study the influence of different polymers on its release rate. Materials and Methods: The floating mix matrix tablets of stavudine were prepared by melt granulation method. Beeswax was used as hydrophobic meltable material. Hydroxypropyl methylcellulose (HPMC), sodium bicarbonate, and ethyl cellulose were used as matrixing agent, gas generating agent, and floating enhancer, respectively. The prepared tablets were evaluated for physicochemical parameters such as hardness, weight variation, friability, floating properties (floating lag time, total floating time), drug content, stability study, and in vitro drug release. The drug- polymer interaction was studied by Differential Scanning Calorimetry (DSC) thermal analysis and Fourier transform infared (FT-IR). Results: The floating lag time of all the formulations was within the prescribed limit (<3 min). All the formulations showed good matrix integrity and retarded the release of drug for 12 h except the formulation F5.The concentration of beeswax (X1), HPMC K4M (X2), and ethyl cellulose (X3) were selected as independent variables and drug release values at 1 (Q1), at 6 (Q6) and at 12 h (Q12) as dependent variables. Formulation F7 was selected as an optimum formulation as it showed more similarity in dissolution profile with theoretical profile (similarity factor, f2 = 70.91). The dissolution of batch F7 can be described by zero-order kinetics (R2 =0.9936) with anomalous (non-Fickian) diffusion as the release mechanism (n=0.545). There was no difference observed in release profile after temperature sensitivity study at 40°C/75% relative humidity (RH) for 1 month. Conclusion: It can be concluded from this study that the combined mix matrix system containing hydrophobic and hydrophilic polymer minimized the burst release of drug from the tablet and achieved a drug release by zero
NASA Astrophysics Data System (ADS)
Sarmiento, J. L.; Gray, A. R.; Johnson, K. S.; Carter, B.; Riser, S.; Talley, L. D.; Williams, N. L.
2016-02-01
The Southern Ocean is thought to play an important role in the ocean-atmosphere exchange of carbon dioxide and the uptake of anthropogenic carbon dioxide. However, the total number of observations of the carbonate system in this region is small and heavily biased towards the summer. Here we present 1.5 years of biogeochemical measurements, including pH, oxygen, and nitrate, collected by 11 autonomous profiling floats deployed in the Pacific sector of the Southern Ocean in April 2014. These floats sampled a variety of oceanographic regimes ranging from the seasonally ice-covered zone to the subtropical gyre. Using an algorithm trained with bottle measurements, alkalinity is estimated from salinity, temperature, and oxygen and then used together with the measured pH to calculate total carbon dioxide and pCO2 in the upper 1500 dbar. The seasonal cycle in the biogeochemical quantities is examined, and the factors governing pCO2 in the surface waters are analyzed. The mechanisms driving the seasonal cycle of carbon are further investigated by computing budgets of heat, carbon, and nitrogen in the mixed layer. Comparing the different regimes sampled by the floats demonstrates the complex and variable nature of the carbon cycle in the Southern Ocean.
Measuring the Coefficient of Friction of a Small Floating Liquid Marble
Ooi, Chin Hong; Nguyen, Anh Van; Evans, Geoffrey M.; Dao, Dzung Viet; Nguyen, Nam-Trung
2016-01-01
This paper investigates the friction coefficient of a moving liquid marble, a small liquid droplet coated with hydrophobic powder and floating on another liquid surface. A floating marble can easily move across water surface due to the low friction, allowing for the transport of aqueous solutions with minimal energy input. However, the motion of a floating marble has yet to be systematically characterised due to the lack of insight into key parameters such as the coefficient of friction between the floating marble and the carrier liquid. We measured the coefficient of friction of a small floating marble using a novel experimental setup that exploits the non-wetting properties of a liquid marble. A floating liquid marble pair containing a minute amount magnetite particles were immobilised and then released in a controlled manner using permanent magnets. The capillarity-driven motion was analysed to determine the coefficient of friction of the liquid marbles. The “capillary charge” model was used to fit the experimental results. We varied the marble content and carrier liquid to establish a relationship between the friction correction factor and the meniscus angle. PMID:27910916
Formulation and evaluation of non-effervescent floating tablets of losartan potassium.
Getyala, Anil; Gangadharappa, H V; Prasad, M Sarat Chandra; Reddy, M Praveen Kumar; Kumar, T M Pramod
2013-10-01
The aim of the work is to modify the solubility and bioavailability of Losartan potassium, by employing noneffervescent floating drug delivery (tablet dosage forms). Non-effervescent systems are a type of floating drug delivery systems, that have been used to boost the gastric residence and the floatation time in the gastro intestinal tract. The study included formulation of floating tablets using polymers like Chitosan and Karaya gum as matrix forming agents. Accurel(®) MP 1000 was used as floating agent. The tablets were prepared by direct compression technique. FTIR, DSC studies conformed that there was no incompatibility between the polymer and the drug. Tablet preformulation parameters were within the Pharmacopoeial limit. Tablet showed zero lag time, contisnuance of buoyancy for >12 h. The tablet showed good in vitro release. Drug release was through swelling and abided by the gellation mechanism. In vivo X-ray studies depicted that tablets continued to float in the GIT for 12 h. Accelerated stability showed that, tablets were stable for over 6 month. Thus the prepared non-effervescent floating tablet of Losartan potassium can be used for the treatment of hypertension for more than 12 h with single dose administration.
Current-Sensitive Path Planning for an Underactuated Free-Floating Ocean Sensorweb
NASA Technical Reports Server (NTRS)
Dahl, Kristen P.; Thompson, David R.; McLaren, David; Chao, Yi; Chien, Steve
2011-01-01
This work investigates multi-agent path planning in strong, dynamic currents using thousands of highly under-actuated vehicles. We address the specific task of path planning for a global network of ocean-observing floats. These submersibles are typified by the Argo global network consisting of over 3000 sensor platforms. They can control their buoyancy to float at depth for data collection or rise to the surface for satellite communications. Currently, floats drift at a constant depth regardless of the local currents. However, accurate current forecasts have become available which present the possibility of intentionally controlling floats' motion by dynamically commanding them to linger at different depths. This project explores the use of these current predictions to direct float networks to some desired final formation or position. It presents multiple algorithms for such path optimization and demonstrates their advantage over the standard approach of constant-depth drifting.
Evaluation of the Effects of Hidden Node Problems in IEEE 802.15.7 Uplink Performance
Ley-Bosch, Carlos; Alonso-González, Itziar; Sánchez-Rodríguez, David; Ramírez-Casañas, Carlos
2016-01-01
In the last few years, the increasing use of LEDs in illumination systems has been conducted due to the emergence of Visible Light Communication (VLC) technologies, in which data communication is performed by transmitting through the visible band of the electromagnetic spectrum. In 2011, the Institute of Electrical and Electronics Engineers (IEEE) published the IEEE 802.15.7 standard for Wireless Personal Area Networks based on VLC. Due to limitations in the coverage of the transmitted signal, wireless networks can suffer from the hidden node problems, when there are nodes in the network whose transmissions are not detected by other nodes. This problem can cause an important degradation in communications when they are made by means of the Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) access control method, which is used in IEEE 802.15.7 This research work evaluates the effects of the hidden node problem in the performance of the IEEE 802.15.7 standard We implement a simulator and analyze VLC performance in terms of parameters like end-to-end goodput and message loss rate. As part of this research work, a solution to the hidden node problem is proposed, based on the use of idle patterns defined in the standard. Idle patterns are sent by the network coordinator node to communicate to the other nodes that there is an ongoing transmission. The validity of the proposed solution is demonstrated with simulation results. PMID:26861352
Evaluation of the Effects of Hidden Node Problems in IEEE 802.15.7 Uplink Performance.
Ley-Bosch, Carlos; Alonso-González, Itziar; Sánchez-Rodríguez, David; Ramírez-Casañas, Carlos
2016-02-06
In the last few years, the increasing use of LEDs in illumination systems has been conducted due to the emergence of Visible Light Communication (VLC) technologies, in which data communication is performed by transmitting through the visible band of the electromagnetic spectrum. In 2011, the Institute of Electrical and Electronics Engineers (IEEE) published the IEEE 802.15.7 standard for Wireless Personal Area Networks based on VLC. Due to limitations in the coverage of the transmitted signal, wireless networks can suffer from the hidden node problems, when there are nodes in the network whose transmissions are not detected by other nodes. This problem can cause an important degradation in communications when they are made by means of the Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) access control method, which is used in IEEE 802.15.7 This research work evaluates the effects of the hidden node problem in the performance of the IEEE 802.15.7 standard We implement a simulator and analyze VLC performance in terms of parameters like end-to-end goodput and message loss rate. As part of this research work, a solution to the hidden node problem is proposed, based on the use of idle patterns defined in the standard. Idle patterns are sent by the network coordinator node to communicate to the other nodes that there is an ongoing transmission. The validity of the proposed solution is demonstrated with simulation results.
Classical and all-floating FETI methods for the simulation of arterial tissues
Augustin, Christoph M.; Holzapfel, Gerhard A.; Steinbach, Olaf
2015-01-01
High-resolution and anatomically realistic computer models of biological soft tissues play a significant role in the understanding of the function of cardiovascular components in health and disease. However, the computational effort to handle fine grids to resolve the geometries as well as sophisticated tissue models is very challenging. One possibility to derive a strongly scalable parallel solution algorithm is to consider finite element tearing and interconnecting (FETI) methods. In this study we propose and investigate the application of FETI methods to simulate the elastic behavior of biological soft tissues. As one particular example we choose the artery which is – as most other biological tissues – characterized by anisotropic and nonlinear material properties. We compare two specific approaches of FETI methods, classical and all-floating, and investigate the numerical behavior of different preconditioning techniques. In comparison to classical FETI, the all-floating approach has not only advantages concerning the implementation but in many cases also concerning the convergence of the global iterative solution method. This behavior is illustrated with numerical examples. We present results of linear elastic simulations to show convergence rates, as expected from the theory, and results from the more sophisticated nonlinear case where we apply a well-known anisotropic model to the realistic geometry of an artery. Although the FETI methods have a great applicability on artery simulations we will also discuss some limitations concerning the dependence on material parameters. PMID:26751957
Computation Directorate 2008 Annual Report
DOE Office of Scientific and Technical Information (OSTI.GOV)
Crawford, D L
2009-03-25
Whether a computer is simulating the aging and performance of a nuclear weapon, the folding of a protein, or the probability of rainfall over a particular mountain range, the necessary calculations can be enormous. Our computers help researchers answer these and other complex problems, and each new generation of system hardware and software widens the realm of possibilities. Building on Livermore's historical excellence and leadership in high-performance computing, Computation added more than 331 trillion floating-point operations per second (teraFLOPS) of power to LLNL's computer room floors in 2008. In addition, Livermore's next big supercomputer, Sequoia, advanced ever closer to itsmore » 2011-2012 delivery date, as architecture plans and the procurement contract were finalized. Hyperion, an advanced technology cluster test bed that teams Livermore with 10 industry leaders, made a big splash when it was announced during Michael Dell's keynote speech at the 2008 Supercomputing Conference. The Wall Street Journal touted Hyperion as a 'bright spot amid turmoil' in the computer industry. Computation continues to measure and improve the costs of operating LLNL's high-performance computing systems by moving hardware support in-house, by measuring causes of outages to apply resources asymmetrically, and by automating most of the account and access authorization and management processes. These improvements enable more dollars to go toward fielding the best supercomputers for science, while operating them at less cost and greater responsiveness to the customers.« less
A review of outcomes in 18 patients with floating elbow.
Solomon, Harrison B; Zadnik, Mary; Eglseder, W Andrew
2003-09-01
To assess functional outcomes and predictors of success in floating elbow injuries. Retrospective clinical review. Level 1 trauma center. Eighteen patients with floating elbow injuries seen at the trauma center from 1995-2001. All injuries were managed surgically. Each forearm fracture was managed with open reduction and internal fixation. Humerus fractures were managed with either open reduction and internal fixation or intramedullary nail. Definitive fixation was performed in all cases within 48 hours of arrival at the trauma center. Eighteen patients were available for follow-up at a minimum of 1 year and consented to enroll in the study. Each patient was evaluated with a standardized elbow score based on a 100-point scale. These scores were correlated with injury features including age, severity of fracture (AO classification), open fractures, nerve injuries, vascular injuries, type of fixation on the humerus, and the presence of concomitant intra-articular elbow injuries. The average elbow score was 68/100. Outcomes were divided into two groups. Eleven patients had a score greater than 75 (group I), with a mean score of 83, and were considered to have a good or excellent result. Seven patients had a score less than 75 (group II), with a mean score of 45, and were considered to have a satisfactory or poor result. The distribution of outcomes revealed two statistically distinct clusters. Additionally, there was a significantly higher incidence of nerve injuries in group 2 compared with group 1. Functional outcomes in floating elbow injuries tend to cluster into two groups-patients with good or excellent results and patients with poor results. Patients with associated nerve injuries have lower functional outcomes at a minimum of 1-year follow-up.
Colour computer-generated holography for point clouds utilizing the Phong illumination model.
Symeonidou, Athanasia; Blinder, David; Schelkens, Peter
2018-04-16
A technique integrating the bidirectional reflectance distribution function (BRDF) is proposed to generate realistic high-quality colour computer-generated holograms (CGHs). We build on prior work, namely a fast computer-generated holography method for point clouds that handles occlusions. We extend the method by integrating the Phong illumination model so that the properties of the objects' surfaces are taken into account to achieve natural light phenomena such as reflections and shadows. Our experiments show that rendering holograms with the proposed algorithm provides realistic looking objects without any noteworthy increase to the computational cost.
Tarte, Stephen R.; Schmidt, A.R.; Sullivan, Daniel J.
1992-01-01
A floating sample-collection platform is described for stream sites where the vertical or horizontal distance between the stream-sampling point and a safe location for the sampler exceed the suction head of the sampler. The platform allows continuous water sampling over the entire storm-runoff hydrogrpah. The platform was developed for a site in southern Illinois.
33 CFR 147.815 - ExxonMobil Hoover Floating OCS Facility safety zone.
Code of Federal Regulations, 2012 CFR
2012-07-01
... 33 Navigation and Navigable Waters 2 2012-07-01 2012-07-01 false ExxonMobil Hoover Floating OCS... HOMELAND SECURITY (CONTINUED) OUTER CONTINENTAL SHELF ACTIVITIES SAFETY ZONES § 147.815 ExxonMobil Hoover Floating OCS Facility safety zone. (a) Description. The ExxonMobil Hoover Floating OCS Facility, Alaminos...
33 CFR 147.815 - ExxonMobil Hoover Floating OCS Facility safety zone.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 33 Navigation and Navigable Waters 2 2011-07-01 2011-07-01 false ExxonMobil Hoover Floating OCS... HOMELAND SECURITY (CONTINUED) OUTER CONTINENTAL SHELF ACTIVITIES SAFETY ZONES § 147.815 ExxonMobil Hoover Floating OCS Facility safety zone. (a) Description. The ExxonMobil Hoover Floating OCS Facility, Alaminos...
33 CFR 147.815 - ExxonMobil Hoover Floating OCS Facility safety zone.
Code of Federal Regulations, 2014 CFR
2014-07-01
... 33 Navigation and Navigable Waters 2 2014-07-01 2014-07-01 false ExxonMobil Hoover Floating OCS... HOMELAND SECURITY (CONTINUED) OUTER CONTINENTAL SHELF ACTIVITIES SAFETY ZONES § 147.815 ExxonMobil Hoover Floating OCS Facility safety zone. (a) Description. The ExxonMobil Hoover Floating OCS Facility, Alaminos...
33 CFR 147.815 - ExxonMobil Hoover Floating OCS Facility safety zone.
Code of Federal Regulations, 2013 CFR
2013-07-01
... 33 Navigation and Navigable Waters 2 2013-07-01 2013-07-01 false ExxonMobil Hoover Floating OCS... HOMELAND SECURITY (CONTINUED) OUTER CONTINENTAL SHELF ACTIVITIES SAFETY ZONES § 147.815 ExxonMobil Hoover Floating OCS Facility safety zone. (a) Description. The ExxonMobil Hoover Floating OCS Facility, Alaminos...
A modular optically powered floating high voltage generator.
Antonini, P; Borsato, E; Carugno, G; Pegoraro, M; Zotto, P
2013-02-01
The feasibility of fully floating high voltage (HV) generation was demonstrated producing a prototype of a modular HV system. The primary power source is provided by a high efficiency semiconductor power cell illuminated by a laser system ensuring the floating nature of each module. The HV is then generated by dc-dc conversion and a HV multiplier. The possibility of series connection among modules was verified.
Incident Energy Focused Design and Validation for the Floating Potential Probe
NASA Technical Reports Server (NTRS)
Fincannon, James
2002-01-01
Utilizing the spacecraft shadowing and incident energy analysis capabilities of the NASA Glenn Research Center Power and Propulsion Office's SPACE System Power Analysis for Capability Evaluation) computer code, this paper documents the analyses for various International Space Station (ISS) Floating Potential Probe (EPP) preliminary design options. These options include various solar panel orientations and configurations as well as deployment locations on the ISS. The incident energy for the final selected option is characterized. A good correlation between the predicted data and on-orbit operational telemetry is demonstrated. Minor deviations are postulated to be induced by degradation or sensor drift.
Fast maximum likelihood estimation using continuous-time neural point process models.
Lepage, Kyle Q; MacDonald, Christopher J
2015-06-01
A recent report estimates that the number of simultaneously recorded neurons is growing exponentially. A commonly employed statistical paradigm using discrete-time point process models of neural activity involves the computation of a maximum-likelihood estimate. The time to computate this estimate, per neuron, is proportional to the number of bins in a finely spaced discretization of time. By using continuous-time models of neural activity and the optimally efficient Gaussian quadrature, memory requirements and computation times are dramatically decreased in the commonly encountered situation where the number of parameters p is much less than the number of time-bins n. In this regime, with q equal to the quadrature order, memory requirements are decreased from O(np) to O(qp), and the number of floating-point operations are decreased from O(np(2)) to O(qp(2)). Accuracy of the proposed estimates is assessed based upon physiological consideration, error bounds, and mathematical results describing the relation between numerical integration error and numerical error affecting both parameter estimates and the observed Fisher information. A check is provided which is used to adapt the order of numerical integration. The procedure is verified in simulation and for hippocampal recordings. It is found that in 95 % of hippocampal recordings a q of 60 yields numerical error negligible with respect to parameter estimate standard error. Statistical inference using the proposed methodology is a fast and convenient alternative to statistical inference performed using a discrete-time point process model of neural activity. It enables the employment of the statistical methodology available with discrete-time inference, but is faster, uses less memory, and avoids any error due to discretization.
Floating Oil-Spill Containment Device
NASA Technical Reports Server (NTRS)
Jones, Jack A.
2012-01-01
Previous oil containment booms have an open top that allows natural gas to escape, and have significant oil leakage due to wave action. Also, a subsea pyramid oil trap exists, but cannot move relative to moving oil plumes from deepsea oil leaks. The solution is to have large, moveable oil traps. One version floats on the sea surface and has a flexible tarp cover and a lower weighted skirt to completely entrap the floating oil and natural gas. The device must have at least three sides with boats pulling at each apex, and sonar or other system to track the slowly moving oil plume, so that the boats can properly locate the booms. The oil trap device must also have a means for removal of the oil and the natural gas. A second design version has a flexible pyramid cover that is attached by lines to ballast on the ocean floor. This is similar to fixed, metal pyramid oil capture devices in the Santa Barbara Channel off the coast of California. The ballast lines for the improved design, however, would have winches that can move the pyramid to always be located above the oil and gas plume. A third design is a combination of the first two. It uses a submerged pyramid to trap oil, but has no anchor and uses boats to locate the trap. It has ballast weights located along the bottom of the tarp and/or at the corners of the trap. The improved floating oil-spill containment device has a large floating boom and weighted skirt surrounding the oil and gas entrapment area. The device is triangular (or more than three sides) and has a flexible tarp cover with a raised gas vent area. Boats pull on the apex of the triangles to maintain tension and to allow the device to move to optimum locations to trap oil and gas. The gas is retrieved from a higher buoyant part of the tarp, and oil is retrieved from the floating oil layer contained in the device. These devices can be operated in relatively severe weather, since waves will break over the devices without causing oil leaking. Also, natural
Zaccone, Claudio; Lobianco, Daniela; Shotyk, William; Ciavatta, Claudio; Appleby, Peter G.; Brugiapaglia, Elisabetta; Casella, Laura; Miano, Teodoro M.; D’Orazio, Valeria
2017-01-01
Floating islands mysteriously moving around on lakes were described by several Latin authors almost two millennia ago. These fascinating ecosystems, known as free-floating mires, have been extensively investigated from ecological, hydrological and management points of view, but there have been no detailed studies of their rates of accumulation of organic matter (OM), organic carbon (OC) and total nitrogen (TN). We have collected a peat core 4 m long from the free-floating island of Posta Fibreno, a relic mire in Central Italy. This is the thickest accumulation of peat ever found in a free-floating mire, yet it has formed during the past seven centuries and represents the greatest accumulation rates, at both decadal and centennial timescale, of OM (0.63 vs. 0.37 kg/m2/yr), OC (0.28 vs. 0.18 kg/m2/yr) and TN (3.7 vs. 6.1 g/m2/yr) ever reported for coeval peatlands. The anomalously high accretion rates, obtained using 14C age dating, were confirmed using 210Pb and 137Cs: these show that the top 2 m of Sphagnum-peat has accumulated in only ~100 years. As an environmental archive, Posta Fibreno offers a temporal resolution which is 10x greater than any terrestrial peat bog, and promises to provide new insight into environmental changes occurring during the Anthropocene. PMID:28230066
An Input Routine Using Arithmetic Statements for the IBM 704 Digital Computer
NASA Technical Reports Server (NTRS)
Turner, Don N.; Huff, Vearl N.
1961-01-01
An input routine has been designed for use with FORTRAN or SAP coded programs which are to be executed on an IBM 704 digital computer. All input to be processed by the routine is punched on IBM cards as declarative statements of the arithmetic type resembling the FORTRAN language. The routine is 850 words in length. It is capable of loading fixed- or floating-point numbers, octal numbers, and alphabetic words, and of performing simple arithmetic as indicated on input cards. Provisions have been made for rapid loading of arrays of numbers in consecutive memory locations.
NASA Astrophysics Data System (ADS)
Kim, Ronny Yongho; Jung, Inuk; Kim, Young Yong
IEEE 802.16m is an advanced air interface standard which is under development for IMT-Advanced systems, known as 4G systems. IEEE 802.16m is designed to provide a high data rate and a Quality of Service (QoS) level in order to meet user service requirements, and is especially suitable for mobilized environments. There are several factors that have great impact on such requirements. As one of the major factors, we mainly focus on latency issues. In IEEE 802.16m, an enhanced layer 2 handover scheme, described as Entry Before Break (EBB) was proposed and adopted to reduce handover latency. EBB provides significant handover interruption time reduction with respect to the legacy IEEE 802.16 handover scheme. Fast handovers for mobile IPv6 (FMIPv6) was standardized by Internet Engineering Task Force (IETF) in order to provide reduced handover interruption time from IP layer perspective. Since FMIPv6 utilizes link layer triggers to reduce handover latency, it is very critical to jointly design FMIPv6 with its underlying link layer protocol. However, FMIPv6 based on new handover scheme, EBB has not been proposed. In this paper, we propose an improved cross-layering design for FMIPv6 based on the IEEE 802.16m EBB handover. In comparison with the conventional FMIPv6 based on the legacy IEEE 802.16 network, the overall handover interruption time can be significantly reduced by employing the proposed design. Benefits of this improvement on latency reduction for mobile user applications are thoroughly investigated with both numerical analysis and simulation on various IP applications.
A 1998 Workshop on Heterogeneous Computing
1998-09-18
of Sussex, England, in 1994. From 1988 to 1990 he was a Lecturer with the UNAM. In 1994, he joined the Laboratorio Nacional de Informatica Avanzada...1984) and at the UNAM (1988-1991). Since 1992, he is titular Researcher and consultant at the Laboratorio Nacional de Informatica Avanzada (LANIA). He...Box 1331 Piscataway, NJ 08855-1331 Tel: + 1-908-981-1393 Fax: + 1-908-981-9667 mis.custserv@computer.org IEEE Computer Society 13, Avenue de
Alginate/cashew gum floating bead as a matrix for larvicide release.
Paula, Haroldo C B; de Oliveira, Erick F; Abreu, Flávia O M S; de Paula, Regina C M
2012-08-01
A polymeric floating system composed of Alginate (ALG) and Cashew gum (CG), loaded with an essential oil (Lippia sidoides-Ls) was prepared by ionotropic gelation, characterized regarding its physical-chemistry properties and evaluated on its potential as a controlled release system. The influence of process parameters on the buoyancy, loading, swelling and in vitro and in vivo release kinetics, was investigated. Results showed that beads produced with carbonate and Ls at high level contents exhibit good floatability (up to 5 days) and loading capacity (15.2-23.8%). In vitro release data showed a Fickian diffusion profile and in vivo experiments showed that ALG-CG floating system presented a superior and prolonged larvicide effect, in comparison with non-floating ones, presenting larvae mortality values of 85% and 33%, respectively, after 48 h. These results indicate that ALG-CG floating beads loaded with Ls presented enhanced oil entrapment efficiency, excellent floating ability, and suitable larvicide release pattern. Copyright © 2012 Elsevier B.V. All rights reserved.
An IEEE802.15.4-Based System for Locating Children on Their School Commutes
NASA Astrophysics Data System (ADS)
Sugiura, Akihiko; Baba, Ryoichi; Kobayashi, Hideyuki
With the increasing number of crimes and accidents in which children are becoming involved, there is a growing demand for devices to safeguard children's security by detecting their locations on their way to and from school. This paper proposes a system that uses an IEEE802.15.4-standard network to detect children's locations. To overcome the susceptibility of radio interference from nearby wireless LANs, frequency division multiplexing is applied to this IEEE802.15.4-based network, toward improving data acquisition from terminal units. The effectiveness of the system was field-tested with elementary school students who used about 400 IEEE 802.15.4-compliant terminal units. An experiment verified that the use of frequency division multiplexing in an environment where radio interference by wireless LANs is strong allowed the network to double the success rate of information communication from terminal units relative to that without frequency division multiplexing. In the experiment for detecting elementary schoolers' arrival at and departure from school, the terminal detection rate was 99% and the terminal detection rate on the designated school routes was 90%. These results prove the effectiveness of the system in detecting locations.
Finite element computation on nearest neighbor connected machines
NASA Technical Reports Server (NTRS)
Mcaulay, A. D.
1984-01-01
Research aimed at faster, more cost effective parallel machines and algorithms for improving designer productivity with finite element computations is discussed. A set of 8 boards, containing 4 nearest neighbor connected arrays of commercially available floating point chips and substantial memory, are inserted into a commercially available machine. One-tenth Mflop (64 bit operation) processors provide an 89% efficiency when solving the equations arising in a finite element problem for a single variable regular grid of size 40 by 40 by 40. This is approximately 15 to 20 times faster than a much more expensive machine such as a VAX 11/780 used in double precision. The efficiency falls off as faster or more processors are envisaged because communication times become dominant. A novel successive overrelaxation algorithm which uses cyclic reduction in order to permit data transfer and computation to overlap in time is proposed.
The study to estimate the floating population in Seoul, Korea.
Lee, Geon Woo; Lee, Yong Jin; Kim, Youngeun; Hong, Seung-Han; Kim, Soohwaun; Kim, Jeong Soo; Lee, Jong Tae; Shin, Dong Chun; Lim, Youngwook
2017-01-01
Traffic-related pollutants have been reported to increase the morbidity of respiratory diseases. In order to apply management policies related to motor vehicles, studies of the floating population living in cities are important. The rate of metro rail transit system use by passengers residing in Seoul is about 54% of total public transportation use. Through the rate of metro use, the people-flow ratios in each administrative area were calculated. By applying a people-flow ratio based on the official census count, the floating population in 25 regions was calculated. The reduced level of deaths among the floating population in 14 regions having the roadside monitoring station was calculated as assuming a 20% reduction of mobile emission based on the policy. The hourly floating population size was calculated by applying the hourly population ratio to the regional population size as specified in the official census count. The number of people moving from 5 a.m. to next day 1 a.m. could not be precisely calculated when the population size was applied, but no issue was observed that would trigger a sizable shift in the rate of population change. The three patterns of increase, decrease, and no change of population in work hours were analyzed. When the concentration of particulate matter less than 10 μm in aerodynamic diameter was reduced by 20%, the number of excess deaths varied according to the difference of the floating population. The effective establishment of directions to manage the pollutants in cities should be carried out by considering the floating population. Although the number of people using the metro system is only an estimate, this disadvantage was supplemented by calculating inflow and outflow ratio of metro users per time in the total floating population in each region. Especially, 54% of metro usage in public transport causes high reliability in application.
A Computational Framework for Automation of Point Defect Calculations
NASA Astrophysics Data System (ADS)
Goyal, Anuj; Gorai, Prashun; Peng, Haowei; Lany, Stephan; Stevanovic, Vladan; National Renewable Energy Laboratory, Golden, Colorado 80401 Collaboration
A complete and rigorously validated open-source Python framework to automate point defect calculations using density functional theory has been developed. The framework provides an effective and efficient method for defect structure generation, and creation of simple yet customizable workflows to analyze defect calculations. The package provides the capability to compute widely accepted correction schemes to overcome finite-size effects, including (1) potential alignment, (2) image-charge correction, and (3) band filling correction to shallow defects. Using Si, ZnO and In2O3as test examples, we demonstrate the package capabilities and validate the methodology. We believe that a robust automated tool like this will enable the materials by design community to assess the impact of point defects on materials performance. National Renewable Energy Laboratory, Golden, Colorado 80401.
The radio-frequency fluctuation effect on the floating harmonic method
DOE Office of Scientific and Technical Information (OSTI.GOV)
Lee, Jaewon; Kim, Kyung-Hyun; Kim, Dong-Hwan
2016-08-15
The radio-frequency (RF) plasma diagnostics with an electrical probe facing a challenge, because the RF fluctuation oscillates the plasma potential and distorts the current-voltage (I-V) curve. As Langmuir probe is widely used in plasma diagnostics, many researchers have been studying the effect of RF fluctuation on probe and compensation methods. On the other hand, there have not been enough studies on the fluctuation effect on the floating harmonic method. Therefore, we investigated the impact of RF fluctuation on the floating harmonic method theoretically and experimentally. When the electrons are in ideal Maxwellian distribution, the floating potential is negatively shifted bymore » the RF fluctuation, but the fluctuation does not distort I-V curve around the floating potential. However, in practical plasmas, the I-V curve and their harmonic components are distorted. This RF fluctuation effect becomes more significant in a low density plasma with a high impedance sheath. The second harmonic current decreases with the RF fluctuation while the first harmonic current is merely affected. Therefore, the electron temperatures measured with the floating harmonic method under low density plasma with uncompensated probe are overestimated than the results obtained with the compensated probe.« less
Trusted Network Interpretation of the Trusted Computer System Evaluation Criteria. Version 1.
1987-07-01
for Secure Computer Systema, MTR-3153, The MITRE Corporation, Bedford, MA, June 1975. 1 See, for example, M. D. Abrams and H. J. Podell , Tutorial...References References Abrams, M. D. and H. J. Podell , Tutorial: Computer and Network Security, IEEE Com- puter Society Press, 1987. Addendum to the
[Treatment of Persistent Somatoform Pain Disorder by Floating Needle Therapy and Duloxetine].
Ren, Wan-wen; Zhou, Zhi-ying; Xu, Mi-mi; Long, Sen; Tang, Guang-zheng; Mao, Hong-jing; Chen, Shu-lin
2016-02-01
To evaluate clinical effect and safety of floating needle therapy and duloxetine in treating patients with persistent somatoform pain disorder (PSPD). Totally 108 PSPD patients were randomly assigned to the floating needle treatment group, the duloxetine treatment group, and the placebo treatment group, 36 in each group. Patients in the floating needle treatment group received floating needle therapy and placebo. Those in the duloxetine treatment group received duloxetine and simulated floating needle therapy. Those in the placebo treatment group received the placebo and simulated floating needle therapy. All treatment lasted for six weeks. Efficacy and adverse reactions were evaluated using Simple McGill pain scale (SF-MPQ) and Treatment Emergent Symptom Scale (TESS) before treatment and immediately after treatment, as well as at the end of 1st, 2nd, 4th, and 6th week of treatment, respectively. Hamilton Depression Scale (HAMD, 17 items), Hamilton Anxiety Scale (HAMA) were assessed before treatment and at the end of 1st, 2nd, 4th, and 6th week of treatment, respectively. Patients in the floating needle treatment group and the duloxetine treatment group with the total reducing score rate of SF-MPQ in Pain Rating index (PRI) ≥ 50% after 6 weeks' treatment were involved in the follow-up study. (1) Compared with the same group before treatment, SF-MPQ score, HAMD score and HAMA total scores all decreased in all the three groups at the end of 1st, 2nd, 4th, and 6th week of treatment (P < 0.05, P < 0.01). Besides , each item of SF-MPQ significantly decreased immediately after treatment in the floating needle treatment group (P < 0.01). Compared with the placebo treatment group, SF-MPQ, HAMD, and HAMA total score in the floating needle treatment group significantly decreased after 1, 2, 4, and 6 weeks of treatment (P < 0.05, P < 0.01). SF-MPQ score, HAMD score and HAMA total score in the duloxetine treatment group also significantly decreased after 2, 4, and 6 weeks of
14 CFR 136.11 - Helicopter floats for over water.
Code of Federal Regulations, 2014 CFR
2014-01-01
... 14 Aeronautics and Space 3 2014-01-01 2014-01-01 false Helicopter floats for over water. 136.11... TOURS AND NATIONAL PARKS AIR TOUR MANAGEMENT National Air Tour Safety Standards § 136.11 Helicopter floats for over water. (a) A helicopter used in commercial air tours over water beyond the shoreline must...
14 CFR 136.11 - Helicopter floats for over water.
Code of Federal Regulations, 2013 CFR
2013-01-01
... 14 Aeronautics and Space 3 2013-01-01 2013-01-01 false Helicopter floats for over water. 136.11... TOURS AND NATIONAL PARKS AIR TOUR MANAGEMENT National Air Tour Safety Standards § 136.11 Helicopter floats for over water. (a) A helicopter used in commercial air tours over water beyond the shoreline must...
14 CFR 136.11 - Helicopter floats for over water.
Code of Federal Regulations, 2012 CFR
2012-01-01
... 14 Aeronautics and Space 3 2012-01-01 2012-01-01 false Helicopter floats for over water. 136.11... TOURS AND NATIONAL PARKS AIR TOUR MANAGEMENT National Air Tour Safety Standards § 136.11 Helicopter floats for over water. (a) A helicopter used in commercial air tours over water beyond the shoreline must...
14 CFR 136.11 - Helicopter floats for over water.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 3 2010-01-01 2010-01-01 false Helicopter floats for over water. 136.11... TOURS AND NATIONAL PARKS AIR TOUR MANAGEMENT National Air Tour Safety Standards § 136.11 Helicopter floats for over water. (a) A helicopter used in commercial air tours over water beyond the shoreline must...
The response of pile-guided floats subjected to dynamic loading.
DOT National Transportation Integrated Search
2014-08-01
Pile-Guided floats can be a desirable alternative to stationary berthing structures. Both floats and guide piles are subjected to dynamic : forces such as wind generated waves and impacts from vessels. This project developed a rational basis for esti...
Service differentiated and adaptive CSMA/CA over IEEE 802.15.4 for Cyber-Physical Systems.
Xia, Feng; Li, Jie; Hao, Ruonan; Kong, Xiangjie; Gao, Ruixia
2013-01-01
Cyber-Physical Systems (CPS) that collect, exchange, manage information, and coordinate actions are an integral part of the Smart Grid. In addition, Quality of Service (QoS) provisioning in CPS, especially in the wireless sensor/actuator networks, plays an essential role in Smart Grid applications. IEEE 802.15.4, which is one of the most widely used communication protocols in this area, still needs to be improved to meet multiple QoS requirements. This is because IEEE 802.15.4 slotted Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA) employs static parameter configuration without supporting differentiated services and network self-adaptivity. To address this issue, this paper proposes a priority-based Service Differentiated and Adaptive CSMA/CA (SDA-CSMA/CA) algorithm to provide differentiated QoS for various Smart Grid applications as well as dynamically initialize backoff exponent according to traffic conditions. Simulation results demonstrate that the proposed SDA-CSMA/CA scheme significantly outperforms the IEEE 802.15.4 slotted CSMA/CA in terms of effective data rate, packet loss rate, and average delay.
Service Differentiated and Adaptive CSMA/CA over IEEE 802.15.4 for Cyber-Physical Systems
Gao, Ruixia
2013-01-01
Cyber-Physical Systems (CPS) that collect, exchange, manage information, and coordinate actions are an integral part of the Smart Grid. In addition, Quality of Service (QoS) provisioning in CPS, especially in the wireless sensor/actuator networks, plays an essential role in Smart Grid applications. IEEE 802.15.4, which is one of the most widely used communication protocols in this area, still needs to be improved to meet multiple QoS requirements. This is because IEEE 802.15.4 slotted Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA) employs static parameter configuration without supporting differentiated services and network self-adaptivity. To address this issue, this paper proposes a priority-based Service Differentiated and Adaptive CSMA/CA (SDA-CSMA/CA) algorithm to provide differentiated QoS for various Smart Grid applications as well as dynamically initialize backoff exponent according to traffic conditions. Simulation results demonstrate that the proposed SDA-CSMA/CA scheme significantly outperforms the IEEE 802.15.4 slotted CSMA/CA in terms of effective data rate, packet loss rate, and average delay. PMID:24260021
Impact of floating population on the epidemic of tuberculosis: a spatial analysis
NASA Astrophysics Data System (ADS)
Jia, Zhongwei; He, Xiaoxin; Zhao, Wenjuan; An, Yansheng; Cao, Wuchun; Li, Xiaowen
2007-06-01
According to the report issued by the Health Bureau of Beijing that the number of newly registered active pulmonary tuberculosis cases in floating population exceeded half of that in registered permanent residence in 2006. More attention has been paid to the tuberculosis of floating population. Materials and methods: The population data included in the studied was reported by the Beijing Police Bureau in 2004, and the case source from 2004 to 2006 was provided by Beijing Research Institute for TB Control. Two GIS-based methods have been used to detect the hot spots of tuberculosis in 18 districts of Beijing. Results: The distributions of hot spots of tuberculosis in Beijing are significantly associated with that of floating people. Most likely cluster from all population matches with those from floating population, which is stable from 2004 to 2006. Conclusion: The spatial analytical results indicated that the floating population has a drastic influence on the epidemic of tuberculosis in Beijing. The tuberculosis control measures should incorporate the effect of floating population.
An efficient method to compute microlensed light curves for point sources
NASA Technical Reports Server (NTRS)
Witt, Hans J.
1993-01-01
We present a method to compute microlensed light curves for point sources. This method has the general advantage that all microimages contributing to the light curve are found. While a source moves along a straight line, all micro images are located either on the primary image track or on the secondary image tracks (loops). The primary image track extends from - infinity to + infinity and is made of many sequents which are continuously connected. All the secondary image tracks (loops) begin and end on the lensing point masses. The method can be applied to any microlensing situation with point masses in the deflector plane, even for the overcritical case and surface densities close to the critical. Furthermore, we present general rules to evaluate the light curve for a straight track arbitrary placed in the caustic network of a sample of many point masses.
Design, development and evaluation of clopidogrel bisulfate floating tablets.
Rao, K Rama Koteswara; Lakshmi, K Rajya
2014-01-01
The objective of the present work was to formulate and to characterize a floating drug delivery system for clopidogrel bisulphate to improve bioavailability and to minimize the side effects of the drug such as gastric bleeding and drug resistance development. Clopidogrel floating tablets were prepared by direct compression technique by the use of three polymers xanthan gum, hydroxypropyl methylcellulose (HPMC) K15M and HPMC K4M in different concentrations (20%, 25% and 30% w/w). Sodium bicarbonate (15% w/w) and microcrystalline cellulose (30% w/w) were used as gas generating agent and diluent respectively. Studies were carried out on floating behavior and influence of type of polymer on drug release rate. All the formulations were subjected to various quality control and in-vitro dissolution studies in 0.1 N hydrochloric acid (1.2 pH) and corresponding dissolution data were fitted to popular release kinetic equations in order to evaluate release mechanisms and kinetics. All the clopidogrel floating formulations followed first order kinetics, Higuchi drug release kinetics with diffusion as the dominant mechanism of drug release. As per Korsmeyer-Peppas equation, the release exponent "n" ranged 0.452-0.654 indicating that drug release from all the formulations was by non-Fickian diffusion mechanism. The drug release rate of clopidogrel was found to be affected by the type and concentration of the polymer used in the formulation (P < 0.05). As the concentration of the polymer was increased, the drug release was found to be retarded. Based on the results, clopidogrel floating tablets prepared by employing xanthan gum at concentration 25% w/w (formulation F2) was the best formulation with desired in-vitro floating time and drug dissolution.
Hall, Matthew; Goupee, Andrew; Jonkman, Jason
2017-08-24
Hybrid modeling—combining physical testing and numerical simulation in real time$-$opens new opportunities in floating wind turbine research. Wave basin testing is an important validation step for floating support structure design, but the conventional approaches that use physical wind above the basin are limited by scaling problems in the aerodynamics. Applying wind turbine loads with an actuation system that is controlled by a simulation responding to the basin test in real time offers a way to avoid scaling problems and reduce cost barriers for floating wind turbine design validation in realistic coupled wind and wave conditions. This paper demonstrates the developmentmore » of performance specifications for a system that couples a wave basin experiment with a wind turbine simulation. Two different points for the hybrid coupling are considered: the tower-base interface and the aero-rotor interface (the boundary between aerodynamics and the rotor structure). Analyzing simulations of three floating wind turbine designs across seven load cases reveals the motion and force requirements of the coupling system. By simulating errors in the hybrid coupling system, the sensitivity of the floating wind turbine response to coupling quality can be quantified. The sensitivity results can then be used to determine tolerances for motion tracking errors, force actuation errors, bandwidth limitations, and latency in the hybrid coupling system. These tolerances can guide the design of hybrid coupling systems to achieve desired levels of accuracy. An example demonstrates how the developed methods can be used to generate performance specifications for a system at 1:50 scale. Results show that sensitivities vary significantly between support structure designs and that coupling at the aero-rotor interface has less stringent requirements than those for coupling at the tower base. As a result, the methods and results presented here can inform design of future hybrid coupling
DOE Office of Scientific and Technical Information (OSTI.GOV)
Hall, Matthew; Goupee, Andrew; Jonkman, Jason
Hybrid modeling—combining physical testing and numerical simulation in real time$-$opens new opportunities in floating wind turbine research. Wave basin testing is an important validation step for floating support structure design, but the conventional approaches that use physical wind above the basin are limited by scaling problems in the aerodynamics. Applying wind turbine loads with an actuation system that is controlled by a simulation responding to the basin test in real time offers a way to avoid scaling problems and reduce cost barriers for floating wind turbine design validation in realistic coupled wind and wave conditions. This paper demonstrates the developmentmore » of performance specifications for a system that couples a wave basin experiment with a wind turbine simulation. Two different points for the hybrid coupling are considered: the tower-base interface and the aero-rotor interface (the boundary between aerodynamics and the rotor structure). Analyzing simulations of three floating wind turbine designs across seven load cases reveals the motion and force requirements of the coupling system. By simulating errors in the hybrid coupling system, the sensitivity of the floating wind turbine response to coupling quality can be quantified. The sensitivity results can then be used to determine tolerances for motion tracking errors, force actuation errors, bandwidth limitations, and latency in the hybrid coupling system. These tolerances can guide the design of hybrid coupling systems to achieve desired levels of accuracy. An example demonstrates how the developed methods can be used to generate performance specifications for a system at 1:50 scale. Results show that sensitivities vary significantly between support structure designs and that coupling at the aero-rotor interface has less stringent requirements than those for coupling at the tower base. As a result, the methods and results presented here can inform design of future hybrid coupling
2003-08-15
floating structures create novel habitats for subtidal epibiota?, MARINE ECOLOGY -PROGRESS SERIES, 43-52 Mar. Ecol.- Prog. Ser., 2002 Vegueria, SFJ Godoy... ECOLOGICAL APPLICATIONS, 350-366 Ecol. Appl., 2000 Niedzwecki, JM van de Lindt, JW Gage, JH Teigen, PS, Design estimates of surface wave interaction with...The ecological effects beyond the offshore platform, Coastal Zone: Proceedings of the Symposium on Coastal and Ocean Management, v 2, n pt2, 1989, p
ERIC Educational Resources Information Center
Shih, Ching-Hsiang
2011-01-01
This study combines multi-mice technology (people with disabilities can use standard mice, instead of specialized alternative computer input devices, to achieve complete mouse operation) with an assistive pointing function (i.e. cursor-capturing, which enables the user to move the cursor to the target center automatically), to assess whether two…
Heterogeneous real-time computing in radio astronomy
NASA Astrophysics Data System (ADS)
Ford, John M.; Demorest, Paul; Ransom, Scott
2010-07-01
Modern computer architectures suited for general purpose computing are often not the best choice for either I/O-bound or compute-bound problems. Sometimes the best choice is not to choose a single architecture, but to take advantage of the best characteristics of different computer architectures to solve your problems. This paper examines the tradeoffs between using computer systems based on the ubiquitous X86 Central Processing Units (CPU's), Field Programmable Gate Array (FPGA) based signal processors, and Graphical Processing Units (GPU's). We will show how a heterogeneous system can be produced that blends the best of each of these technologies into a real-time signal processing system. FPGA's tightly coupled to analog-to-digital converters connect the instrument to the telescope and supply the first level of computing to the system. These FPGA's are coupled to other FPGA's to continue to provide highly efficient processing power. Data is then packaged up and shipped over fast networks to a cluster of general purpose computers equipped with GPU's, which are used for floating-point intensive computation. Finally, the data is handled by the CPU and written to disk, or further processed. Each of the elements in the system has been chosen for its specific characteristics and the role it can play in creating a system that does the most for the least, in terms of power, space, and money.
[Surgical treatment strategy of the floating shoulder injury].
Song, Zhe; Xue, Han-Zhong; Li, Zhong; Zhuang, Yan; Wang, Qian; Ma, Teng; Zhang, Kun
2013-10-18
To discuss the clinical characteristics and the surgical treatment strategy of the floating shoulder injury. 26 cases with the floating shoulder injury between January 2006 and January 2012 were retrospectively evaluated. There were 15 males and 11 females with an average age of 35.2 (22-60) years. According to Wong's classification of floating shoulder injury: type IA, 3 cases; type IB, 9 cases; type II, 4 cases; type IIIA, 6 cases; type IIIB, 4 cases. All the 26 cases had accepted the surgical treatment. We observed the postoperative fracture reduction, damage repair, fracture healing and internal fixation through the X-ray films. We also evaluated the shoulder function regularly according to the Constant scores and Herscovici evaluation criteria. The 26 cases were followed up for an average of 16.8 (12-24) months.All the fractures healed for a mean time of 2.4 months, the mean Constant score was 89.4 (60-100). The effect of Herscovici evaluation criteria: excellent, 15 cases; good, 8 cases;fair, 3 cases;the excellent rate 88.5%. Open reduction and internal fixation is an effective method for the treatment of floating shoulder injury, but we should select the reset sequence and fixation methods according to the type of fracture and degree of displacement.
Floating cultivation of marine cyanobacteria using coal fly ash.
Matsumoto, M; Yoshida, E; Takeyama, H; Matsunaga, T
2000-01-01
The aim of this study was to develop improved methodologies for bulk culturing of biotechnologically useful marine cyanobacteria in the open ocean. We have investigated the viability of using coal fly ash (CFA) blocks as the support medium in a novel floating culture system for marine micro-algae. The marine cyanobacterium Synechococcus sp. NKBG 040607 was found to adhere to floating CFA blocks in liquid culture medium. Maximum density of attached cells of 2.0 x 10(8) cells/cm2 was achieved using seawater. The marine cyanobacterium Synechococcus sp. NKBG 042902 weakly adhered to floating CFA blocks in BG-11 medium. Increasing the concentration of calcium ion in the culture medium enhanced adherence to CFA blocks.
NASA Astrophysics Data System (ADS)
Steffen, K.; Huff, R. D.; Cullen, N.; Rignot, E.; Stewart, C.; Jenkins, A.
2003-12-01
Petermann Gletscher is the largest and most influential outlet glacier in central northern Greenland. Located at 81 N, 60 W, it drains an area of 71,580 km2, with a discharge of 12 cubic km of ice per year into the Arctic Ocean. We finished a second field season in spring 2003 collecting in situ data on local climate, ice velocity, strain rates, ice thickness profiles and bottom melt rates of the floating ice tongue. Last years findings have been confirmed that large channels of several hundred meters in depth at the underside of the floating ice tongue are running roughly parallel to the flow direction. We mapped these channels using ground penetrating radar at 25 MHz frequency and multi-phase radar in profiling mode over half of the glacier's width. In addition, NASA airborne laser altimeter data was collected along and cross-glacier for accurate assessment of surface topography. We will present a 3-D model of the floating ice tongue and provide hypothesis of the origin and mechanism that caused these large ice channels at the bottom of the floating ice tongue. Multi-phase radar point measurements revealed interesting results of bottom melt rates, which exceed all previous estimates. It is worth mentioned that the largest bottom melt rates were not found at the grounding line, which is common on ice shelves in the Antarctica. In addition, GPS tidal motion has been measured over one lunar cycle at the flex zone and on the free floating ice tongue and the result will be compared to historic measurements made at the beginning of last century. The surface climate has been recorded by two automatic weather stations over a 12 month period, and the local climate of this remote region will be presented.
AmeriFlux US-WPT Winous Point North Marsh
Chen, Jiquan [University of Toledo / Michigan State University
2016-01-01
This is the AmeriFlux version of the carbon flux data for the site US-WPT Winous Point North Marsh. Site Description - The marsh site has been owned by the Winous Point Shooting Club since 1856 and has been managed by wildlife biologists since 1946. The hydrology of the marsh is relatively isolated by the surrounding dikes and drainages and only receives drainage from nearby croplands through three connecting ditches. Since 2001, the marsh has been managed to maintain year-round inundation with the lowest water levels in September. Within the 0–250 m fetch of the tower, the marsh comprises 42.9% of floating-leaved vegetation, 52.7% of emergent vegetation, and 4.4% of dike and upland during the growing season. Dominant emergent plants include narrow-leaved cattail (Typha angustifolia), rose mallow (Hibiscus moscheutos), and bur reed (Sparganium americanum). Common floating-leaved species are water lily (Nymphaea odorata) and American lotus (Nelumbo lutea) with foliage usually covering the water surface from late May to early October.
Eberle, Veronika A; Häring, Armella; Schoelkopf, Joachim; Gane, Patrick A C; Huwyler, Jörg; Puchkov, Maxim
2016-01-01
Development of floating drug delivery systems (FDDS) is challenging. To facilitate this task, an evaluation method was proposed, which allows for a combined investigation of drug release and flotation. It was the aim of the study to use functionalized calcium carbonate (FCC)-based lipophilic mini-tablet formulations as a model system to design FDDS with a floating behavior characterized by no floating lag time, prolonged flotation and loss of floating capability after complete drug release. Release of the model drug caffeine from the mini-tablets was assessed in vitro by a custom-built stomach model. A cellular automata-based model was used to simulate tablet dissolution. Based on the in silico data, floating forces were calculated and analyzed as a function of caffeine release. Two floating behaviors were identified for mini-tablets: linear decrease of the floating force and maintaining of the floating capability until complete caffeine release. An optimal mini-tablet formulation with desired drug release time and floating behavior was developed and tested. A classification system for a range of varied floating behavior of FDDS was proposed. The FCC-based mini-tablets had an ideal floating behavior: duration of flotation is defined and floating capability decreases after completion of drug release.
Sasser, C.E.; Gosselink, J.G.; Swenson, E.M.; Swarzenski, C.M.; Leibowitz, N.C.
1996-01-01
In the 1940s extensive floating marshes (locally called 'flotant') were reported and mapped in coastal wetlands of the Mississippi River Delta Plain. These floating marshes included large areas of Panicum hemitomon-dominated freshwater marshes, and Spartina patens/Scirpus olneyi brackish marshes. Today these marshes appear to be quite different in extent and type. We describe five floating habitats and one non-floating, quaking habitat based on differences in buoyancy dynamics (timing and degree of floating), substrate characteristics, and dominant vegetation. All floating marshes have low bulk density, organic substrates. Nearly all are fresh marshes. Panicum hemitomon floating marshes presently occur within the general regions that were reported in the 1940's by O'Neil, but are reduced in extent. Some of the former Panicum hemitomon marshes have been replaced by seasonally or variably floating marshes dominated, or co-dominated by Sagittaria lancifolia or Eleocharis baldwinii. ?? 1996 Kluwer Academic Publishers.
Quantifying Thin Mat Floating Marsh Strength and Interaction with Hydrodynamic Conditions
NASA Astrophysics Data System (ADS)
Collins, J. H., III; Sasser, C.; Willson, C. S.
2016-12-01
Louisiana possesses over 350,000 acres of unique floating vegetated systems known as floating marshes or flotants. Floating marshes make up 70% of the Terrebonne and Barataria basin wetlands and exist in several forms, mainly thick mat or thin mat. Salt-water intrusion, nutria grazing, and high-energy wave events are believed to be some contributing factors to the degradation of floating marshes; however, there has been little investigation into the hydrodynamic effects on their structural integrity. Due to their unique nature, floating marshes could be susceptible to changes in the hydrodynamic environment that may result from proposed river freshwater and sediment diversion projects introducing flow to areas that are typically somewhat isolated. This study aims to improve the understanding of how thin mat floating marshes respond to increased hydrodynamic stresses and, more specifically, how higher water velocities might increase the washout probability of this vegetation type. There are two major components of this research: 1) A thorough measurement of the material properties of the vegetative mats as a root-soil matrix composite material; and 2) An accurate numerical simulation of the hydrodynamics and forces imposed on the floating marsh mats by the flow. To achieve these goals, laboratory and field experiments were conducted using a customized device to measure the bulk properties of typical floating marshes. Additionally, Delft-3D FLOW and ANSYS FLUENT were used to simulate the flow around a series of simplified mat structures in order to estimate the hydrodynamic forcings on the mats. The hydrodynamic forcings are coupled with a material analysis, allowing for a thorough analysis of their interaction under various conditions. The 2-way Fluid Structure Interaction (F.S.I.) between the flow and the mat is achieved by coupling a Finite Element Analysis (F.E.A.) solver in ANSYS with FLUENT. The flow conditions necessary for the structural failure of the
Resident perceptions of the educational value of night float rotations.
Luks, Andrew M; Smith, C Scott; Robins, Lynne; Wipf, Joyce E
2010-07-01
Night float rotations are being increasingly used in the era of resident physician work-hour regulations, but their impact on resident education is not clear. Our objective was to clarify resident perceptions of the educational aspects of night float rotations. An anonymous survey of internal medicine residents at a university-based residency program was completed. Responses were received from 116 of 163 surveyed residents (71%). Residents attended less residents' report (0.10 +/- .43 vs. 2.70 + 0.93 sessions/week, p< .001) and fewer grand rounds sessions (0.14 +/- 0.25 vs. 0.43 +/- 0.28 sessions/week, p< .001) and spent less time reading, (2.63 +/- 2.0 vs. 3.33 +/- 1.6 hr/week, p< .001) interacting with attending physicians (0.57 +/- 1.1 vs. 2.97 +/- 1.5 hr/week, p< .001) and sleeping at home (6.3 +/- 1.2 vs. 7.10 +/- 0.9 hr/day, p< .001) on night float rotations than on non-night float rotations. Residents had strongly negative opinions about the educational value of night float, sleep cycle adjustment issues, and impact on their personal lives, which correlated with resident evaluations from the regular program evaluation process. In free responses, residents commented that they liked the autonomy and opportunity to improve triage skills on these rotations and confirmed their negative opinions about the sleep-wake cycle and interference with personal lives. Internal medicine residents at a university-based program have negative opinions regarding the educational value of night float rotations. Further work is necessary to determine whether problems exist across programs and specialties.
Real-Time Station Grouping under Dynamic Traffic for IEEE 802.11ah
Tian, Le; Latré, Steven
2017-01-01
IEEE 802.11ah, marketed as Wi-Fi HaLow, extends Wi-Fi to the sub-1 GHz spectrum. Through a number of physical layer (PHY) and media access control (MAC) optimizations, it aims to bring greatly increased range, energy-efficiency, and scalability. This makes 802.11ah the perfect candidate for providing connectivity to Internet of Things (IoT) devices. One of these new features, referred to as the Restricted Access Window (RAW), focuses on improving scalability in highly dense deployments. RAW divides stations into groups and reduces contention and collisions by only allowing channel access to one group at a time. However, the standard does not dictate how to determine the optimal RAW grouping parameters. The optimal parameters depend on the current network conditions, and it has been shown that incorrect configuration severely impacts throughput, latency and energy efficiency. In this paper, we propose a traffic-adaptive RAW optimization algorithm (TAROA) to adapt the RAW parameters in real time based on the current traffic conditions, optimized for sensor networks in which each sensor transmits packets with a certain (predictable) frequency and may change the transmission frequency over time. The TAROA algorithm is executed at each target beacon transmission time (TBTT), and it first estimates the packet transmission interval of each station only based on packet transmission information obtained by access point (AP) during the last beacon interval. Then, TAROA determines the RAW parameters and assigns stations to RAW slots based on this estimated transmission frequency. The simulation results show that, compared to enhanced distributed channel access/distributed coordination function (EDCA/DCF), the TAROA algorithm can highly improve the performance of IEEE 802.11ah dense networks in terms of throughput, especially when hidden nodes exist, although it does not always achieve better latency performance. This paper contributes with a practical approach to optimizing
Real-Time Station Grouping under Dynamic Traffic for IEEE 802.11ah.
Tian, Le; Khorov, Evgeny; Latré, Steven; Famaey, Jeroen
2017-07-04
IEEE 802.11ah, marketed as Wi-Fi HaLow, extends Wi-Fi to the sub-1 GHz spectrum. Through a number of physical layer (PHY) and media access control (MAC) optimizations, it aims to bring greatly increased range, energy-efficiency, and scalability. This makes 802.11ah the perfect candidate for providing connectivity to Internet of Things (IoT) devices. One of these new features, referred to as the Restricted Access Window (RAW), focuses on improving scalability in highly dense deployments. RAW divides stations into groups and reduces contention and collisions by only allowing channel access to one group at a time. However, the standard does not dictate how to determine the optimal RAW grouping parameters. The optimal parameters depend on the current network conditions, and it has been shown that incorrect configuration severely impacts throughput, latency and energy efficiency. In this paper, we propose a traffic-adaptive RAW optimization algorithm (TAROA) to adapt the RAW parameters in real time based on the current traffic conditions, optimized for sensor networks in which each sensor transmits packets with a certain (predictable) frequency and may change the transmission frequency over time. The TAROA algorithm is executed at each target beacon transmission time (TBTT), and it first estimates the packet transmission interval of each station only based on packet transmission information obtained by access point (AP) during the last beacon interval. Then, TAROA determines the RAW parameters and assigns stations to RAW slots based on this estimated transmission frequency. The simulation results show that, compared to enhanced distributed channel access/distributed coordination function (EDCA/DCF), the TAROA algorithm can highly improve the performance of IEEE 802.11ah dense networks in terms of throughput, especially when hidden nodes exist, although it does not always achieve better latency performance. This paper contributes with a practical approach to optimizing
Acceleration of Radiance for Lighting Simulation by Using Parallel Computing with OpenCL
DOE Office of Scientific and Technical Information (OSTI.GOV)
Zuo, Wangda; McNeil, Andrew; Wetter, Michael
2011-09-06
We report on the acceleration of annual daylighting simulations for fenestration systems in the Radiance ray-tracing program. The algorithm was optimized to reduce both the redundant data input/output operations and the floating-point operations. To further accelerate the simulation speed, the calculation for matrix multiplications was implemented using parallel computing on a graphics processing unit. We used OpenCL, which is a cross-platform parallel programming language. Numerical experiments show that the combination of the above measures can speed up the annual daylighting simulations 101.7 times or 28.6 times when the sky vector has 146 or 2306 elements, respectively.
22. Float located adjacent to entry stair in filtration bed. ...
22. Float located adjacent to entry stair in filtration bed. The float actuates a valve that maintains water level over the bed. - Lake Whitney Water Filtration Plant, Filtration Plant, South side of Armory Street between Edgehill Road & Whitney Avenue, Hamden, New Haven County, CT
Maiden Voyage of the Under-Ice Float
NASA Astrophysics Data System (ADS)
Shcherbina, A.; D'Asaro, E. A.; Light, B.; Deming, J. W.; Rehm, E.
2016-02-01
The Under-Ice Float (UIF) is a new autonomous platform for sea ice and upper ocean observations in the marginal ice zone (MIZ). UIF is based on the Mixed Layer Lagrangian Float design, inheriting its accurate buoyancy control and relatively heavy payload capability. A major challenge for sustained autonomous observations in the MIZ is detection of open water for navigation and telemetry surfacings. UIF employs the new surface classification algorithm based on the spectral analysis of surface roughness sensed by an upward-looking sonar. A prototype UIF was deployed in the MIZ of the central Arctic Ocean in late August 2015. The main payload of the first UIF was a bio-optical suit consisting of upward- and downward hyperspectral radiometers; temperature, salinity, chlorophyll, turbidity, and dissolved oxygen sensors, and a high-definition photo camera. In the early stages of its mission, the float successfully avoided ice, detected leads, surfaced in open water, and transmitted data and photographs. We will present the analysis of these observations from the full UIF mission extending into the freeze-up season.
NASA Technical Reports Server (NTRS)
Jones, W. C.
1973-01-01
The space shuttle solid rocket boosters (SRB's) will be jettisoned to impact in the ocean within a 200-mile radius of the launch site. Tests were conducted at Long Beach, California, using a 12-inch diameter Titan 3C model to simulate the full-scale characteristics of the prototype SRB during retrieval operations. The objectives of the towing tests were to investigate and assess the following: (1) a floating and towing characteristics of the SRB; (2) need for plugging the SRB nozzle prior to tow; (3) attach point locations on the SRB; (4) effects of varying the SRB configuration; (5) towing hardware; and (6) difficulty of attaching a tow line to the SRB in the open sea. The model was towed in various sea states using four different types and varying lengths of tow line at various speeds. Three attach point locations were tested. Test data was recorded on magnetic tape for the tow line loads and for model pitch, roll, and yaw characteristics and was reduced by computer to tabular printouts and X-Y plots. Profile and movie photography provided documentary test data.
Multinode reconfigurable pipeline computer
NASA Technical Reports Server (NTRS)
Nosenchuck, Daniel M. (Inventor); Littman, Michael G. (Inventor)
1989-01-01
A multinode parallel-processing computer is made up of a plurality of innerconnected, large capacity nodes each including a reconfigurable pipeline of functional units such as Integer Arithmetic Logic Processors, Floating Point Arithmetic Processors, Special Purpose Processors, etc. The reconfigurable pipeline of each node is connected to a multiplane memory by a Memory-ALU switch NETwork (MASNET). The reconfigurable pipeline includes three (3) basic substructures formed from functional units which have been found to be sufficient to perform the bulk of all calculations. The MASNET controls the flow of signals from the memory planes to the reconfigurable pipeline and vice versa. the nodes are connectable together by an internode data router (hyperspace router) so as to form a hypercube configuration. The capability of the nodes to conditionally configure the pipeline at each tick of the clock, without requiring a pipeline flush, permits many powerful algorithms to be implemented directly.
Learning to assign binary weights to binary descriptor
NASA Astrophysics Data System (ADS)
Huang, Zhoudi; Wei, Zhenzhong; Zhang, Guangjun
2016-10-01
Constructing robust binary local feature descriptors are receiving increasing interest due to their binary nature, which can enable fast processing while requiring significantly less memory than their floating-point competitors. To bridge the performance gap between the binary and floating-point descriptors without increasing the computational cost of computing and matching, optimal binary weights are learning to assign to binary descriptor for considering each bit might contribute differently to the distinctiveness and robustness. Technically, a large-scale regularized optimization method is applied to learn float weights for each bit of the binary descriptor. Furthermore, binary approximation for the float weights is performed by utilizing an efficient alternatively greedy strategy, which can significantly improve the discriminative power while preserve fast matching advantage. Extensive experimental results on two challenging datasets (Brown dataset and Oxford dataset) demonstrate the effectiveness and efficiency of the proposed method.
Integration of IEEE 1451 and HL7 exchanging information for patients' sensor data.
Kim, Wooshik; Lim, Suyoung; Ahn, Jinsoo; Nah, Jiyoung; Kim, Namhyun
2010-12-01
HL7 (Health Level 7) is a standard developed for exchanging incompatible healthcare information generated from programs or devices among heterogenous medical information systems. At present, HL7 is growing as a global standard. However, the HL7 standard does not support effective methods for treating data from various medical sensors, especially from mobile sensors. As ubiquitous systems are growing, HL7 must communicate with various medical transducers. In the area of sensor fields, IEEE 1451 is a group of standards for controlling transducers and for communicating data from/to various transducers. In this paper, we present the possibility of interoperability between the two standards, i.e., HL7 and IEEE 1451. After we present a method to integrate them and show the preliminary results of this approach.
FireProt: Energy- and Evolution-Based Computational Design of Thermostable Multiple-Point Mutants.
Bednar, David; Beerens, Koen; Sebestova, Eva; Bendl, Jaroslav; Khare, Sagar; Chaloupkova, Radka; Prokop, Zbynek; Brezovsky, Jan; Baker, David; Damborsky, Jiri
2015-11-01
There is great interest in increasing proteins' stability to enhance their utility as biocatalysts, therapeutics, diagnostics and nanomaterials. Directed evolution is a powerful, but experimentally strenuous approach. Computational methods offer attractive alternatives. However, due to the limited reliability of predictions and potentially antagonistic effects of substitutions, only single-point mutations are usually predicted in silico, experimentally verified and then recombined in multiple-point mutants. Thus, substantial screening is still required. Here we present FireProt, a robust computational strategy for predicting highly stable multiple-point mutants that combines energy- and evolution-based approaches with smart filtering to identify additive stabilizing mutations. FireProt's reliability and applicability was demonstrated by validating its predictions against 656 mutations from the ProTherm database. We demonstrate that thermostability of the model enzymes haloalkane dehalogenase DhaA and γ-hexachlorocyclohexane dehydrochlorinase LinA can be substantially increased (ΔTm = 24°C and 21°C) by constructing and characterizing only a handful of multiple-point mutants. FireProt can be applied to any protein for which a tertiary structure and homologous sequences are available, and will facilitate the rapid development of robust proteins for biomedical and biotechnological applications.
The impact of the night float system on internal medicine residency programs.
Trontell, M C; Carson, J L; Taragin, M I; Duff, A
1991-01-01
To study the design, method of implementation, perceived benefits, and problems associated with a night float system. Self-administered questionnaire completed by program directors, which included both structured and open-ended questions. The answers reflect resident and student opinions as well as those of the program directors, since program directors regularly obtain feedback from these groups. The 442 accredited internal medicine residency programs listed in the 1988-89 Directory of Graduate Medical Education Programs. Of the 442 programs, 79% responded, and 30% had experience with a night float system. The most frequent methods for initiating a night float system included: decreasing elective time (42.3%), hiring more residents (26.9%), creating a non-teaching service (12.5%), and reallocating housestaff time (9.6%). Positive effects cited include decreased fatigue, improved housestaff morale, improved recruiting, and better attitude toward internal medicine training. The quality of medical care was considered the same or better by most programs using it. The most commonly cited problems were decreased continuity of care, inadequate teaching of the night float team, and miscommunication. Residency programs using a night float system usually observe a positive effect on housestaff morale, recruitment, and working hours and no detrimental effect on the quality of patient care. Miscommunication and inadequate learning experience for the night float team are important potential problems. This survey suggests that the night float represents one solution to reducing resident working hours.
Castaways can't be choosers - Homogenization of rafting assemblages on floating seaweeds
NASA Astrophysics Data System (ADS)
Gutow, Lars; Beermann, Jan; Buschbaum, Christian; Rivadeneira, Marcelo M.; Thiel, Martin
2015-01-01
After detachment from benthic habitats, the epibiont assemblages on floating seaweeds undergo substantial changes, but little is known regarding whether succession varies among different seaweed species. Given that floating algae may represent a limiting habitat in many regions, rafting organisms may be unselective and colonize any available seaweed patch at the sea surface. This process may homogenize rafting assemblages on different seaweed species, which our study examined by comparing the assemblages on benthic and floating individuals of the fucoid seaweeds Fucus vesiculosus and Sargassum muticum in the northern Wadden Sea (North Sea). Species richness was about twice as high on S. muticum as on F. vesiculosus, both on benthic and floating individuals. In both seaweed species benthic samples were more diverse than floating samples. However, the species composition differed significantly only between benthic thalli, but not between floating thalli of the two seaweed species. Separate analyses of sessile and mobile epibionts showed that the homogenization of rafting assemblages was mainly caused by mobile species. Among these, grazing isopods from the genus Idotea reached extraordinarily high densities on the floating samples from the northern Wadden Sea, suggesting that the availability of seaweed rafts was indeed limiting. Enhanced break-up of algal rafts associated with intense feeding by abundant herbivores might force rafters to recolonize benthic habitats. These colonization processes may enhance successful dispersal of rafting organisms and thereby contribute to population connectivity between sink populations in the Wadden Sea and source populations from up-current regions.
14 CFR 25.529 - Hull and main float landing conditions.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 14 Aeronautics and Space 1 2010-01-01 2010-01-01 false Hull and main float landing conditions. 25... AIRCRAFT AIRWORTHINESS STANDARDS: TRANSPORT CATEGORY AIRPLANES Structure Water Loads § 25.529 Hull and main.... (b) Unsymmetrical landing for hull and single float seaplanes. Unsymmetrical step, bow, and stern...
NREL's Jerry Olson Wins Prestigious Cherry Award from IEEE | News | NREL
at the IEEE's annual Photovoltaic Specialists Conference in Seattle. See the feature article on Olson based on his invention to power most space satellites, as well as the Mars rovers, Spirit and of the photovoltaic community. In the 1950s, he was instrumental in establishing solar cells as the
2015-01-01
crafts on floating ice sheets near McMurdo, Antarctica (Katona and Vaudrey 1973; Katona 1974; Vaudrey 1977). To comply with the first criterion, one...Nomographs for operating wheeled aircraft on sea- ice runways: McMurdo Station, Antarctica . In Proceedings of the Offshore Mechanics and Arctic Engineering... Ice Thickness Requirements for Vehicles and Heavy Equipment at McMurdo Station, Antarctica . CRREL Project Report 04- 09, “Safe Sea Ice for Vehicle
DOE Office of Scientific and Technical Information (OSTI.GOV)
Nash, T.; Atac, R.; Cook, A.
1989-03-06
The ACPMAPS multipocessor is a highly cost effective, local memory parallel computer with a hypercube or compound hypercube architecture. Communication requires the attention of only the two communicating nodes. The design is aimed at floating point intensive, grid like problems, particularly those with extreme computing requirements. The processing nodes of the system are single board array processors, each with a peak power of 20 Mflops, supported by 8 Mbytes of data and 2 Mbytes of instruction memory. The system currently being assembled has a peak power of 5 Gflops. The nodes are based on the Weitek XL Chip set. Themore » system delivers performance at approximately $300/Mflop. 8 refs., 4 figs.« less
Design and evaluation of a dry coated drug delivery system with floating-pulsatile release.
Zou, Hao; Jiang, Xuetao; Kong, Lingshan; Gao, Shen
2008-01-01
The objective of this work was to develop and evaluate a floating-pulsatile drug delivery system intended for chronopharmacotherapy. Floating-pulsatile concept was applied to increase the gastric residence of the dosage form having lag phase followed by a burst release. To overcome limitations of various approaches for imparting buoyancy, we generated the system which consisted of three different parts, a core tablet, containing the active ingredient, an erodible outer shell and a top cover buoyant layer. The dry coated tablet consists in a drug-containing core, coated by a hydrophilic erodible polymer which is responsible for a lag phase in the onset of pulsatile release. The buoyant layer, prepared with Methocel K4M, Carbopol 934P and sodium bicarbonate, provides buoyancy to increase the retention of the oral dosage form in the stomach. The effect of the hydrophilic erodible polymer characteristics on the lag time and drug release was investigated. Developed formulations were evaluated for their buoyancy, dissolution and pharmacokinetic, as well gamma-scintigraphically. The results showed that a certain lag time before the drug released generally due to the erosion of the dry coated layer. Floating time was controlled by the quantity and composition of the buoyant layer. Both pharmacokinetic and gamma-scintigraphic data point out the capability of the system of prolonged residence of the tablets in the stomach and releasing drugs after a programmed lag time. (c) 2007 Wiley-Liss, Inc.
Xu, Zhongqi; Murata, Kenji; Arai, Akihiro; Hirokawa, Takeshi
2010-03-12
A featured microchip owning three big reservoirs and long turned geometry channel was designed to improve the detection limit of DNA fragments by using floating electrokinetic supercharging (FEKS) method. The novel design matches the FEKS preconcentration needs of a large sample volume introduction with electrokinetic injection (EKI), as well as long duration of isotachophoresis (ITP) process to enrich low concentration sample. In the curved channel [ approximately 45.6 mm long between port 1 (P1) and the intersection point of two channels], EKI and ITP were performed while the side port 3 (P3) was electrically floated. The turn-induced band broadening with or without ITP process was investigated by a computer simulation (using CFD-ACE+ software) when the analytes traveling through the U-shaped geometry. It was found that the channel curvature determined the extent of band broadening, however, which could be effectively eliminated by the way of ITP. After the ITP-stacked zones passed the intersection point from P1, they were rapidly destacked for separation and detection from ITP to zone electrophoresis by using leading ions from P3. The FEKS carried on the novel chip successfully contributed to higher sensitivities of DNA fragments in comparison with our previous results realized on either a single channel or a cross microchip. The analysis of low concentration 50 bp DNA step ladders (0.23 mugml after 1500-fold diluted) was achieved with normal UV detection at 260 nm. The obtained limit of detections (LODs) were on average 100 times better than using conventional pinched injection, down to several ngml for individual DNA fragment.
NASA Technical Reports Server (NTRS)
Willis, Emily M.; Minow, Joseph I.; Parker, Linda N.; Pour, Maria Z. A.; Swenson, Charles; Nishikawa, Ken-ichi; Krause, Linda Habash
2016-01-01
The International Space Station (ISS) continues to be a world-class space research laboratory after over 15 years of operations, and it has proven to be a fantastic resource for observing spacecraft floating potential variations related to high voltage solar array operations in Low Earth Orbit (LEO). Measurements of the ionospheric electron density and temperature along the ISS orbit and variations in the ISS floating potential are obtained from the Floating Potential Measurement Unit (FPMU). In particular, rapid variations in ISS floating potential during solar array operations on time scales of tens of milliseconds can be recorded due to the 128 Hz sample rate of the Floating Potential Probe (FPP) pro- viding interesting insight into high voltage solar array interaction with the space plasma environment. Comparing the FPMU data with the ISS operations timeline and solar array data provides a means for correlating some of the more complex and interesting transient floating potential variations with mission operations. These complex variations are not reproduced by current models and require further study to understand the underlying physical processes. In this paper we present some of the floating potential transients observed over the past few years along with the relevant space environment parameters and solar array operations data.
Strategies for Optimal MAC Parameters Tuning in IEEE 802.15.6 Wearable Wireless Sensor Networks.
Alam, Muhammad Mahtab; Ben Hamida, Elyes
2015-09-01
Wireless body area networks (WBAN) has penetrated immensely in revolutionizing the classical heath-care system. Recently, number of WBAN applications has emerged which introduce potential limits to existing solutions. In particular, IEEE 802.15.6 standard has provided great flexibility, provisions and capabilities to deal emerging applications. In this paper, we investigate the application-specific throughput analysis by fine-tuning the physical (PHY) and medium access control (MAC) parameters of the IEEE 802.15.6 standard. Based on PHY characterizations in narrow band, at the MAC layer, carrier sense multiple access collision avoidance (CSMA/CA) and scheduled access protocols are extensively analyzed. It is concluded that, IEEE 802.15.6 standard can satisfy most of the WBANs applications throughput requirements by maximum achieving 680 Kbps. However, those emerging applications which require high quality audio or video transmissions, standard is not able to meet their constraints. Moreover, delay, energy efficiency and successful packet reception are considered as key performance metrics for comparing the MAC protocols. CSMA/CA protocol provides the best results to meet the delay constraints of medical and non-medical WBAN applications. Whereas, the scheduled access approach, performs very well both in energy efficiency and packet reception ratio.
Distributed GPU Computing in GIScience
NASA Astrophysics Data System (ADS)
Jiang, Y.; Yang, C.; Huang, Q.; Li, J.; Sun, M.
2013-12-01
Geoscientists strived to discover potential principles and patterns hidden inside ever-growing Big Data for scientific discoveries. To better achieve this objective, more capable computing resources are required to process, analyze and visualize Big Data (Ferreira et al., 2003; Li et al., 2013). Current CPU-based computing techniques cannot promptly meet the computing challenges caused by increasing amount of datasets from different domains, such as social media, earth observation, environmental sensing (Li et al., 2013). Meanwhile CPU-based computing resources structured as cluster or supercomputer is costly. In the past several years with GPU-based technology matured in both the capability and performance, GPU-based computing has emerged as a new computing paradigm. Compare to traditional computing microprocessor, the modern GPU, as a compelling alternative microprocessor, has outstanding high parallel processing capability with cost-effectiveness and efficiency(Owens et al., 2008), although it is initially designed for graphical rendering in visualization pipe. This presentation reports a distributed GPU computing framework for integrating GPU-based computing within distributed environment. Within this framework, 1) for each single computer, computing resources of both GPU-based and CPU-based can be fully utilized to improve the performance of visualizing and processing Big Data; 2) within a network environment, a variety of computers can be used to build up a virtual super computer to support CPU-based and GPU-based computing in distributed computing environment; 3) GPUs, as a specific graphic targeted device, are used to greatly improve the rendering efficiency in distributed geo-visualization, especially for 3D/4D visualization. Key words: Geovisualization, GIScience, Spatiotemporal Studies Reference : 1. Ferreira de Oliveira, M. C., & Levkowitz, H. (2003). From visual data exploration to visual data mining: A survey. Visualization and Computer Graphics, IEEE
Terminator assembly for a floating structure
DOE Office of Scientific and Technical Information (OSTI.GOV)
Chiu, H.; Hall, J.E.
1987-10-20
A terminator assembly is described for use in mooring a floating surface to the floor of a body of water. The floating structure has has an upper support and a lower support, comprising: a hawsepipe extending downwardly from adjacent the upper support and supported by the lower support, a tension member extending downwardly from adjacent the upper support through the hawsepipe and the lower support. The tension member has a lower end adapted for connection to the floor of the body of water. Locking means connected to an upper portion of the tension member for maintaining the tension member inmore » tension by acting upon an upper portion of the hawsepipe without transferring primary tension load forces to the upper support.« less