WorldWideScience

Sample records for two-dimensional signal processing

  1. Study on two-dimensional induced signal readout of MRPC

    International Nuclear Information System (INIS)

    Wu Yucheng; Yue Qian; Li Yuanjing; Ye Jin; Cheng Jianping; Wang Yi; Li Jin

    2012-01-01

    A kind of two-dimensional readout electrode structure for the induced signal readout of MRPC has been studied in both simulation and experiments. Several MRPC prototypes are produced and a series of test experiments have been done to compare with the result of simulation, in order to verify the simulation model. The experiment results are in good agreement with those of simulation. This method will be used to design the two-dimensional signal readout mode of MRPC in the future work.

  2. Two-dimensional signal processing using a morphological filter for holographic memory

    Science.gov (United States)

    Kondo, Yo; Shigaki, Yusuke; Yamamoto, Manabu

    2012-03-01

    Today, along with the wider use of high-speed information networks and multimedia, it is increasingly necessary to have higher-density and higher-transfer-rate storage devices. Therefore, research and development into holographic memories with three-dimensional storage areas is being carried out to realize next-generation large-capacity memories. However, in holographic memories, interference between bits, which affect the detection characteristics, occurs as a result of aberrations such as the deviation of a wavefront in an optical system. In this study, we pay particular attention to the nonlinear factors that cause bit errors, where filters with a Volterra equalizer and the morphologies are investigated as a means of signal processing.

  3. Biomedical signal and image processing

    CERN Document Server

    Najarian, Kayvan

    2012-01-01

    INTRODUCTION TO DIGITAL SIGNAL AND IMAGE PROCESSINGSignals and Biomedical Signal ProcessingIntroduction and OverviewWhat is a ""Signal""?Analog, Discrete, and Digital SignalsProcessing and Transformation of SignalsSignal Processing for Feature ExtractionSome Characteristics of Digital ImagesSummaryProblemsFourier TransformIntroduction and OverviewOne-Dimensional Continuous Fourier TransformSampling and NYQUIST RateOne-Dimensional Discrete Fourier TransformTwo-Dimensional Discrete Fourier TransformFilter DesignSummaryProblemsImage Filtering, Enhancement, and RestorationIntroduction and Overview

  4. Three-dimensional image signals: processing methods

    Science.gov (United States)

    Schiopu, Paul; Manea, Adrian; Craciun, Anca-Ileana; Craciun, Alexandru

    2010-11-01

    Over the years extensive studies have been carried out to apply coherent optics methods in real-time processing, communications and transmission image. This is especially true when a large amount of information needs to be processed, e.g., in high-resolution imaging. The recent progress in data-processing networks and communication systems has considerably increased the capacity of information exchange. We describe the results of literature investigation research of processing methods for the signals of the three-dimensional images. All commercially available 3D technologies today are based on stereoscopic viewing. 3D technology was once the exclusive domain of skilled computer-graphics developers with high-end machines and software. The images capture from the advanced 3D digital camera can be displayed onto screen of the 3D digital viewer with/ without special glasses. For this is needed considerable processing power and memory to create and render the complex mix of colors, textures, and virtual lighting and perspective necessary to make figures appear three-dimensional. Also, using a standard digital camera and a technique called phase-shift interferometry we can capture "digital holograms." These are holograms that can be stored on computer and transmitted over conventional networks. We present some research methods to process "digital holograms" for the Internet transmission and results.

  5. Automated Processing of Two-Dimensional Correlation Spectra

    Science.gov (United States)

    Sengstschmid; Sterk; Freeman

    1998-04-01

    An automated scheme is described which locates the centers of cross peaks in two-dimensional correlation spectra, even under conditions of severe overlap. Double-quantum-filtered correlation (DQ-COSY) spectra have been investigated, but the method is also applicable to TOCSY and NOESY spectra. The search criterion is the intrinsic symmetry (or antisymmetry) of cross-peak multiplets. An initial global search provides the preliminary information to build up a two-dimensional "chemical shift grid." All genuine cross peaks must be centered at intersections of this grid, a fact that reduces the extent of the subsequent search program enormously. The program recognizes cross peaks by examining the symmetry of signals in a test zone centered at a grid intersection. This "symmetry filter" employs a "lowest value algorithm" to discriminate against overlapping responses from adjacent multiplets. A progressive multiplet subtraction scheme provides further suppression of overlap effects. The processed two-dimensional correlation spectrum represents cross peaks as points at the chemical shift coordinates, with some indication of their relative intensities. Alternatively, the information is presented in the form of a correlation table. The authenticity of a given cross peak is judged by a set of "confidence criteria" expressed as numerical parameters. Experimental results are presented for the 400-MHz double-quantum-filtered COSY spectrum of 4-androsten-3,17-dione, a case where there is severe overlap. Copyright 1998 Academic Press.

  6. Two-dimensional signal analysis

    CERN Document Server

    Garello, René

    2010-01-01

    This title sets out to show that 2-D signal analysis has its own role to play alongside signal processing and image processing.Concentrating its coverage on those 2-D signals coming from physical sensors (such as radars and sonars), the discussion explores a 2-D spectral approach but develops the modeling of 2-D signals and proposes several data-oriented analysis techniques for dealing with them. Coverage is also given to potential future developments in this area.

  7. Two-dimensional simulation of sintering process

    International Nuclear Information System (INIS)

    Vasconcelos, Vanderley de; Pinto, Lucio Carlos Martins; Vasconcelos, Wander L.

    1996-01-01

    The results of two-dimensional simulations are directly applied to systems in which one of the dimensions is much smaller than the others, and to sections of three dimensional models. Moreover, these simulations are the first step of the analysis of more complex three-dimensional systems. In this work, two basic features of the sintering process are studied: the types of particle size distributions related to the powder production processes and the evolution of geometric parameters of the resultant microstructures during the solid-state sintering. Random packing of equal spheres is considered in the sintering simulation. The packing algorithm does not take into account the interactive forces between the particles. The used sintering algorithm causes the densification of the particle set. (author)

  8. Transfer of optical signals around bends in two-dimensional linear photonic networks

    International Nuclear Information System (INIS)

    Nikolopoulos, G M

    2015-01-01

    The ability to navigate light signals in two-dimensional networks of waveguide arrays is a prerequisite for the development of all-optical integrated circuits for information processing and networking. In this article, we present a theoretical analysis of bending losses in linear photonic lattices with engineered couplings, and discuss possible ways for their minimization. In contrast to previous work in the field, the lattices under consideration operate in the linear regime, in the sense that discrete solitons cannot exist. The present results suggest that the functionality of linear waveguide networks can be extended to operations that go beyond the recently demonstrated point-to-point transfer of signals, such as blocking, routing, logic functions, etc. (paper)

  9. Efficient processing of two-dimensional arrays with C or C++

    Science.gov (United States)

    Donato, David I.

    2017-07-20

    Because fast and efficient serial processing of raster-graphic images and other two-dimensional arrays is a requirement in land-change modeling and other applications, the effects of 10 factors on the runtimes for processing two-dimensional arrays with C and C++ are evaluated in a comparative factorial study. This study’s factors include the choice among three C or C++ source-code techniques for array processing; the choice of Microsoft Windows 7 or a Linux operating system; the choice of 4-byte or 8-byte array elements and indexes; and the choice of 32-bit or 64-bit memory addressing. This study demonstrates how programmer choices can reduce runtimes by 75 percent or more, even after compiler optimizations. Ten points of practical advice for faster processing of two-dimensional arrays are offered to C and C++ programmers. Further study and the development of a C and C++ software test suite are recommended.Key words: array processing, C, C++, compiler, computational speed, land-change modeling, raster-graphic image, two-dimensional array, software efficiency

  10. Solution-Based Processing and Applications of Two-Dimensional Heterostructures

    Science.gov (United States)

    Hersam, Mark

    Two-dimensional materials have emerged as promising candidates for next-generation electronics and optoelectronics, but advances in scalable nanomanufacturing are required to exploit this potential in real-world technology. This talk will explore methods for improving the uniformity of solution-processed two-dimensional materials with an eye toward realizing dispersions and inks that can be deposited into large-area thin-films. In particular, density gradient ultracentrifugation allows the solution-based isolation of graphene, boron nitride, montmorillonite, and transition metal dichalcogenides (e.g., MoS2, WS2, ReS2, MoSe2, WSe2) with homogeneous thickness down to the atomically thin limit. Similarly, two-dimensional black phosphorus is isolated in organic solvents or deoxygenated aqueous surfactant solutions with the resulting phosphorene nanosheets showing field-effect transistor mobilities and on/off ratios that are comparable to micromechanically exfoliated flakes. By adding cellulosic polymer stabilizers to these dispersions, the rheological properties can be tuned by orders of magnitude, thereby enabling two-dimensional material inks that are compatible with a range of additive manufacturing methods including inkjet, gravure, screen, and 3D printing. The resulting solution-processed two-dimensional heterostructures show promise in several device applications including photodiodes, anti-ambipolar transistors, gate-tunable memristors, and heterojunction photovoltaics.

  11. Chaotic dynamics in two-dimensional noninvertible maps

    CERN Document Server

    Mira, Christian; Cathala, Jean-Claude; Gardini, Laura

    1996-01-01

    This book is essentially devoted to complex properties (Phase plane structure and bifurcations) of two-dimensional noninvertible maps, i.e. maps having either a non-unique inverse, or no real inverse, according to the plane point. They constitute models of sets of discrete dynamical systems encountered in Engineering (Control, Signal Processing, Electronics), Physics, Economics, Life Sciences. Compared to the studies made in the one-dimensional case, the two-dimensional situation remained a long time in an underdeveloped state. It is only since these last years that the interest for this resea

  12. A quantum search algorithm of two entangled registers to realize quantum discrete Fourier transform of signal processing

    International Nuclear Information System (INIS)

    Pang Chaoyang; Hu Benqiong

    2008-01-01

    The discrete Fourier transform (DFT) is the base of modern signal processing. 1-dimensional fast Fourier transform (ID FFT) and 2D FFT have time complexity O (N log N) and O (N 2 log N) respectively. Since 1965, there has been no more essential breakthrough for the design of fast DFT algorithm. DFT has two properties. One property is that DFT is energy conservation transform. The other property is that many DFT coefficients are close to zero. The basic idea of this paper is that the generalized Grover's iteration can perform the computation of DFT which acts on the entangled states to search the big DFT coefficients until these big coefficients contain nearly all energy. One-dimensional quantum DFT (ID QDFT) and two-dimensional quantum DFT (2D QDFT) are presented in this paper. The quantum algorithm for convolution estimation is also presented in this paper. Compared with FFT, ID and 2D QDFT have time complexity O(√N) and O (N) respectively. QDFT and quantum convolution demonstrate that quantum computation to process classical signal is possible. (general)

  13. Two-Dimensional Impact Reconstruction Method for Rail Defect Inspection

    Directory of Open Access Journals (Sweden)

    Jie Zhao

    2014-01-01

    Full Text Available The safety of train operating is seriously menaced by the rail defects, so it is of great significance to inspect rail defects dynamically while the train is operating. This paper presents a two-dimensional impact reconstruction method to realize the on-line inspection of rail defects. The proposed method utilizes preprocessing technology to convert time domain vertical vibration signals acquired by wireless sensor network to space signals. The modern time-frequency analysis method is improved to reconstruct the obtained multisensor information. Then, the image fusion processing technology based on spectrum threshold processing and node color labeling is proposed to reduce the noise, and blank the periodic impact signal caused by rail joints and locomotive running gear. This method can convert the aperiodic impact signals caused by rail defects to partial periodic impact signals, and locate the rail defects. An application indicates that the two-dimensional impact reconstruction method could display the impact caused by rail defects obviously, and is an effective on-line rail defects inspection method.

  14. Design of a rotational three-dimensional nonimaging device by a compensated two-dimensional design process.

    Science.gov (United States)

    Yang, Yi; Qian, Ke-Yuan; Luo, Yi

    2006-07-20

    A compensation process has been developed to design rotational three-dimensional (3D) nonimaging devices. By compensating the desired light distribution during a two-dimensional (2D) design process for an extended Lambertian source using a compensation coefficient, the meridian plane of a 3D device with good performance can be obtained. This method is suitable in many cases with fast calculation speed. Solutions to two kinds of optical design problems have been proposed, and the limitation of this compensated 2D design method is discussed.

  15. Two-dimensional multifractal cross-correlation analysis

    International Nuclear Information System (INIS)

    Xi, Caiping; Zhang, Shuning; Xiong, Gang; Zhao, Huichang; Yang, Yonghong

    2017-01-01

    Highlights: • We study the mathematical models of 2D-MFXPF, 2D-MFXDFA and 2D-MFXDMA. • Present the definition of the two-dimensional N 2 -partitioned multiplicative cascading process. • Do the comparative analysis of 2D-MC by 2D-MFXPF, 2D-MFXDFA and 2D-MFXDMA. • Provide a reference on the choice and parameter settings of these methods in practice. - Abstract: There are a number of situations in which several signals are simultaneously recorded in complex systems, which exhibit long-term power-law cross-correlations. This paper presents two-dimensional multifractal cross-correlation analysis based on the partition function (2D-MFXPF), two-dimensional multifractal cross-correlation analysis based on the detrended fluctuation analysis (2D-MFXDFA) and two-dimensional multifractal cross-correlation analysis based on the detrended moving average analysis (2D-MFXDMA). We apply these methods to pairs of two-dimensional multiplicative cascades (2D-MC) to do a comparative study. Then, we apply the two-dimensional multifractal cross-correlation analysis based on the detrended fluctuation analysis (2D-MFXDFA) to real images and unveil intriguing multifractality in the cross correlations of the material structures. At last, we give the main conclusions and provide a valuable reference on how to choose the multifractal algorithms in the potential applications in the field of SAR image classification and detection.

  16. Measurement of two-dimensional bubble velocity by Using tri-fiber-optical Probe

    International Nuclear Information System (INIS)

    Yang Ruichang; Zheng Rongchuan; Zhou Fanling; Liu Ruolei

    2009-01-01

    In this study, an advanced measuring system with a tri-single-fiber-optical-probe has been developed to measure two-dimensional vapor/gas bubble velocity. The use of beam splitting devices instead of beam splitting lens simplifies the optical system, so the system becomes more compact and economic, and more easy to adjust. Corresponding to using triple-optical probe for measuring two-dimensional bubble velocity, a data processing method has been developed, including processing of bubble signals, cancelling of unrelated signals, determining of bubble velocity with cross correlation technique and so on. Using the developed two-dimensional bubble velocity measuring method, the rising velocity of air bubbles in gravitational field was measured. The measured bubble velocities were compared with the empirical correlation available. Deviation was in the range of ±30%. The bubble diameter obtained by data processing is in good accordance with that observed with a synchro-scope and a camera. This shows that the method developed here is reliable.

  17. Anomalous phase behavior and apparent anharmonicity of the pump-probe signal in a two-dimensional harmonic potential system

    International Nuclear Information System (INIS)

    Taneichi, T.; Kobayashi, T.

    2007-01-01

    Discussion on wavelength dependent 'anharmonic' effects in a pump-probe signal for a system of wavepacket on one- and two-dimensional harmonic potentials was given. The Fourier power spectrum of the signal, calculated for a model composed of a three-state electronic system coupled to a set of displaced harmonic oscillators, depends on the pulse duration. Condition under which the wavepacket motion in the harmonic potential substantially deviates from that of the classical point mass is derived. The Fourier power spectrum has enhanced components with frequencies of harmonics even in a system composed of ideally harmonic potentials. Utility of the Fourier analysis of the spectrum for clarification of the squeezed molecular vibrational state is discussed. Calculated oscillatory behavior in phase of a pump-probe signal, as a function of probe frequency, was discussed in terms of a two-dimensional effect on a pump-probe signal

  18. Music Signal Processing Using Vector Product Neural Networks

    Science.gov (United States)

    Fan, Z. C.; Chan, T. S.; Yang, Y. H.; Jang, J. S. R.

    2017-05-01

    We propose a novel neural network model for music signal processing using vector product neurons and dimensionality transformations. Here, the inputs are first mapped from real values into three-dimensional vectors then fed into a three-dimensional vector product neural network where the inputs, outputs, and weights are all three-dimensional values. Next, the final outputs are mapped back to the reals. Two methods for dimensionality transformation are proposed, one via context windows and the other via spectral coloring. Experimental results on the iKala dataset for blind singing voice separation confirm the efficacy of our model.

  19. Treatment of dynamical processes in two-dimensional models of the troposphere and stratosphere

    International Nuclear Information System (INIS)

    Wuebbles, D.J.

    1980-07-01

    The physical structure of the troposphere and stratosphere is the result of an intricate interplay among a large number of radiative, chemical, and dynamical processes. Because it is not possible to model the global environment in the laboratory, theoretical models must be relied on, subject to observational verification, to simulate atmospheric processes. Of particular concern in recent years has been the modeling of those processes affecting the structure of ozone and other trace species in the stratosphere and troposphere. Zonally averaged two-dimensional models with spatial resolution in the vertical and meridional directions can provide a much more realistic representation of tracer transport than one-dimensional models, yet are capable of the detailed representation of chemical and radiative processes contained in the one-dimensional models. The purpose of this study is to describe and analyze existing approaches to representing global atmospheric transport processes in two-dimensional models and to discuss possible alternatives to these approaches. A general description of the processes controlling the transport of trace constituents in the troposphere and stratosphere is given

  20. Investigational study of optical function materials for two-dimensional data processing; Nijigen joho shoriyo hikari kino zairyo ni kansuru chosa kenkyu

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1998-03-01

    The paper investigated/studied `space light modulation materials,` `dynamic hologram/memory materials,` `optical waveguide path materials,` etc. which become key materials in the high speed two dimensional processing. As to electrooptical materials proposed in this investigational study, the external electric field and the electric charges generated make quality of molecules themselves directly change to memory strong/weak signals of light. Therefore, the response velocity becomes less than a millionth of that of the liquid crystal display, and high speed which is needed for realtime moving image processing is anticipated. Hologram includes the phase information in addition to information on light strength. Therefore, it is a large capacity record medium and at the same time a record medium which can read/write two dimensional information as it is. With optical fiber, images cannot be transmitted as they are. Light waveguide path materials are those that accumulate roles of mirror and lens in a sheet of the material and construct a system which is strong in vibration, as optical parts connecting among materials for two dimensional data processing. 273 refs., 107 figs., 17 tabs.

  1. Two-Dimensional Signal Processing and Storage and Theory and Applications of Electromagnetic Measurements. Supplement.

    Science.gov (United States)

    1984-06-01

    notation. Attention is directed toward the Performance Of signal processing I~~’ I 2. ~v ~- operations using these transformed signials, in the renal ...4".- , . . 94 Exclusive Or operation can have. Reasonably then, four probability density funcions will be

  2. Signal processing of eddy current three-dimensional maps

    International Nuclear Information System (INIS)

    Birac, C.; David, D.; Lamant, D.

    1987-01-01

    Digital processing of eddy current three-dimensional maps improves accuracy of detection: flattening, filtering, computing deconvolution, mapping new variables,.., give new possibilities for difficult test problems. With simulation of defects, probes, probe travels, it is now possible to compute new eddy current processes, without machining defects or building probes

  3. Parallel processing of two-dimensional Sn transport calculations

    International Nuclear Information System (INIS)

    Uematsu, M.

    1997-01-01

    A parallel processing method for the two-dimensional S n transport code DOT3.5 has been developed to achieve a drastic reduction in computation time. In the proposed method, parallelization is achieved with angular domain decomposition and/or space domain decomposition. The calculational speed of parallel processing by angular domain decomposition is largely influenced by frequent communications between processing elements. To assess parallelization efficiency, sample problems with up to 32 x 32 spatial meshes were solved with a Sun workstation using the PVM message-passing library. As a result, parallel calculation using 16 processing elements, for example, was found to be nine times as fast as that with one processing element. As for parallel processing by geometry segmentation, the influence of processing element communications on computation time is small; however, discontinuity at the segment boundary degrades convergence speed. To accelerate the convergence, an alternate sweep of angular flux in conjunction with space domain decomposition and a two-step rescaling method consisting of segmentwise rescaling and ordinary pointwise rescaling have been developed. By applying the developed method, the number of iterations needed to obtain a converged flux solution was reduced by a factor of 2. As a result, parallel calculation using 16 processing elements was found to be 5.98 times as fast as the original DOT3.5 calculation

  4. Signal Conditioning An Introduction to Continuous Wave Communication and Signal Processing

    CERN Document Server

    Das, Apurba

    2012-01-01

    "Signal Conditioning” is a comprehensive introduction to electronic signal processing. The book presents the mathematical basics including the implications of various transformed domain representations in signal synthesis and analysis in an understandable and lucid fashion and illustrates the theory through many applications and examples from communication systems. The ease to learn is supported by well-chosen exercises which give readers the flavor of the subject. Supplementary electronic materials available on http://extras.springer.com including MATLAB codes illuminating applications in the domain of one dimensional electrical signal processing, image processing and speech processing. The book is an introduction for students with a basic understanding in engineering or natural sciences.

  5. Optimal Padding for the Two-Dimensional Fast Fourier Transform

    Science.gov (United States)

    Dean, Bruce H.; Aronstein, David L.; Smith, Jeffrey S.

    2011-01-01

    One-dimensional Fast Fourier Transform (FFT) operations work fastest on grids whose size is divisible by a power of two. Because of this, padding grids (that are not already sized to a power of two) so that their size is the next highest power of two can speed up operations. While this works well for one-dimensional grids, it does not work well for two-dimensional grids. For a two-dimensional grid, there are certain pad sizes that work better than others. Therefore, the need exists to generalize a strategy for determining optimal pad sizes. There are three steps in the FFT algorithm. The first is to perform a one-dimensional transform on each row in the grid. The second step is to transpose the resulting matrix. The third step is to perform a one-dimensional transform on each row in the resulting grid. Steps one and three both benefit from padding the row to the next highest power of two, but the second step needs a novel approach. An algorithm was developed that struck a balance between optimizing the grid pad size with prime factors that are small (which are optimal for one-dimensional operations), and with prime factors that are large (which are optimal for two-dimensional operations). This algorithm optimizes based on average run times, and is not fine-tuned for any specific application. It increases the amount of times that processor-requested data is found in the set-associative processor cache. Cache retrievals are 4-10 times faster than conventional memory retrievals. The tested implementation of the algorithm resulted in faster execution times on all platforms tested, but with varying sized grids. This is because various computer architectures process commands differently. The test grid was 512 512. Using a 540 540 grid on a Pentium V processor, the code ran 30 percent faster. On a PowerPC, a 256x256 grid worked best. A Core2Duo computer preferred either a 1040x1040 (15 percent faster) or a 1008x1008 (30 percent faster) grid. There are many industries that

  6. Advances in heuristic signal processing and applications

    CERN Document Server

    Chatterjee, Amitava; Siarry, Patrick

    2013-01-01

    There have been significant developments in the design and application of algorithms for both one-dimensional signal processing and multidimensional signal processing, namely image and video processing, with the recent focus changing from a step-by-step procedure of designing the algorithm first and following up with in-depth analysis and performance improvement to instead applying heuristic-based methods to solve signal-processing problems. In this book the contributing authors demonstrate both general-purpose algorithms and those aimed at solving specialized application problems, with a spec

  7. Filtering and spectral processing of 1-D signals using cellular neural networks

    NARCIS (Netherlands)

    Moreira-Tamayo, O.; Pineda de Gyvez, J.

    1996-01-01

    This paper presents cellular neural networks (CNN) for one-dimensional discrete signal processing. Although CNN has been extensively used in image processing applications, little has been done for 1-dimensional signal processing. We propose a novel CNN architecture to carry out these tasks. This

  8. Noninteracting beams of ballistic two-dimensional electrons

    International Nuclear Information System (INIS)

    Spector, J.; Stormer, H.L.; Baldwin, K.W.; Pfeiffer, L.N.; West, K.W.

    1991-01-01

    We demonstrate that two beams of two-dimensional ballistic electrons in a GaAs-AlGaAs heterostructure can penetrate each other with negligible mutual interaction analogous to the penetration of two optical beams. This allows electrical signal channels to intersect in the same plane with negligible crosstalk between the channels

  9. The two-dimensional cutting stock problem within the roller blind production process

    NARCIS (Netherlands)

    E.R. de Gelder; A.P.M. Wagelmans (Albert)

    2007-01-01

    textabstractIn this paper we consider a two-dimensional cutting stock problem encountered at a large manufacturer of window covering products. The problem occurs in the production process of made-to-measure roller blinds. We develop a solution method that takes into account the characteristics of

  10. Processing two-dimensional X-ray diffraction and small-angle scattering data in DAWN 2.

    Science.gov (United States)

    Filik, J; Ashton, A W; Chang, P C Y; Chater, P A; Day, S J; Drakopoulos, M; Gerring, M W; Hart, M L; Magdysyuk, O V; Michalik, S; Smith, A; Tang, C C; Terrill, N J; Wharmby, M T; Wilhelm, H

    2017-06-01

    A software package for the calibration and processing of powder X-ray diffraction and small-angle X-ray scattering data is presented. It provides a multitude of data processing and visualization tools as well as a command-line scripting interface for on-the-fly processing and the incorporation of complex data treatment tasks. Customizable processing chains permit the execution of many data processing steps to convert a single image or a batch of raw two-dimensional data into meaningful data and one-dimensional diffractograms. The processed data files contain the full data provenance of each process applied to the data. The calibration routines can run automatically even for high energies and also for large detector tilt angles. Some of the functionalities are highlighted by specific use cases.

  11. Analysis of two dimensional signals via curvelet transform

    Science.gov (United States)

    Lech, W.; Wójcik, W.; Kotyra, A.; Popiel, P.; Duk, M.

    2007-04-01

    This paper describes an application of curvelet transform analysis problem of interferometric images. Comparing to two-dimensional wavelet transform, curvelet transform has higher time-frequency resolution. This article includes numerical experiments, which were executed on random interferometric image. In the result of nonlinear approximations, curvelet transform obtains matrix with smaller number of coefficients than is guaranteed by wavelet transform. Additionally, denoising simulations show that curvelet could be a very good tool to remove noise from images.

  12. Efficient two-dimensional compressive sensing in MIMO radar

    Science.gov (United States)

    Shahbazi, Nafiseh; Abbasfar, Aliazam; Jabbarian-Jahromi, Mohammad

    2017-12-01

    Compressive sensing (CS) has been a way to lower sampling rate leading to data reduction for processing in multiple-input multiple-output (MIMO) radar systems. In this paper, we further reduce the computational complexity of a pulse-Doppler collocated MIMO radar by introducing a two-dimensional (2D) compressive sensing. To do so, we first introduce a new 2D formulation for the compressed received signals and then we propose a new measurement matrix design for our 2D compressive sensing model that is based on minimizing the coherence of sensing matrix using gradient descent algorithm. The simulation results show that our proposed 2D measurement matrix design using gradient decent algorithm (2D-MMDGD) has much lower computational complexity compared to one-dimensional (1D) methods while having better performance in comparison with conventional methods such as Gaussian random measurement matrix.

  13. Mapping the Information Trace in Local Field Potentials by a Computational Method of Two-Dimensional Time-Shifting Synchronization Likelihood Based on Graphic Processing Unit Acceleration.

    Science.gov (United States)

    Zhao, Zi-Fang; Li, Xue-Zhu; Wan, You

    2017-12-01

    The local field potential (LFP) is a signal reflecting the electrical activity of neurons surrounding the electrode tip. Synchronization between LFP signals provides important details about how neural networks are organized. Synchronization between two distant brain regions is hard to detect using linear synchronization algorithms like correlation and coherence. Synchronization likelihood (SL) is a non-linear synchronization-detecting algorithm widely used in studies of neural signals from two distant brain areas. One drawback of non-linear algorithms is the heavy computational burden. In the present study, we proposed a graphic processing unit (GPU)-accelerated implementation of an SL algorithm with optional 2-dimensional time-shifting. We tested the algorithm with both artificial data and raw LFP data. The results showed that this method revealed detailed information from original data with the synchronization values of two temporal axes, delay time and onset time, and thus can be used to reconstruct the temporal structure of a neural network. Our results suggest that this GPU-accelerated method can be extended to other algorithms for processing time-series signals (like EEG and fMRI) using similar recording techniques.

  14. Two-dimensional fourier transform spectrometer

    Science.gov (United States)

    DeFlores, Lauren; Tokmakoff, Andrei

    2013-09-03

    The present invention relates to a system and methods for acquiring two-dimensional Fourier transform (2D FT) spectra. Overlap of a collinear pulse pair and probe induce a molecular response which is collected by spectral dispersion of the signal modulated probe beam. Simultaneous collection of the molecular response, pulse timing and characteristics permit real time phasing and rapid acquisition of spectra. Full spectra are acquired as a function of pulse pair timings and numerically transformed to achieve the full frequency-frequency spectrum. This method demonstrates the ability to acquire information on molecular dynamics, couplings and structure in a simple apparatus. Multi-dimensional methods can be used for diagnostic and analytical measurements in the biological, biomedical, and chemical fields.

  15. Automatic two- and three-dimensional mesh generation based on fuzzy knowledge processing

    Science.gov (United States)

    Yagawa, G.; Yoshimura, S.; Soneda, N.; Nakao, K.

    1992-09-01

    This paper describes the development of a novel automatic FEM mesh generation algorithm based on the fuzzy knowledge processing technique. A number of local nodal patterns are stored in a nodal pattern database of the mesh generation system. These nodal patterns are determined a priori based on certain theories or past experience of experts of FEM analyses. For example, such human experts can determine certain nodal patterns suitable for stress concentration analyses of cracks, corners, holes and so on. Each nodal pattern possesses a membership function and a procedure of node placement according to this function. In the cases of the nodal patterns for stress concentration regions, the membership function which is utilized in the fuzzy knowledge processing has two meanings, i.e. the “closeness” of nodal location to each stress concentration field as well as “nodal density”. This is attributed to the fact that a denser nodal pattern is required near a stress concentration field. What a user has to do in a practical mesh generation process are to choose several local nodal patterns properly and to designate the maximum nodal density of each pattern. After those simple operations by the user, the system places the chosen nodal patterns automatically in an analysis domain and on its boundary, and connects them smoothly by the fuzzy knowledge processing technique. Then triangular or tetrahedral elements are generated by means of the advancing front method. The key issue of the present algorithm is an easy control of complex two- or three-dimensional nodal density distribution by means of the fuzzy knowledge processing technique. To demonstrate fundamental performances of the present algorithm, a prototype system was constructed with one of object-oriented languages, Smalltalk-80 on a 32-bit microcomputer, Macintosh II. The mesh generation of several two- and three-dimensional domains with cracks, holes and junctions was presented as examples.

  16. Performance improvement of two-dimensional EUV spectroscopy based on high frame rate CCD and signal normalization method

    International Nuclear Information System (INIS)

    Zhang, H.M.; Morita, S.; Ohishi, T.; Goto, M.; Huang, X.L.

    2014-01-01

    In the Large Helical Device (LHD), the performance of two-dimensional (2-D) extreme ultraviolet (EUV) spectroscopy with wavelength range of 30-650A has been improved by installing a high frame rate CCD and applying a signal intensity normalization method. With upgraded 2-D space-resolved EUV spectrometer, measurement of 2-D impurity emission profiles with high horizontal resolution is possible in high-density NBI discharges. The variation in intensities of EUV emission among a few discharges is significantly reduced by normalizing the signal to the spectral intensity from EUV_—Long spectrometer which works as an impurity monitor with high-time resolution. As a result, high resolution 2-D intensity distribution has been obtained from CIV (384.176A), CV(2x40.27A), CVI(2x33.73A) and HeII(303.78A). (author)

  17. Two-dimensional wavelet transform feature extraction for porous silicon chemical sensors.

    Science.gov (United States)

    Murguía, José S; Vergara, Alexander; Vargas-Olmos, Cecilia; Wong, Travis J; Fonollosa, Jordi; Huerta, Ramón

    2013-06-27

    Designing reliable, fast responding, highly sensitive, and low-power consuming chemo-sensory systems has long been a major goal in chemo-sensing. This goal, however, presents a difficult challenge because having a set of chemo-sensory detectors exhibiting all these aforementioned ideal conditions are still largely un-realizable to-date. This paper presents a unique perspective on capturing more in-depth insights into the physicochemical interactions of two distinct, selectively chemically modified porous silicon (pSi) film-based optical gas sensors by implementing an innovative, based on signal processing methodology, namely the two-dimensional discrete wavelet transform. Specifically, the method consists of using the two-dimensional discrete wavelet transform as a feature extraction method to capture the non-stationary behavior from the bi-dimensional pSi rugate sensor response. Utilizing a comprehensive set of measurements collected from each of the aforementioned optically based chemical sensors, we evaluate the significance of our approach on a complex, six-dimensional chemical analyte discrimination/quantification task problem. Due to the bi-dimensional aspects naturally governing the optical sensor response to chemical analytes, our findings provide evidence that the proposed feature extractor strategy may be a valuable tool to deepen our understanding of the performance of optically based chemical sensors as well as an important step toward attaining their implementation in more realistic chemo-sensing applications. Copyright © 2013 Elsevier B.V. All rights reserved.

  18. Analysis of Maneuvering Targets with Complex Motions by Two-Dimensional Product Modified Lv's Distribution for Quadratic Frequency Modulation Signals.

    Science.gov (United States)

    Jing, Fulong; Jiao, Shuhong; Hou, Changbo; Si, Weijian; Wang, Yu

    2017-06-21

    For targets with complex motion, such as ships fluctuating with oceanic waves and high maneuvering airplanes, azimuth echo signals can be modeled as multicomponent quadratic frequency modulation (QFM) signals after migration compensation and phase adjustment. For the QFM signal model, the chirp rate (CR) and the quadratic chirp rate (QCR) are two important physical quantities, which need to be estimated. For multicomponent QFM signals, the cross terms create a challenge for detection, which needs to be addressed. In this paper, by employing a novel multi-scale parametric symmetric self-correlation function (PSSF) and modified scaled Fourier transform (mSFT), an effective parameter estimation algorithm is proposed-referred to as the Two-Dimensional product modified Lv's distribution (2D-PMLVD)-for QFM signals. The 2D-PMLVD is simple and can be easily implemented by using fast Fourier transform (FFT) and complex multiplication. These measures are analyzed in the paper, including the principle, the cross term, anti-noise performance, and computational complexity. Compared to the other three representative methods, the 2D-PMLVD can achieve better anti-noise performance. The 2D-PMLVD, which is free of searching and has no identifiability problems, is more suitable for multicomponent situations. Through several simulations and analyses, the effectiveness of the proposed estimation algorithm is verified.

  19. Two-dimensional analysis of axial segregation in batchwise and continuous Czochralski process

    Science.gov (United States)

    Hoe Wang, Jong; Hyun Kim, Do; Yoo, Hak-Do

    1999-03-01

    Transient two-dimensional convection-diffusion model has been developed to simulate the segregation phenomena in batchwise and continuous Czochralski process. Numerical simulations have been performed using the finite element method and implicit Euler time integration. The mesh deformation due to the change of the melt depth in batchwise Czochralski process was considered. Experimental values of the growth and system parameters for Czochralski growth of boron-doped, 4-in silicon single crystal were used in the numerical calculations. The experimental axial segregation in batchwise Czochralski process can be described successfully using convection-diffusion model. It has been demonstrated with this model that silicon single crystal with uniform axial dopant concentration can be grown and radial segregation can be suppressed in the continuous Czochralski process.

  20. An electronic image processing device featuring continuously selectable two-dimensional bipolar filter functions and real-time operation

    International Nuclear Information System (INIS)

    Charleston, B.D.; Beckman, F.H.; Franco, M.J.; Charleston, D.B.

    1981-01-01

    A versatile electronic-analogue image processing system has been developed for use in improving the quality of various types of images with emphasis on those encountered in experimental and diagnostic medicine. The operational principle utilizes spatial filtering which selectively controls the contrast of an image according to the spatial frequency content of relevant and non-relevant features of the image. Noise can be reduced or eliminated by selectively lowering the contrast of information in the high spatial frequency range. Edge sharpness can be enhanced by accentuating the upper midrange spatial frequencies. Both methods of spatial frequency control may be adjusted continuously in the same image to obtain maximum visibility of the features of interest. A precision video camera is used to view medical diagnostic images, either prints, transparencies or CRT displays. The output of the camera provides the analogue input signal for both the electronic processing system and the video display of the unprocessed image. The video signal input to the electronic processing system is processed by a two-dimensional spatial convolution operation. The system employs charged-coupled devices (CCDs), both tapped analogue delay lines (TADs) and serial analogue delay lines (SADs), to store information in the form of analogue potentials which are constantly being updated as new sampled analogue data arrive at the input. This information is convolved with a programmed bipolar radially symmetrical hexagonal function which may be controlled and varied at each radius by the operator in real-time by adjusting a set of front panel controls or by a programmed microprocessor control. Two TV monitors are used, one for processed image display and the other for constant reference to the original image. The working prototype has a full-screen display matrix size of 200 picture elements per horizontal line by 240 lines. The matrix can be expanded vertically and horizontally for the

  1. Digital chaos-masked optical encryption scheme enhanced by two-dimensional key space

    Science.gov (United States)

    Liu, Ling; Xiao, Shilin; Zhang, Lu; Bi, Meihua; Zhang, Yunhao; Fang, Jiafei; Hu, Weisheng

    2017-09-01

    A digital chaos-masked optical encryption scheme is proposed and demonstrated. The transmitted signal is completely masked by interference chaotic noise in both bandwidth and amplitude with analog method via dual-drive Mach-Zehnder modulator (DDMZM), making the encrypted signal analog, noise-like and unrecoverable by post-processing techniques. The decryption process requires precise matches of both the amplitude and phase between the cancellation and interference chaotic noises, which provide a large two-dimensional key space with the help of optical interference cancellation technology. For 10-Gb/s 16-quadrature amplitude modulation (QAM) orthogonal frequency division multiplexing (OFDM) signal over the maximum transmission distance of 80 km without dispersion compensation or inline amplifier, the tolerable mismatch ranges of amplitude and phase/delay at the forward error correction (FEC) threshold of 3.8×10-3 are 0.44 dB and 0.08 ns respectively.

  2. FPGA Implementation of one-dimensional and two-dimensional cellular automata

    International Nuclear Information System (INIS)

    D'Antone, I.

    1999-01-01

    This report describes the hardware implementation of one-dimensional and two-dimensional cellular automata (CAs). After a general introduction to the cellular automata, we consider a one-dimensional CA used to implement pseudo-random techniques in built-in self test for VLSI. Due to the increase in digital ASIC complexity, testing is becoming one of the major costs in the VLSI production. The high electronics complexity, used in particle physics experiments, demands higher reliability than in the past time. General criterions are given to evaluate the feasibility of the circuit used for testing and some quantitative parameters are underlined to optimize the architecture of the cellular automaton. Furthermore, we propose a two-dimensional CA that performs a peak finding algorithm in a matrix of cells mapping a sub-region of a calorimeter. As in a two-dimensional filtering process, the peaks of the energy clusters are found in one evolution step. This CA belongs to Wolfram class II cellular automata. Some quantitative parameters are given to optimize the architecture of the cellular automaton implemented in a commercial field programmable gate array (FPGA)

  3. Are there two processes in reasoning? The dimensionality of inductive and deductive inferences.

    Science.gov (United States)

    Stephens, Rachel G; Dunn, John C; Hayes, Brett K

    2018-03-01

    Single-process accounts of reasoning propose that the same cognitive mechanisms underlie inductive and deductive inferences. In contrast, dual-process accounts propose that these inferences depend upon 2 qualitatively different mechanisms. To distinguish between these accounts, we derived a set of single-process and dual-process models based on an overarching signal detection framework. We then used signed difference analysis to test each model against data from an argument evaluation task, in which induction and deduction judgments are elicited for sets of valid and invalid arguments. Three data sets were analyzed: data from Singmann and Klauer (2011), a database of argument evaluation studies, and the results of an experiment designed to test model predictions. Of the large set of testable models, we found that almost all could be rejected, including all 2-dimensional models. The only testable model able to account for all 3 data sets was a model with 1 dimension of argument strength and independent decision criteria for induction and deduction judgments. We conclude that despite the popularity of dual-process accounts, current results from the argument evaluation task are best explained by a single-process account that incorporates separate decision thresholds for inductive and deductive inferences. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  4. Comparison of two algorithmic data processing strategies for metabolic fingerprinting by comprehensive two-dimensional gas chromatography-time-of-flight mass spectrometry.

    Science.gov (United States)

    Almstetter, Martin F; Appel, Inka J; Dettmer, Katja; Gruber, Michael A; Oefner, Peter J

    2011-09-28

    The alignment algorithm Statistical Compare (SC) developed by LECO Corporation for the processing of comprehensive two-dimensional gas chromatography-time-of-flight mass spectrometry (GC×GC-TOFMS) data was validated and compared to the in-house developed retention time correction and data alignment tool INCA (Integrative Normalization and Comparative Analysis) by a spike-in experiment and the comparative metabolic fingerprinting of a wild type versus a double mutant strain of Escherichia coli (E. coli). Starting with the same peak lists generated by LECO's ChromaTOF software, the accuracy of peak alignment and detection of 1.1- to 4-fold changes in metabolite concentration was assessed by spiking 20 standard compounds into an aqueous methanol extract of E. coli. To provide the same quality input signals for both alignment routines, the universal m/z 73 trace of the trimethylsilyl (TMS) group was used as a quantitative measure for all features. The performance of data processing and alignment was evaluated and illustrated by ROC curves. Statistical Compare performed marginally better at the lower fold changes, while INCA did so at the higher fold changes. Using SC, quantitative precision could be improved substantially by exploiting the signal intensities of metabolite-specific unique (U) m/z ion traces rather than the universal m/z 73 trace. A list of 56 features that distinguished the two E. coli strains was obtained by the SC alignment using m/z U with an estimated false discovery rate (FDR) of <0.05. Ultimately, 23 metabolites could be identified, one additional and five less than with INCA due to the failure of SC to extract unitized m/z U's across all fingerprints with suitable spectral intensities for the latter metabolites. Copyright © 2011 Elsevier B.V. All rights reserved.

  5. Solution-Processed Dielectrics Based on Thickness-Sorted Two-Dimensional Hexagonal Boron Nitride Nanosheets

    Energy Technology Data Exchange (ETDEWEB)

    Zhu, Jian; Kang, Joohoon; Kang, Junmo; Jariwala, Deep; Wood, Joshua D.; Seo, Jung-Woo T.; Chen, Kan-Sheng; Marks, Tobin J.; Hersam, Mark C.

    2015-10-14

    Gate dielectrics directly affect the mobility, hysteresis, power consumption, and other critical device metrics in high-performance nanoelectronics. With atomically flat and dangling bond-free surfaces, hexagonal boron nitride (h-BN) has emerged as an ideal dielectric for graphene and related two-dimensional semiconductors. While high-quality, atomically thin h-BN has been realized via micromechanical cleavage and chemical vapor deposition, existing liquid exfoliation methods lack sufficient control over h-BN thickness and large-area film quality, thus limiting its use in solution-processed electronics. Here, we employ isopycnic density gradient ultracentrifugation for the preparation of monodisperse, thickness-sorted h-BN inks, which are subsequently layer-by-layer assembled into ultrathin dielectrics with low leakage currents of 3 × 10–9 A/cm2 at 2 MV/cm and high capacitances of 245 nF/cm2. The resulting solution-processed h-BN dielectric films enable the fabrication of graphene field-effect transistors with negligible hysteresis and high mobilities up to 7100 cm2 V–1 s–1 at room temperature. These h-BN inks can also be used as coatings on conventional dielectrics to minimize the effects of underlying traps, resulting in improvements in overall device performance. Overall, this approach for producing and assembling h-BN dielectric inks holds significant promise for translating the superlative performance of two-dimensional heterostructure devices to large-area, solution-processed nanoelectronics.

  6. Quadratic Frequency Modulation Signals Parameter Estimation Based on Two-Dimensional Product Modified Parameterized Chirp Rate-Quadratic Chirp Rate Distribution.

    Science.gov (United States)

    Qu, Zhiyu; Qu, Fuxin; Hou, Changbo; Jing, Fulong

    2018-05-19

    In an inverse synthetic aperture radar (ISAR) imaging system for targets with complex motion, the azimuth echo signals of the target are always modeled as multicomponent quadratic frequency modulation (QFM) signals. The chirp rate (CR) and quadratic chirp rate (QCR) estimation of QFM signals is very important to solve the ISAR image defocus problem. For multicomponent QFM (multi-QFM) signals, the conventional QR and QCR estimation algorithms suffer from the cross-term and poor anti-noise ability. This paper proposes a novel estimation algorithm called a two-dimensional product modified parameterized chirp rate-quadratic chirp rate distribution (2D-PMPCRD) for QFM signals parameter estimation. The 2D-PMPCRD employs a multi-scale parametric symmetric self-correlation function and modified nonuniform fast Fourier transform-Fast Fourier transform to transform the signals into the chirp rate-quadratic chirp rate (CR-QCR) domains. It can greatly suppress the cross-terms while strengthening the auto-terms by multiplying different CR-QCR domains with different scale factors. Compared with high order ambiguity function-integrated cubic phase function and modified Lv's distribution, the simulation results verify that the 2D-PMPCRD acquires higher anti-noise performance and obtains better cross-terms suppression performance for multi-QFM signals with reasonable computation cost.

  7. Machine intelligence and signal processing

    CERN Document Server

    Vatsa, Mayank; Majumdar, Angshul; Kumar, Ajay

    2016-01-01

    This book comprises chapters on key problems in machine learning and signal processing arenas. The contents of the book are a result of a 2014 Workshop on Machine Intelligence and Signal Processing held at the Indraprastha Institute of Information Technology. Traditionally, signal processing and machine learning were considered to be separate areas of research. However in recent times the two communities are getting closer. In a very abstract fashion, signal processing is the study of operator design. The contributions of signal processing had been to device operators for restoration, compression, etc. Applied Mathematicians were more interested in operator analysis. Nowadays signal processing research is gravitating towards operator learning – instead of designing operators based on heuristics (for example wavelets), the trend is to learn these operators (for example dictionary learning). And thus, the gap between signal processing and machine learning is fast converging. The 2014 Workshop on Machine Intel...

  8. Two-dimensional errors

    International Nuclear Information System (INIS)

    Anon.

    1991-01-01

    This chapter addresses the extension of previous work in one-dimensional (linear) error theory to two-dimensional error analysis. The topics of the chapter include the definition of two-dimensional error, the probability ellipse, the probability circle, elliptical (circular) error evaluation, the application to position accuracy, and the use of control systems (points) in measurements

  9. Vector (two-dimensional) magnetic phenomena

    International Nuclear Information System (INIS)

    Enokizono, Masato

    2002-01-01

    In this paper, some interesting phenomena were described from the viewpoint of two-dimensional magnetic property, which is reworded with the vector magnetic property. It shows imperfection of conventional magnetic property and some interested phenomena were discovered, too. We found magnetic materials had the strong nonlinearity both magnitude and spatial phase due to the relationship between the magnetic field strength H-vector and the magnetic flux density B-vector. Therefore, magnetic properties should be defined as the vector relationship. Furthermore, the new Barukhausen signal was observed under rotating flux. (Author)

  10. Ultrahigh bandwidth signal processing

    DEFF Research Database (Denmark)

    Oxenløwe, Leif Katsuo

    2016-01-01

    Optical time lenses have proven to be very versatile for advanced optical signal processing. Based on a controlled interplay between dispersion and phase-modulation by e.g. four-wave mixing, the processing is phase-preserving, an hence useful for all types of data signals including coherent multi......-level modulation founats. This has enabled processing of phase-modulated spectrally efficient data signals, such as orthogonal frequency division multiplexed (OFDM) signa In that case, a spectral telescope system was used, using two time lenses with different focal lengths (chirp rates), yielding a spectral...... regeneratio These operations require a broad bandwidth nonlinear platform, and novel photonic integrated nonlinear platform like aluminum gallium arsenide nano-waveguides used for 1.28 Tbaud optical signal processing will be described....

  11. VLSI signal processing technology

    CERN Document Server

    Swartzlander, Earl

    1994-01-01

    This book is the first in a set of forthcoming books focussed on state-of-the-art development in the VLSI Signal Processing area. It is a response to the tremendous research activities taking place in that field. These activities have been driven by two factors: the dramatic increase in demand for high speed signal processing, especially in consumer elec­ tronics, and the evolving microelectronic technologies. The available technology has always been one of the main factors in determining al­ gorithms, architectures, and design strategies to be followed. With every new technology, signal processing systems go through many changes in concepts, design methods, and implementation. The goal of this book is to introduce the reader to the main features of VLSI Signal Processing and the ongoing developments in this area. The focus of this book is on: • Current developments in Digital Signal Processing (DSP) pro­ cessors and architectures - several examples and case studies of existing DSP chips are discussed in...

  12. Modeling High-Dimensional Multichannel Brain Signals

    KAUST Repository

    Hu, Lechuan; Fortin, Norbert J.; Ombao, Hernando

    2017-01-01

    aspects: first, there are major statistical and computational challenges for modeling and analyzing high-dimensional multichannel brain signals; second, there is no set of universally agreed measures for characterizing connectivity. To model multichannel

  13. ONE-DIMENSIONAL AND TWO-DIMENSIONAL LEADERSHIP STYLES

    Directory of Open Access Journals (Sweden)

    Nikola Stefanović

    2007-06-01

    Full Text Available In order to motivate their group members to perform certain tasks, leaders use different leadership styles. These styles are based on leaders' backgrounds, knowledge, values, experiences, and expectations. The one-dimensional styles, used by many world leaders, are autocratic and democratic styles. These styles lie on the two opposite sides of the leadership spectrum. In order to precisely define the leadership styles on the spectrum between the autocratic leadership style and the democratic leadership style, leadership theory researchers use two dimensional matrices. The two-dimensional matrices define leadership styles on the basis of different parameters. By using these parameters, one can identify two-dimensional styles.

  14. A FPGA-based signal processing unit for a GEM array detector

    International Nuclear Information System (INIS)

    Yen, W.W.; Chou, H.P.

    2013-06-01

    in the present study, a signal processing unit for a GEM one-dimensional array detector is presented to measure the trajectory of photoelectrons produced by cosmic X-rays. The present GEM array detector system has 16 signal channels. The front-end unit provides timing signals from trigger units and energy signals from charge sensitive amplifies. The prototype of the processing unit is implemented using commercial field programmable gate array circuit boards. The FPGA based system is linked to a personal computer for testing and data analysis. Tests using simulated signals indicated that the FPGA-based signal processing unit has a good linearity and is flexible for parameter adjustment for various experimental conditions (authors)

  15. Functional inks and printing of two-dimensional materials.

    Science.gov (United States)

    Hu, Guohua; Kang, Joohoon; Ng, Leonard W T; Zhu, Xiaoxi; Howe, Richard C T; Jones, Christopher G; Hersam, Mark C; Hasan, Tawfique

    2018-05-08

    Graphene and related two-dimensional materials provide an ideal platform for next generation disruptive technologies and applications. Exploiting these solution-processed two-dimensional materials in printing can accelerate this development by allowing additive patterning on both rigid and conformable substrates for flexible device design and large-scale, high-speed, cost-effective manufacturing. In this review, we summarise the current progress on ink formulation of two-dimensional materials and the printable applications enabled by them. We also present our perspectives on their research and technological future prospects.

  16. Analysis of Maneuvering Targets with Complex Motions by Two-Dimensional Product Modified Lv’s Distribution for Quadratic Frequency Modulation Signals

    Directory of Open Access Journals (Sweden)

    Fulong Jing

    2017-06-01

    Full Text Available For targets with complex motion, such as ships fluctuating with oceanic waves and high maneuvering airplanes, azimuth echo signals can be modeled as multicomponent quadratic frequency modulation (QFM signals after migration compensation and phase adjustment. For the QFM signal model, the chirp rate (CR and the quadratic chirp rate (QCR are two important physical quantities, which need to be estimated. For multicomponent QFM signals, the cross terms create a challenge for detection, which needs to be addressed. In this paper, by employing a novel multi-scale parametric symmetric self-correlation function (PSSF and modified scaled Fourier transform (mSFT, an effective parameter estimation algorithm is proposed—referred to as the Two-Dimensional product modified Lv’s distribution (2D-PMLVD—for QFM signals. The 2D-PMLVD is simple and can be easily implemented by using fast Fourier transform (FFT and complex multiplication. These measures are analyzed in the paper, including the principle, the cross term, anti-noise performance, and computational complexity. Compared to the other three representative methods, the 2D-PMLVD can achieve better anti-noise performance. The 2D-PMLVD, which is free of searching and has no identifiability problems, is more suitable for multicomponent situations. Through several simulations and analyses, the effectiveness of the proposed estimation algorithm is verified.

  17. Mechanical exfoliation of two-dimensional materials

    Science.gov (United States)

    Gao, Enlai; Lin, Shao-Zhen; Qin, Zhao; Buehler, Markus J.; Feng, Xi-Qiao; Xu, Zhiping

    2018-06-01

    Two-dimensional materials such as graphene and transition metal dichalcogenides have been identified and drawn much attention over the last few years for their unique structural and electronic properties. However, their rise begins only after these materials are successfully isolated from their layered assemblies or adhesive substrates into individual monolayers. Mechanical exfoliation and transfer are the most successful techniques to obtain high-quality single- or few-layer nanocrystals from their native multi-layer structures or their substrate for growth, which involves interfacial peeling and intralayer tearing processes that are controlled by material properties, geometry and the kinetics of exfoliation. This procedure is rationalized in this work through theoretical analysis and atomistic simulations. We propose a criterion to assess the feasibility for the exfoliation of two-dimensional sheets from an adhesive substrate without fracturing itself, and explore the effects of material and interface properties, as well as the geometrical, kinetic factors on the peeling behaviors and the torn morphology. This multi-scale approach elucidates the microscopic mechanism of the mechanical processes, offering predictive models and tools for the design of experimental procedures to obtain single- or few-layer two-dimensional materials and structures.

  18. Two-dimensional NMR spectrometry

    International Nuclear Information System (INIS)

    Farrar, T.C.

    1987-01-01

    This article is the second in a two-part series. In part one (ANALYTICAL CHEMISTRY, May 15) the authors discussed one-dimensional nuclear magnetic resonance (NMR) spectra and some relatively advanced nuclear spin gymnastics experiments that provide a capability for selective sensitivity enhancements. In this article and overview and some applications of two-dimensional NMR experiments are presented. These powerful experiments are important complements to the one-dimensional experiments. As in the more sophisticated one-dimensional experiments, the two-dimensional experiments involve three distinct time periods: a preparation period, t 0 ; an evolution period, t 1 ; and a detection period, t 2

  19. Two-dimensional spectroscopy: An approach to distinguish Förster and Dexter transfer processes in coupled nanostructures

    Science.gov (United States)

    Specht, Judith F.; Knorr, Andreas; Richter, Marten

    2015-04-01

    The linear and two-dimensional coherent optical spectra of Coulomb-coupled quantum emitters are discussed with respect to the underlying coupling processes. We present a theoretical analysis of the two different resonance energy transfer mechanisms between coupled nanostructures: Förster and Dexter interaction. Our investigation shows that the features visible in optical spectra of coupled quantum dots can be traced back to the nature of the underlying coupling mechanism (Förster or Dexter). Therefore, we discuss how the excitation transfer pathways can be controlled by choosing particular laser polarizations and mutual orientations of the quantum emitters in coherent two-dimensional spectroscopy. In this context, we analyze to what extent the delocalized double-excitonic states are bound to the optical selection rules of the uncoupled system.

  20. Trends in data processing of comprehensive two-dimensional chromatography: state of the art.

    Science.gov (United States)

    Matos, João T V; Duarte, Regina M B O; Duarte, Armando C

    2012-12-01

    The operation of advanced chromatographic systems, namely comprehensive two-dimensional (2D) chromatography coupled to multidimensional detectors, allows achieving a great deal of data that need special care to be processed in order to characterize and quantify as much as possible the analytes under study. The aim of this review is to identify the main trends, research needs and gaps on the techniques for data processing of multidimensional data sets obtained from comprehensive 2D chromatography. The following topics have been identified as the most promising for new developments in the near future: data acquisition and handling, peak detection and quantification, measurement of overlapping of 2D peaks, and data analysis software for 2D chromatography. The rational supporting most of the data processing techniques is based on the generalization of one-dimensional (1D) chromatography although algorithms, such as the inverted watershed algorithm, use the 2D chromatographic data as such. However, for processing more complex N-way data there is a need for using more sophisticated techniques. Apart from using other concepts from 1D chromatography, which have not been tested for 2D chromatography, there is still room for new improvements and developments in algorithms and software for dealing with 2D comprehensive chromatographic data. Copyright © 2012 Elsevier B.V. All rights reserved.

  1. Digital signal processing the Tevatron BPM signals

    International Nuclear Information System (INIS)

    Cancelo, G.; James, E.; Wolbers, S.

    2005-01-01

    The Beam Position Monitor (TeV BPM) readout system at Fermilab's Tevatron has been updated and is currently being commissioned. The new BPMs use new analog and digital hardware to achieve better beam position measurement resolution. The new system reads signals from both ends of the existing directional stripline pickups to provide simultaneous proton and antiproton measurements. The signals provided by the two ends of the BPM pickups are processed by analog band-pass filters and sampled by 14-bit ADCs at 74.3MHz. A crucial part of this work has been the design of digital filters that process the signal. This paper describes the digital processing and estimation techniques used to optimize the beam position measurement. The BPM electronics must operate in narrow-band and wide-band modes to enable measurements of closed-orbit and turn-by-turn positions. The filtering and timing conditions of the signals are tuned accordingly for the operational modes. The analysis and the optimized result for each mode are presented

  2. Comprehensive two-dimensional gas chromatography: A perspective on processes of modulation.

    Science.gov (United States)

    Tranchida, Peter Q

    2018-02-09

    The first comprehensive two-dimensional gas chromatography (GC×GC) experiment was reported about 25 years ago [J. Chromatogr. Sci. 29 (1991) 227-231]; the GC×GC process was made possible by the development of a transfer device, defined as modulator. The process of modulation enables the isolation of effluent segments from the first column, and their re-injection onto the second column, in a continuous and sequential manner throughout the analysis. Over the years, many types of modulation systems have been introduced, each with specific advantages and disadvantages. Cryogenic systems are, at present, the most popular devices and represent the most effective form of modulation. The present contribution is focused on possible future scenarios, with respect to modulation, and as a consequence related to comprehensive GC, in general. The development of new forms of modulation may open the road to a more widespread use of GC×GC technologies. Copyright © 2017 Elsevier B.V. All rights reserved.

  3. Two dimensional nonlinear spectral estimation techniques for breast cancer localization

    International Nuclear Information System (INIS)

    Stathaki, P.T.; Constantinides, A.G.

    1994-01-01

    In this paper the problem of image texture analysis in the presence of noise is examined from a higher-order statistical perspective. The approach taken involves the use of two dimensional second order Volterra filters where the filter weights are derived from third order cumulants of the two dimensional signal. The specific application contained in this contribution is in mammography, an area in which it is difficult to discern the appropriate features. The paper describes the fundamental issues of the various components of the approach. The results of the entire texture modelling, classification and segmentation scheme contained in this paper are very encouraging

  4. Mathematical principles of signal processing Fourier and wavelet analysis

    CERN Document Server

    Brémaud, Pierre

    2002-01-01

    Fourier analysis is one of the most useful tools in many applied sciences. The recent developments of wavelet analysis indicates that in spite of its long history and well-established applications, the field is still one of active research. This text bridges the gap between engineering and mathematics, providing a rigorously mathematical introduction of Fourier analysis, wavelet analysis and related mathematical methods, while emphasizing their uses in signal processing and other applications in communications engineering. The interplay between Fourier series and Fourier transforms is at the heart of signal processing, which is couched most naturally in terms of the Dirac delta function and Lebesgue integrals. The exposition is organized into four parts. The first is a discussion of one-dimensional Fourier theory, including the classical results on convergence and the Poisson sum formula. The second part is devoted to the mathematical foundations of signal processing - sampling, filtering, digital signal proc...

  5. Two-dimensional N = 2 Super-Yang-Mills Theory

    Science.gov (United States)

    August, Daniel; Wellegehausen, Björn; Wipf, Andreas

    2018-03-01

    Supersymmetry is one of the possible scenarios for physics beyond the standard model. The building blocks of this scenario are supersymmetric gauge theories. In our work we study the N = 1 Super-Yang-Mills (SYM) theory with gauge group SU(2) dimensionally reduced to two-dimensional N = 2 SYM theory. In our lattice formulation we break supersymmetry and chiral symmetry explicitly while preserving R symmetry. By fine tuning the bar-mass of the fermions in the Lagrangian we construct a supersymmetric continuum theory. To this aim we carefully investigate mass spectra and Ward identities, which both show a clear signal of supersymmetry restoration in the continuum limit.

  6. Subjective figure reversal in two- and three-dimensional perceptual space.

    Science.gov (United States)

    Radilová, J; Radil-Weiss, T

    1984-08-01

    A permanently illuminated pattern of Mach's truncated pyramid can be perceived according to the experimental instruction given, either as a three-dimensional reversible figure with spontaneously changing convex and concave interpretation (in one experiment), or as a two-dimensional reversible figure-ground pattern (in another experiment). The reversal rate was about twice as slow, without the subjects being aware of it, if it was perceived as a three-dimensional figure compared to the situation when it was perceived as two-dimensional. It may be hypothetized that in the three-dimensional case, the process of perception requires more sequential steps than in the two-dimensional one.

  7. Effects of stratospheric aerosol surface processes on the LLNL two-dimensional zonally averaged model

    International Nuclear Information System (INIS)

    Connell, P.S.; Kinnison, D.E.; Wuebbles, D.J.; Burley, J.D.; Johnston, H.S.

    1992-01-01

    We have investigated the effects of incorporating representations of heterogeneous chemical processes associated with stratospheric sulfuric acid aerosol into the LLNL two-dimensional, zonally averaged, model of the troposphere and stratosphere. Using distributions of aerosol surface area and volume density derived from SAGE 11 satellite observations, we were primarily interested in changes in partitioning within the Cl- and N- families in the lower stratosphere, compared to a model including only gas phase photochemical reactions

  8. Handbook of Signal Processing in Acoustics

    CERN Document Server

    Havelock, David; Vorländer, Michael

    2009-01-01

    The Handbook of Signal Processing in Acoustics presents signal processing as it is practiced in the field of acoustics. The Handbook is organized by areas of acoustics, with recognized leaders coordinating the self-contained chapters of each section. It brings together a wide range of perspectives from over 100 authors to reveal the interdisciplinary nature of signal processing in acoustics. Success in acoustic applications often requires juggling both the acoustic and the signal processing parameters of the problem. This handbook brings the key issues from both into perspective and is complementary to other reference material on the two subjects. It is a unique resource for experts and practitioners alike to find new ideas and techniques within the diversity of signal processing in acoustics.

  9. Multi-perspective views of students’ difficulties with one-dimensional vector and two-dimensional vector

    Science.gov (United States)

    Fauzi, Ahmad; Ratna Kawuri, Kunthi; Pratiwi, Retno

    2017-01-01

    Researchers of students’ conceptual change usually collects data from written tests and interviews. Moreover, reports of conceptual change often simply refer to changes in concepts, such as on a test, without any identification of the learning processes that have taken place. Research has shown that students have difficulties with vectors in university introductory physics courses and high school physics courses. In this study, we intended to explore students’ understanding of one-dimensional and two-dimensional vector in multi perspective views. In this research, we explore students’ understanding through test perspective and interviews perspective. Our research study adopted the mixed-methodology design. The participants of this research were sixty students of third semester of physics education department. The data of this research were collected by testand interviews. In this study, we divided the students’ understanding of one-dimensional vector and two-dimensional vector in two categories, namely vector skills of the addition of one-dimensionaland two-dimensional vector and the relation between vector skills and conceptual understanding. From the investigation, only 44% of students provided correct answer for vector skills of the addition of one-dimensional and two-dimensional vector and only 27% students provided correct answer for the relation between vector skills and conceptual understanding.

  10. Two-dimensional QCD as a model for strong interaction

    International Nuclear Information System (INIS)

    Ellis, J.

    1977-01-01

    After an introduction to the formalism of two-dimensional QCD, its applications to various strong interaction processes are reviewed. Among the topics discussed are spectroscopy, deep inelastic cross-sections, ''hard'' processes involving hadrons, ''Regge'' behaviour, the existence of the Pomeron, and inclusive hadron cross-sections. Attempts are made to abstracts features useful for four-dimensional QCD phenomenology. (author)

  11. Biomedical signal and image processing.

    Science.gov (United States)

    Cerutti, Sergio; Baselli, Giuseppe; Bianchi, Anna; Caiani, Enrico; Contini, Davide; Cubeddu, Rinaldo; Dercole, Fabio; Rienzo, Luca; Liberati, Diego; Mainardi, Luca; Ravazzani, Paolo; Rinaldi, Sergio; Signorini, Maria; Torricelli, Alessandro

    2011-01-01

    Generally, physiological modeling and biomedical signal processing constitute two important paradigms of biomedical engineering (BME): their fundamental concepts are taught starting from undergraduate studies and are more completely dealt with in the last years of graduate curricula, as well as in Ph.D. courses. Traditionally, these two cultural aspects were separated, with the first one more oriented to physiological issues and how to model them and the second one more dedicated to the development of processing tools or algorithms to enhance useful information from clinical data. A practical consequence was that those who did models did not do signal processing and vice versa. However, in recent years,the need for closer integration between signal processing and modeling of the relevant biological systems emerged very clearly [1], [2]. This is not only true for training purposes(i.e., to properly prepare the new professional members of BME) but also for the development of newly conceived research projects in which the integration between biomedical signal and image processing (BSIP) and modeling plays a crucial role. Just to give simple examples, topics such as brain–computer machine or interfaces,neuroengineering, nonlinear dynamical analysis of the cardiovascular (CV) system,integration of sensory-motor characteristics aimed at the building of advanced prostheses and rehabilitation tools, and wearable devices for vital sign monitoring and others do require an intelligent fusion of modeling and signal processing competences that are certainly peculiar of our discipline of BME.

  12. Two dimensional nonlinear spectral estimation techniques for breast cancer localization

    Energy Technology Data Exchange (ETDEWEB)

    Stathaki, P T; Constantinides, A G [Signal Processing Section, Department of Electrical and Electronic Engineering, Imperial College, Exhibition Road, London SW7 2BT, UK (United Kingdom)

    1994-12-31

    In this paper the problem of image texture analysis in the presence of noise is examined from a higher-order statistical perspective. The approach taken involves the use of two dimensional second order Volterra filters where the filter weights are derived from third order cumulants of the two dimensional signal. The specific application contained in this contribution is in mammography, an area in which it is difficult to discern the appropriate features. The paper describes the fundamental issues of the various components of the approach. The results of the entire texture modelling, classification and segmentation scheme contained in this paper are very encouraging. 7 refs, 2 figs.

  13. Brain-computer interface signal processing at the Wadsworth Center: mu and sensorimotor beta rhythms.

    Science.gov (United States)

    McFarland, Dennis J; Krusienski, Dean J; Wolpaw, Jonathan R

    2006-01-01

    The Wadsworth brain-computer interface (BCI), based on mu and beta sensorimotor rhythms, uses one- and two-dimensional cursor movement tasks and relies on user training. This is a real-time closed-loop system. Signal processing consists of channel selection, spatial filtering, and spectral analysis. Feature translation uses a regression approach and normalization. Adaptation occurs at several points in this process on the basis of different criteria and methods. It can use either feedforward (e.g., estimating the signal mean for normalization) or feedback control (e.g., estimating feature weights for the prediction equation). We view this process as the interaction between a dynamic user and a dynamic system that coadapt over time. Understanding the dynamics of this interaction and optimizing its performance represent a major challenge for BCI research.

  14. Subspace Dimensionality: A Tool for Automated QC in Seismic Array Processing

    Science.gov (United States)

    Rowe, C. A.; Stead, R. J.; Begnaud, M. L.

    2013-12-01

    Because of the great resolving power of seismic arrays, the application of automated processing to array data is critically important in treaty verification work. A significant problem in array analysis is the inclusion of bad sensor channels in the beamforming process. We are testing an approach to automated, on-the-fly quality control (QC) to aid in the identification of poorly performing sensor channels prior to beam-forming in routine event detection or location processing. The idea stems from methods used for large computer servers, when monitoring traffic at enormous numbers of nodes is impractical on a node-by node basis, so the dimensionality of the node traffic is instead monitoried for anomalies that could represent malware, cyber-attacks or other problems. The technique relies upon the use of subspace dimensionality or principal components of the overall system traffic. The subspace technique is not new to seismology, but its most common application has been limited to comparing waveforms to an a priori collection of templates for detecting highly similar events in a swarm or seismic cluster. In the established template application, a detector functions in a manner analogous to waveform cross-correlation, applying a statistical test to assess the similarity of the incoming data stream to known templates for events of interest. In our approach, we seek not to detect matching signals, but instead, we examine the signal subspace dimensionality in much the same way that the method addresses node traffic anomalies in large computer systems. Signal anomalies recorded on seismic arrays affect the dimensional structure of the array-wide time-series. We have shown previously that this observation is useful in identifying real seismic events, either by looking at the raw signal or derivatives thereof (entropy, kurtosis), but here we explore the effects of malfunctioning channels on the dimension of the data and its derivatives, and how to leverage this effect for

  15. Coherent Two-Dimensional Terahertz Magnetic Resonance Spectroscopy of Collective Spin Waves.

    Science.gov (United States)

    Lu, Jian; Li, Xian; Hwang, Harold Y; Ofori-Okai, Benjamin K; Kurihara, Takayuki; Suemoto, Tohru; Nelson, Keith A

    2017-05-19

    We report a demonstration of two-dimensional (2D) terahertz (THz) magnetic resonance spectroscopy using the magnetic fields of two time-delayed THz pulses. We apply the methodology to directly reveal the nonlinear responses of collective spin waves (magnons) in a canted antiferromagnetic crystal. The 2D THz spectra show all of the third-order nonlinear magnon signals including magnon spin echoes, and 2-quantum signals that reveal pairwise correlations between magnons at the Brillouin zone center. We also observe second-order nonlinear magnon signals showing resonance-enhanced second-harmonic and difference-frequency generation. Numerical simulations of the spin dynamics reproduce all of the spectral features in excellent agreement with the experimental 2D THz spectra.

  16. Frames and operator theory in analysis and signal processing

    CERN Document Server

    Larson, David R; Nashed, Zuhair; Nguyen, Minh Chuong; Papadakis, Manos

    2008-01-01

    This volume contains articles based on talks presented at the Special Session Frames and Operator Theory in Analysis and Signal Processing, held in San Antonio, Texas, in January of 2006. Recently, the field of frames has undergone tremendous advancement. Most of the work in this field is focused on the design and construction of more versatile frames and frames tailored towards specific applications, e.g., finite dimensional uniform frames for cellular communication. In addition, frames are now becoming a hot topic in mathematical research as a part of many engineering applications, e.g., matching pursuits and greedy algorithms for image and signal processing. Topics covered in this book include: Application of several branches of analysis (e.g., PDEs; Fourier, wavelet, and harmonic analysis; transform techniques; data representations) to industrial and engineering problems, specifically image and signal processing. Theoretical and applied aspects of frames and wavelets. Pure aspects of operator theory empha...

  17. Influences of excluded volume of molecules on signaling processes on the biomembrane.

    Directory of Open Access Journals (Sweden)

    Masashi Fujii

    Full Text Available We investigate the influences of the excluded volume of molecules on biochemical reaction processes on 2-dimensional surfaces using a model of signal transduction processes on biomembranes. We perform simulations of the 2-dimensional cell-based model, which describes the reactions and diffusion of the receptors, signaling proteins, target proteins, and crowders on the cell membrane. The signaling proteins are activated by receptors, and these activated signaling proteins activate target proteins that bind autonomously from the cytoplasm to the membrane, and unbind from the membrane if activated. If the target proteins bind frequently, the volume fraction of molecules on the membrane becomes so large that the excluded volume of the molecules for the reaction and diffusion dynamics cannot be negligible. We find that such excluded volume effects of the molecules induce non-trivial variations of the signal flow, defined as the activation frequency of target proteins, as follows. With an increase in the binding rate of target proteins, the signal flow varies by i monotonically increasing; ii increasing then decreasing in a bell-shaped curve; or iii increasing, decreasing, then increasing in an S-shaped curve. We further demonstrate that the excluded volume of molecules influences the hierarchical molecular distributions throughout the reaction processes. In particular, when the system exhibits a large signal flow, the signaling proteins tend to surround the receptors to form receptor-signaling protein clusters, and the target proteins tend to become distributed around such clusters. To explain these phenomena, we analyze the stochastic model of the local motions of molecules around the receptor.

  18. Application of CRAFT in two-dimensional NMR data processing.

    Science.gov (United States)

    Krishnamurthy, Krish; Sefler, Andrea M; Russell, David J

    2017-03-01

    Two-dimensional (2D) data are typically truncated in both dimensions, but invariably and severely so in the indirect dimension. These truncated FIDs and/or interferograms are extensively zero filled, and Fourier transformation of such zero-filled data is always preceded by a rapidly decaying apodization function. Hence, the frequency line width in the spectrum (at least parallel to the evolution dimension) is almost always dominated by the apodization function. Such apodization-driven line broadening in the indirect (t 1 ) dimension leads to the lack of clear resolution of cross peaks in the 2D spectrum. Time-domain analysis (i.e. extraction of frequency, amplitudes, line width, and phase parameters directly from the FID, in this case via Bayesian modeling into a tabular format) of NMR data is another approach for spectral resonance characterization and quantification. The recently published complete reduction to amplitude frequency table (CRAFT) technique converts the raw FID data (i.e. time-domain data) into a table of frequencies, amplitudes, decay rate constants, and phases. CRAFT analyses of time-domain data require minimal or no apodization prior to extraction of the four parameters. We used the CRAFT processing approach for the decimation of the interferograms and compared the results from a variety of 2D spectra against conventional processing with and without linear prediction. The results show that use of the CRAFT technique to decimate the t 1 interferograms yields much narrower spectral line width of the resonances, circumventing the loss of resolution due to apodization. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  19. Modeling High-Dimensional Multichannel Brain Signals

    KAUST Repository

    Hu, Lechuan

    2017-12-12

    Our goal is to model and measure functional and effective (directional) connectivity in multichannel brain physiological signals (e.g., electroencephalograms, local field potentials). The difficulties from analyzing these data mainly come from two aspects: first, there are major statistical and computational challenges for modeling and analyzing high-dimensional multichannel brain signals; second, there is no set of universally agreed measures for characterizing connectivity. To model multichannel brain signals, our approach is to fit a vector autoregressive (VAR) model with potentially high lag order so that complex lead-lag temporal dynamics between the channels can be captured. Estimates of the VAR model will be obtained by our proposed hybrid LASSLE (LASSO + LSE) method which combines regularization (to control for sparsity) and least squares estimation (to improve bias and mean-squared error). Then we employ some measures of connectivity but put an emphasis on partial directed coherence (PDC) which can capture the directional connectivity between channels. PDC is a frequency-specific measure that explains the extent to which the present oscillatory activity in a sender channel influences the future oscillatory activity in a specific receiver channel relative to all possible receivers in the network. The proposed modeling approach provided key insights into potential functional relationships among simultaneously recorded sites during performance of a complex memory task. Specifically, this novel method was successful in quantifying patterns of effective connectivity across electrode locations, and in capturing how these patterns varied across trial epochs and trial types.

  20. The adaptation process following acute onset disability: an interactive two-dimensional approach applied to acquired brain injury.

    Science.gov (United States)

    Brands, Ingrid M H; Wade, Derick T; Stapert, Sven Z; van Heugten, Caroline M

    2012-09-01

    To describe a new model of the adaptation process following acquired brain injury, based on the patient's goals, the patient's abilities and the emotional response to the changes and the possible discrepancy between goals and achievements. The process of adaptation after acquired brain injury is characterized by a continuous interaction of two processes: achieving maximal restoration of function and adjusting to the alterations and losses that occur in the various domains of functioning. Consequently, adaptation requires a balanced mix of restoration-oriented coping and loss-oriented coping. The commonly used framework to explain adaptation and coping, 'The Theory of Stress and Coping' of Lazarus and Folkman, does not capture this interactive duality. This model additionally considers theories concerned with self-regulation of behaviour, self-awareness and self-efficacy, and with the setting and achievement of goals. THE TWO-DIMENSIONAL MODEL: Our model proposes the simultaneous and continuous interaction of two pathways; goal pursuit (short term and long term) or revision as a result of success and failure in reducing distance between current state and expected future state and an affective response that is generated by the experienced goal-performance discrepancies. This affective response, in turn, influences the goals set. This two-dimensional representation covers the processes mentioned above: restoration of function and consideration of long-term limitations. We propose that adaptation centres on readjustment of long-term goals to new achievable but desired and important goals, and that this adjustment underlies re-establishing emotional stability. We discuss how the proposed model is related to actual rehabilitation practice.

  1. Modeling high dimensional multichannel brain signals

    KAUST Repository

    Hu, Lechuan

    2017-03-27

    In this paper, our goal is to model functional and effective (directional) connectivity in network of multichannel brain physiological signals (e.g., electroencephalograms, local field potentials). The primary challenges here are twofold: first, there are major statistical and computational difficulties for modeling and analyzing high dimensional multichannel brain signals; second, there is no set of universally-agreed measures for characterizing connectivity. To model multichannel brain signals, our approach is to fit a vector autoregressive (VAR) model with sufficiently high order so that complex lead-lag temporal dynamics between the channels can be accurately characterized. However, such a model contains a large number of parameters. Thus, we will estimate the high dimensional VAR parameter space by our proposed hybrid LASSLE method (LASSO+LSE) which is imposes regularization on the first step (to control for sparsity) and constrained least squares estimation on the second step (to improve bias and mean-squared error of the estimator). Then to characterize connectivity between channels in a brain network, we will use various measures but put an emphasis on partial directed coherence (PDC) in order to capture directional connectivity between channels. PDC is a directed frequency-specific measure that explains the extent to which the present oscillatory activity in a sender channel influences the future oscillatory activity in a specific receiver channel relative all possible receivers in the network. Using the proposed modeling approach, we have achieved some insights on learning in a rat engaged in a non-spatial memory task.

  2. Modeling high dimensional multichannel brain signals

    KAUST Repository

    Hu, Lechuan; Fortin, Norbert; Ombao, Hernando

    2017-01-01

    In this paper, our goal is to model functional and effective (directional) connectivity in network of multichannel brain physiological signals (e.g., electroencephalograms, local field potentials). The primary challenges here are twofold: first, there are major statistical and computational difficulties for modeling and analyzing high dimensional multichannel brain signals; second, there is no set of universally-agreed measures for characterizing connectivity. To model multichannel brain signals, our approach is to fit a vector autoregressive (VAR) model with sufficiently high order so that complex lead-lag temporal dynamics between the channels can be accurately characterized. However, such a model contains a large number of parameters. Thus, we will estimate the high dimensional VAR parameter space by our proposed hybrid LASSLE method (LASSO+LSE) which is imposes regularization on the first step (to control for sparsity) and constrained least squares estimation on the second step (to improve bias and mean-squared error of the estimator). Then to characterize connectivity between channels in a brain network, we will use various measures but put an emphasis on partial directed coherence (PDC) in order to capture directional connectivity between channels. PDC is a directed frequency-specific measure that explains the extent to which the present oscillatory activity in a sender channel influences the future oscillatory activity in a specific receiver channel relative all possible receivers in the network. Using the proposed modeling approach, we have achieved some insights on learning in a rat engaged in a non-spatial memory task.

  3. Fast digitizing and digital signal processing of detector signals

    International Nuclear Information System (INIS)

    Hannaske, Roland

    2008-01-01

    A fast-digitizer data acquisition system recently installed at the neutron time-of-flight experiment nELBE, which is located at the superconducting electron accelerator ELBE of Forschungszentrum Dresden-Rossendorf, is tested with two different detector types. Preamplifier signals from a high-purity germanium detector are digitized, stored and finally processed. For a precise determination of the energy of the detected radiation, the moving-window deconvolution algorithm is used to compensate the ballistic deficit and different shaping algorithms are applied. The energy resolution is determined in an experiment with γ-rays from a 22 Na source and is compared to the energy resolution achieved with analogously processed signals. On the other hand, signals from the photomultipliers of barium fluoride and plastic scintillation detectors are digitized. These signals have risetimes of a few nanoseconds only. The moment of interaction of the radiation with the detector is determined by methods of digital signal processing. Therefore, different timing algorithms are implemented and tested with data from an experiment at nELBE. The time resolutions achieved with these algorithms are compared to each other as well as to reference values coming from analog signal processing. In addition to these experiments, some properties of the digitizing hardware are measured and a program for the analysis of stored, digitized data is developed. The analysis of the signals shows that the energy resolution achieved with the 10-bit digitizer system used here is not competitive to a 14-bit peak-sensing ADC, although the ballistic deficit can be fully corrected. However, digital methods give better result in sub-ns timing than analog signal processing. (orig.)

  4. Equivalence of two-dimensional gravities

    International Nuclear Information System (INIS)

    Mohammedi, N.

    1990-01-01

    The authors find the relationship between the Jackiw-Teitelboim model of two-dimensional gravity and the SL(2,R) induced gravity. These are shown to be related to a two-dimensional gauge theory obtained by dimensionally reducing the Chern-Simons action of the 2 + 1 dimensional gravity. The authors present an explicit solution to the equations of motion of the auxiliary field of the Jackiw-Teitelboim model in the light-cone gauge. A renormalization of the cosmological constant is also given

  5. Driving performance of a two-dimensional homopolar linear DC motor

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Y.; Yamaguchi, M.; Kano, Y. [Tokyo University of Agriculture and Technology, Tokyo (Japan)

    1998-05-01

    This paper presents a novel two-dimensional homopolar linear de motor (LDM) which can realize two-dimensional (2-D) motion. For position control purposes, two kinds of position detecting methods are proposed. The position in one position is detected by means of a capacitive sensor which makes the output of the sensor partially immune to the variation of the gap between electrodes. The position in the other direction is achieved by exploiting the position dependent property of the driving coil inductance, instead of using an independent sensor. The position control is implemented on the motor and 2-D tracking performance is analyzed. Experiments show that the motor demonstrates satisfactory driving performance, 2-D tracking error being within 5.5% when the angular frequency of reference signal is 3.14 rad./s. 7 refs., 17 figs., 2 tabs.

  6. Dynamic three-dimensional display of common congenital cardiac defects from reconstruction of two-dimensional echocardiographic images.

    Science.gov (United States)

    Hsieh, K S; Lin, C C; Liu, W S; Chen, F L

    1996-01-01

    Two-dimensional echocardiography had long been a standard diagnostic modality for congenital heart disease. Further attempts of three-dimensional reconstruction using two-dimensional echocardiographic images to visualize stereotypic structure of cardiac lesions have been successful only recently. So far only very few studies have been done to display three-dimensional anatomy of the heart through two-dimensional image acquisition because such complex procedures were involved. This study introduced a recently developed image acquisition and processing system for dynamic three-dimensional visualization of various congenital cardiac lesions. From December 1994 to April 1995, 35 cases were selected in the Echo Laboratory here from about 3000 Echo examinations completed. Each image was acquired on-line with specially designed high resolution image grazmber with EKG and respiratory gating technique. Off-line image processing using a window-architectured interactive software package includes construction of 2-D ehcocardiographic pixel to 3-D "voxel" with conversion of orthogonal to rotatory axial system, interpolation, extraction of region of interest, segmentation, shading and, finally, 3D rendering. Three-dimensional anatomy of various congenital cardiac defects was shown, including four cases with ventricular septal defects, two cases with atrial septal defects, and two cases with aortic stenosis. Dynamic reconstruction of a "beating heart" is recorded as vedio tape with video interface. The potential application of 3D display of the reconstruction from 2D echocardiographic images for the diagnosis of various congenital heart defects has been shown. The 3D display was able to improve the diagnostic ability of echocardiography, and clear-cut display of the various congenital cardiac defects and vavular stenosis could be demonstrated. Reinforcement of current techniques will expand future application of 3D display of conventional 2D images.

  7. Two-dimensional metamaterial optics

    International Nuclear Information System (INIS)

    Smolyaninov, I I

    2010-01-01

    While three-dimensional photonic metamaterials are difficult to fabricate, many new concepts and ideas in the metamaterial optics can be realized in two spatial dimensions using planar optics of surface plasmon polaritons. In this paper we review recent progress in this direction. Two-dimensional photonic crystals, hyperbolic metamaterials, and plasmonic focusing devices are demonstrated and used in novel microscopy and waveguiding schemes

  8. Azimuth-Variant Signal Processing in High-Altitude Platform Passive SAR with Spaceborne/Airborne Transmitter

    Directory of Open Access Journals (Sweden)

    Huaizong Shao

    2013-03-01

    Full Text Available High-altitude platforms (HAP or near-space vehicle offers several advantages over current low earth orbit (LEO satellite and airplane, because HAP is not constrained by orbital mechanics and fuel consumption. These advantages provide potential for some specific remote sensing applications that require persistent monitoring or fast-revisiting frequency. This paper investigates the azimuth-variant signal processing in HAP-borne bistatic synthetic aperture radar (BiSAR with spaceborne or airborne transmitter for high-resolution remote sensing. The system configuration, azimuth-variant Doppler characteristics and two-dimensional echo spectrum are analyzed. Conceptual system simulation results are also provided. Since the azimuth-variant BiSAR geometry brings a challenge for developing high precision data processing algorithms, we propose an image formation algorithm using equivalent velocity and nonlinear chirp scaling (NCS to address the azimuth-variant signal processing problem. The proposed algorithm is verified by numerical simulation results.

  9. Quantitative optical mapping of two-dimensional materials

    DEFF Research Database (Denmark)

    Jessen, Bjarke S.; Whelan, Patrick R.; Mackenzie, David M. A.

    2018-01-01

    The pace of two-dimensional materials (2DM) research has been greatly accelerated by the ability to identify exfoliated thicknesses down to a monolayer from their optical contrast. Since this process requires time-consuming and error-prone manual assignment to avoid false-positives from image...

  10. Device for measuring the two-dimensional distribution of a radioactive substance on a surface

    International Nuclear Information System (INIS)

    Anon.

    1986-01-01

    A device is described by which, using a one-dimensional measuring proportional counter tube depending on position, one can measure the two-dimensionally distributed radioactivity of a surface and can plot this to scale two-dimensionally, after computer processing, or can show it two-dimensionally on a monitor. (orig.) [de

  11. Classifying and assembling two-dimensional X-ray laser diffraction patterns of a single particle to reconstruct the three-dimensional diffraction intensity function: resolution limit due to the quantum noise.

    Science.gov (United States)

    Tokuhisa, Atsushi; Taka, Junichiro; Kono, Hidetoshi; Go, Nobuhiro

    2012-05-01

    A new two-step algorithm is developed for reconstructing the three-dimensional diffraction intensity of a globular biological macromolecule from many experimentally measured quantum-noise-limited two-dimensional X-ray laser diffraction patterns, each for an unknown orientation. The first step is classification of the two-dimensional patterns into groups according to the similarity of direction of the incident X-rays with respect to the molecule and an averaging within each group to reduce the noise. The second step is detection of common intersecting circles between the signal-enhanced two-dimensional patterns to identify their mutual location in the three-dimensional wavenumber space. The newly developed algorithm enables one to detect a signal for classification in noisy experimental photon-count data with as low as ~0.1 photons per effective pixel. The wavenumber of such a limiting pixel determines the attainable structural resolution. From this fact, the resolution limit due to the quantum noise attainable by this new method of analysis as well as two important experimental parameters, the number of two-dimensional patterns to be measured (the load for the detector) and the number of pairs of two-dimensional patterns to be analysed (the load for the computer), are derived as a function of the incident X-ray intensity and quantities characterizing the target molecule. © 2012 International Union of Crystallography

  12. Method and apparatus for the electro-optic convolution of a one-dimensional signal

    International Nuclear Information System (INIS)

    1979-01-01

    Procedure for the electro-optic convolution of a signal and a filter function, whereby the one dimensional electro-optical signal would be portrayed as a line along which the clarity varies and whereby filter function is determined by one or more masks, whilst after each mask is placed a light detector, with which the light passing through the masks may be detected, whilst a one-dimensional portrayal of the signal along the masks will be developed, characterised in that a one dimensional portrayal of the signal, with the aid of an optical system in a direction across the line, will be enlarged, and that this enlarged signal in the direction of the line along the masks will be affected which the masks closing fields will contain, which are either fully transparent or are fully non-transparent. (Auth.)

  13. Generation and coherent detection of QPSK signal using a novel method of digital signal processing

    Science.gov (United States)

    Zhao, Yuan; Hu, Bingliang; He, Zhen-An; Xie, Wenjia; Gao, Xiaohui

    2018-02-01

    We demonstrate an optical quadrature phase-shift keying (QPSK) signal transmitter and an optical receiver for demodulating optical QPSK signal with homodyne detection and digital signal processing (DSP). DSP on the homodyne detection scheme is employed without locking the phase of the local oscillator (LO). In this paper, we present an extracting one-dimensional array of down-sampling method for reducing unwanted samples of constellation diagram measurement. Such a novel scheme embodies the following major advantages over the other conventional optical QPSK signal detection methods. First, this homodyne detection scheme does not need strict requirement on LO in comparison with linear optical sampling, such as having a flat spectral density and phase over the spectral support of the source under test. Second, the LabVIEW software is directly used for recovering the QPSK signal constellation without employing complex DSP circuit. Third, this scheme is applicable to multilevel modulation formats such as M-ary PSK and quadrature amplitude modulation (QAM) or higher speed signals by making minor changes.

  14. Laser sheet dropsizing based on two-dimensional Raman and Mie scattering.

    Science.gov (United States)

    Malarski, Anna; Schürer, Benedikt; Schmitz, Ingo; Zigan, Lars; Flügel, Alexandre; Leipertz, Alfred

    2009-04-01

    The imaging and quantification of droplet sizes in sprays is a challenging task for optical scientists and engineers. Laser sheet dropsizing (LSDS) combines the two-dimensional information of two different optical processes, one that is proportional to the droplet volume and one that depends on the droplet surface, e.g., Mie scattering. Besides Mie scattering, here we use two-dimensional Raman scattering as the volume-dependent measurement technique. Two different calibration strategies are presented and discussed. Two-dimensional droplet size distributions in a spray have been validated in comparison with the results of point-resolved phase Doppler anemometry (PDA) measurements.

  15. Laser sheet dropsizing based on two-dimensional Raman and Mie scattering

    International Nuclear Information System (INIS)

    Malarski, Anna; Schuerer, Benedikt; Schmitz, Ingo; Zigan, Lars; Fluegel, Alexandre; Leipertz, Alfred

    2009-01-01

    The imaging and quantification of droplet sizes in sprays is a challenging task for optical scientists and engineers. Laser sheet dropsizing (LSDS) combines the two-dimensional information of two different optical processes, one that is proportional to the droplet volume and one that depends on the droplet surface, e.g., Mie scattering. Besides Mie scattering, here we use two-dimensional Raman scattering as the volume-dependent measurement technique. Two different calibration strategies are presented and discussed. Two-dimensional droplet size distributions in a spray have been validated in comparison with the results of point-resolved phase Doppler anemometry (PDA) measurements

  16. Hot topics: Signal processing in acoustics

    Science.gov (United States)

    Gaumond, Charles F.

    2005-09-01

    Signal processing in acoustics is a multidisciplinary group of people that work in many areas of acoustics. We have chosen two areas that have shown exciting new applications of signal processing to acoustics or have shown exciting and important results from the use of signal processing. In this session, two hot topics are shown: the use of noiselike acoustic fields to determine sound propagation structure and the use of localization to determine animal behaviors. The first topic shows the application of correlation on geo-acoustic fields to determine the Greens function for propagation through the Earth. These results can then be further used to solve geo-acoustic inverse problems. The first topic also shows the application of correlation using oceanic noise fields to determine the Greens function through the ocean. These results also have utility for oceanic inverse problems. The second topic shows exciting results from the detection, localization, and tracking of marine mammals by two different groups. Results from detection and localization of bullfrogs are shown, too. Each of these studies contributed to the knowledge of animal behavior. [Work supported by ONR.

  17. Quasi-steady-state analysis of two-dimensional random intermittent search processes

    KAUST Repository

    Bressloff, Paul C.

    2011-06-01

    We use perturbation methods to analyze a two-dimensional random intermittent search process, in which a searcher alternates between a diffusive search phase and a ballistic movement phase whose velocity direction is random. A hidden target is introduced within a rectangular domain with reflecting boundaries. If the searcher moves within range of the target and is in the search phase, it has a chance of detecting the target. A quasi-steady-state analysis is applied to the corresponding Chapman-Kolmogorov equation. This generates a reduced Fokker-Planck description of the search process involving a nonzero drift term and an anisotropic diffusion tensor. In the case of a uniform direction distribution, for which there is zero drift, and isotropic diffusion, we use the method of matched asymptotics to compute the mean first passage time (MFPT) to the target, under the assumption that the detection range of the target is much smaller than the size of the domain. We show that an optimal search strategy exists, consistent with previous studies of intermittent search in a radially symmetric domain that were based on a decoupling or moment closure approximation. We also show how the decoupling approximation can break down in the case of biased search processes. Finally, we analyze the MFPT in the case of anisotropic diffusion and find that anisotropy can be useful when the searcher starts from a fixed location. © 2011 American Physical Society.

  18. Quasi-steady-state analysis of two-dimensional random intermittent search processes

    KAUST Repository

    Bressloff, Paul C.; Newby, Jay M.

    2011-01-01

    We use perturbation methods to analyze a two-dimensional random intermittent search process, in which a searcher alternates between a diffusive search phase and a ballistic movement phase whose velocity direction is random. A hidden target is introduced within a rectangular domain with reflecting boundaries. If the searcher moves within range of the target and is in the search phase, it has a chance of detecting the target. A quasi-steady-state analysis is applied to the corresponding Chapman-Kolmogorov equation. This generates a reduced Fokker-Planck description of the search process involving a nonzero drift term and an anisotropic diffusion tensor. In the case of a uniform direction distribution, for which there is zero drift, and isotropic diffusion, we use the method of matched asymptotics to compute the mean first passage time (MFPT) to the target, under the assumption that the detection range of the target is much smaller than the size of the domain. We show that an optimal search strategy exists, consistent with previous studies of intermittent search in a radially symmetric domain that were based on a decoupling or moment closure approximation. We also show how the decoupling approximation can break down in the case of biased search processes. Finally, we analyze the MFPT in the case of anisotropic diffusion and find that anisotropy can be useful when the searcher starts from a fixed location. © 2011 American Physical Society.

  19. Two-dimensional NMR spectroscopy strongly enhances soil organic matter composition analysis

    Science.gov (United States)

    Soucemarianadin, Laure; Erhagen, Björn; Öquist, Mats; Nilsson, Mats; Hedenström, Mattias; Schleucher, Jürgen

    2016-04-01

    Soil organic matter (SOM) is the largest terrestrial carbon pool and strongly affects soil properties. With climate change, understanding SOM processes and turnover and how they could be affected by increasing temperatures becomes critical. This is particularly key for organic soils as they represent a huge carbon pool in very sensitive ecosystems, like boreal ecosystems and peatlands. Nevertheless, characterization of SOM molecular composition, which is essential to elucidate soil carbon processes, is not easily achieved, and further advancements in that area are greatly needed. Solid-state one-dimensional (1D) 13C nuclear magnetic resonance (NMR) spectroscopy is often used to characterize its molecular composition, but only provides data on a few major functional groups, which regroup many different molecular fragments. For instance, in the carbohydrates region, signals of all monosaccharides present in many different polymers overlap. This overlap thwarts attempts to identify molecular moieties, resulting in insufficient information to characterize SOM composition. Here we show that two-dimensional (2D) liquid-state 1H-13C NMR spectra provided much richer data on the composition of boreal plant litter and organic surface soil. The 2D spectra indeed resolved overlaps observed in 1D 13C spectra and displayed signals from hundreds of identifiable molecular groups. For example, in the aromatics region, signals from individual lignin units could be recognized. It was hence possible to follow the fate of specific structural moieties in soils. We observed differences between litter and soil samples, and were able to relate them to the decomposition of identifiable moieties. Sample preparation and data acquisition were both simple and fast. Further, using multivariate data analysis, we aimed at linking the detailed chemical fingerprints of SOM to turnover rates in a soil incubation experiment. With the multivariate models, we were able to identify specific molecular

  20. Quantum Fidelity and Thermal Phase Transitions in a Two-Dimensional Spin System

    International Nuclear Information System (INIS)

    Wang Bo; Kou Su-Peng; Huang Hai-Lin; Sun Zhao-Yu

    2012-01-01

    We investigate the ability of quantum fidelity in detecting the classical phase transitions (CPTs) in a two-dimensional Heisenberg—Ising mixed spin model, which has a very rich phase diagram and is exactly soluble. For a two-site subsystem of the model, the reduced fidelity (including the operator fidelity and the fidelity susceptibility) at finite temperatures is calculated, and it is found that an extreme value presents at the critical temperature, thus shows a signal for the CPTs. In some parameter region, the signal becomes blurred. We propose to use the 'normalized fidelity susceptibility' to solve this problem

  1. Acoustic monitoring of rotating machine by advanced signal processing technology

    International Nuclear Information System (INIS)

    Kanemoto, Shigeru

    2010-01-01

    The acoustic data remotely measured by hand held type microphones are investigated for monitoring and diagnosing the rotational machine integrity in nuclear power plants. The plant operator's patrol monitoring is one of the important activities for condition monitoring. However, remotely measured sound has some difficulties to be considered for precise diagnosis or quantitative judgment of rotating machine anomaly, since the measurement sensitivity is different in each measurement, and also, the sensitivity deteriorates in comparison with an attached type sensor. Hence, in the present study, several advanced signal processing methods are examined and compared in order to find optimum anomaly monitoring technology from the viewpoints of both sensitivity and robustness of performance. The dimension of pre-processed signal feature patterns are reduced into two-dimensional space for the visualization by using the standard principal component analysis (PCA) or the kernel based PCA. Then, the normal state is classified by using probabilistic neural network (PNN) or support vector data description (SVDD). By using the mockup test facility of rotating machine, it is shown that the appropriate combination of the above algorithms gives sensitive and robust anomaly monitoring performance. (author)

  2. Network patterns in exponentially growing two-dimensional biofilms

    Science.gov (United States)

    Zachreson, Cameron; Yap, Xinhui; Gloag, Erin S.; Shimoni, Raz; Whitchurch, Cynthia B.; Toth, Milos

    2017-10-01

    Anisotropic collective patterns occur frequently in the morphogenesis of two-dimensional biofilms. These patterns are often attributed to growth regulation mechanisms and differentiation based on gradients of diffusing nutrients and signaling molecules. Here, we employ a model of bacterial growth dynamics to show that even in the absence of growth regulation or differentiation, confinement by an enclosing medium such as agar can itself lead to stable pattern formation over time scales that are employed in experiments. The underlying mechanism relies on path formation through physical deformation of the enclosing environment.

  3. Attracting and repelling in homogeneous signal processes

    International Nuclear Information System (INIS)

    Downarowicz, T; Grzegorek, P; Lacroix, Y

    2010-01-01

    Attracting and repelling are discussed on two levels: in abstract signal processes and in signal processes arising as returns to a fixed set in an ergodic dynamical system. In the first approach, among other things, we give three examples in which the sum of two Poisson (hence neutral—neither attracting nor repelling) processes comes out either neutral or attracting, or repelling, depending on how the two processes depend on each other. The main new result of the second type concerns so-called 'composite events' in the form of a union of all cylinders over blocks belonging to the δ-ball in the Hamming distance around a fixed block. We prove that in a typical ergodic nonperiodic process the majority of such 'composite events' reveal strong attracting. We discuss the practical interpretation of this result

  4. Signal processing for smart cards

    Science.gov (United States)

    Quisquater, Jean-Jacques; Samyde, David

    2003-06-01

    In 1998, Paul Kocher showed that when a smart card computes cryptographic algorithms, for signatures or encryption, its consumption or its radiations leak information. The keys or the secrets hidden in the card can then be recovered using a differential measurement based on the intercorrelation function. A lot of silicon manufacturers use desynchronization countermeasures to defeat power analysis. In this article we detail a new resynchronization technic. This method can be used to facilitate the use of a neural network to do the code recognition. It becomes possible to reverse engineer a software code automatically. Using data and clock separation methods, we show how to optimize the synchronization using signal processing. Then we compare these methods with watermarking methods for 1D and 2D signal. The very last watermarking detection improvements can be applied to signal processing for smart cards with very few modifications. Bayesian processing is one of the best ways to do Differential Power Analysis, and it is possible to extract a PIN code from a smart card in very few samples. So this article shows the need to continue to set up effective countermeasures for cryptographic processors. Although the idea to use advanced signal processing operators has been commonly known for a long time, no publication explains that results can be obtained. The main idea of differential measurement is to use the cross-correlation of two random variables and to repeat consumption measurements on the processor to be analyzed. We use two processors clocked at the same external frequency and computing the same data. The applications of our design are numerous. Two measurements provide the inputs of a central operator. With the most accurate operator we can improve the signal noise ratio, re-synchronize the acquisition clock with the internal one, or remove jitter. The analysis based on consumption or electromagnetic measurements can be improved using our structure. At first sight

  5. Two-dimensional interpolation with experimental data smoothing

    International Nuclear Information System (INIS)

    Trejbal, Z.

    1989-01-01

    A method of two-dimensional interpolation with smoothing of time statistically deflected points is developed for processing of magnetic field measurements at the U-120M field measurements at the U-120M cyclotron. Mathematical statement of initial requirements and the final result of relevant algebraic transformations are given. 3 refs

  6. Classifying and assembling two-dimensional X-ray laser diffraction patterns of a single particle to reconstruct the three-dimensional diffraction intensity function: resolution limit due to the quantum noise

    International Nuclear Information System (INIS)

    Tokuhisa, Atsushi; Taka, Junichiro; Kono, Hidetoshi; Go, Nobuhiro

    2012-01-01

    A new algorithm is developed for reconstructing the high-resolution three-dimensional diffraction intensity function of a globular biological macromolecule from many quantum-noise-limited two-dimensional X-ray laser diffraction patterns, each for an unknown orientation. The structural resolution is expressed as a function of the incident X-ray intensity and quantities characterizing the target molecule. A new two-step algorithm is developed for reconstructing the three-dimensional diffraction intensity of a globular biological macromolecule from many experimentally measured quantum-noise-limited two-dimensional X-ray laser diffraction patterns, each for an unknown orientation. The first step is classification of the two-dimensional patterns into groups according to the similarity of direction of the incident X-rays with respect to the molecule and an averaging within each group to reduce the noise. The second step is detection of common intersecting circles between the signal-enhanced two-dimensional patterns to identify their mutual location in the three-dimensional wavenumber space. The newly developed algorithm enables one to detect a signal for classification in noisy experimental photon-count data with as low as ∼0.1 photons per effective pixel. The wavenumber of such a limiting pixel determines the attainable structural resolution. From this fact, the resolution limit due to the quantum noise attainable by this new method of analysis as well as two important experimental parameters, the number of two-dimensional patterns to be measured (the load for the detector) and the number of pairs of two-dimensional patterns to be analysed (the load for the computer), are derived as a function of the incident X-ray intensity and quantities characterizing the target molecule

  7. Deterministic transfer of two-dimensional materials by all-dry viscoelastic stamping

    International Nuclear Information System (INIS)

    Castellanos-Gomez, Andres; Buscema, Michele; Molenaar, Rianda; Singh, Vibhor; Janssen, Laurens; Van der Zant, Herre S J; Steele, Gary A

    2014-01-01

    The deterministic transfer of two-dimensional crystals constitutes a crucial step towards the fabrication of heterostructures based on the artificial stacking of two-dimensional materials. Moreover, controlling the positioning of two-dimensional crystals facilitates their integration in complex devices, which enables the exploration of novel applications and the discovery of new phenomena in these materials. To date, deterministic transfer methods rely on the use of sacrificial polymer layers and wet chemistry to some extent. Here, we develop an all-dry transfer method that relies on viscoelastic stamps and does not employ any wet chemistry step. This is found to be very advantageous to freely suspend these materials as there are no capillary forces involved in the process. Moreover, the whole fabrication process is quick, efficient, clean and it can be performed with high yield. (letter)

  8. Basic digital signal processing

    CERN Document Server

    Lockhart, Gordon B

    1985-01-01

    Basic Digital Signal Processing describes the principles of digital signal processing and experiments with BASIC programs involving the fast Fourier theorem (FFT). The book reviews the fundamentals of the BASIC program, continuous and discrete time signals including analog signals, Fourier analysis, discrete Fourier transform, signal energy, power. The text also explains digital signal processing involving digital filters, linear time-variant systems, discrete time unit impulse, discrete-time convolution, and the alternative structure for second order infinite impulse response (IIR) sections.

  9. Characterization of nonlinear effects in a two-dimensional dielectric elastomer actuator

    International Nuclear Information System (INIS)

    Jhong, Y; Mikolas, D; Fu, C; Yeh, T; Fang, W; Shaw, D; Chen, J

    2010-01-01

    Dielectric elastomer actuators (DEAs) possess great potential for the realization of lightweight and inexpensive multiple-degrees-of-freedom (multi-DOF) biomimetic robotics. In this study, a two-dimensional DEA was built and tested in order to characterize the issues associated with the use in multi-DOF actuation. The actuator is a single circular DEA film with four, electrically isolated quadrant electrode areas. The actuator was driven in a quasi-circular manner by applying sine and cosine signals to orthogonal pairs of electrodes, and the resultant motion was recorded using image processing techniques. The effects of nonlinear voltage–strain behavior, creep and stress relaxation on the motion were all pronounced and clearly differentiated. A simple six-parameter empirical model was used and showed excellent agreement with the measured data

  10. One-Dimensional Signal Extraction Of Paper-Written ECG Image And Its Archiving

    Science.gov (United States)

    Zhang, Zhi-ni; Zhang, Hong; Zhuang, Tian-ge

    1987-10-01

    A method for converting paper-written electrocardiograms to one dimensional (1-D) signals for archival storage on floppy disk is presented here. Appropriate image processing techniques were employed to remove the back-ground noise inherent to ECG recorder charts and to reconstruct the ECG waveform. The entire process consists of (1) digitization of paper-written ECGs with an image processing system via a TV camera; (2) image preprocessing, including histogram filtering and binary image generation; (3) ECG feature extraction and ECG wave tracing, and (4) transmission of the processed ECG data to IBM-PC compatible floppy disks for storage and retrieval. The algorithms employed here may also be used in the recognition of paper-written EEG or EMG and may be useful in robotic vision.

  11. Accuracy and effectiveness of self-gating signals in free-breathing three-dimensional cardiac cine magnetic resonance imaging

    International Nuclear Information System (INIS)

    Li Shuo; Gao Song; Wang Lei; Zhu Yan-Chun; Yang Jie; Xie Yao-Qin; Fu Nan; Wang Yi

    2016-01-01

    Conventional multiple breath-hold two-dimensional (2D) balanced steady-state free precession (SSFP) presents many difficulties in cardiac cine magnetic resonance imaging (MRI). Recently, a self-gated free-breathing three-dimensional (3D) SSFP technique has been proposed as an alternative in many studies. However, the accuracy and effectiveness of self-gating signals have been barely studied before. Since self-gating signals are crucially important in image reconstruction, a systematic study of self-gating signals and comparison with external monitored signals are needed.Previously developed self-gated free-breathing 3D SSFP techniques are used on twenty-eight healthy volunteers. Both electrocardiographic (ECG) and respiratory bellow signals are also acquired during the scan as external signals. Self-gating signal and external signal are compared by trigger and gating window. Gating window is proposed to evaluate the accuracy and effectiveness of respiratory self-gating signal. Relative deviation of the trigger and root-mean-square-deviation of the cycle duration are calculated. A two-tailed paired t-test is used to identify the difference between self-gating and external signals. A Wilcoxon signed rank test is used to identify the difference between peak and valley self-gating triggers.The results demonstrate an excellent correlation ( P = 0, R > 0.99) between self-gating and external triggers. Wilcoxon signed rank test shows that there is no significant difference between peak and valley self-gating triggers for both cardiac ( H = 0, P > 0.10) and respiratory ( H = 0, P > 0.44) motions. The difference between self-gating and externally monitored signals is not significant (two-tailed paired-sample t-test: H = 0, P > 0.90).The self-gating signals could demonstrate cardiac and respiratory motion accurately and effectively as ECG and respiratory bellow. The difference between the two methods is not significant and can be explained. Furthermore, few ECG trigger errors

  12. Two dimensional kinetic analysis of electrostatic harmonic plasma waves

    Energy Technology Data Exchange (ETDEWEB)

    Fonseca-Pongutá, E. C.; Ziebell, L. F.; Gaelzer, R. [Instituto de Física, UFRGS, 91501-970 Porto Alegre, RS (Brazil); Yoon, P. H. [IPST, University of Maryland, College Park, Maryland 20742 (United States); SSR, Kyung Hee University, Yongin, Gyeonggi 446-701 (Korea, Republic of)

    2016-06-15

    Electrostatic harmonic Langmuir waves are virtual modes excited in weakly turbulent plasmas, first observed in early laboratory beam-plasma experiments as well as in rocket-borne active experiments in space. However, their unequivocal presence was confirmed through computer simulated experiments and subsequently theoretically explained. The peculiarity of harmonic Langmuir waves is that while their existence requires nonlinear response, their excitation mechanism and subsequent early time evolution are governed by essentially linear process. One of the unresolved theoretical issues regards the role of nonlinear wave-particle interaction process over longer evolution time period. Another outstanding issue is that existing theories for these modes are limited to one-dimensional space. The present paper carries out two dimensional theoretical analysis of fundamental and (first) harmonic Langmuir waves for the first time. The result shows that harmonic Langmuir wave is essentially governed by (quasi)linear process and that nonlinear wave-particle interaction plays no significant role in the time evolution of the wave spectrum. The numerical solutions of the two-dimensional wave spectra for fundamental and harmonic Langmuir waves are also found to be consistent with those obtained by direct particle-in-cell simulation method reported in the literature.

  13. The newest digital signal processing

    International Nuclear Information System (INIS)

    Lee, Chae Uk

    2002-08-01

    This book deal with the newest digital signal processing, which contains introduction on conception of digital signal processing, constitution and purpose, signal and system such as signal, continuos signal, discrete signal and discrete system, I/O expression on impress response, convolution, mutual connection of system and frequency character,z transform of definition, range, application of z transform and relationship with laplace transform, Discrete fourier, Fast fourier transform on IDFT algorithm and FFT application, foundation of digital filter of notion, expression, types, frequency characteristic of digital filter and design order of filter, Design order of filter, Design of FIR digital filter, Design of IIR digital filter, Adaptive signal processing, Audio signal processing, video signal processing and application of digital signal processing.

  14. Two-dimensional model of coupled heat and moisture transport in frost-heaving soils

    International Nuclear Information System (INIS)

    Guymon, G.L.; Berg, R.L.; Hromadka, T.V.

    1984-01-01

    A two-dimensional model of coupled heat and moisture flow in frost-heaving soils is developed based upon well known equations of heat and moisture flow in soils. Numerical solution is by the nodal domain integration method which includes the integrated finite difference and the Galerkin finite element methods. Solution of the phase change process is approximated by an isothermal approach and phenomenological equations are assumed for processes occurring in freezing or thawing zones. The model has been verified against experimental one-dimensional freezing soil column data and experimental two-dimensional soil thawing tank data as well as two-dimensional soil seepage data. The model has been applied to several simple but useful field problems such as roadway embankment freezing and frost heaving

  15. On the two-dimensional Saigo-Maeda fractional calculus asociated with two-dimensional Aleph TRANSFORM

    Directory of Open Access Journals (Sweden)

    Dinesh Kumar

    2013-11-01

    Full Text Available This paper deals with the study of two-dimensional Saigo-Maeda operators of Weyl type associated with Aleph function defined in this paper. Two theorems on these defined operators are established. Some interesting results associated with the H-functions and generalized Mittag-Leffler functions are deduced from the derived results. One dimensional analog of the derived results is also obtained.

  16. Two dimensional dopant diffusion study by scanning capacitance microscopy and TSUPREM IV process simulation

    International Nuclear Information System (INIS)

    Kim, J.; McMurray, J. S.; Williams, C. C.; Slinkman, J.

    1998-01-01

    We report the results of a 2-step two-dimensional (2D) diffusion study by Scanning Capacitance Microscopy (SCM) and 2D TSUPREM IV process simulation. A quantitative 2D dopant profile of gate-like structures consisting heavily implanted n+ regions separated by a lighter doped n-type region underneath 0.56 μm gates is measured with the SCM. The SCM is operated in the constant-change-in-capacitance mode. The 2-D SCM data is converted to dopant density through a physical model of the SCM/silicon interaction. This profile has been directly compared with 2D TSUPREM IV process simulation and used to calibrate the simulation parameters. The sample is then further subjected to an additional diffusion in a furnace for 80 minutes at 1000C. The SCM measurement is repeated on the diffused sample. This final 2D dopant profile is compared with a TSUPREM IV process simulation tuned to fit the earlier profile with no change in the parameters except the temperature and time for the additional diffusion. Our results indicate that there is still a significant disagreement between the two profiles in the lateral direction. TSUPREM IV simulation considerably underestimates the diffusion under the gate region

  17. Engineering two-photon high-dimensional states through quantum interference

    Science.gov (United States)

    Zhang, Yingwen; Roux, Filippus S.; Konrad, Thomas; Agnew, Megan; Leach, Jonathan; Forbes, Andrew

    2016-01-01

    Many protocols in quantum science, for example, linear optical quantum computing, require access to large-scale entangled quantum states. Such systems can be realized through many-particle qubits, but this approach often suffers from scalability problems. An alternative strategy is to consider a lesser number of particles that exist in high-dimensional states. The spatial modes of light are one such candidate that provides access to high-dimensional quantum states, and thus they increase the storage and processing potential of quantum information systems. We demonstrate the controlled engineering of two-photon high-dimensional states entangled in their orbital angular momentum through Hong-Ou-Mandel interference. We prepare a large range of high-dimensional entangled states and implement precise quantum state filtering. We characterize the full quantum state before and after the filter, and are thus able to determine that only the antisymmetric component of the initial state remains. This work paves the way for high-dimensional processing and communication of multiphoton quantum states, for example, in teleportation beyond qubits. PMID:26933685

  18. Signal and data processing of small targets 1989; Proceedings of the Meeting, Orlando, FL, Mar. 27-29, 1989

    Science.gov (United States)

    Drummond, Oliver E. (Editor)

    1989-01-01

    The present conference on digital signal processing, association and filtering techniques, and multiple-sensor/multiple-tracking techniques, discusses single-frame velocity estimation, efficient target extraction for laser radar imagery, precision target tracking for small extended objects, IR clutter partitioning for matched filter design, the maximum-likelihood approach to gamma circumvention, position estimation for optical point targets using staring detector arrays, and a multiple-scan signal processing technique for area-moving target indication. Also discussed are a proportional integral estimator, the prediction of track purity in tracking performance evaluations, synchronization and fault-tolerance in a distributed tracker, the benefits of soft sensors and probabilistic fusion, and testing track initiation algorithms fusing two-dimensional tracks.

  19. Two-dimensional filtering of SPECT images using the Metz and Wiener filters

    International Nuclear Information System (INIS)

    King, M.A.; Schwinger, R.B.; Penney, B.C.; Doherty, P.W.

    1984-01-01

    Presently, single photon emission computed tomographic (SPECT) images are usually reconstructed by arbitrarily selecting a one-dimensional ''window'' function for use in reconstruction. A better method would be to automatically choose among a family of two-dimensional image restoration filters in such a way as to produce ''optimum'' image quality. Two-dimensional image processing techniques offer the advantages of a larger statistical sampling of the data for better noise reduction, and two-dimensional image deconvolution to correct for blurring during acquisition. An investigation of two such ''optimal'' digital image restoration techniques (the count-dependent Metz filter and the Wiener filter) was made. They were applied both as two-dimensional ''window'' functions for preprocessing SPECT images, and for filtering reconstructed images. Their performance was compared by measuring image contrast and per cent fractional standard deviation (% FSD) in multiple-acquisitions of the Jaszczak SPECT phantom at two different count levels. A statistically significant increase in image contrast and decrease in % FSD was observed with these techniques when compared to the results of reconstruction with a ramp filter. The adaptability of the techniques was manifested in a lesser % reduction in % FSD at the high count level coupled with a greater enhancement in image contrast. Using an array processor, processing time was 0.2 sec per image for the Metz filter and 3 sec for the Wiener filter. It is concluded that two-dimensional digital image restoration with these techniques can produce a significant increase in SPECT image quality

  20. Comparison of dimensionality reduction techniques for the fault diagnosis of mono block centrifugal pump using vibration signals

    Directory of Open Access Journals (Sweden)

    N.R. Sakthivel

    2014-03-01

    Full Text Available Bearing fault, Impeller fault, seal fault and cavitation are the main causes of breakdown in a mono block centrifugal pump and hence, the detection and diagnosis of these mechanical faults in a mono block centrifugal pump is very crucial for its reliable operation. Based on a continuous acquisition of signals with a data acquisition system, it is possible to classify the faults. This is achieved by the extraction of features from the measured data and employing data mining approaches to explore the structural information hidden in the signals acquired. In the present study, statistical features derived from the vibration data are used as the features. In order to increase the robustness of the classifier and to reduce the data processing load, dimensionality reduction is necessary. In this paper dimensionality reduction is performed using traditional dimensionality reduction techniques and nonlinear dimensionality reduction techniques. The effectiveness of each dimensionality reduction technique is also verified using visual analysis. The reduced feature set is then classified using a decision tree. The results obtained are compared with those generated by classifiers such as Naïve Bayes, Bayes Net and kNN. The effort is to bring out the better dimensionality reduction technique–classifier combination.

  1. Two-dimensional nuclear magnetic resonance spectroscopy

    International Nuclear Information System (INIS)

    Bax, A.; Lerner, L.

    1986-01-01

    Great spectral simplification can be obtained by spreading the conventional one-dimensional nuclear magnetic resonance (NMR) spectrum in two independent frequency dimensions. This so-called two-dimensional NMR spectroscopy removes spectral overlap, facilitates spectral assignment, and provides a wealth of additional information. For example, conformational information related to interproton distances is available from resonance intensities in certain types of two-dimensional experiments. Another method generates 1 H NMR spectra of a preselected fragment of the molecule, suppressing resonances from other regions and greatly simplifying spectral appearance. Two-dimensional NMR spectroscopy can also be applied to the study of 13 C and 15 N, not only providing valuable connectivity information but also improving sensitivity of 13 C and 15 N detection by up to two orders of magnitude. 45 references, 10 figures

  2. Proceedings of the IEEE Machine Learning for Signal Processing XVII

    DEFF Research Database (Denmark)

    The seventeenth of a series of workshops sponsored by the IEEE Signal Processing Society and organized by the Machine Learning for Signal Processing Technical Committee (MLSP-TC). The field of machine learning has matured considerably in both methodology and real-world application domains and has...... become particularly important for solution of problems in signal processing. As reflected in this collection, machine learning for signal processing combines many ideas from adaptive signal/image processing, learning theory and models, and statistics in order to solve complex real-world signal processing......, and two papers from the winners of the Data Analysis Competition. The program included papers in the following areas: genomic signal processing, pattern recognition and classification, image and video processing, blind signal processing, models, learning algorithms, and applications of machine learning...

  3. Signals, processes, and systems an interactive multimedia introduction to signal processing

    CERN Document Server

    Karrenberg, Ulrich

    2013-01-01

    This is a very new concept for learning Signal Processing, not only from the physically-based scientific fundamentals, but also from the didactic perspective, based on modern results of brain research. The textbook together with the DVD form a learning system that provides investigative studies and enables the reader to interactively visualize even complex processes. The unique didactic concept is built on visualizing signals and processes on the one hand, and on graphical programming of signal processing systems on the other. The concept has been designed especially for microelectronics, computer technology and communication. The book allows to develop, modify, and optimize useful applications using DasyLab - a professional and globally supported software for metrology and control engineering. With the 3rd edition, the software is also suitable for 64 bit systems running on Windows 7. Real signals can be acquired, processed and played on the sound card of your computer. The book provides more than 200 pre-pr...

  4. On some classes of two-dimensional local models in discrete two-dimensional monatomic FPU lattice with cubic and quartic potential

    International Nuclear Information System (INIS)

    Quan, Xu; Qiang, Tian

    2009-01-01

    This paper discusses the two-dimensional discrete monatomic Fermi–Pasta–Ulam lattice, by using the method of multiple-scale and the quasi-discreteness approach. By taking into account the interaction between the atoms in the lattice and their nearest neighbours, it obtains some classes of two-dimensional local models as follows: two-dimensional bright and dark discrete soliton trains, two-dimensional bright and dark line discrete breathers, and two-dimensional bright and dark discrete breather. (condensed matter: structure, thermal and mechanical properties)

  5. Two-dimensional models

    International Nuclear Information System (INIS)

    Schroer, Bert; Freie Universitaet, Berlin

    2005-02-01

    It is not possible to compactly review the overwhelming literature on two-dimensional models in a meaningful way without a specific viewpoint; I have therefore tacitly added to the above title the words 'as theoretical laboratories for general quantum field theory'. I dedicate this contribution to the memory of J. A. Swieca with whom I have shared the passion of exploring 2-dimensional models for almost one decade. A shortened version of this article is intended as a contribution to the project 'Encyclopedia of mathematical physics' and comments, suggestions and critical remarks are welcome. (author)

  6. Two-dimensional core calculation research for fuel management optimization based on CPACT code

    International Nuclear Information System (INIS)

    Chen Xiaosong; Peng Lianghui; Gang Zhi

    2013-01-01

    Fuel management optimization process requires rapid assessment for the core layout program, and the commonly used methods include two-dimensional diffusion nodal method, perturbation method, neural network method and etc. A two-dimensional loading patterns evaluation code was developed based on the three-dimensional LWR diffusion calculation program CPACT. Axial buckling introduced to simulate the axial leakage was searched in sub-burnup sections to correct the two-dimensional core diffusion calculation results. Meanwhile, in order to get better accuracy, the weight equivalent volume method of the control rod assembly cross-section was improved. (authors)

  7. Semilogarithmic Nonuniform Vector Quantization of Two-Dimensional Laplacean Source for Small Variance Dynamics

    Directory of Open Access Journals (Sweden)

    Z. Peric

    2012-04-01

    Full Text Available In this paper high dynamic range nonuniform two-dimensional vector quantization model for Laplacean source was provided. Semilogarithmic A-law compression characteristic was used as radial scalar compression characteristic of two-dimensional vector quantization. Optimal number value of concentric quantization domains (amplitude levels is expressed in the function of parameter A. Exact distortion analysis with obtained closed form expressions is provided. It has been shown that proposed model provides high SQNR values in wide range of variances, and overachieves quality obtained by scalar A-law quantization at same bit rate, so it can be used in various switching and adaptation implementations for realization of high quality signal compression.

  8. Topological signal processing

    CERN Document Server

    Robinson, Michael

    2014-01-01

    Signal processing is the discipline of extracting information from collections of measurements. To be effective, the measurements must be organized and then filtered, detected, or transformed to expose the desired information.  Distortions caused by uncertainty, noise, and clutter degrade the performance of practical signal processing systems. In aggressively uncertain situations, the full truth about an underlying signal cannot be known.  This book develops the theory and practice of signal processing systems for these situations that extract useful, qualitative information using the mathematics of topology -- the study of spaces under continuous transformations.  Since the collection of continuous transformations is large and varied, tools which are topologically-motivated are automatically insensitive to substantial distortion. The target audience comprises practitioners as well as researchers, but the book may also be beneficial for graduate students.

  9. Three-dimensional reciprocal space x-ray coherent scattering tomography of two-dimensional object.

    Science.gov (United States)

    Zhu, Zheyuan; Pang, Shuo

    2018-04-01

    X-ray coherent scattering tomography is a powerful tool in discriminating biological tissues and bio-compatible materials. Conventional x-ray scattering tomography framework can only resolve isotropic scattering profile under the assumption that the material is amorphous or in powder form, which is not true especially for biological samples with orientation-dependent structure. Previous tomography schemes based on x-ray coherent scattering failed to preserve the scattering pattern from samples with preferred orientations, or required elaborated data acquisition scheme, which could limit its application in practical settings. Here, we demonstrate a simple imaging modality to preserve the anisotropic scattering signal in three-dimensional reciprocal (momentum transfer) space of a two-dimensional sample layer. By incorporating detector movement along the direction of x-ray beam, combined with a tomographic data acquisition scheme, we match the five dimensions of the measurements with the five dimensions (three in momentum transfer domain, and two in spatial domain) of the object. We employed a collimated pencil beam of a table-top copper-anode x-ray tube, along with a panel detector to investigate the feasibility of our method. We have demonstrated x-ray coherent scattering tomographic imaging at a spatial resolution ~2 mm and momentum transfer resolution 0.01 Å -1 for the rotation-invariant scattering direction. For any arbitrary, non-rotation-invariant direction, the same spatial and momentum transfer resolution can be achieved based on the spatial information from the rotation-invariant direction. The reconstructed scattering profile of each pixel from the experiment is consistent with the x-ray diffraction profile of each material. The three-dimensional scattering pattern recovered from the measurement reveals the partially ordered molecular structure of Teflon wrap in our sample. We extend the applicability of conventional x-ray coherent scattering tomography to

  10. Two-dimensional beam profiles and one-dimensional projections

    Science.gov (United States)

    Findlay, D. J. S.; Jones, B.; Adams, D. J.

    2018-05-01

    One-dimensional projections of improved two-dimensional representations of transverse profiles of particle beams are proposed for fitting to data from harp-type monitors measuring beam profiles on particle accelerators. Composite distributions, with tails smoothly matched on to a central (inverted) parabola, are shown to give noticeably better fits than single gaussian and single parabolic distributions to data from harp-type beam profile monitors all along the proton beam transport lines to the two target stations on the ISIS Spallation Neutron Source. Some implications for inferring beam current densities on the beam axis are noted.

  11. New techniques for experimental generation of two-dimensional blade-vortex interaction at low Reynolds numbers

    Science.gov (United States)

    Booth, E., Jr.; Yu, J. C.

    1986-01-01

    An experimental investigation of two dimensional blade vortex interaction was held at NASA Langley Research Center. The first phase was a flow visualization study to document the approach process of a two dimensional vortex as it encountered a loaded blade model. To accomplish the flow visualization study, a method for generating two dimensional vortex filaments was required. The numerical study used to define a new vortex generation process and the use of this process in the flow visualization study were documented. Additionally, photographic techniques and data analysis methods used in the flow visualization study are examined.

  12. Waiting Time Dynamics in Two-Dimensional Infrared Spectroscopy

    NARCIS (Netherlands)

    Jansen, Thomas L. C.; Knoester, Jasper

    We review recent work on the waiting time dynamics of coherent two-dimensional infrared (2DIR) spectroscopy. This dynamics can reveal chemical and physical processes that take place on the femto- and picosecond time scale, which is faster than the time scale that may be probed by, for example,

  13. Combining Capability Assessment and Value Engineering: a New Two-dimensional Method for Software Process Improvement

    Directory of Open Access Journals (Sweden)

    Pasi Ojala

    2008-02-01

    Full Text Available During the last decades software process improvement (SPI has been recognized as a usable possibility to increase the quality of software development. Implemented SPI investments have often indicated increased process capabilities as well. Recently more attention has been focused on the costs of SPI as well as on the cost-effectiveness and productivity of software development, although the roots of economic-driven software engineering originate from the very early days of software engineering research. This research combines Value Engineering and capability assessment into usable new method in order to better respond to the challenges that cost-effectiveness and productivity has brought to software companies. This is done in part by defining the concepts of value, worth and cost and in part by defining the Value Engineering process and different enhancements it has seen to offer to software assessment. The practical industrial cases show that proposed two-dimensional method works in practise and is useful to assessed companies.

  14. SIBYLLE: an expert system for the interpretation in real time of mono-dimensional signals; application to vocal signal

    International Nuclear Information System (INIS)

    Minault, Sophie

    1987-01-01

    This report presents an interactive tool for computer aided building of signals processing and interpretation systems. This tool includes three main parts: - an expert system, - a rule compiler, - a real time procedural system. The expert system allows the acquisition of knowledge about the signal. Knowledge has to be formalized as a set of rewriting rules (or syntaxical rules) and is introduced with an interactive interface. The compiler makes a compilation of the knowledge base (the set of rules) and generates a procedural system, which is equivalent to the expert system. The generated procedural system is a fixed one but is much faster than the expert system: it can work in real time. The expert system is used along the experimental phase on a small corpus of data: the knowledge base is then tested and possibly modified thanks to the interactive interface. Once the knowledge base is steady enough, the procedural system is generated and tested on a bigger data corpus. This allows to perform significant statistical studies which generally induce some corrections at the expert system level. The overall constitutes a tool which conciliates the expert systems flexibility with the procedural systems speed. It has been used for building a set of recognition rules modules on vocal signal - module of sound-silence detection - module of voiced-unvoiced segmentation - module of synchronous pitch detection. Its possibilities are not limited to the study of vocal signal, but can be enlarged to any mono-dimensional signal processing. A feasibility study has been realised for an electrocardiograms application. (author) [fr

  15. Lie algebra contractions on two-dimensional hyperboloid

    International Nuclear Information System (INIS)

    Pogosyan, G. S.; Yakhno, A.

    2010-01-01

    The Inoenue-Wigner contraction from the SO(2, 1) group to the Euclidean E(2) and E(1, 1) group is used to relate the separation of variables in Laplace-Beltrami (Helmholtz) equations for the four corresponding two-dimensional homogeneous spaces: two-dimensional hyperboloids and two-dimensional Euclidean and pseudo-Euclidean spaces. We show how the nine systems of coordinates on the two-dimensional hyperboloids contracted to the four systems of coordinates on E 2 and eight on E 1,1 . The text was submitted by the authors in English.

  16. Full molecular dynamics simulations of liquid water and carbon tetrachloride for two-dimensional Raman spectroscopy in the frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Jo, Ju-Yeon, E-mail: ju8879@kuchem.kyoto-u.ac.jp; Ito, Hironobu, E-mail: h.ito@kuchem.kyoto-u.ac.jp; Tanimura, Yoshitaka, E-mail: tanimura@kuchem.kyoto-u.ac.jp

    2016-12-20

    Frequency-domain two-dimensional (2D) Raman signals, which are equivalent to coherent two-dimensional Raman scattering (COTRAS) signals, for liquid water and carbon tetrachloride were calculated using an equilibrium–nonequilibrium hybrid molecular dynamics (MD) simulation algorithm. An appropriate representation of the 2D Raman spectrum obtained from MD simulations provides an easy-to-understand depiction of structural and dynamical properties. We elucidate mechanisms governing the 2D signal profiles involving anharmonic mode–mode coupling and the nonlinearities of the polarizability for the intermolecular and intramolecular vibrational modes. The predicted signal profiles and intensities can be utilized to analyze recently developed single-beam 2D spectra, whose signals are generated from a coherently controlled pulse, allowing the single-beam measurement to be carried out more efficiently. Moreover, the MD simulation results allow us to visualize the molecular structure and dynamics by comparing the accurately calculated spectrum with experimental result.

  17. On the origin of spin-up processes in decaying two-dimensional turbulence

    NARCIS (Netherlands)

    Keetels, G.H.; Clercx, H.J.H.; van Heijst, G.J.F.

    2010-01-01

    A remarkable feature of two-dimensional turbulence in a square container with no-slip walls is the spontaneous production of angular momentum due to flow-wall interactions, also known as spontaneous spin-up of the flow. In this paper we address the statistics of spin-up and discuss its likely

  18. Quasi-two-dimensional holography

    International Nuclear Information System (INIS)

    Kutzner, J.; Erhard, A.; Wuestenberg, H.; Zimpfer, J.

    1980-01-01

    The acoustical holography with numerical reconstruction by area scanning is memory- and time-intensive. With the experiences by the linear holography we tried to derive a scanning for the evaluating of the two-dimensional flaw-sizes. In most practical cases it is sufficient to determine the exact depth extension of a flaw, whereas the accuracy of the length extension is less critical. For this reason the applicability of the so-called quasi-two-dimensional holography is appropriate. The used sound field given by special probes is divergent in the inclined plane and light focussed in the perpendicular plane using cylindrical lenses. (orig.) [de

  19. Topology optimization of two-dimensional waveguides

    DEFF Research Database (Denmark)

    Jensen, Jakob Søndergaard; Sigmund, Ole

    2003-01-01

    In this work we use the method of topology optimization to design two-dimensional waveguides with low transmission loss.......In this work we use the method of topology optimization to design two-dimensional waveguides with low transmission loss....

  20. Traditional Semiconductors in the Two-Dimensional Limit.

    Science.gov (United States)

    Lucking, Michael C; Xie, Weiyu; Choe, Duk-Hyun; West, Damien; Lu, Toh-Ming; Zhang, S B

    2018-02-23

    Interest in two-dimensional materials has exploded in recent years. Not only are they studied due to their novel electronic properties, such as the emergent Dirac fermion in graphene, but also as a new paradigm in which stacking layers of distinct two-dimensional materials may enable different functionality or devices. Here, through first-principles theory, we reveal a large new class of two-dimensional materials which are derived from traditional III-V, II-VI, and I-VII semiconductors. It is found that in the ultrathin limit the great majority of traditional binary semiconductors studied (a series of 28 semiconductors) are not only kinetically stable in a two-dimensional double layer honeycomb structure, but more energetically stable than the truncated wurtzite or zinc-blende structures associated with three dimensional bulk. These findings both greatly increase the landscape of two-dimensional materials and also demonstrate that in the double layer honeycomb form, even ordinary semiconductors, such as GaAs, can exhibit exotic topological properties.

  1. Sufficient Controllability Condition for Affine Systems with Two-Dimensional Control and Two-Dimensional Zero Dynamics

    Directory of Open Access Journals (Sweden)

    D. A. Fetisov

    2015-01-01

    Full Text Available The controllability conditions are well known if we speak about linear stationary systems: a linear stationary system is controllable if and only if the dimension of the state vector is equal to the rank of the controllability matrix. The concept of the controllability matrix is extended to affine systems, but relations between affine systems controllability and properties of this matrix are more complicated. Various controllability conditions are set for affine systems, but they deal as usual either with systems of some special form or with controllability in some small neighborhood of the concerned point. An affine system is known to be controllable if the system is equivalent to a system of a canonical form, which is defined and regular in the whole space of states. In this case, the system is said to be feedback linearizable in the space of states. However there are examples, which illustrate that a system can be controllable even if it is not feedback linearizable in any open subset in the space of states. In this article we deal with such systems.Affine systems with two-dimensional control are considered. The system in question is assumed to be equivalent to a system of a quasicanonical form with two-dimensional zero dynamics which is defined and regular in the whole space of states. Therefore the controllability of the original system is equivalent to the controllability of the received system of a quasicanonical form. In this article the sufficient condition for an available solution of the terminal problem is proven for systems of a quasicanonical form with two-dimensional control and two-dimensional zero dynamics. The condition is valid in the case of an arbitrary time interval and arbitrary initial and finite states of the system. Therefore the controllability condition is set for systems of a quasicanonical form with two-dimensional control and two-dimensional zero dynamics. An example is given which illustrates how the proved

  2. Seismically constrained two-dimensional crustal thermal structure of ...

    Indian Academy of Sciences (India)

    The temperature field within the crust is closely related to tectonic history as well as many other geological processes inside the earth. Therefore, knowledge of the crustal thermal structure of a region is of great importance for its tectonophysical studies. This work deals with the two-dimensional thermal modelling to ...

  3. Three-dimensional magnetic probe measurements of EXTRAP T1 equilibria

    International Nuclear Information System (INIS)

    Hedin, E.R.

    1988-12-01

    Internal probes are described for use in measuring the three orthogonal components of the magnetic field in the Extrap T1 device. The data analysis process for numerical processing of the probe signals is also explained. Results include radial and vertical profiles of the field components, three-dimensional field plots, inverse field strength contours, two-dimensional magnetic flux plots and toroidal current profiles. (author)

  4. Signal processing techniques for sodium boiling noise detection

    International Nuclear Information System (INIS)

    1989-05-01

    At the Specialists' Meeting on Sodium Boiling Detection organized by the International Working Group on Fast Reactors (IWGFR) of the International Atomic Energy Agency at Chester in the United Kingdom in 1981 various methods of detecting sodium boiling were reported. But, it was not possible to make a comparative assessment of these methods because the signal condition in each experiment was different from others. That is why participants of this meeting recommended that a benchmark test should be carried out in order to evaluate and compare signal processing methods for boiling detection. Organization of the Co-ordinated Research Programme (CRP) on signal processing techniques for sodium boiling noise detection was also recommended at the 16th meeting of the IWGFR. The CRP on Signal Processing Techniques for Sodium Boiling Noise Detection was set up in 1984. Eight laboratories from six countries have agreed to participate in this CRP. The overall objective of the programme was the development of reliable on-line signal processing techniques which could be used for the detection of sodium boiling in an LMFBR core. During the first stage of the programme a number of existing processing techniques used by different countries have been compared and evaluated. In the course of further work, an algorithm for implementation of this sodium boiling detection system in the nuclear reactor will be developed. It was also considered that the acoustic signal processing techniques developed for boiling detection could well make a useful contribution to other acoustic applications in the reactor. This publication consists of two parts. Part I is the final report of the co-ordinated research programme on signal processing techniques for sodium boiling noise detection. Part II contains two introductory papers and 20 papers presented at four research co-ordination meetings since 1985. A separate abstract was prepared for each of these 22 papers. Refs, figs and tabs

  5. Phase and Texture of Solution-Processed Copper Phthalocyanine Thin Films Investigated by Two-Dimensional Grazing Incidence X-Ray Diffraction

    Directory of Open Access Journals (Sweden)

    Lulu Deng

    2011-07-01

    Full Text Available The phase and texture of a newly developed solution-processed copper phthalocyanine (CuPc thin film have been investigated by two-dimensional grazing incidence X-ray diffraction. The results show that it has β phase crystalline structure, with crystallinity greater than 80%. The average size of the crystallites is found to be about 24 nm. There are two different arrangements of crystallites, with one dominating the diffraction pattern. Both of them have preferred orientation along the thin film normal. Based on the similarities to the vacuum deposited CuPc thin films, the new solution processing method is verified to offer a good alternative to vacuum process, for the fabrication of low cost small molecule based organic photovoltaics.

  6. Two-dimensional flexible nanoelectronics

    Science.gov (United States)

    Akinwande, Deji; Petrone, Nicholas; Hone, James

    2014-12-01

    2014/2015 represents the tenth anniversary of modern graphene research. Over this decade, graphene has proven to be attractive for thin-film transistors owing to its remarkable electronic, optical, mechanical and thermal properties. Even its major drawback--zero bandgap--has resulted in something positive: a resurgence of interest in two-dimensional semiconductors, such as dichalcogenides and buckled nanomaterials with sizeable bandgaps. With the discovery of hexagonal boron nitride as an ideal dielectric, the materials are now in place to advance integrated flexible nanoelectronics, which uniquely take advantage of the unmatched portfolio of properties of two-dimensional crystals, beyond the capability of conventional thin films for ubiquitous flexible systems.

  7. Logarithmic Superdiffusion in Two Dimensional Driven Lattice Gases

    Science.gov (United States)

    Krug, J.; Neiss, R. A.; Schadschneider, A.; Schmidt, J.

    2018-03-01

    The spreading of density fluctuations in two-dimensional driven diffusive systems is marginally anomalous. Mode coupling theory predicts that the diffusivity in the direction of the drive diverges with time as (ln t)^{2/3} with a prefactor depending on the macroscopic current-density relation and the diffusion tensor of the fluctuating hydrodynamic field equation. Here we present the first numerical verification of this behavior for a particular version of the two-dimensional asymmetric exclusion process. Particles jump strictly asymmetrically along one of the lattice directions and symmetrically along the other, and an anisotropy parameter p governs the ratio between the two rates. Using a novel massively parallel coupling algorithm that strongly reduces the fluctuations in the numerical estimate of the two-point correlation function, we are able to accurately determine the exponent of the logarithmic correction. In addition, the variation of the prefactor with p provides a stringent test of mode coupling theory.

  8. Fraction transfer process in on-line comprehensive two-dimensional liquid phase separations

    Czech Academy of Sciences Publication Activity Database

    Česla, P.; Křenková, Jana

    2017-01-01

    Roč. 40, č. 1 (2017), s. 109-123 ISSN 1615-9306 R&D Projects: GA ČR(CZ) GA14-06319S Institutional support: RVO:68081715 Keywords : capillary electrophoresis * comprehensive liquid chromatography * fraction transfer * two-dimensional separations * liquid chromatography Subject RIV: CB - Analytical Chemistry, Separation OBOR OECD: Analytical chemistry Impact factor: 2.557, year: 2016

  9. Quaternion Fourier transforms for signal and image processing

    CERN Document Server

    Ell, Todd A; Sangwine, Stephen J

    2014-01-01

    Based on updates to signal and image processing technology made in the last two decades, this text examines the most recent research results pertaining to Quaternion Fourier Transforms. QFT is a central component of processing color images and complex valued signals. The book's attention to mathematical concepts, imaging applications, and Matlab compatibility render it an irreplaceable resource for students, scientists, researchers, and engineers.

  10. Volumetric image processing: A new technique for three-dimensional imaging

    International Nuclear Information System (INIS)

    Fishman, E.K.; Drebin, B.; Magid, D.; St Ville, J.A.; Zerhouni, E.A.; Siegelman, S.S.; Ney, D.R.

    1986-01-01

    Volumetric three-dimensional (3D) image processing was performed on CT scans of 25 normal hips, and image quality and potential diagnostic applications were assessed. In contrast to surface detection 3D techniques, volumetric processing preserves every pixel of transaxial CT data, replacing the gray scale with transparent ''gels'' and shading. Anatomically, accurate 3D images can be rotated and manipulated in real time, including simulated tissue layer ''peeling'' and mock surgery or disarticulation. This pilot study suggests that volumetric rendering is a major advance in signal processing of medical image data, producing a high quality, uniquely maneuverable image that is useful for fracture interpretation, soft-tissue analysis, surgical planning, and surgical rehearsal

  11. Two-dimensional photon-echo spectroscopy at a conical intersection: A two-mode pyrazine model with dissipation

    Energy Technology Data Exchange (ETDEWEB)

    Sala, Matthieu; Egorova, Dassia

    2016-12-20

    The multi-dimensional electronic spectroscopy of ultrafast nuclear dynamics at conical intersections (CI) is an emerging field of investigation, which profits also from the recent extension of the techniques to the UV domain. We present a detailed computational study of oscillatory signatures in two-dimensional (2D) photon-echo spectroscopy (also known as 2D electronic spectroscopy, 2DES) for the two-mode pyrazine model with dissipation. Conventional 2D signals as well as the resulting beating maps are considered. Although of a reduced character, the model captures quite well all the main signatures of the excited-state dynamics of the molecule. Due to the ultrafast relaxation via the CI and no excited-state absorption from the low-lying dark state, the oscillatory components of the signal are found to be predominantly determined by the ground state bleach contribution. They reflect, therefore, the ground-state vibrational coherence induced in the Raman active mode. Beating maps provide a way to experimentally differentiate between ground state bleach and stimulated emission oscillatory components. The ultrafast decay of the latter constitutes a clear indirect signature of the CI. In the considered model, because of the sign properties of the involved transition dipole moments, the dominance of the ground-state coherence leads to anti-correlated oscillations of cross peaks located at symmetric positions with respect to the main diagonal.

  12. Converting Panax ginseng DNA and chemical fingerprints into two-dimensional barcode.

    Science.gov (United States)

    Cai, Yong; Li, Peng; Li, Xi-Wen; Zhao, Jing; Chen, Hai; Yang, Qing; Hu, Hao

    2017-07-01

    In this study, we investigated how to convert the Panax ginseng DNA sequence code and chemical fingerprints into a two-dimensional code. In order to improve the compression efficiency, GATC2Bytes and digital merger compression algorithms are proposed. HPLC chemical fingerprint data of 10 groups of P. ginseng from Northeast China and the internal transcribed spacer 2 (ITS2) sequence code as the DNA sequence code were ready for conversion. In order to convert such data into a two-dimensional code, the following six steps were performed: First, the chemical fingerprint characteristic data sets were obtained through the inflection filtering algorithm. Second, precompression processing of such data sets is undertaken. Third, precompression processing was undertaken with the P. ginseng DNA (ITS2) sequence codes. Fourth, the precompressed chemical fingerprint data and the DNA (ITS2) sequence code were combined in accordance with the set data format. Such combined data can be compressed by Zlib, an open source data compression algorithm. Finally, the compressed data generated a two-dimensional code called a quick response code (QR code). Through the abovementioned converting process, it can be found that the number of bytes needed for storing P. ginseng chemical fingerprints and its DNA (ITS2) sequence code can be greatly reduced. After GTCA2Bytes algorithm processing, the ITS2 compression rate reaches 75% and the chemical fingerprint compression rate exceeds 99.65% via filtration and digital merger compression algorithm processing. Therefore, the overall compression ratio even exceeds 99.36%. The capacity of the formed QR code is around 0.5k, which can easily and successfully be read and identified by any smartphone. P. ginseng chemical fingerprints and its DNA (ITS2) sequence code can form a QR code after data processing, and therefore the QR code can be a perfect carrier of the authenticity and quality of P. ginseng information. This study provides a theoretical

  13. Approximate solutions for the two-dimensional integral transport equation. Solution of complex two-dimensional transport problems

    International Nuclear Information System (INIS)

    Sanchez, Richard.

    1980-11-01

    This work is divided into two parts: the first part deals with the solution of complex two-dimensional transport problems, the second one (note CEA-N-2166) treats the critically mixed methods of resolution. A set of approximate solutions for the isotropic two-dimensional neutron transport problem has been developed using the interface current formalism. The method has been applied to regular lattices of rectangular cells containing a fuel pin, cladding, and water, or homogenized structural material. The cells are divided into zones that are homogeneous. A zone-wise flux expansion is used to formulate a direct collision probability problem within a cell. The coupling of the cells is effected by making extra assumptions on the currents entering and leaving the interfaces. Two codes have been written: CALLIOPE uses a cylindrical cell model and one or three terms for the flux expansion, and NAUSICAA uses a two-dimensional flux representation and does a truly two-dimensional calculation inside each cell. In both codes, one or three terms can be used to make a space-independent expansion of the angular fluxes entering and leaving each side of the cell. The accuracies and computing times achieved with the different approximations are illustrated by numerical studies on two benchmark problems and by calculations performed in the APOLLO multigroup code [fr

  14. Two-dimensional topological field theories coupled to four-dimensional BF theory

    International Nuclear Information System (INIS)

    Montesinos, Merced; Perez, Alejandro

    2008-01-01

    Four-dimensional BF theory admits a natural coupling to extended sources supported on two-dimensional surfaces or string world sheets. Solutions of the theory are in one to one correspondence with solutions of Einstein equations with distributional matter (cosmic strings). We study new (topological field) theories that can be constructed by adding extra degrees of freedom to the two-dimensional world sheet. We show how two-dimensional Yang-Mills degrees of freedom can be added on the world sheet, producing in this way, an interactive (topological) theory of Yang-Mills fields with BF fields in four dimensions. We also show how a world sheet tetrad can be naturally added. As in the previous case the set of solutions of these theories are contained in the set of solutions of Einstein's equations if one allows distributional matter supported on two-dimensional surfaces. These theories are argued to be exactly quantizable. In the context of quantum gravity, one important motivation to study these models is to explore the possibility of constructing a background-independent quantum field theory where local degrees of freedom at low energies arise from global topological (world sheet) degrees of freedom at the fundamental level

  15. Beginning Introductory Physics with Two-Dimensional Motion

    Science.gov (United States)

    Huggins, Elisha

    2009-01-01

    During the session on "Introductory College Physics Textbooks" at the 2007 Summer Meeting of the AAPT, there was a brief discussion about whether introductory physics should begin with one-dimensional motion or two-dimensional motion. Here we present the case that by starting with two-dimensional motion, we are able to introduce a considerable…

  16. Two-dimensional thermofield bosonization

    International Nuclear Information System (INIS)

    Amaral, R.L.P.G.; Belvedere, L.V.; Rothe, K.D.

    2005-01-01

    The main objective of this paper was to obtain an operator realization for the bosonization of fermions in 1 + 1 dimensions, at finite, non-zero temperature T. This is achieved in the framework of the real-time formalism of Thermofield Dynamics. Formally, the results parallel those of the T = 0 case. The well-known two-dimensional Fermion-Boson correspondences at zero temperature are shown to hold also at finite temperature. To emphasize the usefulness of the operator realization for handling a large class of two-dimensional quantum field-theoretic problems, we contrast this global approach with the cumbersome calculation of the fermion-current two-point function in the imaginary-time formalism and real-time formalisms. The calculations also illustrate the very different ways in which the transmutation from Fermi-Dirac to Bose-Einstein statistics is realized

  17. Two-dimensional x-ray diffraction

    CERN Document Server

    He, Bob B

    2009-01-01

    Written by one of the pioneers of 2D X-Ray Diffraction, this useful guide covers the fundamentals, experimental methods and applications of two-dimensional x-ray diffraction, including geometry convention, x-ray source and optics, two-dimensional detectors, diffraction data interpretation, and configurations for various applications, such as phase identification, texture, stress, microstructure analysis, crystallinity, thin film analysis and combinatorial screening. Experimental examples in materials research, pharmaceuticals, and forensics are also given. This presents a key resource to resea

  18. Signal processing for radiation detectors

    CERN Document Server

    Nakhostin, Mohammad

    2018-01-01

    This book provides a clear understanding of the principles of signal processing of radiation detectors. It puts great emphasis on the characteristics of pulses from various types of detectors and offers a full overview on the basic concepts required to understand detector signal processing systems and pulse processing techniques. Signal Processing for Radiation Detectors covers all of the important aspects of signal processing, including energy spectroscopy, timing measurements, position-sensing, pulse-shape discrimination, and radiation intensity measurement. The book encompasses a wide range of applications so that readers from different disciplines can benefit from all of the information. In addition, this resource: * Describes both analog and digital techniques of signal processing * Presents a complete compilation of digital pulse processing algorithms * Extrapolates content from more than 700 references covering classic papers as well as those of today * Demonstrates concepts with more than 340 origin...

  19. Bayesian approach for peak detection in two-dimensional chromatography.

    Science.gov (United States)

    Vivó-Truyols, Gabriel

    2012-03-20

    A new method for peak detection in two-dimensional chromatography is presented. In a first step, the method starts with a conventional one-dimensional peak detection algorithm to detect modulated peaks. In a second step, a sophisticated algorithm is constructed to decide which of the individual one-dimensional peaks have been originated from the same compound and should then be arranged in a two-dimensional peak. The merging algorithm is based on Bayesian inference. The user sets prior information about certain parameters (e.g., second-dimension retention time variability, first-dimension band broadening, chromatographic noise). On the basis of these priors, the algorithm calculates the probability of myriads of peak arrangements (i.e., ways of merging one-dimensional peaks), finding which of them holds the highest value. Uncertainty in each parameter can be accounted by adapting conveniently its probability distribution function, which in turn may change the final decision of the most probable peak arrangement. It has been demonstrated that the Bayesian approach presented in this paper follows the chromatographers' intuition. The algorithm has been applied and tested with LC × LC and GC × GC data and takes around 1 min to process chromatograms with several thousands of peaks.

  20. Towards Optimal Multi-Dimensional Query Processing with BitmapIndices

    Energy Technology Data Exchange (ETDEWEB)

    Rotem, Doron; Stockinger, Kurt; Wu, Kesheng

    2005-09-30

    Bitmap indices have been widely used in scientific applications and commercial systems for processing complex, multi-dimensional queries where traditional tree-based indices would not work efficiently. This paper studies strategies for minimizing the access costs for processing multi-dimensional queries using bitmap indices with binning. Innovative features of our algorithm include (a) optimally placing the bin boundaries and (b) dynamically reordering the evaluation of the query terms. In addition, we derive several analytical results concerning optimal bin allocation for a probabilistic query model. Our experimental evaluation with real life data shows an average I/O cost improvement of at least a factor of 10 for multi-dimensional queries on datasets from two different applications. Our experiments also indicate that the speedup increases with the number of query dimensions.

  1. Three dimensional imaging of surface geometry in SEM

    International Nuclear Information System (INIS)

    Slowko, W.

    1997-01-01

    A great advantage of scanning electron microscopy (SEM) is its ability of the surface topography in the way as a human eye is accustomed to see lights and shadows on macroobjects. However, SEM's can hardly display vertical dimensions of the structures. One of possible solutions is reconstruction of the surface profiles by directional detection of secondary electrons and proper signal processing. However, the surface profile still gives two dimensional information and the method should be extended to obtain fully three dimensional imaging. The extension consists in a simultaneous reconstruction of the surface profiles in two perpendicular directions (x and y) and their superposition. The solution proposed is based on a quadrupole detector system and a computer or analogue system for signal processing. Quantitative data of the surface topography can be displayed in many manners in the system of two or three co-ordinates with use of pseudo-colour for the altitude coding. (author)

  2. Piezoelectricity in Two-Dimensional Materials

    KAUST Repository

    Wu, Tao

    2015-02-25

    Powering up 2D materials: Recent experimental studies confirmed the existence of piezoelectricity - the conversion of mechanical stress into electricity - in two-dimensional single-layer MoS2 nanosheets. The results represent a milestone towards embedding low-dimensional materials into future disruptive technologies. © 2015 Wiley-VCH Verlag GmbH & Co. KGaA.

  3. Proceedings of IEEE Machine Learning for Signal Processing Workshop XV

    DEFF Research Database (Denmark)

    Larsen, Jan

    These proceedings contains refereed papers presented at the Fifteenth IEEE Workshop on Machine Learning for Signal Processing (MLSP’2005), held in Mystic, Connecticut, USA, September 28-30, 2005. This is a continuation of the IEEE Workshops on Neural Networks for Signal Processing (NNSP) organized...... by the NNSP Technical Committee of the IEEE Signal Processing Society. The name of the Technical Committee, hence of the Workshop, was changed to Machine Learning for Signal Processing in September 2003 to better reflect the areas represented by the Technical Committee. The conference is organized...... by the Machine Learning for Signal Processing Technical Committee with sponsorship of the IEEE Signal Processing Society. Following the practice started two years ago, the bound volume of the proceedings is going to be published by IEEE following the Workshop, and we are pleased to offer to conference attendees...

  4. Two-dimensional confinement of heavy fermions

    International Nuclear Information System (INIS)

    Shishido, Hiroaki; Shibauchi, Takasada; Matsuda, Yuji; Terashima, Takahito

    2010-01-01

    Metallic systems with the strongest electron correlations are realized in certain rare-earth and actinide compounds whose physics are dominated by f-electrons. These materials are known as heavy fermions, so called because the effective mass of the conduction electrons is enhanced via correlation effects up to as much as several hundreds times the free electron mass. To date the electronic structure of all heavy-fermion compounds is essentially three-dimensional. Here we report on the first realization of a two-dimensional heavy-fermion system, where the dimensionality is adjusted in a controllable fashion by fabricating heterostructures using molecular beam epitaxy. The two-dimensional heavy fermion system displays striking deviations from the standard Fermi liquid low-temperature electronic properties. (author)

  5. Two-dimensional topological photonics

    Science.gov (United States)

    Khanikaev, Alexander B.; Shvets, Gennady

    2017-12-01

    Originating from the studies of two-dimensional condensed-matter states, the concept of topological order has recently been expanded to other fields of physics and engineering, particularly optics and photonics. Topological photonic structures have already overturned some of the traditional views on wave propagation and manipulation. The application of topological concepts to guided wave propagation has enabled novel photonic devices, such as reflection-free sharply bent waveguides, robust delay lines, spin-polarized switches and non-reciprocal devices. Discrete degrees of freedom, widely used in condensed-matter physics, such as spin and valley, are now entering the realm of photonics. In this Review, we summarize the latest advances in this highly dynamic field, with special emphasis on the experimental work on two-dimensional photonic topological structures.

  6. Structures of two-dimensional three-body systems

    International Nuclear Information System (INIS)

    Ruan, W.Y.; Liu, Y.Y.; Bao, C.G.

    1996-01-01

    Features of the structure of L = 0 states of a two-dimensional three-body model system have been investigated. Three types of permutation symmetry of the spatial part, namely symmetric, antisymmetric, and mixed, have been considered. A comparison has been made between the two-dimensional system and the corresponding three-dimensional one. The effect of symmetry on microscopic structures is emphasized. (author)

  7. Two-dimensional gel electrophoresis data in support of leaf comparative proteomics of two citrus species differing in boron-tolerance

    Directory of Open Access Journals (Sweden)

    Wen Sang

    2015-09-01

    Full Text Available Here, we provide the data from a comparative proteomics approach used to investigate the response of boron (B-tolerant ‘Xuegan’ (Citrus sinensis and B-intolerant ‘Sour pummelo’ (Citrus grandis leaves to B-toxicity. Using two-dimensional gel electrophoresis (2-DE technique, we identified 50 and 45 protein species with a fold change of more than 1.5 and a P-value of less than 0.05 from B-toxic C. sinensis and C. grandis leaves. These B-toxicity-responsive protein species were mainly involved in carbohydrate and energy metabolism, antioxidation and detoxification, stress responses, coenzyme biosynthesis, protein and amino acid metabolism, signal transduction, cell transport, cytoskeleton, nucleotide metabolism, and cell cycle and DNA processing. A detailed analysis of this data may be obtained from Sang et al. (J. Proteomics 114 (2015[1].

  8. Experiment and practice on signal processing

    International Nuclear Information System (INIS)

    2002-11-01

    The contents of this book contains basic practice of CEM Tool, discrete time signal and experiment and practice of system, experiment and practice of discrete time signal sampling, practice of frequency analysis, experiment of digital filter design, application of digital signal processing, project related voice, basic principle of signal processing, the technique of basic image signal processing, biology astronomy and Robot soccer with apply of image signal processing technique, control video signal and project related image. It also has an introduction of CEM Linker I. O in the end.

  9. Experiment and practice on signal processing

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2002-11-15

    The contents of this book contains basic practice of CEM Tool, discrete time signal and experiment and practice of system, experiment and practice of discrete time signal sampling, practice of frequency analysis, experiment of digital filter design, application of digital signal processing, project related voice, basic principle of signal processing, the technique of basic image signal processing, biology astronomy and Robot soccer with apply of image signal processing technique, control video signal and project related image. It also has an introduction of CEM Linker I. O in the end.

  10. Two-Dimensional Space-Time Analysis and Matrix Represen-Tation on the Principle of the Capacitive Displacement Transducer

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Z Y [College of Metrological Technology and Engineering, China Jiliang University, Hangzhou (China); Luo, J X [Zhejiang Radio Factory, Zhejiang (China)

    2006-10-15

    In order to provide a design method of the capacitive displacement transducer and to improve its measuring performance it is desperately needed to offer a refined mathematic model of the transducer of mulitiphase drive and phase-modulated. On the basis of fully considering its characteristic of digital signals, first it is found that their actual waveforms and space-time characteristics could be tersely represented by matrixes [u{sub ij}], [c{sub j}] and [v{sub i}], and corresponding matrix elements u{sub ij}, c{sub j} and v{sub i} through deeply analyzing space-time and quantum characteristics of their mulitiphase driving signals U{sub i}(t), capacitive coupling signals C{sub j}(x) and output signal V(t). and space-time transform function possessed by U(x,t) itself. Then the basic expression of the relations of the transducer is derived, which is expressed by matrixes, thereby the characteristics of space-time transform and phase modulation are brought to light. The demodulation process and demodulated waveforms and its characteristics in the transducer are also expressed by demodulated matrixes [b{sub ij}]. Finally, the reason for the principle and periodic error produced in the transducer is revealed by sampling matrix [s{sub ij}]. Thus the full process of the produce of driving signals, modulation, demodulation and space-time transform that happen in the transducer, also waveforms and characteristics of various signals in the process are concisely expressed by two-dimensional space-time matrixes. Experimental results indicate that the use of the mathematical model enables its resolving power to reach 1 {mu}m, and the mathematical model proposed is an all-things-considered model to express processes that happen in the transducer.

  11. X-ray imaging device for one-dimensional and two-dimensional radioscopy

    International Nuclear Information System (INIS)

    1978-01-01

    The X-ray imaging device for the selectable one-dimensional or two-dimensional pictures of objects illuminated by X-rays, comprising an X-ray source, an X-ray screen, and an opto-electrical picture development device placed behind the screen, is characterized by an anamorphotic optical system, which is positioned with a one-dimensional illumination between the X-ray screen and the opto-electrical device and that a two-dimensional illumination will be developed, and that in view of the lens system which forms part of the opto-electrical device, there is placed an X-ray screen in a specified beam direction so that a magnified image may be formed by equalisation of the distance between the X-ray screen and the lens system. (G.C.)

  12. Hamiltonian formalism of two-dimensional Vlasov kinetic equation.

    Science.gov (United States)

    Pavlov, Maxim V

    2014-12-08

    In this paper, the two-dimensional Benney system describing long wave propagation of a finite depth fluid motion and the multi-dimensional Russo-Smereka kinetic equation describing a bubbly flow are considered. The Hamiltonian approach established by J. Gibbons for the one-dimensional Vlasov kinetic equation is extended to a multi-dimensional case. A local Hamiltonian structure associated with the hydrodynamic lattice of moments derived by D. J. Benney is constructed. A relationship between this hydrodynamic lattice of moments and the two-dimensional Vlasov kinetic equation is found. In the two-dimensional case, a Hamiltonian hydrodynamic lattice for the Russo-Smereka kinetic model is constructed. Simple hydrodynamic reductions are presented.

  13. Novel target design algorithm for two-dimensional optical storage (TwoDOS)

    NARCIS (Netherlands)

    Huang, Li; Chong, T.C.; Vijaya Kumar, B.V.K.; Kobori, H.

    2004-01-01

    In this paper we introduce the Hankel transform based channel model of Two-Dimensional Optical Storage (TwoDOS) system. Based on this model, the two-dimensional (2D) minimum mean-square error (MMSE) equalizer has been derived and applied to some simple but common cases. The performance of the 2D

  14. Digital signal processing

    CERN Document Server

    O'Shea, Peter; Hussain, Zahir M

    2011-01-01

    In three parts, this book contributes to the advancement of engineering education and that serves as a general reference on digital signal processing. Part I presents the basics of analog and digital signals and systems in the time and frequency domain. It covers the core topics: convolution, transforms, filters, and random signal analysis. It also treats important applications including signal detection in noise, radar range estimation for airborne targets, binary communication systems, channel estimation, banking and financial applications, and audio effects production. Part II considers sel

  15. Receptor density balances signal stimulation and attenuation in membrane-assembled complexes of bacterial chemotaxis signaling proteins

    Science.gov (United States)

    Besschetnova, Tatiana Y.; Montefusco, David J.; Asinas, Abdalin E.; Shrout, Anthony L.; Antommattei, Frances M.; Weis, Robert M.

    2008-01-01

    All cells possess transmembrane signaling systems that function in the environment of the lipid bilayer. In the Escherichia coli chemotaxis pathway, the binding of attractants to a two-dimensional array of receptors and signaling proteins simultaneously inhibits an associated kinase and stimulates receptor methylation—a slower process that restores kinase activity. These two opposing effects lead to robust adaptation toward stimuli through a physical mechanism that is not understood. Here, we provide evidence of a counterbalancing influence exerted by receptor density on kinase stimulation and receptor methylation. Receptor signaling complexes were reconstituted over a range of defined surface concentrations by using a template-directed assembly method, and the kinase and receptor methylation activities were measured. Kinase activity and methylation rates were both found to vary significantly with surface concentration—yet in opposite ways: samples prepared at high surface densities stimulated kinase activity more effectively than low-density samples, whereas lower surface densities produced greater methylation rates than higher densities. FRET experiments demonstrated that the cooperative change in kinase activity coincided with a change in the arrangement of the membrane-associated receptor domains. The counterbalancing influence of density on receptor methylation and kinase stimulation leads naturally to a model for signal regulation that is compatible with the known logic of the E. coli pathway. Density-dependent mechanisms are likely to be general and may operate when two or more membrane-related processes are influenced differently by the two-dimensional concentration of pathway elements. PMID:18711126

  16. Reduction of multi-dimensional laboratory data to a two-dimensional plot: a novel technique for the identification of laboratory error.

    Science.gov (United States)

    Kazmierczak, Steven C; Leen, Todd K; Erdogmus, Deniz; Carreira-Perpinan, Miguel A

    2007-01-01

    The clinical laboratory generates large amounts of patient-specific data. Detection of errors that arise during pre-analytical, analytical, and post-analytical processes is difficult. We performed a pilot study, utilizing a multidimensional data reduction technique, to assess the utility of this method for identifying errors in laboratory data. We evaluated 13,670 individual patient records collected over a 2-month period from hospital inpatients and outpatients. We utilized those patient records that contained a complete set of 14 different biochemical analytes. We used two-dimensional generative topographic mapping to project the 14-dimensional record to a two-dimensional space. The use of a two-dimensional generative topographic mapping technique to plot multi-analyte patient data as a two-dimensional graph allows for the rapid identification of potentially anomalous data. Although we performed a retrospective analysis, this technique has the benefit of being able to assess laboratory-generated data in real time, allowing for the rapid identification and correction of anomalous data before they are released to the physician. In addition, serial laboratory multi-analyte data for an individual patient can also be plotted as a two-dimensional plot. This tool might also be useful for assessing patient wellbeing and prognosis.

  17. Two-dimensional ferroelectrics

    Energy Technology Data Exchange (ETDEWEB)

    Blinov, L M; Fridkin, Vladimir M; Palto, Sergei P [A.V. Shubnikov Institute of Crystallography, Russian Academy of Sciences, Moscow, Russian Federaion (Russian Federation); Bune, A V; Dowben, P A; Ducharme, Stephen [Department of Physics and Astronomy, Behlen Laboratory of Physics, Center for Materials Research and Analysis, University of Nebraska-Linkoln, Linkoln, NE (United States)

    2000-03-31

    The investigation of the finite-size effect in ferroelectric crystals and films has been limited by the experimental conditions. The smallest demonstrated ferroelectric crystals had a diameter of {approx}200 A and the thinnest ferroelectric films were {approx}200 A thick, macroscopic sizes on an atomic scale. Langmuir-Blodgett deposition of films one monolayer at a time has produced high quality ferroelectric films as thin as 10 A, made from polyvinylidene fluoride and its copolymers. These ultrathin films permitted the ultimate investigation of finite-size effects on the atomic thickness scale. Langmuir-Blodgett films also revealed the fundamental two-dimensional character of ferroelectricity in these materials by demonstrating that there is no so-called critical thickness; films as thin as two monolayers (1 nm) are ferroelectric, with a transition temperature near that of the bulk material. The films exhibit all the main properties of ferroelectricity with a first-order ferroelectric-paraelectric phase transition: polarization hysteresis (switching); the jump in spontaneous polarization at the phase transition temperature; thermal hysteresis in the polarization; the increase in the transition temperature with applied field; double hysteresis above the phase transition temperature; and the existence of the ferroelectric critical point. The films also exhibit a new phase transition associated with the two-dimensional layers. (reviews of topical problems)

  18. Elucidation of reactive wavepackets by two-dimensional resonance Raman spectroscopy

    Energy Technology Data Exchange (ETDEWEB)

    Guo, Zhenkun; Molesky, Brian P.; Cheshire, Thomas P.; Moran, Andrew M., E-mail: ammoran@email.unc.edu [Department of Chemistry, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina 27599 (United States)

    2015-09-28

    Traditional second-order kinetic theories fail to describe sub-picosecond photochemical reactions when solvation and vibrational dephasing undermine the assumption of equilibrium initial conditions. Four-wave mixing spectroscopies may reveal insights into such non-equilibrium processes but are limited by the single “population time” available in these types of experiments. Here, we use two-dimensional resonance Raman (2DRR) spectroscopy to expose correlations between coherent nuclear motions of the reactant and product in the photodissociation reaction of triiodide. It is shown that the transition of a nuclear wavepacket from the reactant (triiodide) to product (diiodide) states gives rise to a unique pattern of 2DRR resonances. Peaks associated with this coherent reaction mechanism are readily assigned, because they are isolated in particular quadrants of the 2DRR spectrum. A theoretical model in which the chemical reaction is treated as a vibronic coherence transfer transition from triiodide to diiodide reproduces the patterns of 2DRR resonances detected in experiments. These signal components reveal correlation between the nonequilibrium geometry of triiodide and the vibrational coherence frequency of diiodide. The 2DRR signatures of coherent reaction mechanisms established in this work may generalize to studies of ultrafast energy and charge transfer processes.

  19. Vector current scattering in two dimensional quantum chromodynamics

    International Nuclear Information System (INIS)

    Fleishon, N.L.

    1979-04-01

    The interaction of vector currents with hadrons is considered in a two dimensional SU(N) color gauge theory coupled to fermions in leading order in an N -1 expansion. After giving a detailed review of the model, various transition matrix elements of one and two vector currents between hadronic states were considered. A pattern is established whereby the low mass currents interact via meson dominance and the highly virtual currents interact via bare quark-current couplings. This pattern is especially evident in the hadronic contribution to inelastic Compton scattering, M/sub μν/ = ∫ dx e/sup iq.x/ , which is investigated in various kinematic limits. It is shown that in the dual Regge region of soft processes the currents interact as purely hadronic systems. Modification of dimensional counting rules is indicated by a study of a large angle scattering analog. In several hard inclusive nonlight cone processes, parton model ideas are confirmed. The impulse approximation is valid in a Bjorken--Paschos-like limit with very virtual currents. A Drell--Yan type annihilation mechanism is found in photoproduction of massive lepton pairs, leading to identification of a parton wave function for the current. 56 references

  20. Two-dimensional thermal modeling of power monolithic microwave integrated circuits (MMIC's)

    Science.gov (United States)

    Fan, Mark S.; Christou, Aris; Pecht, Michael G.

    1992-01-01

    Numerical simulations of the two-dimensional temperature distributions for a typical GaAs MMIC circuit are conducted, aiming at understanding the heat conduction process of the circuit chip and providing temperature information for device reliability analysis. The method used is to solve the two-dimensional heat conduction equation with a control-volume-based finite difference scheme. In particular, the effects of the power dissipation and the ambient temperature are examined, and the criterion for the worst operating environment is discussed in terms of the allowed highest device junction temperature.

  1. Two-Dimensional Materials for Sensing: Graphene and Beyond

    Directory of Open Access Journals (Sweden)

    Seba Sara Varghese

    2015-09-01

    Full Text Available Two-dimensional materials have attracted great scientific attention due to their unusual and fascinating properties for use in electronics, spintronics, photovoltaics, medicine, composites, etc. Graphene, transition metal dichalcogenides such as MoS2, phosphorene, etc., which belong to the family of two-dimensional materials, have shown great promise for gas sensing applications due to their high surface-to-volume ratio, low noise and sensitivity of electronic properties to the changes in the surroundings. Two-dimensional nanostructured semiconducting metal oxide based gas sensors have also been recognized as successful gas detection devices. This review aims to provide the latest advancements in the field of gas sensors based on various two-dimensional materials with the main focus on sensor performance metrics such as sensitivity, specificity, detection limit, response time, and reversibility. Both experimental and theoretical studies on the gas sensing properties of graphene and other two-dimensional materials beyond graphene are also discussed. The article concludes with the current challenges and future prospects for two-dimensional materials in gas sensor applications.

  2. Growth and electronic properties of two-dimensional systems on (110) oriented GaAs

    Energy Technology Data Exchange (ETDEWEB)

    Fischer, F.

    2005-07-01

    As the only non-polar plane the (110) surface has a unique role in GaAs. Together with Silicon as a dopant it is an important substrate orientation for the growth of n-type or p-type heterostructures. As a consequence, this thesis will concentrate on growth and research on that surface. In the course of this work we were able to realize two-dimensional electron systems with the highest mobilities reported so far on this orientation. Therefore, we review the necessary growth conditions and the accompanying molecular process. The two-dimensional electron systems allowed the study of a new, intriguing transport anisotropy not explained by current theory. Moreover, we were the first growing a two-dimensional hole gas on (110) GaAs with Si as dopant. For this purpose we invented a new growth modulation technique necessary to retrieve high mobility systems. In addition, we discovered and studied the metal-insulator transition in thin bulk p-type layers on (110) GaAs. Besides we investigated the activation process related to the conduction in the valence band and a parallelly conducting hopping band. The new two-dimensional hole gases revealed interesting physics. We studied the zero B-field spin splitting in these systems and compared it with the known theory. Furthermore, we investigated the anisotropy of the mobility. As opposed to the expectations we observed a strong persistent photoconductivity in our samples. Landau levels for two dimensional hole systems are non-linear and can show anticrossings. For the first time we were able to resolve anticrossings in a transport experiment and study the corresponding activation process. Finally, we compared these striking results with theoretical calculations. (orig.)

  3. Parameter Estimation of Multiple Frequency-Hopping Signals with Two Sensors

    Directory of Open Access Journals (Sweden)

    Le Zuo

    2018-04-01

    Full Text Available This paper essentially focuses on parameter estimation of multiple wideband emitting sources with time-varying frequencies, such as two-dimensional (2-D direction of arrival (DOA and signal sorting, with a low-cost circular synthetic array (CSA consisting of only two rotating sensors. Our basic idea is to decompose the received data, which is a superimposition of phase measurements from multiple sources into separated groups and separately estimate the DOA associated with each source. Motivated by joint parameter estimation, we propose to adopt the expectation maximization (EM algorithm in this paper; our method involves two steps, namely, the expectation-step (E-step and the maximization (M-step. In the E-step, the correspondence of each signal with its emitting source is found. Then, in the M-step, the maximum-likelihood (ML estimates of the DOA parameters are obtained. These two steps are iteratively and alternatively executed to jointly determine the DOAs and sort multiple signals. Closed-form DOA estimation formulae are developed by ML estimation based on phase data, which also realize an optimal estimation. Directional ambiguity is also addressed by another ML estimation method based on received complex responses. The Cramer-Rao lower bound is derived for understanding the estimation accuracy and performance comparison. The verification of the proposed method is demonstrated with simulations.

  4. Signal Processing and Neural Network Simulator

    Science.gov (United States)

    Tebbe, Dennis L.; Billhartz, Thomas J.; Doner, John R.; Kraft, Timothy T.

    1995-04-01

    The signal processing and neural network simulator (SPANNS) is a digital signal processing simulator with the capability to invoke neural networks into signal processing chains. This is a generic tool which will greatly facilitate the design and simulation of systems with embedded neural networks. The SPANNS is based on the Signal Processing WorkSystemTM (SPWTM), a commercial-off-the-shelf signal processing simulator. SPW provides a block diagram approach to constructing signal processing simulations. Neural network paradigms implemented in the SPANNS include Backpropagation, Kohonen Feature Map, Outstar, Fully Recurrent, Adaptive Resonance Theory 1, 2, & 3, and Brain State in a Box. The SPANNS was developed by integrating SAIC's Industrial Strength Neural Networks (ISNN) Software into SPW.

  5. Two-dimensional calculus

    CERN Document Server

    Osserman, Robert

    2011-01-01

    The basic component of several-variable calculus, two-dimensional calculus is vital to mastery of the broader field. This extensive treatment of the subject offers the advantage of a thorough integration of linear algebra and materials, which aids readers in the development of geometric intuition. An introductory chapter presents background information on vectors in the plane, plane curves, and functions of two variables. Subsequent chapters address differentiation, transformations, and integration. Each chapter concludes with problem sets, and answers to selected exercises appear at the end o

  6. Two-dimensional PCA-based human gait identification

    Science.gov (United States)

    Chen, Jinyan; Wu, Rongteng

    2012-11-01

    It is very necessary to recognize person through visual surveillance automatically for public security reason. Human gait based identification focus on recognizing human by his walking video automatically using computer vision and image processing approaches. As a potential biometric measure, human gait identification has attracted more and more researchers. Current human gait identification methods can be divided into two categories: model-based methods and motion-based methods. In this paper a two-Dimensional Principal Component Analysis and temporal-space analysis based human gait identification method is proposed. Using background estimation and image subtraction we can get a binary images sequence from the surveillance video. By comparing the difference of two adjacent images in the gait images sequence, we can get a difference binary images sequence. Every binary difference image indicates the body moving mode during a person walking. We use the following steps to extract the temporal-space features from the difference binary images sequence: Projecting one difference image to Y axis or X axis we can get two vectors. Project every difference image in the difference binary images sequence to Y axis or X axis difference binary images sequence we can get two matrixes. These two matrixes indicate the styles of one walking. Then Two-Dimensional Principal Component Analysis(2DPCA) is used to transform these two matrixes to two vectors while at the same time keep the maximum separability. Finally the similarity of two human gait images is calculated by the Euclidean distance of the two vectors. The performance of our methods is illustrated using the CASIA Gait Database.

  7. Phase transitions in two-dimensional systems

    International Nuclear Information System (INIS)

    Salinas, S.R.A.

    1983-01-01

    Some experiences are related using synchrotron radiation beams, to characterize solid-liquid (fusion) and commensurate solid-uncommensurate solid transitions in two-dimensional systems. Some ideas involved in the modern theories of two-dimensional fusion are shortly exposed. The systems treated consist of noble gases (Kr,Ar,Xe) adsorbed in the basal plane of graphite and thin films formed by some liquid crystal shells. (L.C.) [pt

  8. Efficient construction of two-dimensional cluster states with probabilistic quantum gates

    International Nuclear Information System (INIS)

    Chen Qing; Cheng Jianhua; Wang Kelin; Du Jiangfeng

    2006-01-01

    We propose an efficient scheme for constructing arbitrary two-dimensional (2D) cluster states using probabilistic entangling quantum gates. In our scheme, the 2D cluster state is constructed with starlike basic units generated from 1D cluster chains. By applying parallel operations, the process of generating 2D (or higher-dimensional) cluster states is significantly accelerated, which provides an efficient way to implement realistic one-way quantum computers

  9. The theory of critical phenomena in two-dimensional systems

    International Nuclear Information System (INIS)

    Olvera de la C, M.

    1981-01-01

    An exposition of the theory of critical phenomena in two-dimensional physical systems is presented. The first six chapters deal with the mean field theory of critical phenomena, scale invariance of the thermodynamic functions, Kadanoff's spin block construction, Wilson's renormalization group treatment of critical phenomena in configuration space, and the two-dimensional Ising model on a triangular lattice. The second part of this work is made of four chapters devoted to the application of the ideas expounded in the first part to the discussion of critical phenomena in superfluid films, two-dimensional crystals and the two-dimensional XY model of magnetic systems. Chapters seven to ten are devoted to the following subjects: analysis of long range order in one, two, and three-dimensional physical systems. Topological defects in the XY model, in superfluid films and in two-dimensional crystals. The Thouless-Kosterlitz iterated mean field theory of the dipole gas. The renormalization group treatment of the XY model, superfluid films and two-dimensional crystal. (author)

  10. Micromechanical exfoliation of two-dimensional materials by a polymeric stamp

    International Nuclear Information System (INIS)

    Costa, M C Ferraz da; Ribeiro, H B; Kessler, F; Souza, E A T de; Fechine, G J M

    2016-01-01

    In this work, an alternative technique to the traditional micromechanical exfoliation of two-dimensional materials is proposed, consisting of isolated flakes of graphite and molybdenum disulphide onto polymeric surfaces films. The set made up of polymer and flakes is fabricated by using a hot-press machine called polymeric stamp. The polymeric stamp was used to allocate flakes and also to allow the exfoliation process to take place just in one face of isolated flake. Optical microscopy, Raman spectroscopy and photoluminescence spectroscopy results showed that multilayers, bilayers and single layers of graphene and MoS 2 were obtained by using a polymeric stamp as tool for micromechanical exfoliation. These crystals were more easily found because the exfoliation process concentrates them in well-defined locations. The results prove the effectiveness of the method by embedding two-dimensional materials into polymers to fabricate fewer layers crystals in a fast, economic and clean way. (paper)

  11. Micromechanical exfoliation of two-dimensional materials by a polymeric stamp

    Science.gov (United States)

    Ferraz da Costa, M. C.; Ribeiro, H. B.; Kessler, F.; de Souza, E. A. T.; Fechine, G. J. M.

    2016-02-01

    In this work, an alternative technique to the traditional micromechanical exfoliation of two-dimensional materials is proposed, consisting of isolated flakes of graphite and molybdenum disulphide onto polymeric surfaces films. The set made up of polymer and flakes is fabricated by using a hot-press machine called polymeric stamp. The polymeric stamp was used to allocate flakes and also to allow the exfoliation process to take place just in one face of isolated flake. Optical microscopy, Raman spectroscopy and photoluminescence spectroscopy results showed that multilayers, bilayers and single layers of graphene and MoS2 were obtained by using a polymeric stamp as tool for micromechanical exfoliation. These crystals were more easily found because the exfoliation process concentrates them in well-defined locations. The results prove the effectiveness of the method by embedding two-dimensional materials into polymers to fabricate fewer layers crystals in a fast, economic and clean way.

  12. Foundations of signal processing

    CERN Document Server

    Vetterli, Martin; Goyal, Vivek K

    2014-01-01

    This comprehensive and engaging textbook introduces the basic principles and techniques of signal processing, from the fundamental ideas of signals and systems theory to real-world applications. Students are introduced to the powerful foundations of modern signal processing, including the basic geometry of Hilbert space, the mathematics of Fourier transforms, and essentials of sampling, interpolation, approximation and compression. The authors discuss real-world issues and hurdles to using these tools, and ways of adapting them to overcome problems of finiteness and localisation, the limitations of uncertainty and computational costs. Standard engineering notation is used throughout, making mathematical examples easy for students to follow, understand and apply. It includes over 150 homework problems and over 180 worked examples, specifically designed to test and expand students' understanding of the fundamentals of signal processing, and is accompanied by extensive online materials designed to aid learning, ...

  13. Two-dimensional analyzer for the Δ-E method of identification and detection of the charged particles

    International Nuclear Information System (INIS)

    Artemov, S.V.; Bajajin, A.G.; Karakhodzhaev, A.A.; Nam, I.V.; Nebesny, A.F.; Radyuk, G.A.; Yakushev, V.P.; Burtebayev, N.

    2007-01-01

    Full text: The module for measuring two-dimensional ΔE-E - spectra has been designed and manufactured. It was developed for transformation of the spectrometric signals from the spectrometric line of a ΔE-E - telescope and transferring the numerical information as a two-dimensional matrix of events to the leading PC. The functional circuit of the arrangement operates as follows. The input signals from the spectrometric lines of the ΔE- and E- detectors are fixed by the relevant peak detectors, which exits are connected with the analog - digital converters (ADC0-16, ADC1 - 16). With the signal 'strobe' the transformation of the captured input amplitude to the numeric code is yielded synchronously in both channels. These values ('E' and 'dE') determine the indexes of a matrix (such as MATRIX [E, dE] ++), and addition of '1' to the array value is fulfilled. Process is prolonged during a preset time of measuring. Change of the indexes of arrays under the exterior indication is possible as: MATRIX [E+dE, dE]; MATRIX [(E+dE/2), dE/2]; The resolution of transformation is possible to be equal 256 or 512 channels that is defined by program. The arrangement contains also the counter of the amount of strobe pulses and counters of exterior events. For acceleration of transferring the data array to the leading computer the interface of 'USB2.0' type with microcontroller C8051F321 - GM is implemented. The software for it has been written on 'C ' ' language in the united system keil μVision3. For the main computer the software has been written in system Builder 6 ('C++' language). Given software is written as an application of WINDOWS XP, for the assignment of parameters of measuring and activation of the arrangement and other guidance

  14. Genomic signal processing

    CERN Document Server

    Shmulevich, Ilya

    2007-01-01

    Genomic signal processing (GSP) can be defined as the analysis, processing, and use of genomic signals to gain biological knowledge, and the translation of that knowledge into systems-based applications that can be used to diagnose and treat genetic diseases. Situated at the crossroads of engineering, biology, mathematics, statistics, and computer science, GSP requires the development of both nonlinear dynamical models that adequately represent genomic regulation, and diagnostic and therapeutic tools based on these models. This book facilitates these developments by providing rigorous mathema

  15. Accuracy and effectiveness of self-gating signals in free-breathing three-dimensional cardiac cine magnetic resonance imaging

    Science.gov (United States)

    Li, Shuo; Wang, Lei; Zhu, Yan-Chun; Yang, Jie; Xie, Yao-Qin; Fu, Nan; Wang, Yi; Gao, Song

    2016-12-01

    Conventional multiple breath-hold two-dimensional (2D) balanced steady-state free precession (SSFP) presents many difficulties in cardiac cine magnetic resonance imaging (MRI). Recently, a self-gated free-breathing three-dimensional (3D) SSFP technique has been proposed as an alternative in many studies. However, the accuracy and effectiveness of self-gating signals have been barely studied before. Since self-gating signals are crucially important in image reconstruction, a systematic study of self-gating signals and comparison with external monitored signals are needed. Previously developed self-gated free-breathing 3D SSFP techniques are used on twenty-eight healthy volunteers. Both electrocardiographic (ECG) and respiratory bellow signals are also acquired during the scan as external signals. Self-gating signal and external signal are compared by trigger and gating window. Gating window is proposed to evaluate the accuracy and effectiveness of respiratory self-gating signal. Relative deviation of the trigger and root-mean-square-deviation of the cycle duration are calculated. A two-tailed paired t-test is used to identify the difference between self-gating and external signals. A Wilcoxon signed rank test is used to identify the difference between peak and valley self-gating triggers. The results demonstrate an excellent correlation (P = 0, R > 0.99) between self-gating and external triggers. Wilcoxon signed rank test shows that there is no significant difference between peak and valley self-gating triggers for both cardiac (H = 0, P > 0.10) and respiratory (H = 0, P > 0.44) motions. The difference between self-gating and externally monitored signals is not significant (two-tailed paired-sample t-test: H = 0, P > 0.90). The self-gating signals could demonstrate cardiac and respiratory motion accurately and effectively as ECG and respiratory bellow. The difference between the two methods is not significant and can be explained. Furthermore, few ECG trigger errors

  16. The Use of Signal Dimensionality for Automatic QC of Seismic Array Data

    Science.gov (United States)

    Rowe, C. A.; Stead, R. J.; Begnaud, M. L.; Draganov, D.; Maceira, M.; Gomez, M.

    2014-12-01

    A significant problem in seismic array analysis is the inclusion of bad sensor channels in the beam-forming process. We are testing an approach to automated, on-the-fly quality control (QC) to aid in the identification of poorly performing sensor channels prior to beam-forming in routine event detection or location processing. The idea stems from methods used for large computer servers, when monitoring traffic at enormous numbers of nodes is impractical on a node-by-node basis, so the dimensionality of the node traffic is instead monitored for anomalies that could represent malware, cyber-attacks or other problems. The technique relies upon the use of subspace dimensionality or principal components of the overall system traffic. The subspace technique is not new to seismology, but its most common application has been limited to comparing waveforms to an a priori collection of templates for detecting highly similar events in a swarm or seismic cluster. We examine the signal dimension in similar way to the method addressing node traffic anomalies in large computer systems. We explore the effects of malfunctioning channels on the dimension of the data and its derivatives, and how to leverage this effect for identifying bad array elements. We show preliminary results applied to arrays in Kazakhstan (Makanchi) and Argentina (Malargue).

  17. Forming three-dimensional closed shapes from two-dimensional soft ribbons by controlled buckling

    Science.gov (United States)

    Aoki, Michio; Juang, Jia-Yang

    2018-02-01

    Conventional manufacturing techniques-moulding, machining and casting-exist to produce three-dimensional (3D) shapes. However, these industrial processes are typically geared for mass production and are not directly applicable to residential settings, where inexpensive and versatile tools are desirable. Moreover, those techniques are, in general, not adequate to process soft elastic materials. Here, we introduce a new concept of forming 3D closed hollow shapes from two-dimensional (2D) elastic ribbons by controlled buckling. We numerically and experimentally characterize how the profile and thickness of the ribbon determine its buckled shape. We find a 2D master profile with which various elliptical 3D shapes can be formed. More complex natural and artificial hollow shapes, such as strawberry, hourglass and wheel, can also be achieved via strategic design and pattern engraving on the ribbons. The nonlinear response of the post-buckling regime is rationalized through finite-element analysis, which shows good quantitative agreement with experiments. This robust fabrication should complement conventional techniques and provide a rich arena for future studies on the mechanics and new applications of elastic hollow structures.

  18. Model of two-dimensional electron gas formation at ferroelectric interfaces

    Energy Technology Data Exchange (ETDEWEB)

    Aguado-Puente, P.; Bristowe, N. C.; Yin, B.; Shirasawa, R.; Ghosez, Philippe; Littlewood, P. B.; Artacho, Emilio

    2015-07-01

    The formation of a two-dimensional electron gas at oxide interfaces as a consequence of polar discontinuities has generated an enormous amount of activity due to the variety of interesting effects it gives rise to. Here, we study under what circumstances similar processes can also take place underneath ferroelectric thin films. We use a simple Landau model to demonstrate that in the absence of extrinsic screening mechanisms, a monodomain phase can be stabilized in ferroelectric films by means of an electronic reconstruction. Unlike in the LaAlO3/SrTiO3 heterostructure, the emergence with thickness of the free charge at the interface is discontinuous. This prediction is confirmed by performing first-principles simulations of free-standing slabs of PbTiO3. The model is also used to predict the response of the system to an applied electric field, demonstrating that the two-dimensional electron gas can be switched on and off discontinuously and in a nonvolatile fashion. Furthermore, the reversal of the polarization can be used to switch between a two-dimensional electron gas and a two-dimensional hole gas, which should, in principle, have very different transport properties. We discuss the possible formation of polarization domains and how such configuration competes with the spontaneous accumulation of free charge at the interfaces.

  19. Proton transport in a membrane protein channel: two-dimensional infrared spectrum modeling.

    NARCIS (Netherlands)

    Liang, C.; Knoester, J.; Jansen, T.L.Th.A.

    2012-01-01

    We model the two-dimensional infrared (2DIR) spectrum of a proton channel to investigate its applicability as a spectroscopy tool to study the proton transport process in biological systems. Proton transport processes in proton channels are involved in numerous fundamental biochemical reactions.

  20. On the bi-dimensional variational decomposition applied to nonstationary vibration signals for rolling bearing crack detection in coal cutters

    International Nuclear Information System (INIS)

    Jiang, Yu; Li, Zhixiong; Zhang, Chao; Peng, Z; Hu, Chao

    2016-01-01

    This work aims to detect rolling bearing cracks using a variational approach. An original method that appropriately incorporates bi-dimensional variational mode decomposition (BVMD) into discriminant diffusion maps (DDM) is proposed to analyze the nonstationary vibration signals recorded from the cracked rolling bearings in coal cutters. The advantage of this variational decomposition based diffusion map (VDDM) method in comparison to the current DDM is that the intrinsic vibration mode of the crack can be filtered into a limited bandwidth in the frequency domain with an estimated central frequency, thus discarding the interference signal components in the vibration signals and significantly improving the crack detection performance. In addition, the VDDM is able to simultaneously process two-channel sensor signals to reduce information leakage. Experimental validation using rolling bearing crack vibration signals demonstrates that the VDDM separated the raw signals into four intrinsic modes, including one roller vibration mode, one roller cage vibration mode, one inner race vibration mode, and one outer race vibration mode. Hence, reliable fault features were extracted from the outer race vibration mode, and satisfactory crack identification performance was achieved. The comparison between the proposed VDDM and existing approaches indicated that the VDDM method was more efficient and reliable for crack detection in coal cutter rolling bearings. As an effective catalyst for rolling bearing crack detection, this newly proposed method is useful for practical applications. (paper)

  1. Two- and three-dimensional CT analysis of ankle fractures

    International Nuclear Information System (INIS)

    Magid, D.; Fishman, E.K.; Ney, D.R.; Kuhlman, J.E.

    1988-01-01

    CT with coronal and sagittal reformatting (two-dimensional CT) and animated volumetric image rendering (three-dimensional CT) was used to assess ankle fractures. Partial volume limits transaxial CT in assessments of horizontally oriented structures. Two-dimensional CT, being orthogonal to the plafond, superior mortise, talar dome, and tibial epiphysis, often provides the most clinically useful images. Two-dimensional CT is most useful in characterizing potentially confusing fractures, such as Tillaux (anterior tubercle), triplane, osteochondral talar dome, or nondisplaced talar neck fractures, and it is the best study to confirm intraarticular fragments. Two-and three-dimensional CT best indicate the percentage of articular surface involvement and best demonstrate postoperative results or complications (hardware migration, residual step-off, delayed union, DJD, AVN, etc). Animated three-dimensional images are the preferred means of integrating the two-dimensional findings for surgical planning, as these images more closely simulate the clinical problem

  2. Magnetohydrodynamic waves in two-dimensional prominences embedded in coronal arcades

    International Nuclear Information System (INIS)

    Terradas, J.; Soler, R.; Díaz, A. J.; Oliver, R.; Ballester, J. L.

    2013-01-01

    Solar prominence models used so far in the analysis of MHD waves in two-dimensional structures are quite elementary. In this work, we calculate numerically magnetohydrostatic models in two-dimensional configurations under the presence of gravity. Our interest is in models that connect the magnetic field to the photosphere and include an overlying arcade. The method used here is based on a relaxation process and requires solving the time-dependent nonlinear ideal MHD equations. Once a prominence model is obtained, we investigate the properties of MHD waves superimposed on the structure. We concentrate on motions purely two-dimensional, neglecting propagation in the ignorable direction. We demonstrate how, by using different numerical tools, we can determine the period of oscillation of stable waves. We find that vertical oscillations, linked to fast MHD waves, are always stable and have periods in the 4-10 minute range. Longitudinal oscillations, related to slow magnetoacoustic-gravity waves, have longer periods in the range of 28-40 minutes. These longitudinal oscillations are strongly influenced by the gravity force and become unstable for short magnetic arcades.

  3. On two-dimensionalization of three-dimensional turbulence in shell models

    DEFF Research Database (Denmark)

    Chakraborty, Sagar; Jensen, Mogens Høgh; Sarkar, A.

    2010-01-01

    Applying a modified version of the Gledzer-Ohkitani-Yamada (GOY) shell model, the signatures of so-called two-dimensionalization effect of three-dimensional incompressible, homogeneous, isotropic fully developed unforced turbulence have been studied and reproduced. Within the framework of shell m......-similar PDFs for longitudinal velocity differences are also presented for the rotating 3D turbulence case....

  4. Two-dimensional turbulent convection

    Science.gov (United States)

    Mazzino, Andrea

    2017-11-01

    We present an overview of the most relevant, and sometimes contrasting, theoretical approaches to Rayleigh-Taylor and mean-gradient-forced Rayleigh-Bénard two-dimensional turbulence together with numerical and experimental evidences for their support. The main aim of this overview is to emphasize that, despite the different character of these two systems, especially in relation to their steadiness/unsteadiness, turbulent fluctuations are well described by the same scaling relationships originated from the Bolgiano balance. The latter states that inertial terms and buoyancy terms balance at small scales giving rise to an inverse kinetic energy cascade. The main difference with respect to the inverse energy cascade in hydrodynamic turbulence [R. H. Kraichnan, "Inertial ranges in two-dimensional turbulence," Phys. Fluids 10, 1417 (1967)] is that the rate of cascade of kinetic energy here is not constant along the inertial range of scales. Thanks to the absence of physical boundaries, the two systems here investigated turned out to be a natural physical realization of the Kraichnan scaling regime hitherto associated with the elusive "ultimate state of thermal convection" [R. H. Kraichnan, "Turbulent thermal convection at arbitrary Prandtl number," Phys. Fluids 5, 1374-1389 (1962)].

  5. Digital signal processing with kernel methods

    CERN Document Server

    Rojo-Alvarez, José Luis; Muñoz-Marí, Jordi; Camps-Valls, Gustavo

    2018-01-01

    A realistic and comprehensive review of joint approaches to machine learning and signal processing algorithms, with application to communications, multimedia, and biomedical engineering systems Digital Signal Processing with Kernel Methods reviews the milestones in the mixing of classical digital signal processing models and advanced kernel machines statistical learning tools. It explains the fundamental concepts from both fields of machine learning and signal processing so that readers can quickly get up to speed in order to begin developing the concepts and application software in their own research. Digital Signal Processing with Kernel Methods provides a comprehensive overview of kernel methods in signal processing, without restriction to any application field. It also offers example applications and detailed benchmarking experiments with real and synthetic datasets throughout. Readers can find further worked examples with Matlab source code on a website developed by the authors. * Presents the necess...

  6. Applying advanced digital signal processing techniques in industrial radioisotopes applications

    International Nuclear Information System (INIS)

    Mahmoud, H.K.A.E.

    2012-01-01

    Radioisotopes can be used to obtain signals or images in order to recognize the information inside the industrial systems. The main problems of using these techniques are the difficulty of identification of the obtained signals or images and the requirement of skilled experts for the interpretation process of the output data of these applications. Now, the interpretation of the output data from these applications is performed mainly manually, depending heavily on the skills and the experience of trained operators. This process is time consuming and the results typically suffer from inconsistency and errors. The objective of the thesis is to apply the advanced digital signal processing techniques for improving the treatment and the interpretation of the output data from the different Industrial Radioisotopes Applications (IRA). This thesis focuses on two IRA; the Residence Time Distribution (RTD) measurement and the defect inspection of welded pipes using a gamma source (gamma radiography). In RTD measurement application, this thesis presents methods for signal pre-processing and modeling of the RTD signals. Simulation results have been presented for two case studies. The first case study is a laboratory experiment for measuring the RTD in a water flow rig. The second case study is an experiment for measuring the RTD in a phosphate production unit. The thesis proposes an approach for RTD signal identification in the presence of noise. In this approach, after signal processing, the Mel Frequency Cepstral Coefficients (MFCCs) and polynomial coefficients are extracted from the processed signal or from one of its transforms. The Discrete Wavelet Transform (DWT), Discrete Cosine Transform (DCT), and Discrete Sine Transform (DST) have been tested and compared for efficient feature extraction. Neural networks have been used for matching of the extracted features. Furthermore, the Power Density Spectrum (PDS) of the RTD signal has been also used instead of the discrete

  7. Fast Estimation Method of Space-Time Two-Dimensional Positioning Parameters Based on Hadamard Product

    Directory of Open Access Journals (Sweden)

    Haiwen Li

    2018-01-01

    Full Text Available The estimation speed of positioning parameters determines the effectiveness of the positioning system. The time of arrival (TOA and direction of arrival (DOA parameters can be estimated by the space-time two-dimensional multiple signal classification (2D-MUSIC algorithm for array antenna. However, this algorithm needs much time to complete the two-dimensional pseudo spectral peak search, which makes it difficult to apply in practice. Aiming at solving this problem, a fast estimation method of space-time two-dimensional positioning parameters based on Hadamard product is proposed in orthogonal frequency division multiplexing (OFDM system, and the Cramer-Rao bound (CRB is also presented. Firstly, according to the channel frequency domain response vector of each array, the channel frequency domain estimation vector is constructed using the Hadamard product form containing location information. Then, the autocorrelation matrix of the channel response vector for the extended array element in frequency domain and the noise subspace are calculated successively. Finally, by combining the closed-form solution and parameter pairing, the fast joint estimation for time delay and arrival direction is accomplished. The theoretical analysis and simulation results show that the proposed algorithm can significantly reduce the computational complexity and guarantee that the estimation accuracy is not only better than estimating signal parameters via rotational invariance techniques (ESPRIT algorithm and 2D matrix pencil (MP algorithm but also close to 2D-MUSIC algorithm. Moreover, the proposed algorithm also has certain adaptability to multipath environment and effectively improves the ability of fast acquisition of location parameters.

  8. Optimizing separations in online comprehensive two-dimensional liquid chromatography.

    Science.gov (United States)

    Pirok, Bob W J; Gargano, Andrea F G; Schoenmakers, Peter J

    2018-01-01

    Online comprehensive two-dimensional liquid chromatography has become an attractive option for the analysis of complex nonvolatile samples found in various fields (e.g. environmental studies, food, life, and polymer sciences). Two-dimensional liquid chromatography complements the highly popular hyphenated systems that combine liquid chromatography with mass spectrometry. Two-dimensional liquid chromatography is also applied to the analysis of samples that are not compatible with mass spectrometry (e.g. high-molecular-weight polymers), providing important information on the distribution of the sample components along chemical dimensions (molecular weight, charge, lipophilicity, stereochemistry, etc.). Also, in comparison with conventional one-dimensional liquid chromatography, two-dimensional liquid chromatography provides a greater separation power (peak capacity). Because of the additional selectivity and higher peak capacity, the combination of two-dimensional liquid chromatography with mass spectrometry allows for simpler mixtures of compounds to be introduced in the ion source at any given time, improving quantitative analysis by reducing matrix effects. In this review, we summarize the rationale and principles of two-dimensional liquid chromatography experiments, describe advantages and disadvantages of combining different selectivities and discuss strategies to improve the quality of two-dimensional liquid chromatography separations. © 2017 The Authors. Journal of Separation Science published by WILEY-VCH Verlag GmbH & Co. KGaA.

  9. Design and implementation in VHDL code of the two-dimensional fast Fourier transform for frequency filtering, convolution and correlation operations

    Science.gov (United States)

    Vilardy, Juan M.; Giacometto, F.; Torres, C. O.; Mattos, L.

    2011-01-01

    The two-dimensional Fast Fourier Transform (FFT 2D) is an essential tool in the two-dimensional discrete signals analysis and processing, which allows developing a large number of applications. This article shows the description and synthesis in VHDL code of the FFT 2D with fixed point binary representation using the programming tool Simulink HDL Coder of Matlab; showing a quick and easy way to handle overflow, underflow and the creation registers, adders and multipliers of complex data in VHDL and as well as the generation of test bench for verification of the codes generated in the ModelSim tool. The main objective of development of the hardware architecture of the FFT 2D focuses on the subsequent completion of the following operations applied to images: frequency filtering, convolution and correlation. The description and synthesis of the hardware architecture uses the XC3S1200E family Spartan 3E FPGA from Xilinx Manufacturer.

  10. Two-dimensional DFA scaling analysis applied to encrypted images

    Science.gov (United States)

    Vargas-Olmos, C.; Murguía, J. S.; Ramírez-Torres, M. T.; Mejía Carlos, M.; Rosu, H. C.; González-Aguilar, H.

    2015-01-01

    The technique of detrended fluctuation analysis (DFA) has been widely used to unveil scaling properties of many different signals. In this paper, we determine scaling properties in the encrypted images by means of a two-dimensional DFA approach. To carry out the image encryption, we use an enhanced cryptosystem based on a rule-90 cellular automaton and we compare the results obtained with its unmodified version and the encryption system AES. The numerical results show that the encrypted images present a persistent behavior which is close to that of the 1/f-noise. These results point to the possibility that the DFA scaling exponent can be used to measure the quality of the encrypted image content.

  11. Advanced digital signal processing and noise reduction

    CERN Document Server

    Vaseghi, Saeed V

    2008-01-01

    Digital signal processing plays a central role in the development of modern communication and information processing systems. The theory and application of signal processing is concerned with the identification, modelling and utilisation of patterns and structures in a signal process. The observation signals are often distorted, incomplete and noisy and therefore noise reduction, the removal of channel distortion, and replacement of lost samples are important parts of a signal processing system. The fourth edition of Advanced Digital Signal Processing and Noise Reduction updates an

  12. One- and two-dimensional heating analyses of fusion synfuel blankets

    International Nuclear Information System (INIS)

    Tsang, J.S.K.; Lazareth, O.W.; Powell, J.R.

    1979-01-01

    Comparisons between one- and two-dimensional neutronics and heating analyses were performed on a Brookhaven designed fusion reactor blanket featuring synthetic fuel production. In this two temperature region blanket design, the structural shell is stainless steel. The interior of the module is a packed ball of high temperature ceramic material. The low temperature shell and the high temperature ceramic interior are separately cooled. Process steam (approx. 1500 0 C) is then produced in the ceramic core for the producion of H 2 and H 2 -based synthetic fuels by a high temperature electrolysis (HTE) process

  13. NMRKIN: Simulating line shapes from two-dimensional spectra of proteins upon ligand binding

    International Nuclear Information System (INIS)

    Guenther, Ulrich L.; Schaffhausen, Brian

    2002-01-01

    The analysis of the shape of signals in NMR spectra is a powerful tool to study exchange and reaction kinetics. Line shapes in two-dimensional spectra of proteins recorded for titrations with ligands provide information about binding rates observed at individual residues. Here we describe a fast method to simulate a series of line shapes derived from two-dimensional spectra of a protein during a ligand titration. This procedure, which takes the mutual effects of two dimensions into account, has been implemented in MATLAB as an add-on to NMRLab (Guenther et al., 2000). In addition, more complex kinetic models, including sequential and parallel reactions, were simulated to demonstrate common features of more complex line shapes which could be encountered in protein-ligand interactions. As an example of this method, we describe its application to line shapes obtained for a titration of the p85 N-SH2 domain of PI3-kinase with a peptide derived from polyomavirus middle T antigen (MT)

  14. Two-dimensional liquid chromatography

    DEFF Research Database (Denmark)

    Græsbøll, Rune

    -dimensional separation space. Optimization of gradients in online RP×RP is more difficult than in normal HPLC as a result of the increased number of parameters and their influence on each other. Modeling the coverage of the compounds across the two-dimensional chromatogram as a result of a change in gradients could...... be used for optimization purposes, and reduce the time spend on optimization. In this thesis (chapter 6), and manuscript B, a measure of the coverage of the compounds in the twodimensional separation space is defined. It is then shown that this measure can be modeled for changes in the gradient in both...

  15. Electromagnetically induced two-dimensional grating assisted by incoherent pump

    Energy Technology Data Exchange (ETDEWEB)

    Chen, Yu-Yuan; Liu, Zhuan-Zhuan; Wan, Ren-Gang, E-mail: wrg@snnu.edu.cn

    2017-04-25

    We propose a scheme for realizing electromagnetically induced two-dimensional grating in a double-Λ system driven simultaneously by a coherent field and an incoherent pump field. In such an atomic configuration, the absorption is suppressed owing to the incoherent pumping process and the probe can be even amplified, while the refractivity is mainly attributed to the dynamically induced coherence. With the help of a standing-wave pattern coherent field, we obtain periodically modulated refractive index without or with gain, and therefore phase grating or gain-phase grating which diffracts a probe light into high-order direction efficiently can be formed in the medium via appropriate manipulation of the system parameters. The diffraction efficiency attainable by the present gratings can be controlled by tuning the coherent field intensity or the interaction length. Hence, the two-dimensional grating can be utilized as all-optical splitter or router in optical networking and communication. - Highlights: • Two-dimensional grating is coherently induced in four-level atoms. • Phase and gain-phase gratings are obtained assisted by incoherent pump. • The diffraction power is improved due to the enhanced refraction modulation. • The gratings can be utilized as multi-channel all-optical splitter and router.

  16. SignalPlant: an open signal processing software platform.

    Science.gov (United States)

    Plesinger, F; Jurco, J; Halamek, J; Jurak, P

    2016-07-01

    The growing technical standard of acquisition systems allows the acquisition of large records, often reaching gigabytes or more in size as is the case with whole-day electroencephalograph (EEG) recordings, for example. Although current 64-bit software for signal processing is able to process (e.g. filter, analyze, etc) such data, visual inspection and labeling will probably suffer from rather long latency during the rendering of large portions of recorded signals. For this reason, we have developed SignalPlant-a stand-alone application for signal inspection, labeling and processing. The main motivation was to supply investigators with a tool allowing fast and interactive work with large multichannel records produced by EEG, electrocardiograph and similar devices. The rendering latency was compared with EEGLAB and proves significantly faster when displaying an image from a large number of samples (e.g. 163-times faster for 75  ×  10(6) samples). The presented SignalPlant software is available free and does not depend on any other computation software. Furthermore, it can be extended with plugins by third parties ensuring its adaptability to future research tasks and new data formats.

  17. Graphene: a promising two-dimensional support for heterogeneous catalysts

    Directory of Open Access Journals (Sweden)

    Xiaobin eFan

    2015-01-01

    Full Text Available Graphene has many advantages that make it an attractive two-dimensional (2D support for heterogeneous catalysts. It not only allows the high loading of targeted catalytic species, but also facilitates the mass transfer during the reaction processes. These advantages, along with its unique physical and chemical properties, endow graphene great potential as catalyst support in heterogeneous catalysis.

  18. Application of a method for comparing one-dimensional and two-dimensional models of a ground-water flow system

    International Nuclear Information System (INIS)

    Naymik, T.G.

    1978-01-01

    To evaluate the inability of a one-dimensional ground-water model to interact continuously with surrounding hydraulic head gradients, simulations using one-dimensional and two-dimensional ground-water flow models were compared. This approach used two types of models: flow-conserving one-and-two dimensional models, and one-dimensional and two-dimensional models designed to yield two-dimensional solutions. The hydraulic conductivities of controlling features were varied and model comparison was based on the travel times of marker particles. The solutions within each of the two model types compare reasonably well, but a three-dimensional solution is required to quantify the comparison

  19. Advanced Methods of Biomedical Signal Processing

    CERN Document Server

    Cerutti, Sergio

    2011-01-01

    This book grew out of the IEEE-EMBS Summer Schools on Biomedical Signal Processing, which have been held annually since 2002 to provide the participants state-of-the-art knowledge on emerging areas in biomedical engineering. Prominent experts in the areas of biomedical signal processing, biomedical data treatment, medicine, signal processing, system biology, and applied physiology introduce novel techniques and algorithms as well as their clinical or physiological applications. The book provides an overview of a compelling group of advanced biomedical signal processing techniques, such as mult

  20. Two-Dimensional Spectroscopy Is Being Used to Address Core Scientific Questions in Biology and Materials Science.

    Science.gov (United States)

    Petti, Megan K; Lomont, Justin P; Maj, Michał; Zanni, Martin T

    2018-02-15

    Two-dimensional spectroscopy is a powerful tool for extracting structural and dynamic information from a wide range of chemical systems. We provide a brief overview of the ways in which two-dimensional visible and infrared spectroscopies are being applied to elucidate fundamental details of important processes in biological and materials science. The topics covered include amyloid proteins, photosynthetic complexes, ion channels, photovoltaics, batteries, as well as a variety of promising new methods in two-dimensional spectroscopy.

  1. Two-dimensional analytic weighting functions for limb scattering

    Science.gov (United States)

    Zawada, D. J.; Bourassa, A. E.; Degenstein, D. A.

    2017-10-01

    Through the inversion of limb scatter measurements it is possible to obtain vertical profiles of trace species in the atmosphere. Many of these inversion methods require what is often referred to as weighting functions, or derivatives of the radiance with respect to concentrations of trace species in the atmosphere. Several radiative transfer models have implemented analytic methods to calculate weighting functions, alleviating the computational burden of traditional numerical perturbation methods. Here we describe the implementation of analytic two-dimensional weighting functions, where derivatives are calculated relative to atmospheric constituents in a two-dimensional grid of altitude and angle along the line of sight direction, in the SASKTRAN-HR radiative transfer model. Two-dimensional weighting functions are required for two-dimensional inversions of limb scatter measurements. Examples are presented where the analytic two-dimensional weighting functions are calculated with an underlying one-dimensional atmosphere. It is shown that the analytic weighting functions are more accurate than ones calculated with a single scatter approximation, and are orders of magnitude faster than a typical perturbation method. Evidence is presented that weighting functions for stratospheric aerosols calculated under a single scatter approximation may not be suitable for use in retrieval algorithms under solar backscatter conditions.

  2. Multidimensional upwind hydrodynamics on unstructured meshes using graphics processing units - I. Two-dimensional uniform meshes

    Science.gov (United States)

    Paardekooper, S.-J.

    2017-08-01

    We present a new method for numerical hydrodynamics which uses a multidimensional generalization of the Roe solver and operates on an unstructured triangular mesh. The main advantage over traditional methods based on Riemann solvers, which commonly use one-dimensional flux estimates as building blocks for a multidimensional integration, is its inherently multidimensional nature, and as a consequence its ability to recognize multidimensional stationary states that are not hydrostatic. A second novelty is the focus on graphics processing units (GPUs). By tailoring the algorithms specifically to GPUs, we are able to get speedups of 100-250 compared to a desktop machine. We compare the multidimensional upwind scheme to a traditional, dimensionally split implementation of the Roe solver on several test problems, and we find that the new method significantly outperforms the Roe solver in almost all cases. This comes with increased computational costs per time-step, which makes the new method approximately a factor of 2 slower than a dimensionally split scheme acting on a structured grid.

  3. The use of virtual reality to reimagine two-dimensional representations of three-dimensional spaces

    Science.gov (United States)

    Fath, Elaine

    2015-03-01

    A familiar realm in the world of two-dimensional art is the craft of taking a flat canvas and creating, through color, size, and perspective, the illusion of a three-dimensional space. Using well-explored tricks of logic and sight, impossible landscapes such as those by surrealists de Chirico or Salvador Dalí seem to be windows into new and incredible spaces which appear to be simultaneously feasible and utterly nonsensical. As real-time 3D imaging becomes increasingly prevalent as an artistic medium, this process takes on an additional layer of depth: no longer is two-dimensional space restricted to strategies of light, color, line and geometry to create the impression of a three-dimensional space. A digital interactive environment is a space laid out in three dimensions, allowing the user to explore impossible environments in a way that feels very real. In this project, surrealist two-dimensional art was researched and reimagined: what would stepping into a de Chirico or a Magritte look and feel like, if the depth and distance created by light and geometry were not simply single-perspective illusions, but fully formed and explorable spaces? 3D environment-building software is allowing us to step into these impossible spaces in ways that 2D representations leave us yearning for. This art project explores what we gain--and what gets left behind--when these impossible spaces become doors, rather than windows. Using sketching, Maya 3D rendering software, and the Unity Engine, surrealist art was reimagined as a fully navigable real-time digital environment. The surrealist movement and its key artists were researched for their use of color, geometry, texture, and space and how these elements contributed to their work as a whole, which often conveys feelings of unexpectedness or uneasiness. The end goal was to preserve these feelings while allowing the viewer to actively engage with the space.

  4. Processing oscillatory signals by incoherent feedforward loops

    Science.gov (United States)

    Zhang, Carolyn; Wu, Feilun; Tsoi, Ryan; Shats, Igor; You, Lingchong

    From the timing of amoeba development to the maintenance of stem cell pluripotency,many biological signaling pathways exhibit the ability to differentiate between pulsatile and sustained signals in the regulation of downstream gene expression.While networks underlying this signal decoding are diverse,many are built around a common motif, the incoherent feedforward loop (IFFL),where an input simultaneously activates an output and an inhibitor of the output.With appropriate parameters,this motif can generate temporal adaptation,where the system is desensitized to a sustained input.This property serves as the foundation for distinguishing signals with varying temporal profiles.Here,we use quantitative modeling to examine another property of IFFLs,the ability to process oscillatory signals.Our results indicate that the system's ability to translate pulsatile dynamics is limited by two constraints.The kinetics of IFFL components dictate the input range for which the network can decode pulsatile dynamics.In addition,a match between the network parameters and signal characteristics is required for optimal ``counting''.We elucidate one potential mechanism by which information processing occurs in natural networks with implications in the design of synthetic gene circuits for this purpose. This work was partially supported by the National Science Foundation Graduate Research Fellowship (CZ).

  5. Two-dimensional numerical simulation of boron diffusion for pyramidally textured silicon

    International Nuclear Information System (INIS)

    Ma, Fa-Jun; Duttagupta, Shubham; Shetty, Kishan Devappa; Meng, Lei; Hoex, Bram; Peters, Ian Marius; Samudra, Ganesh S.

    2014-01-01

    Multidimensional numerical simulation of boron diffusion is of great relevance for the improvement of industrial n-type crystalline silicon wafer solar cells. However, surface passivation of boron diffused area is typically studied in one dimension on planar lifetime samples. This approach neglects the effects of the solar cell pyramidal texture on the boron doping process and resulting doping profile. In this work, we present a theoretical study using a two-dimensional surface morphology for pyramidally textured samples. The boron diffusivity and segregation coefficient between oxide and silicon in simulation are determined by reproducing measured one-dimensional boron depth profiles prepared using different boron diffusion recipes on planar samples. The established parameters are subsequently used to simulate the boron diffusion process on textured samples. The simulated junction depth is found to agree quantitatively well with electron beam induced current measurements. Finally, chemical passivation on planar and textured samples is compared in device simulation. Particularly, a two-dimensional approach is adopted for textured samples to evaluate chemical passivation. The intrinsic emitter saturation current density, which is only related to Auger and radiative recombination, is also simulated for both planar and textured samples. The differences between planar and textured samples are discussed

  6. Two-process approach to electron beam welding control

    International Nuclear Information System (INIS)

    Lastovirya, V.N.

    1987-01-01

    The analysis and synthesis of multi-dimensional welding control systems, which require the usage of computers, should be conducted within the temporal range. From the general control theory point two approaches - one-process and two-process - are possible to electron beam welding. In case of two-process approach, subprocesses of heat source formation and direct metal melting are separated. Two-process approach leads to two-profile control system and provides the complete controlability of electron beam welding within the frameworks of systems with concentrated, as well as, with distributed parameters. Approach choice for the given problem solution is determined, first of all, by stability degree of heat source during welding

  7. Two-Dimensional Optical Processing Of One-Dimensional Acoustic Data

    Science.gov (United States)

    Szu, Harold H.

    1982-10-01

    The concept of carrier-mean-frequency-selective convolution is introduced to solve the undersea problem of passive acoustic surveillance (PAS) and compared with the conventional notion of difference-frequency Doppler-corrected correlation. The former results in the cross-Wigner distribution function (WD), and the latter results in the cross-ambiguity function (AF). When the persistent time of a sound emitter is more important than the characteristic tone of the sound emitter, WD will be more useful than AF for PAS activity detection, and vice versa. Their mutual relationships with the instantaneous power spectrum (IPS) show the importance of the phase information that must be kept in any 2-D representation of a 1 -D signal. If a square-law detector is used, or an unsymmetric version of WD or AF is gener-ated, then one must produce the other 2-D representations directly, rather than transform one to the other.

  8. Depth-enhanced three-dimensional-two-dimensional convertible display based on modified integral imaging.

    Science.gov (United States)

    Park, Jae-Hyeung; Kim, Hak-Rin; Kim, Yunhee; Kim, Joohwan; Hong, Jisoo; Lee, Sin-Doo; Lee, Byoungho

    2004-12-01

    A depth-enhanced three-dimensional-two-dimensional convertible display that uses a polymer-dispersed liquid crystal based on the principle of integral imaging is proposed. In the proposed method, a lens array is located behind a transmission-type display panel to form an array of point-light sources, and a polymer-dispersed liquid crystal is electrically controlled to pass or to scatter light coming from these point-light sources. Therefore, three-dimensional-two-dimensional conversion is accomplished electrically without any mechanical movement. Moreover, the nonimaging structure of the proposed method increases the expressible depth range considerably. We explain the method of operation and present experimental results.

  9. Instantaneous three-dimensional visualization of concentration distributions in turbulent flows with crossed-plane laser-induced fluorescence imaging

    Science.gov (United States)

    Hoffmann, A.; Zimmermann, F.; Scharr, H.; Krömker, S.; Schulz, C.

    2005-01-01

    A laser-based technique for measuring instantaneous three-dimensional species concentration distributions in turbulent flows is presented. The laser beam from a single laser is formed into two crossed light sheets that illuminate the area of interest. The laser-induced fluorescence (LIF) signal emitted from excited species within both planes is detected with a single camera via a mirror arrangement. Image processing enables the reconstruction of the three-dimensional data set in close proximity to the cutting line of the two light sheets. Three-dimensional intensity gradients are computed and compared to the two-dimensional projections obtained from the two directly observed planes. Volume visualization by digital image processing gives unique insight into the three-dimensional structures within the turbulent processes. We apply this technique to measurements of toluene-LIF in a turbulent, non-reactive mixing process of toluene and air and to hydroxyl (OH) LIF in a turbulent methane-air flame upon excitation at 248 nm with a tunable KrF excimer laser.

  10. Signal Processing

    International Nuclear Information System (INIS)

    Anon.

    1992-01-01

    Signal processing techniques, extensively used nowadays to maximize the performance of audio and video equipment, have been a key part in the design of hardware and software for high energy physics detectors since pioneering applications in the UA1 experiment at CERN in 1979

  11. Fractional Processes and Fractional-Order Signal Processing Techniques and Applications

    CERN Document Server

    Sheng, Hu; Qiu, TianShuang

    2012-01-01

    Fractional processes are widely found in science, technology and engineering systems. In Fractional Processes and Fractional-order Signal Processing, some complex random signals, characterized by the presence of a heavy-tailed distribution or non-negligible dependence between distant observations (local and long memory), are introduced and examined from the ‘fractional’ perspective using simulation, fractional-order modeling and filtering and realization of fractional-order systems. These fractional-order signal processing (FOSP) techniques are based on fractional calculus, the fractional Fourier transform and fractional lower-order moments. Fractional Processes and Fractional-order Signal Processing: • presents fractional processes of fixed, variable and distributed order studied as the output of fractional-order differential systems; • introduces FOSP techniques and the fractional signals and fractional systems point of view; • details real-world-application examples of FOSP techniques to demonstr...

  12. Multi-Scale Factor Analysis of High-Dimensional Brain Signals

    KAUST Repository

    Ting, Chee-Ming

    2017-05-18

    In this paper, we develop an approach to modeling high-dimensional networks with a large number of nodes arranged in a hierarchical and modular structure. We propose a novel multi-scale factor analysis (MSFA) model which partitions the massive spatio-temporal data defined over the complex networks into a finite set of regional clusters. To achieve further dimension reduction, we represent the signals in each cluster by a small number of latent factors. The correlation matrix for all nodes in the network are approximated by lower-dimensional sub-structures derived from the cluster-specific factors. To estimate regional connectivity between numerous nodes (within each cluster), we apply principal components analysis (PCA) to produce factors which are derived as the optimal reconstruction of the observed signals under the squared loss. Then, we estimate global connectivity (between clusters or sub-networks) based on the factors across regions using the RV-coefficient as the cross-dependence measure. This gives a reliable and computationally efficient multi-scale analysis of both regional and global dependencies of the large networks. The proposed novel approach is applied to estimate brain connectivity networks using functional magnetic resonance imaging (fMRI) data. Results on resting-state fMRI reveal interesting modular and hierarchical organization of human brain networks during rest.

  13. The Convergence Acceleration of Two-Dimensional Fourier Interpolation

    Directory of Open Access Journals (Sweden)

    Anry Nersessian

    2008-07-01

    Full Text Available Hereby, the convergence acceleration of two-dimensional trigonometric interpolation for a smooth functions on a uniform mesh is considered. Together with theoretical estimates some numerical results are presented and discussed that reveal the potential of this method for application in image processing. Experiments show that suggested algorithm allows acceleration of conventional Fourier interpolation even for sparse meshes that can lead to an efficient image compression/decompression algorithms and also to applications in image zooming procedures.

  14. A low noise ASIC for two dimensional neutron gas detector with performance of high spatial resolution (Contract research)

    International Nuclear Information System (INIS)

    Yamagishi, Hideshi; Toh, Kentaro; Nakamura, Tatsuya; Sakasai, Kaoru; Soyama, Kazuhiko

    2012-02-01

    An ASD-ASIC (Amplifier-Shaper-Discriminator ASIC) with fast response and low noise performances has been designed for two-dimensional position sensitive neutron gas detectors (InSPaD). The InSPaD is a 2D neutron detector system with 3 He gas and provides a high spatial resolution by making distinction between proton and triton particles generated in the gas chamber. The new ASD-ASIC is required to have very low noise, a wide dynamic range, good output linearity and high counting rate. The new ASD-ASIC has been designed by using CMOS and consisted of 64-channel ASDs, a 16-channel multiplexer with LVTTL drivers and sum amplifier system for summing all analog signals. The performances were evaluated by the Spice simulation. It was confirmed that the new ASD-ASIC had very low noise performance, wide dynamic range and fast signal processing functions. (author)

  15. Digital signal processing at GEND's data center

    International Nuclear Information System (INIS)

    Jackson, J.E.

    1977-01-01

    The conversion and recording of analog signals in digital form has been an active element in the manufacturing operations of the General Electric Neutron Devices Department (GEND) since 1966. The first computerized data system for these digitized waveforms was implemented at GEND's data center approximately two years later during 1968. The evolution and integration of these two activities at GEND are addressed in this paper. Beginning with the tester--data center interface, emphasis is placed on previous approaches, current capabilities, near-term trends, and future requirements. The digitizing process has developed into a firmly established set of hardware and associated software techniques which has proven itself as an accurate, reliable procedure for capturing waveform characteristics. The most important aspect of this process is the recent trend toward increased sampling rates and a greater number of digitized parameters per operation. The combined effect is a tremendous increase in output data volumes. Since digital signal processing carries the potential for significant contributions to manufacturing quality and reliability, as well as engineering design and development, increased activity in this area appears extremely desirable. 11 figures

  16. Improving the Sound Pressure Level of Two-Dimensional Audio Actuators by Coating Single-Walled Carbon Nanotubes on Piezoelectric Films.

    Science.gov (United States)

    Um, Keehong

    2015-10-01

    As devices for amplifying or transforming electronic signals into audible signals through electromechanical operations, acoustic actuators in the form of loudspeakers are usually solid structures in three dimensional space. Recently there has been increasing demand for mobile electronic devices, such as mobile phones, to become smaller, thinner, and lighter. In contrast to a three dimensional audio system with magnets, we have invented a new type of flexible two dimensional device by utilizing the reverse piezoelectric effect in certain piezoelectric materials. Crystalline piezoelectric materials show electromechanical interaction between the mechanical state and the electrically-charged state. The piezoelectric effect is a reversible process in that materials exhibiting the direct piezoelectric effect (the internal generation of electrical charge resulting from an applied mechanical force) also exhibit the reverse piezoelectric effect (the internal generation of a mechanical strain resulting from an applied electrical field). We have adopted the plasma surface treatment in order to put coating materials on the surface of piezoelectric film. We compared two kinds of coating material, indium tin oxide and single-walled carbon nanotube, and found that single-walled carbon nanotube shows better performance. The results showed improvement of output power in a wider range of operating frequency; for the surface resistance of 0.5 kΩ/square, the single-walled CNT shows the range of operating frequency to be 0.75-17.5 kHz, but ITO shows 2.5-13.4 kHz. For the surface resistance of 1 kΩ/square, single-walled CNT shows the range of operating frequency to be 0.81-17 kHz, but ITO shows it cannot generate audible sound.

  17. Vortex Generators in a Two-Dimensional, External-Compression Supersonic Inlet

    Science.gov (United States)

    Baydar, Ezgihan; Lu, Frank K.; Slater, John W.

    2016-01-01

    Computational fluid dynamics simulations are performed as part of a process to design a vortex generator array for a two-dimensional inlet for Mach 1.6. The objective is to improve total pressure recovery a on at the engine face of the inlet. Both vane-type and ramp-type vortex generators are examined.

  18. K-FIX: a computer program for transient, two-dimensional, two-fluid flow. THREED: an extension of the K-FIX code for three-dimensional calculations

    International Nuclear Information System (INIS)

    Rivard, W.C.; Torrey, M.D.

    1978-10-01

    The transient, two-dimensional, two-fluid code K-FIX has been extended to perform three-dimensional calculations. This capability is achieved by adding five modification sets of FORTRAN statements to the basic two-dimensional code. The modifications are listed and described, and a complete listing of the three-dimensional code is provided. Results of an example problem are provided for verification

  19. using fuzzy logic in image processing

    International Nuclear Information System (INIS)

    Ashabrawy, M.A.F.

    2002-01-01

    due to the unavoidable merge between computer and mathematics, the signal processing in general and the processing in particular have greatly improved and advanced. signal processing deals with the processing of any signal data for use by a computer, while image processing deals with all kinds of images (just images). image processing involves the manipulation of image data for better appearance and viewing by people; consequently, it is a rapidly growing and exciting field to be involved in today . this work takes an applications - oriented approach to image processing .the applications; the maps and documents of the first egyptian research reactor (ETRR-1), the x-ray medical images and the fingerprints image. since filters, generally, work continuous ranges rather than discrete values, fuzzy logic techniques are more convenient.thee techniques are powerful in image processing and can deal with one- dimensional, 1-D and two - dimensional images, 2-D images as well

  20. Facilitating the Hyphenation of CIEF and MALDI-MS for Two-Dimensional Separation of Proteins

    Science.gov (United States)

    Cheng, Chang; Lu, Joann J.; Wang, Xiayan; Roberts, Jonathan; Liu, Shaorong

    2011-01-01

    Both CIEF and MALDI-MS are frequently used in protein analysis, but hyphenation of the two is not investigated proportionally. One of the major reasons is that the additives (such as carrier ampholytes and detergent) in CIEF severely suppress the MALDI-MS signal, which hampers the hyphenation of the two. In this paper, we develop a simple means to alleviate the above signal-suppressing effect. We first deposit 1 µL of water onto a MALDI-MS target, deliver a fraction of CIEF-separated protein (~0.1 µL) to the water droplet, evaporate the solvent, add 0.5 µL of MALDI matrix to the sample spot, dry the matrix, and move the target plate to a MALDI-TOF-MS for mass spectrum measurement. We optimize the droplet volume and the laser-ablation region. Under the optimized conditions, we improve the signal to noise ratio by 2–10 fold. We also apply this method for two-dimensional separations of standard proteins and Apolipoprotein A-I, a membrane protein expressed in E. Coli cells. PMID:20603827

  1. Signal processing method for Johnson noise thermometry

    International Nuclear Information System (INIS)

    Hwang, I. G.; Moon, B. S.; Kinser, Rpger

    2003-01-01

    The development of Johnson Noise Thermometry requires a high sensitive preamplifier circuit to pick up the temperature-related noise on the sensing element. However, the random noise generated in this amplification circuit causes a significant erroneous influence to the measurement. This paper describes signal processing mechanism of the Johnson Noise Thermometry system which is underway of development in collaboration between KAERI and ORNL. It adopts two identical amplifier channels and utilizes a digital signal processing technique to remove the independent noise of each channel. The CPSD(Cross Power Spectral Density) function is used to cancel the independent noise and the differentiation of narrow or single frequency peak from the CPSD data separates the common mode electromagnetic interference noise

  2. Two-dimensional critical phenomena

    International Nuclear Information System (INIS)

    Saleur, H.

    1987-09-01

    Two dimensional critical systems are studied using transformation to free fields and conformal invariance methods. The relations between the two approaches are also studied. The analytical results obtained generally depend on universality hypotheses or on renormalization group trajectories which are not established rigorously, so numerical verifications, mainly using the transfer matrix approach, are presented. The exact determination of critical exponents; the partition functions of critical models on toruses; and results as the critical point is approached are discussed [fr

  3. Broadband Nonlinear Signal Processing in Silicon Nanowires

    DEFF Research Database (Denmark)

    Yvind, Kresten; Pu, Minhao; Hvam, Jørn Märcher

    The fast non-linearity of silicon allows Tbit/s optical signal processing. By choosing suitable dimensions of silicon nanowires their dispersion can be tailored to ensure a high nonlinearity at power levels low enough to avoid significant two-photon abso We have fabricated low insertion...

  4. Numerical simulation of the control of the three-dimensional transition process in boundary layers

    Science.gov (United States)

    Kral, L. D.; Fasel, H. F.

    1990-01-01

    Surface heating techniques to control the three-dimensional laminar-turbulent transition process are numerically investigated for a water boundary layer. The Navier-Stokes and energy equations are solved using a fully implicit finite difference/spectral method. The spatially evolving boundary layer is simulated. Results of both passive and active methods of control are shown for small amplitude two-dimensional and three-dimensional disturbance waves. Control is also applied to the early stages of the secondary instability process using passive or active control techniques.

  5. Two-Component Signal Transduction System SaeRS Positively Regulates Staphylococcus epidermidis Glucose Metabolism

    Directory of Open Access Journals (Sweden)

    Qiang Lou

    2014-01-01

    Full Text Available Staphylococcus epidermidis, which is a causative pathogen of nosocomial infection, expresses its virulent traits such as biofilm and autolysis regulated by two-component signal transduction system SaeRS. In this study, we performed a proteomic analysis of differences in expression between the S. epidermidis 1457 wild-type and saeRS mutant to identify candidates regulated by saeRS using two-dimensional gel electrophoresis (2-DE combined with matrix-assisted laser desorption/lonization mass spectrometry (MALDI-TOF-MS. Of 55 identified proteins that significantly differed in expression between the two strains, 15 were upregulated and 40 were downregulated. The downregulated proteins included enzymes related to glycolysis and TCA cycle, suggesting that glucose is not properly utilized in S. epidermidis when saeRS was deleted. The study will be helpful for treatment of S. epidermidis infection from the viewpoint of metabolic modulation dependent on two-component signal transduction system SaeRS.

  6. Acquiring a four-dimensional computed tomography dataset using an external respiratory signal

    International Nuclear Information System (INIS)

    Vedam, S S; Keall, P J; Kini, V R; Mostafavi, H; Shukla, H P; Mohan, R

    2003-01-01

    Four-dimensional (4D) methods strive to achieve highly conformal radiotherapy, particularly for lung and breast tumours, in the presence of respiratory-induced motion of tumours and normal tissues. Four-dimensional radiotherapy accounts for respiratory motion during imaging, planning and radiation delivery, and requires a 4D CT image in which the internal anatomy motion as a function of the respiratory cycle can be quantified. The aims of our research were (a) to develop a method to acquire 4D CT images from a spiral CT scan using an external respiratory signal and (b) to examine the potential utility of 4D CT imaging. A commercially available respiratory motion monitoring system provided an 'external' tracking signal of the patient's breathing. Simultaneous recording of a TTL 'X-Ray ON' signal from the CT scanner indicated the start time of CT image acquisition, thus facilitating time stamping of all subsequent images. An over-sampled spiral CT scan was acquired using a pitch of 0.5 and scanner rotation time of 1.5 s. Each image from such a scan was sorted into an image bin that corresponded with the phase of the respiratory cycle in which the image was acquired. The complete set of such image bins accumulated over a respiratory cycle constitutes a 4D CT dataset. Four-dimensional CT datasets of a mechanical oscillator phantom and a patient undergoing lung radiotherapy were acquired. Motion artefacts were significantly reduced in the images in the 4D CT dataset compared to the three-dimensional (3D) images, for which respiratory motion was not accounted. Accounting for respiratory motion using 4D CT imaging is feasible and yields images with less distortion than 3D images. 4D images also contain respiratory motion information not available in a 3D CT image

  7. High signal to noise ratio THz spectroscopy with ASOPS and signal processing schemes for mapping and controlling molecular and bulk relaxation processes

    International Nuclear Information System (INIS)

    Hadjiloucas, S; Walker, G C; Bowen, J W; Becerra, V M; Zafiropoulos, A; Galvao, R K H

    2009-01-01

    Asynchronous Optical Sampling has the potential to improve signal to noise ratio in THz transient sperctrometry. The design of an inexpensive control scheme for synchronising two femtosecond pulse frequency comb generators at an offset frequency of 20 kHz is discussed. The suitability of a range of signal processing schemes adopted from the Systems Identification and Control Theory community for further processing recorded THz transients in the time and frequency domain are outlined. Finally, possibilities for femtosecond pulse shaping using genetic algorithms are mentioned.

  8. High signal to noise ratio THz spectroscopy with ASOPS and signal processing schemes for mapping and controlling molecular and bulk relaxation processes

    Energy Technology Data Exchange (ETDEWEB)

    Hadjiloucas, S; Walker, G C; Bowen, J W; Becerra, V M [Cybernetics, School of Systems Engineering, University of Reading, RG6 6AY (United Kingdom); Zafiropoulos, A [Biosystems Engineering Department, School of Agricultural Technology, Technological Educational Institute of Larissa, 411 10, Larissa (Greece); Galvao, R K H, E-mail: s.hadjiloucas@reading.ac.u [Divisao de Engenharia Eletronica, Instituto Tecnologico de Aeronautica, Sao Jose dos Campos, SP, 12228-900 Brazil (Brazil)

    2009-08-01

    Asynchronous Optical Sampling has the potential to improve signal to noise ratio in THz transient sperctrometry. The design of an inexpensive control scheme for synchronising two femtosecond pulse frequency comb generators at an offset frequency of 20 kHz is discussed. The suitability of a range of signal processing schemes adopted from the Systems Identification and Control Theory community for further processing recorded THz transients in the time and frequency domain are outlined. Finally, possibilities for femtosecond pulse shaping using genetic algorithms are mentioned.

  9. Terahertz Radiation Heterodyne Detector Using Two-Dimensional Electron Gas in a GaN Heterostructure

    Science.gov (United States)

    Karasik, Boris S.; Gill, John J.; Mehdi, Imran; Crawford, Timothy J.; Sergeev, Andrei V.; Mitin, Vladimir V.

    2012-01-01

    High-resolution submillimeter/terahertz spectroscopy is important for studying atmospheric and interstellar molecular gaseous species. It typically uses heterodyne receivers where an unknown (weak) signal is mixed with a strong signal from the local oscillator (LO) operating at a slightly different frequency. The non-linear mixer devices for this frequency range are unique and are not off-the-shelf commercial products. Three types of THz mixers are commonly used: Schottky diode, superconducting hot-electron bolometer (HEB), and superconductor-insulation-superconductor (SIS) junction. A HEB mixer based on the two-dimensional electron gas (2DEG) formed at the interface of two slightly dissimilar semiconductors was developed. This mixer can operate at temperatures between 100 and 300 K, and thus can be used with just passive radiative cooling available even on small spacecraft.

  10. Decay of homogeneous two-dimensional quantum turbulence

    Science.gov (United States)

    Baggaley, Andrew W.; Barenghi, Carlo F.

    2018-03-01

    We numerically simulate the free decay of two-dimensional quantum turbulence in a large, homogeneous Bose-Einstein condensate. The large number of vortices, the uniformity of the density profile, and the absence of boundaries (where vortices can drift out of the condensate) isolate the annihilation of vortex-antivortex pairs as the only mechanism which reduces the number of vortices, Nv, during the turbulence decay. The results clearly reveal that vortex annihilation is a four-vortex process, confirming the decay law Nv˜t-1 /3 where t is time, which was inferred from experiments with relatively few vortices in small harmonically trapped condensates.

  11. Numerical simulation of multi-dimensional two-phase flow based on flux vector splitting

    Energy Technology Data Exchange (ETDEWEB)

    Staedtke, H.; Franchello, G.; Worth, B. [Joint Research Centre - Ispra Establishment (Italy)

    1995-09-01

    This paper describes a new approach to the numerical simulation of transient, multidimensional two-phase flow. The development is based on a fully hyperbolic two-fluid model of two-phase flow using separated conservation equations for the two phases. Features of the new model include the existence of real eigenvalues, and a complete set of independent eigenvectors which can be expressed algebraically in terms of the major dependent flow parameters. This facilitates the application of numerical techniques specifically developed for high speed single-phase gas flows which combine signal propagation along characteristic lines with the conservation property with respect to mass, momentum and energy. Advantages of the new model for the numerical simulation of one- and two- dimensional two-phase flow are discussed.

  12. Signal processing: opportunities for superconductive circuits

    International Nuclear Information System (INIS)

    Ralston, R.W.

    1985-01-01

    Prime motivators in the evolution of increasingly sophisticated communication and detection systems are the needs for handling ever wider signal bandwidths and higher data processing speeds. These same needs drive the development of electronic device technology. Until recently the superconductive community has been tightly focused on digital devices for high speed computers. The purpose of this paper is to describe opportunities and challenges which exist for both analog and digital devices in a less familiar area, that of wideband signal processing. The function and purpose of analog signal-processing components, including matched filters, correlators and Fourier transformers, will be described and examples of superconductive implementations given. A canonic signal-processing system is then configured using these components in combination with analog/digital converters and digital output circuits to highlight the important issues of dynamic range, accuracy and equivalent computation rate. Superconductive circuits hold promise for processing signals of 10-GHz bandwidth. Signal processing systems, however, can be properly designed and implemented only through a synergistic combination of the talents of device physicists, circuit designers, algorithm architects and system engineers. An immediate challenge to the applied superconductivity community is to begin sharing ideas with these other researchers

  13. Fundamentals of statistical signal processing

    CERN Document Server

    Kay, Steven M

    1993-01-01

    A unified presentation of parameter estimation for those involved in the design and implementation of statistical signal processing algorithms. Covers important approaches to obtaining an optimal estimator and analyzing its performance; and includes numerous examples as well as applications to real- world problems. MARKETS: For practicing engineers and scientists who design and analyze signal processing systems, i.e., to extract information from noisy signals — radar engineer, sonar engineer, geophysicist, oceanographer, biomedical engineer, communications engineer, economist, statistician, physicist, etc.

  14. Radar signal processing and its applications

    CERN Document Server

    Hummel, Robert; Stoica, Petre; Zelnio, Edmund

    2003-01-01

    Radar Signal Processing and Its Applications brings together in one place important contributions and up-to-date research results in this fast-moving area. In twelve selected chapters, it describes the latest advances in architectures, design methods, and applications of radar signal processing. The contributors to this work were selected from the leading researchers and practitioners in the field. This work, originally published as Volume 14, Numbers 1-3 of the journal, Multidimensional Systems and Signal Processing, will be valuable to anyone working or researching in the field of radar signal processing. It serves as an excellent reference, providing insight into some of the most challenging issues being examined today.

  15. Two-dimensional capillary origami

    Energy Technology Data Exchange (ETDEWEB)

    Brubaker, N.D., E-mail: nbrubaker@math.arizona.edu; Lega, J., E-mail: lega@math.arizona.edu

    2016-01-08

    We describe a global approach to the problem of capillary origami that captures all unfolded equilibrium configurations in the two-dimensional setting where the drop is not required to fully wet the flexible plate. We provide bifurcation diagrams showing the level of encapsulation of each equilibrium configuration as a function of the volume of liquid that it contains, as well as plots representing the energy of each equilibrium branch. These diagrams indicate at what volume level the liquid drop ceases to be attached to the endpoints of the plate, which depends on the value of the contact angle. As in the case of pinned contact points, three different parameter regimes are identified, one of which predicts instantaneous encapsulation for small initial volumes of liquid. - Highlights: • Full solution set of the two-dimensional capillary origami problem. • Fluid does not necessarily wet the entire plate. • Global energy approach provides exact differential equations satisfied by minimizers. • Bifurcation diagrams highlight three different regimes. • Conditions for spontaneous encapsulation are identified.

  16. Two-dimensional capillary origami

    International Nuclear Information System (INIS)

    Brubaker, N.D.; Lega, J.

    2016-01-01

    We describe a global approach to the problem of capillary origami that captures all unfolded equilibrium configurations in the two-dimensional setting where the drop is not required to fully wet the flexible plate. We provide bifurcation diagrams showing the level of encapsulation of each equilibrium configuration as a function of the volume of liquid that it contains, as well as plots representing the energy of each equilibrium branch. These diagrams indicate at what volume level the liquid drop ceases to be attached to the endpoints of the plate, which depends on the value of the contact angle. As in the case of pinned contact points, three different parameter regimes are identified, one of which predicts instantaneous encapsulation for small initial volumes of liquid. - Highlights: • Full solution set of the two-dimensional capillary origami problem. • Fluid does not necessarily wet the entire plate. • Global energy approach provides exact differential equations satisfied by minimizers. • Bifurcation diagrams highlight three different regimes. • Conditions for spontaneous encapsulation are identified.

  17. Two-dimensional and three-dimensional models used for teaching Human Evolution in Secondary Schools. Learning proficiency assessment. A Case Study

    Directory of Open Access Journals (Sweden)

    Ulisses Dardon

    2016-06-01

    Full Text Available The evolution of the human species is a topic of extreme importance reported in the “Parâmetros Curriculares Nacionais do Ensino Médio – PCNEM” (National Curriculum Standards of Secondary Education, although it is not often taught as part of basic education. This work presents the results of an experimental work performed with 31 students of a religious high school of State of Rio de Janeiro. Learning proficiency was assessed by using two-dimensional (2D and three-dimensional (3D illustration techniques of hominids skulls and a Pongidae for teaching Human Evolution. The teaching-learning process using these methodologies was more effective with the application of three-dimensional (3D illustration techniques. The group of students that used 3D illustrations were able to observe similarities and differences between the presented taxonomic models, and formulate hypotheses about their palaeobiology more consistently than the students that used 2D models. Results of this work indicate that the use of three-dimensional techniques (3D provides an excellent support to teaching-learning process in basic education, captivating and stimulating new interests of students during the educational process.

  18. A Preliminary Assessment of Soviet Development of Optimum Signal Discrimination Techniques: Optimum Space-Time Processing

    Science.gov (United States)

    1982-10-01

    thermal noise and radioastronomy is probably the application Shirman had in mind for that work. Kuriksha considers a wide class of two-dimensional...this point has been discussed In terms of EM wave propagation, signal detection, and parameter estimation in such fields as radar and radioastronomy

  19. Silicon Photonics for Signal Processing of Tbit/s Serial Data Signals

    DEFF Research Database (Denmark)

    Oxenløwe, Leif Katsuo; Ji, Hua; Galili, Michael

    2012-01-01

    In this paper, we describe our recent work on signal processing of terabit per second optical serial data signals using pure silicon waveguides. We employ nonlinear optical signal processing in nanoengineered silicon waveguides to perform demultiplexing and optical waveform sampling of 1.28-Tbit/...

  20. TYPE Ia SUPERNOVAE AS SITES OF THE p-PROCESS: TWO-DIMENSIONAL MODELS COUPLED TO NUCLEOSYNTHESIS

    International Nuclear Information System (INIS)

    Travaglio, C.; Gallino, R.; Roepke, F. K.; Hillebrandt, W.

    2011-01-01

    Beyond Fe, there is a class of 35 proton-rich nuclides, between 74 Se and 196 Hg, called p-nuclei. They are bypassed by the s and r neutron capture processes and are typically 10-1000 times less abundant than the s- and/or r-isotopes in the solar system. The bulk of p-isotopes is created in the 'gamma processes' by sequences of photodisintegrations and beta decays in explosive conditions in both core collapse supernovae (SNe II) and in Type Ia supernovae (SNe Ia). SNe II contribute to the production of p-nuclei through explosive neon and oxygen burning. However, the major problem in SN II ejecta is a general underproduction of the light p-nuclei for A 209 Bi. We select tracers within the typical temperature range for p-process production, (1.5-3.7) x 10 9 K, and analyze in detail their behavior, exploring the influence of different s-process distributions on the p-process nucleosynthesis. In addition, we discuss the sensitivity of p-process production to parameters of the explosion mechanism, taking into account the consequences on Fe and alpha elements. We find that SNe Ia can produce a large amount of p-nuclei, both the light p-nuclei below A = 120 and the heavy-p nuclei, at quite flat average production factors, tightly related to the s-process seed distribution. For the first time, we find a stellar source able to produce both light and heavy p-nuclei almost at the same level as 56 Fe, including the debated neutron magic 92, 94 Mo and 96, 98 Ru. We also find that there is an important contribution from the p-process nucleosynthesis to the s-only nuclei 80 Kr, 86 Sr, to the neutron magic 90 Zr, and to the neutron-rich 96 Zr. Finally, we investigate the metallicity effect on p-process production in our models. Starting with different s-process seed distributions for two metallicities Z = 0.02 and Z = 0.001, running two-dimensional SN Ia models with different initial composition, we estimate that SNe Ia can contribute to at least 50% of the solar p-process

  1. Two-dimensional convolution subject to data-spreading algorithm. Report for August 1985-July 1986

    Energy Technology Data Exchange (ETDEWEB)

    Chen, Y C; Wang, H C

    1986-01-01

    An algorithm for two-dimensional convolution is proposed to be highly efficient and suitable for parallel processing, and a hardware of pipeline architecture is implemented to realize the algorithm. The implemented hardware is built on an IBM personal computer and acts as an auxiliary processor of the personal computer. This makes the dream come true that high speed, low-cost image processing is feasible on personal computers. The hardware executes two operations of two-dimensional convolution concurrently on an 256 x 256 image frame in less than 500 miniseconds. Several functions are available to users, and parameters such as weighting coefficients and threshold value are programmable. Various processing results of the image frame can be obtained by changing these parameters. Besides, horizontal and vertical edge detection can also be executed concurrently, with results available at the same time.

  2. Two-dimensional black holes and non-commutative spaces

    International Nuclear Information System (INIS)

    Sadeghi, J.

    2008-01-01

    We study the effects of non-commutative spaces on two-dimensional black hole. The event horizon of two-dimensional black hole is obtained in non-commutative space up to second order of perturbative calculations. A lower limit for the non-commutativity parameter is also obtained. The observer in that limit in contrast to commutative case see two horizon

  3. Digital signal processing an experimental approach

    CERN Document Server

    Engelberg, Shlomo

    2008-01-01

    Digital Signal Processing is a mathematically rigorous but accessible treatment of digital signal processing that intertwines basic theoretical techniques with hands-on laboratory instruction. Divided into three parts, the book covers various aspects of the digital signal processing (DSP) ""problem."" It begins with the analysis of discrete-time signals and explains sampling and the use of the discrete and fast Fourier transforms. The second part of the book???covering digital to analog and analog to digital conversion???provides a practical interlude in the mathematical content before Part II

  4. Two-dimensional Navier-Stokes turbulence in bounded domains

    NARCIS (Netherlands)

    Clercx, H.J.H.; van Heijst, G.J.F.

    In this review we will discuss recent experimental and numerical results of quasi-two-dimensional decaying and forced Navier–Stokes turbulence in bounded domains. We will give a concise overview of developments in two-dimensional turbulence research, with emphasis on the progress made during the

  5. Two-dimensional Navier-Stokes turbulence in bounded domains

    NARCIS (Netherlands)

    Clercx, H.J.H.; Heijst, van G.J.F.

    2009-01-01

    In this review we will discuss recent experimental and numerical results of quasi-two-dimensional decaying and forced Navier–Stokes turbulence in bounded domains. We will give a concise overview of developments in two-dimensional turbulence research, with emphasis on the progress made during the

  6. Piezoelectricity in Two-Dimensional Materials

    KAUST Repository

    Wu, Tao; Zhang, Hua

    2015-01-01

    Powering up 2D materials: Recent experimental studies confirmed the existence of piezoelectricity - the conversion of mechanical stress into electricity - in two-dimensional single-layer MoS2 nanosheets. The results represent a milestone towards

  7. Application of three dimensional finite element modeling for the simulation of machining processes

    International Nuclear Information System (INIS)

    Fischer, C.E.; Wu, W.T.; Chigurupati, P.; Jinn, J.T.

    2004-01-01

    For many years, metal cutting simulations have been performed using two dimensional approximations of the actual process. Factors such as chip morphology, cutting force, temperature, and tool wear can all be predicted on the computer. However, two dimensional simulation is limited to processes which are orthogonal, or which can be closely approximated as orthogonal.Advances in finite element technology, coupled with continuing improvement in the availability of low cost, high performance computer hardware, have made the three dimensional simulation of a large variety of metal cutting processes practical. Specific improvements include efficient FEM solvers, and robust adaptive remeshing. As researchers continue to gain an improved understanding of wear, material representation, tool coatings, fracture, and other such phenomena, the machining simulation system also must adapt to incorporate these evolving models.To demonstrate the capabilities of the 3D simulation system, a variety of drilling, milling, and turning processes have been simulated and will be presented in this paper. Issues related to computation time and simulation accuracy will also be addressed

  8. Two multichannel integrated circuits for neural recording and signal processing.

    Science.gov (United States)

    Obeid, Iyad; Morizio, James C; Moxon, Karen A; Nicolelis, Miguel A L; Wolf, Patrick D

    2003-02-01

    We have developed, manufactured, and tested two analog CMOS integrated circuit "neurochips" for recording from arrays of densely packed neural electrodes. Device A is a 16-channel buffer consisting of parallel noninverting amplifiers with a gain of 2 V/V. Device B is a 16-channel two-stage analog signal processor with differential amplification and high-pass filtering. It features selectable gains of 250 and 500 V/V as well as reference channel selection. The resulting amplifiers on Device A had a mean gain of 1.99 V/V with an equivalent input noise of 10 microV(rms). Those on Device B had mean gains of 53.4 and 47.4 dB with a high-pass filter pole at 211 Hz and an equivalent input noise of 4.4 microV(rms). Both devices were tested in vivo with electrode arrays implanted in the somatosensory cortex.

  9. A web service system supporting three-dimensional post-processing of medical images based on WADO protocol.

    Science.gov (United States)

    He, Longjun; Xu, Lang; Ming, Xing; Liu, Qian

    2015-02-01

    Three-dimensional post-processing operations on the volume data generated by a series of CT or MR images had important significance on image reading and diagnosis. As a part of the DIOCM standard, WADO service defined how to access DICOM objects on the Web, but it didn't involve three-dimensional post-processing operations on the series images. This paper analyzed the technical features of three-dimensional post-processing operations on the volume data, and then designed and implemented a web service system for three-dimensional post-processing operations of medical images based on the WADO protocol. In order to improve the scalability of the proposed system, the business tasks and calculation operations were separated into two modules. As results, it was proved that the proposed system could support three-dimensional post-processing service of medical images for multiple clients at the same moment, which met the demand of accessing three-dimensional post-processing operations on the volume data on the web.

  10. Distributed Two-Dimensional Fourier Transforms on DSPs with an Application for Phase Retrieval

    Science.gov (United States)

    Smith, Jeffrey Scott

    2006-01-01

    Many applications of two-dimensional Fourier Transforms require fixed timing as defined by system specifications. One example is image-based wavefront sensing. The image-based approach has many benefits, yet it is a computational intensive solution for adaptive optic correction, where optical adjustments are made in real-time to correct for external (atmospheric turbulence) and internal (stability) aberrations, which cause image degradation. For phase retrieval, a type of image-based wavefront sensing, numerous two-dimensional Fast Fourier Transforms (FFTs) are used. To meet the required real-time specifications, a distributed system is needed, and thus, the 2-D FFT necessitates an all-to-all communication among the computational nodes. The 1-D floating point FFT is very efficient on a digital signal processor (DSP). For this study, several architectures and analysis of such are presented which address the all-to-all communication with DSPs. Emphasis of this research is on a 64-node cluster of Analog Devices TigerSharc TS-101 DSPs.

  11. Signal processing in microdosimetry

    International Nuclear Information System (INIS)

    Arbel, A.

    1984-01-01

    Signals occurring in microdosimetric measurements cover a dynamic range of 100 dB at a counting rate which normally stays below 10 4 but could increase significantly in case of an accident. The need for high resolution at low energies, non-linear signal processing to accommodate the specified dynamic range, easy calibration and thermal stability are conflicting requirements which pose formidable design problems. These problems are reviewed, and a practical approach to their solution is given employing a single processing channel. (author)

  12. Stable biexcitons in two-dimensional metal-halide perovskites with strong dynamic lattice disorder

    Science.gov (United States)

    Thouin, Félix; Neutzner, Stefanie; Cortecchia, Daniele; Dragomir, Vlad Alexandru; Soci, Cesare; Salim, Teddy; Lam, Yeng Ming; Leonelli, Richard; Petrozza, Annamaria; Kandada, Ajay Ram Srimath; Silva, Carlos

    2018-03-01

    With strongly bound and stable excitons at room temperature, single-layer, two-dimensional organic-inorganic hybrid perovskites are viable semiconductors for light-emitting quantum optoelectronics applications. In such a technological context, it is imperative to comprehensively explore all the factors—chemical, electronic, and structural—that govern strong multiexciton correlations. Here, by means of two-dimensional coherent spectroscopy, we examine excitonic many-body effects in pure, single-layer (PEA) 2PbI4 (PEA = phenylethylammonium). We determine the binding energy of biexcitons—correlated two-electron, two-hole quasiparticles—to be 44 ±5 meV at room temperature. The extraordinarily high values are similar to those reported in other strongly excitonic two-dimensional materials such as transition-metal dichalcogenides. Importantly, we show that this binding energy increases by ˜25 % upon cooling to 5 K. Our work highlights the importance of multiexciton correlations in this class of technologically promising, solution-processable materials, in spite of the strong effects of lattice fluctuations and dynamic disorder.

  13. Advanced Signal Processing for Wireless Multimedia Communications

    Directory of Open Access Journals (Sweden)

    Xiaodong Wang

    2000-01-01

    Full Text Available There is at present a worldwide effort to develop next-generation wireless communication systems. It is envisioned that many of the future wireless systems will incorporate considerable signal-processing intelligence in order to provide advanced services such as multimedia transmission. In general, wireless channels can be very hostile media through which to communicate, due to substantial physical impediments, primarily radio-frequency interference and time-arying nature of the channel. The need of providing universal wireless access at high data-rate (which is the aim of many merging wireless applications presents a major technical challenge, and meeting this challenge necessitates the development of advanced signal processing techniques for multiple-access communications in non-stationary interference-rich environments. In this paper, we present some key advanced signal processing methodologies that have been developed in recent years for interference suppression in wireless networks. We will focus primarily on the problem of jointly suppressing multiple-access interference (MAI and intersymbol interference (ISI, which are the limiting sources of interference for the high data-rate wireless systems being proposed for many emerging application areas, such as wireless multimedia. We first present a signal subspace approach to blind joint suppression of MAI and ISI. We then discuss a powerful iterative technique for joint interference suppression and decoding, so-called Turbo multiuser detection, that is especially useful for wireless multimedia packet communications. We also discuss space-time processing methods that employ multiple antennas for interference rejection and signal enhancement. Finally, we touch briefly on the problems of suppressing narrowband interference and impulsive ambient noise, two other sources of radio-frequency interference present in wireless multimedia networks.

  14. Solution of the two-dimensional spectral factorization problem

    Science.gov (United States)

    Lawton, W. M.

    1985-01-01

    An approximation theorem is proven which solves a classic problem in two-dimensional (2-D) filter theory. The theorem shows that any continuous two-dimensional spectrum can be uniformly approximated by the squared modulus of a recursively stable finite trigonometric polynomial supported on a nonsymmetric half-plane.

  15. Globally homochiral assembly of two-dimensional molecular networks triggered by co-absorbers.

    Science.gov (United States)

    Chen, Ting; Yang, Wen-Hong; Wang, Dong; Wan, Li-Jun

    2013-01-01

    Understanding the chirality induction and amplification processes, and the construction of globally homochiral surfaces, represent essential challenges in surface chirality studies. Here we report the induction of global homochirality in two-dimensional enantiomorphous networks of achiral molecules via co-assembly with chiral co-absorbers. The scanning tunnelling microscopy investigations and molecular mechanics simulations demonstrate that the point chirality of the co-absorbers transfers to organizational chirality of the assembly units via enantioselective supramolecular interactions, and is then hierarchically amplified to the global homochirality of two-dimensional networks. The global homochirality of the network assembly shows nonlinear dependence on the enantiomeric excess of chiral co-absorber in the solution phase, demonstrating, for the first time, the validation of the 'majority rules' for the homochirality control of achiral molecules at the liquid/solid interface. Such an induction and nonlinear chirality amplification effect promises a new approach towards two-dimensional homochirality control and may reveal important insights into asymmetric heterogeneous catalysis, chiral separation and chiral crystallization.

  16. Development of Two-Dimensional NMR

    Indian Academy of Sciences (India)

    Home; Journals; Resonance – Journal of Science Education; Volume 20; Issue 11. Development of Two-Dimensional NMR: Strucure Determination of Biomolecules in Solution. Anil Kumar. General Article Volume 20 Issue 11 November 2015 pp 995-1002 ...

  17. ONE-DIMENSIONAL AND TWO-DIMENSIONAL LEADERSHIP STYLES

    OpenAIRE

    Nikola Stefanović

    2007-01-01

    In order to motivate their group members to perform certain tasks, leaders use different leadership styles. These styles are based on leaders' backgrounds, knowledge, values, experiences, and expectations. The one-dimensional styles, used by many world leaders, are autocratic and democratic styles. These styles lie on the two opposite sides of the leadership spectrum. In order to precisely define the leadership styles on the spectrum between the autocratic leadership style and the democratic ...

  18. Image Encryption Scheme Based on Balanced Two-Dimensional Cellular Automata

    Directory of Open Access Journals (Sweden)

    Xiaoyan Zhang

    2013-01-01

    Full Text Available Cellular automata (CA are simple models of computation which exhibit fascinatingly complex behavior. Due to the universality of CA model, it has been widely applied in traditional cryptography and image processing. The aim of this paper is to present a new image encryption scheme based on balanced two-dimensional cellular automata. In this scheme, a random image with the same size of the plain image to be encrypted is first generated by a pseudo-random number generator with a seed. Then, the random image is evoluted alternately with two balanced two-dimensional CA rules. At last, the cipher image is obtained by operating bitwise XOR on the final evolution image and the plain image. This proposed scheme possesses some advantages such as very large key space, high randomness, complex cryptographic structure, and pretty fast encryption/decryption speed. Simulation results obtained from some classical images at the USC-SIPI database demonstrate the strong performance of the proposed image encryption scheme.

  19. Infrared magneto-spectroscopy of two-dimensional and three-dimensional massless fermions: A comparison

    Energy Technology Data Exchange (ETDEWEB)

    Orlita, M., E-mail: milan.orlita@lncmi.cnrs.fr [Laboratoire National des Champs Magnétiques Intenses, CNRS-UJF-UPS-INSA, 38042 Grenoble (France); Faculty of Mathematics and Physics, Charles University, Ke Karlovu 5, 121 16 Prague 2 (Czech Republic); Faugeras, C.; Barra, A.-L.; Martinez, G.; Potemski, M. [Laboratoire National des Champs Magnétiques Intenses, CNRS-UJF-UPS-INSA, 38042 Grenoble (France); Basko, D. M. [LPMMC UMR 5493, Université Grenoble 1/CNRS, B.P. 166, 38042 Grenoble (France); Zholudev, M. S. [Laboratoire Charles Coulomb (L2C), UMR CNRS 5221, GIS-TERALAB, Université Montpellier II, 34095 Montpellier (France); Institute for Physics of Microstructures, RAS, Nizhny Novgorod GSP-105 603950 (Russian Federation); Teppe, F.; Knap, W. [Laboratoire Charles Coulomb (L2C), UMR CNRS 5221, GIS-TERALAB, Université Montpellier II, 34095 Montpellier (France); Gavrilenko, V. I. [Institute for Physics of Microstructures, RAS, Nizhny Novgorod GSP-105 603950 (Russian Federation); Mikhailov, N. N.; Dvoretskii, S. A. [A.V. Rzhanov Institute of Semiconductor Physics, Siberian Branch, Russian Academy of Sciences, Novosibirsk 630090 (Russian Federation); Neugebauer, P. [Institut für Physikalische Chemie, Universität Stuttgart, Pfaffenwaldring 55, 70569 Stuttgart (Germany); Berger, C. [School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332 (United States); Institut Néel/CNRS-UJF BP 166, F-38042 Grenoble Cedex 9 (France); Heer, W. A. de [School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332 (United States)

    2015-03-21

    Here, we report on a magneto-optical study of two distinct systems hosting massless fermions—two-dimensional graphene and three-dimensional HgCdTe tuned to the zero band gap condition at the point of the semiconductor-to-semimetal topological transition. Both materials exhibit, in the quantum regime, a fairly rich magneto-optical response, which is composed from a series of intra- and interband inter-Landau level resonances with for massless fermions typical √(B) dependence. The impact of the system's dimensionality and of the strength of the spin-orbit interaction on the optical response is also discussed.

  20. One-dimensional versus two-dimensional electronic states in vicinal surfaces

    International Nuclear Information System (INIS)

    Ortega, J E; Ruiz-Oses, M; Cordon, J; Mugarza, A; Kuntze, J; Schiller, F

    2005-01-01

    Vicinal surfaces with periodic arrays of steps are among the simplest lateral nanostructures. In particular, noble metal surfaces vicinal to the (1 1 1) plane are excellent test systems to explore the basic electronic properties in one-dimensional superlattices by means of angular photoemission. These surfaces are characterized by strong emissions from free-electron-like surface states that scatter at step edges. Thereby, the two-dimensional surface state displays superlattice band folding and, depending on the step lattice constant d, it splits into one-dimensional quantum well levels. Here we use high-resolution, angle-resolved photoemission to analyse surface states in a variety of samples, in trying to illustrate the changes in surface state bands as a function of d

  1. Haptic two-dimensional shape identification in children, adolescents, and young adults

    NARCIS (Netherlands)

    Overvliet, Krista E.; Krampe, Ralf Th

    2018-01-01

    We investigated the influence of image mediation (the process that translates tactile information into a visual image) on the development of haptic two-dimensional (2D) shape identification in 78 participants from five different age groups: preschoolers (4–5 years), first graders (6–7 years), fifth

  2. Densis. Densimetric representation of two-dimensional matrices

    International Nuclear Information System (INIS)

    Los Arcos Merino, J.M.

    1978-01-01

    Densis is a Fortran V program which allows off-line control of a Calcomp digital plotter, to represent a two-dimensional matrix of numerical elements in the form of a variable shading intensity map in two colours. Each matrix element is associated to a square of a grid which is traced over by lines whose number is a function of the element value according to a selected scale. Program features, subroutine structure and running instructions, are described. Some typical results, for gamma-gamma coincidence experimental data and a sampled two-dimensional function, are indicated. (author)

  3. Neural networks in signal processing

    International Nuclear Information System (INIS)

    Govil, R.

    2000-01-01

    Nuclear Engineering has matured during the last decade. In research and design, control, supervision, maintenance and production, mathematical models and theories are used extensively. In all such applications signal processing is embedded in the process. Artificial Neural Networks (ANN), because of their nonlinear, adaptive nature are well suited to such applications where the classical assumptions of linearity and second order Gaussian noise statistics cannot be made. ANN's can be treated as nonparametric techniques, which can model an underlying process from example data. They can also adopt their model parameters to statistical change with time. Algorithms in the framework of Neural Networks in Signal processing have found new applications potentials in the field of Nuclear Engineering. This paper reviews the fundamentals of Neural Networks in signal processing and their applications in tasks such as recognition/identification and control. The topics covered include dynamic modeling, model based ANN's, statistical learning, eigen structure based processing and generalization structures. (orig.)

  4. Two-Dimensional Resonance Raman Signatures of Vibronic Coherence Transfer in Chemical Reactions.

    Science.gov (United States)

    Guo, Zhenkun; Molesky, Brian P; Cheshire, Thomas P; Moran, Andrew M

    2017-11-02

    Two-dimensional resonance Raman (2DRR) spectroscopy has been developed for studies of photochemical reaction mechanisms and structural heterogeneity in condensed phase systems. 2DRR spectroscopy is motivated by knowledge of non-equilibrium effects that cannot be detected with traditional resonance Raman spectroscopy. For example, 2DRR spectra may reveal correlated distributions of reactant and product geometries in systems that undergo chemical reactions on the femtosecond time scale. Structural heterogeneity in an ensemble may also be reflected in the 2D spectroscopic line shapes of both reactive and non-reactive systems. In this chapter, these capabilities of 2DRR spectroscopy are discussed in the context of recent applications to the photodissociation reactions of triiodide. We show that signatures of "vibronic coherence transfer" in the photodissociation process can be targeted with particular 2DRR pulse sequences. Key differences between the signal generation mechanisms for 2DRR and off-resonant 2D Raman spectroscopy techniques are also addressed. Overall, recent experimental developments and applications of the 2DRR method suggest that it will be a valuable tool for elucidating ultrafast chemical reaction mechanisms.

  5. Resonance fluorescence based two- and three-dimensional atom localization

    Science.gov (United States)

    Wahab, Abdul; Rahmatullah; Qamar, Sajid

    2016-06-01

    Two- and three-dimensional atom localization in a two-level atom-field system via resonance fluorescence is suggested. For the two-dimensional localization, the atom interacts with two orthogonal standing-wave fields, whereas for the three-dimensional atom localization, the atom interacts with three orthogonal standing-wave fields. The effect of the detuning and phase shifts associated with the corresponding standing-wave fields is investigated. A precision enhancement in position measurement of the single atom can be noticed via the control of the detuning and phase shifts.

  6. Toward two-dimensional search engines

    International Nuclear Information System (INIS)

    Ermann, L; Shepelyansky, D L; Chepelianskii, A D

    2012-01-01

    We study the statistical properties of various directed networks using ranking of their nodes based on the dominant vectors of the Google matrix known as PageRank and CheiRank. On average PageRank orders nodes proportionally to a number of ingoing links, while CheiRank orders nodes proportionally to a number of outgoing links. In this way, the ranking of nodes becomes two dimensional which paves the way for the development of two-dimensional search engines of a new type. Statistical properties of information flow on the PageRank–CheiRank plane are analyzed for networks of British, French and Italian universities, Wikipedia, Linux Kernel, gene regulation and other networks. A special emphasis is done for British universities networks using the large database publicly available in the UK. Methods of spam links control are also analyzed. (paper)

  7. Real-time video signal processing by generalized DDA and control memories: three-dimensional rotation and mapping

    Science.gov (United States)

    Hama, Hiromitsu; Yamashita, Kazumi

    1991-11-01

    A new method for video signal processing is described in this paper. The purpose is real-time image transformations at low cost, low power, and small size hardware. This is impossible without special hardware. Here generalized digital differential analyzer (DDA) and control memory (CM) play a very important role. Then indentation, which is called jaggy, is caused on the boundary of a background and a foreground accompanied with the processing. Jaggy does not occur inside the transformed image because of adopting linear interpretation. But it does occur inherently on the boundary of the background and the transformed images. It causes deterioration of image quality, and must be avoided. There are two well-know ways to improve image quality, blurring and supersampling. The former does not have much effect, and the latter has the much higher cost of computing. As a means of settling such a trouble, a method is proposed, which searches for positions that may arise jaggy and smooths such points. Computer simulations based on the real data from VTR, one scene of a movie, are presented to demonstrate our proposed scheme using DDA and CMs and to confirm the effectiveness on various transformations.

  8. Radiation signal processing system

    International Nuclear Information System (INIS)

    Bennett, M.; Knoll, G.; Strange, D.

    1980-01-01

    An improved signal processing system for radiation imaging apparatus comprises: a radiation transducer producing transducer signals proportional to apparent spatial coordinates of detected radiation events; means for storing true spatial coordinates corresponding to a plurality of predetermined apparent spatial coordinates relative to selected detected radiation events said means for storing responsive to said transducer signal and producing an output signal representative of said true spatial coordinates; and means for interpolating the true spatial coordinates of the detected radiation events located intermediate the stored true spatial coordinates, said means for interpolating communicating with said means for storing

  9. Two multi-dimensional uncertainty relations

    International Nuclear Information System (INIS)

    Skala, L; Kapsa, V

    2008-01-01

    Two multi-dimensional uncertainty relations, one related to the probability density and the other one related to the probability density current, are derived and discussed. Both relations are stronger than the usual uncertainty relations for the coordinates and momentum

  10. Three-dimensional ultrasonic imaging of concrete elements using different SAFT data acquisition and processing schemes

    International Nuclear Information System (INIS)

    Schickert, Martin

    2015-01-01

    Ultrasonic testing systems using transducer arrays and the SAFT (Synthetic Aperture Focusing Technique) reconstruction allow for imaging the internal structure of concrete elements. At one-sided access, three-dimensional representations of the concrete volume can be reconstructed in relatively great detail, permitting to detect and localize objects such as construction elements, built-in components, and flaws. Different SAFT data acquisition and processing schemes can be utilized which differ in terms of the measuring and computational effort and the reconstruction result. In this contribution, two methods are compared with respect to their principle of operation and their imaging characteristics. The first method is the conventional single-channel SAFT algorithm which is implemented using a virtual transducer that is moved within a transducer array by electronic switching. The second method is the Combinational SAFT algorithm (C-SAFT), also named Sampling Phased Array (SPA) or Full Matrix Capture/Total Focusing Method (TFM/FMC), which is realized using a combination of virtual transducers within a transducer array. Five variants of these two methods are compared by means of measurements obtained at test specimens containing objects typical of concrete elements. The automated SAFT imaging system FLEXUS is used for the measurements which includes a three-axis scanner with a 1.0 m × 0.8 m scan range and an electronically switched ultrasonic array consisting of 48 transducers in 16 groups. On the basis of two-dimensional and three-dimensional reconstructed images, qualitative and some quantitative results of the parameters image resolution, signal-to-noise ratio, measurement time, and computational effort are discussed in view of application characteristics of the SAFT variants

  11. Interactive Teaching of Adaptive Signal Processing

    OpenAIRE

    Stewart, R W; Harteneck, M; Weiss, S

    2000-01-01

    Over the last 30 years adaptive digital signal processing has progressed from being a strictly graduate level advanced class in signal processing theory to a topic that is part of the core curriculum for many undergraduate signal processing classes. The key reason is the continued advance of communications technology, with its need for echo control and equalisation, and the widespread use of adaptive filters in audio, biomedical, and control applications. In this paper we will review the basi...

  12. Calculation of two-dimensional thermal transients by the method of finite elements

    International Nuclear Information System (INIS)

    Fontoura Rodrigues, J.L.A. da.

    1980-08-01

    The unsteady linear heat conduction analysis throught anisotropic and/or heterogeneous matter, in either two-dimensional fields with any kind of geometry or three-dimensional fields with axial symmetry is presented. The boundary conditions and the internal heat generation are supposed time - independent. The solution is obtained by modal analysis employing the finite element method under Galerkin formulation. Optionally, it can be used with a reduced resolution method called Stoker Economizing Method wich allows a decrease on the program processing costs. (Author) [pt

  13. A heuristic two-dimensional presentation of microsatellite-based data applied to dogs and wolves

    Directory of Open Access Journals (Sweden)

    Foerster Martin

    2007-07-01

    Full Text Available Abstract Methods based on genetic distance matrices usually lose information during the process of tree-building by converting a multi-dimensional matrix into a phylogenetic tree. We applied a heuristic method of two-dimensional presentation to achieve a better resolution of the relationship between breeds and individuals investigated. Four hundred and nine individuals from nine German dog breed populations and one free-living wolf population were analysed with a marker set of 23 microsatellites. The result of the two-dimensional presentation was partly comparable with and complemented a model-based analysis that uses genotype patterns. The assignment test and the neighbour-joining tree based on allele sharing estimate allocated 99% and 97% of the individuals according to their breed, respectively. The application of the two-dimensional presentation to distances on the basis of the proportion of shared alleles resulted in comparable and further complementary insight into inferred population structure by multilocus genotype data. We expect that the inference of population structure in domesticated species with complex breeding histories can be strongly supported by the two-dimensional presentation based on the described heuristic method.

  14. Graphene and Two-Dimensional Materials for Optoelectronic Applications

    Directory of Open Access Journals (Sweden)

    Andreas Bablich

    2016-03-01

    Full Text Available This article reviews optoelectronic devices based on graphene and related two-dimensional (2D materials. The review includes basic considerations of process technology, including demonstrations of 2D heterostructure growth, and comments on the scalability and manufacturability of the growth methods. We then assess the potential of graphene-based transparent conducting electrodes. A major part of the review describes photodetectors based on lateral graphene p-n junctions and Schottky diodes. Finally, the progress in vertical devices made from 2D/3D heterojunctions, as well as all-2D heterostructures is discussed.

  15. Two-dimensional NMR spectroscopy as a tool to link soil organic matter composition to ecosystem processes

    Science.gov (United States)

    Soucemarianadin, Laure; Erhagen, Björn; Öquist, Mats; Nilsson, Mats; Schleucher, Jürgen

    2014-05-01

    Environmental factors (e.g. temperature and moisture) and the size and composition of soil microbial populations are often considered the main drivers of soil organic matter (SOM) mineralization. Less consideration is given to the role of SOM as a substrate for microbial metabolism and the importance of the organo-chemical composition of SOM on decomposition. In addition, a fraction of the SOM is often considered as recalcitrant to mineralization leading to accumulation of SOM. However, recently the concept of intrinsic recalcitrance of SOM to mineralization has been questioned. The challenge in investigating the role of SOM composition on its mineralization to a large extent stems from the difficulties in obtaining high resolution characterization of a very complex matrix. 13C nuclear magnetic resonance (NMR) spectroscopy is a widely used tool to characterize SOM. However, SOM is a very complex mixture and in the resulting 13C NMR spectra, the identified functional groups may represent different molecular fragments that appear in the same spectral region leading to broad peaks. These overlaps defy attempts to identify molecular moieties, and this makes it impossible to derive information at a resolution needed for evaluating e.g. recalcitrance of SOM. Here we applied a method, developed in wood science for the pulp paper industry, to achieve a better characterization of SOM. We directly dissolved finely ground organic layers of boreal forest floors-litters, fibric and humic horizons of both coniferous and broadleaved stands-in dimethyl sulfoxide and analyzed the resulting solution with a two-dimensional (2D) 1H-13C NMR experiment. We will discuss methodological aspects related to the ability to identify and quantify individual molecular moieties in SOM. We will demonstrate how the spectra resolve signals of CH groups in a 2D plane determined by the 13C and 1H chemical shifts, thereby vastly increasing the resolving power and information content of NMR spectra. The

  16. Asymptotics for Two-dimensional Atoms

    DEFF Research Database (Denmark)

    Nam, Phan Thanh; Portmann, Fabian; Solovej, Jan Philip

    2012-01-01

    We prove that the ground state energy of an atom confined to two dimensions with an infinitely heavy nucleus of charge $Z>0$ and $N$ quantum electrons of charge -1 is $E(N,Z)=-{1/2}Z^2\\ln Z+(E^{\\TF}(\\lambda)+{1/2}c^{\\rm H})Z^2+o(Z^2)$ when $Z\\to \\infty$ and $N/Z\\to \\lambda$, where $E^{\\TF}(\\lambd......We prove that the ground state energy of an atom confined to two dimensions with an infinitely heavy nucleus of charge $Z>0$ and $N$ quantum electrons of charge -1 is $E(N,Z)=-{1/2}Z^2\\ln Z+(E^{\\TF}(\\lambda)+{1/2}c^{\\rm H})Z^2+o(Z^2)$ when $Z\\to \\infty$ and $N/Z\\to \\lambda$, where $E......^{\\TF}(\\lambda)$ is given by a Thomas-Fermi type variational problem and $c^{\\rm H}\\approx -2.2339$ is an explicit constant. We also show that the radius of a two-dimensional neutral atom is unbounded when $Z\\to \\infty$, which is contrary to the expected behavior of three-dimensional atoms....

  17. Nonlinear Wave Propagation and Solitary Wave Formation in Two-Dimensional Heterogeneous Media

    KAUST Repository

    Luna, Manuel

    2011-05-01

    Solitary wave formation is a well studied nonlinear phenomenon arising in propagation of dispersive nonlinear waves under suitable conditions. In non-homogeneous materials, dispersion may happen due to effective reflections between the material interfaces. This dispersion has been used along with nonlinearities to find solitary wave formation using the one-dimensional p-system. These solitary waves are called stegotons. The main goal in this work is to find two-dimensional stegoton formation. To do so we consider the nonlinear two-dimensional p-system with variable coefficients and solve it using finite volume methods. The second goal is to obtain effective equations that describe the macroscopic behavior of the variable coefficient system by a constant coefficient one. This is done through a homogenization process based on multiple-scale asymptotic expansions. We compare the solution of the effective equations with the finite volume results and find a good agreement. Finally, we study some stability properties of the homogenized equations and find they and one-dimensional versions of them are unstable in general.

  18. Surface Ship Shock Modeling and Simulation: Two-Dimensional Analysis

    Directory of Open Access Journals (Sweden)

    Young S. Shin

    1998-01-01

    Full Text Available The modeling and simulation of the response of a surface ship system to underwater explosion requires an understanding of many different subject areas. These include the process of underwater explosion events, shock wave propagation, explosion gas bubble behavior and bubble-pulse loading, bulk and local cavitation, free surface effect, fluid-structure interaction, and structural dynamics. This paper investigates the effects of fluid-structure interaction and cavitation on the response of a surface ship using USA-NASTRAN-CFA code. First, the one-dimensional Bleich-Sandler model is used to validate the approach, and second, the underwater shock response of a two-dimensional mid-section model of a surface ship is predicted with a surrounding fluid model using a constitutive equation of a bilinear fluid which does not allow transmission of negative pressures.

  19. A signal theoretic introduction to random processes

    CERN Document Server

    Howard, Roy M

    2015-01-01

    A fresh introduction to random processes utilizing signal theory By incorporating a signal theory basis, A Signal Theoretic Introduction to Random Processes presents a unique introduction to random processes with an emphasis on the important random phenomena encountered in the electronic and communications engineering field. The strong mathematical and signal theory basis provides clarity and precision in the statement of results. The book also features:  A coherent account of the mathematical fundamentals and signal theory that underpin the presented material Unique, in-depth coverage of

  20. Stochastic aspects of two-dimensional vibration diagnostics

    International Nuclear Information System (INIS)

    Pazsit, I.; Antonopoulos-Domis, M.; Gloeckler, O.

    1985-01-01

    The aim of this paper is to investigate the stochastic features of two-dimensional lateral damped oscillations of PWR core internals, that are induced by random force components. It is also investigated how these vibrating components, or the forces giving rise to the vibrations could be diagnosed through the analysis of displacement or neutron noise signals. The approach pursued here is to select a realisation of the random force components, then the equations of the motion are integrated and the time history of displacement components is obtained. From here various statistical descriptors of the motion, such as trajectory pattern, spectra and PDF functions, etc. can be calculated. It was investigated how these statistical descriptors depend on the characteristics of the driving force for both stationary and non-stationary cases. A conclusion of possible diagnostical relevance is that, under certain circumstances, the PDF functions could be an indicator of whether a particular peak in the corresponding power spectra belongs to a resonance in system transfer or rather a resonance in the external driving force. (author)

  1. Stochastic aspects of two-dimensional vibration diagnostics

    International Nuclear Information System (INIS)

    Pazsit, I.; Antonopoulos-Domis, M.; Glockler, O.

    1984-01-01

    The aim of this paper is to investigate the stochastic features of two-dimensional lateral damped oscillations of PWR core internals that are induced by random force components. It is also investigated how these vibrating components, or the forces giving rise to the vibrations, could be diagnosed through the analysis of displacement or neutron noise signals. The approach pursued here is to select a realisation of the random force components, then the equations of the motion are integrated and the time history of displacement components is obtained. From here various statistical descriptors of the motion, such as trajectory pattern, spectra and PDF functions etc., can be calculated. It was investigated how these statistical descriptors depend on the characteristics of the driving force for both stationary and non-stationary cases. A conclusion of possible diagnostical relevance is that, under certain circumstances, the PDF functions could be an indicator of whether a particular peak in the corresponding power spectra belongs to a resonance in system transfer or rather a resonance in the external driving force

  2. Stochastic aspects of two-dimensional vibration diagnostics

    International Nuclear Information System (INIS)

    Pazsit, I.; Gloeckler, O.

    1984-01-01

    The aim of this paper is to investigate the stochastic features of two-dimensional lateral damped oscillations of PWR core internals that are induced by random force components. It is also investigated how these vibrating components, or the forces giving rise to the vibrations, could be diagnosed through the analysis of displacement or neutron noise signals. The approach pursued here is to select a realisation of the random force components, then the equations of the motion ar integrated and the time history of displacement components is obtained. From here various statistical descriptors of the motion, such as trajectory pattern, spectra and PDF functions etc., can be calculated. It was investigated how these statistical descriptors depend on the characteristics of the driving force for both stationary and non-stationary cases. A conclusion of possible diagnostical relevance is that, under certain circumstances, the PDF functions could be an indicator of whether a particular peak in the corresponding power spectra belongs to a resonance in system transfer or rather a resonance in the external driving force. (author)

  3. Spin dynamics in a two-dimensional quantum gas

    DEFF Research Database (Denmark)

    Pedersen, Poul Lindholm; Gajdacz, Miroslav; Deuretzbacher, Frank

    2014-01-01

    We have investigated spin dynamics in a two-dimensional quantum gas. Through spin-changing collisions, two clouds with opposite spin orientations are spontaneously created in a Bose-Einstein condensate. After ballistic expansion, both clouds acquire ring-shaped density distributions with superimp......We have investigated spin dynamics in a two-dimensional quantum gas. Through spin-changing collisions, two clouds with opposite spin orientations are spontaneously created in a Bose-Einstein condensate. After ballistic expansion, both clouds acquire ring-shaped density distributions...

  4. Dual resonance approach to optical signal processing beyond the carrier relaxation rate

    DEFF Research Database (Denmark)

    Heuck, Mikkel; Kristensen, Philip Trøst; Mørk, Jesper

    2014-01-01

    We propose using two optical cavities in a differential control scheme to increase the bandwidth of cavity-based semiconductor optical signal processing devices beyond the limit given by the slowest carrier relaxation rate of the medium.......We propose using two optical cavities in a differential control scheme to increase the bandwidth of cavity-based semiconductor optical signal processing devices beyond the limit given by the slowest carrier relaxation rate of the medium....

  5. Properties of the center of gravity as an algorithm for position measurements: Two-dimensional geometry

    CERN Document Server

    Landi, Gregorio

    2003-01-01

    The center of gravity as an algorithm for position measurements is analyzed for a two-dimensional geometry. Several mathematical consequences of discretization for various types of detector arrays are extracted. Arrays with rectangular, hexagonal, and triangular detectors are analytically studied, and tools are given to simulate their discretization properties. Special signal distributions free of discretized error are isolated. It is proved that some crosstalk spreads are able to eliminate the center of gravity discretization error for any signal distribution. Simulations, adapted to the CMS em-calorimeter and to a triangular detector array, are provided for energy and position reconstruction algorithms with a finite number of detectors.

  6. Two-dimensional charge transport in self-organized, high-mobility conjugated polymers

    DEFF Research Database (Denmark)

    Sirringhaus, H.; Brown, P.J.; Friend, R.H.

    1999-01-01

    Self-organization in many solution-processed, semiconducting conjugated polymers results in complex microstructures, in which ordered microcrystalline domains are embedded in an amorphous matrix(I). This has important consequences for electrical properties of these materials: charge transport...... of the ordered microcrystalline domains in the conjugated polymer poly(3-hexylthiophene), P3HT, Self-organization in P3HT results in a lamella structure with two-dimensional conjugated sheets formed by interchain stacking. We find that, depending on processing conditions, the lamellae can adopt two different...... of polymer transistors in logic circuits(5) and active-matrix displays(4,6)....

  7. Procedures for two-dimensional electrophoresis of proteins

    Energy Technology Data Exchange (ETDEWEB)

    Tollaksen, S.L.; Giometti, C.S.

    1996-10-01

    High-resolution two-dimensional gel electrophoresis (2DE) of proteins, using isoelectric focusing in the first dimension and sodium dodecyl sulfate/polyacrylamide gel electrophoresis (SDS-PAGE) in the second, was first described in 1975. In the 20 years since those publications, numerous modifications of the original method have evolved. The ISO-DALT system of 2DE is a high-throughput approach that has stood the test of time. The problem of casting many isoelectric focusing gels and SDS-PAGE slab gels (up to 20) in a reproducible manner has been solved by the use of the techniques and equipment described in this manual. The ISO-DALT system of two-dimensional gel electrophoresis originated in the late 1970s and has been modified many times to improve its high-resolution, high-throughput capabilities. This report provides the detailed procedures used with the current ISO-DALT system to prepare, run, stain, and photograph two-dimensional gels for protein analysis.

  8. Quantum oscillations in quasi-two-dimensional conductors

    CERN Document Server

    Galbova, O

    2002-01-01

    The electronic absorption of sound waves in quasi-two-dimensional conductors in strong magnetic fields, is investigated theoretically. A longitudinal acoustic wave, propagating along the normal n-> to the layer of quasi-two-dimensional conductor (k-> = left brace 0,0,k right brace; u-> = left brace 0,0,u right brace) in magnetic field (B-> = left brace 0, 0, B right brace), is considered. The quasiclassical approach for this geometry is of no interest, due to the absence of interaction between electromagnetic and acoustic waves. The problem is of interest in strong magnetic field when quantization of the charge carriers energy levels takes place. The quantum oscillations in the sound absorption coefficient, as a function of the magnetic field, are theoretically observed. The experimental study of the quantum oscillations in quasi-two-dimensional conductors makes it possible to solve the inverse problem of determining from experimental data the extrema closed sections of the Fermi surface by a plane p sub z = ...

  9. Third sound in one and two dimensional modulated structures

    International Nuclear Information System (INIS)

    Komuro, T.; Kawashima, H., Shirahama, K.; Kono, K.

    1996-01-01

    An experimental technique is developed to study acoustic transmission in one and two dimensional modulated structures by employing third sound of a superfluid helium film. In particular, the Penrose lattice, which is a two dimensional quasiperiodic structure, is studied. In two dimensions, the scattering of third sound is weaker than in one dimension. Nevertheless, the authors find that the transmission spectrum in the Penrose lattice, which is a two dimensional prototype of the quasicrystal, is observable if the helium film thickness is chosen around 5 atomic layers. The transmission spectra in the Penrose lattice are explained in terms of dynamical theory of diffraction

  10. A SystemC-Based Design Methodology for Digital Signal Processing Systems

    Directory of Open Access Journals (Sweden)

    Christian Haubelt

    2007-03-01

    Full Text Available Digital signal processing algorithms are of big importance in many embedded systems. Due to complexity reasons and due to the restrictions imposed on the implementations, new design methodologies are needed. In this paper, we present a SystemC-based solution supporting automatic design space exploration, automatic performance evaluation, as well as automatic system generation for mixed hardware/software solutions mapped onto FPGA-based platforms. Our proposed hardware/software codesign approach is based on a SystemC-based library called SysteMoC that permits the expression of different models of computation well known in the domain of digital signal processing. It combines the advantages of executability and analyzability of many important models of computation that can be expressed in SysteMoC. We will use the example of an MPEG-4 decoder throughout this paper to introduce our novel methodology. Results from a five-dimensional design space exploration and from automatically mapping parts of the MPEG-4 decoder onto a Xilinx FPGA platform will demonstrate the effectiveness of our approach.

  11. An analytical approach for a nodal scheme of two-dimensional neutron transport problems

    International Nuclear Information System (INIS)

    Barichello, L.B.; Cabrera, L.C.; Prolo Filho, J.F.

    2011-01-01

    Research highlights: → Nodal equations for a two-dimensional neutron transport problem. → Analytical Discrete Ordinates Method. → Numerical results compared with the literature. - Abstract: In this work, a solution for a two-dimensional neutron transport problem, in cartesian geometry, is proposed, on the basis of nodal schemes. In this context, one-dimensional equations are generated by an integration process of the multidimensional problem. Here, the integration is performed for the whole domain such that no iterative procedure between nodes is needed. The ADO method is used to develop analytical discrete ordinates solution for the one-dimensional integrated equations, such that final solutions are analytical in terms of the spatial variables. The ADO approach along with a level symmetric quadrature scheme, lead to a significant order reduction of the associated eigenvalues problems. Relations between the averaged fluxes and the unknown fluxes at the boundary are introduced as the usually needed, in nodal schemes, auxiliary equations. Numerical results are presented and compared with test problems.

  12. Two-dimensional membranes in motion

    NARCIS (Netherlands)

    Davidovikj, D.

    2018-01-01

    This thesis revolves around nanomechanical membranes made of suspended two - dimensional materials. Chapters 1-3 give an introduction to the field of 2D-based nanomechanical devices together with an overview of the underlying physics and the measurementtools used in subsequent chapters. The research

  13. Growth and decay of a two-dimensional oxide quasicrystal: High-temperature in situ microscopy

    Energy Technology Data Exchange (ETDEWEB)

    Foerster, Stefan [Physik-Institut, Universitaet Zuerich (Switzerland); Institute of Physics, Martin-Luther-Universitaet Halle-Wittenberg, Halle (Germany); Flege, Jan Ingo; Falta, Jens [Institute of Solid State Physics, University of Bremen (Germany); MAPEX Center for Materials and Processes, University of Bremen (Germany); Zollner, Eva Maria; Schumann, Florian Otto; Hammer, Rene; Bayat, Alireza; Schindler, Karl-Michael [Institute of Physics, Martin-Luther-Universitaet Halle-Wittenberg, Halle (Germany); Widdra, Wolf [Institute of Physics, Martin-Luther-Universitaet Halle-Wittenberg, Halle (Germany); Max-Planck-Institut fuer Mikrostrukturphysik, Halle (Germany)

    2017-01-15

    The recently discovered two-dimensional oxide quasicrystal (OQC) derived from BaTiO{sub 3} on Pt(111) is the first material in which a spontaneous formation of an aperiodic structure at the interface to a periodic support has been observed. Herein, we report in situ low-energy electron microscopy (LEEM) studies on the fundamental processes involved in the OQC growth. The OQC formation proceeds in two steps via of an amorphous two-dimensional wetting layer. At 1170 K the long-range aperiodic order of the OQC develops. Annealing in O{sub 2} induces the reverse process, the conversion of the OQC into BaTiO{sub 3} islands and bare Pt(111), which has been monitored by in situ LEEM. A quantitative analysis of the temporal decay of the OQC shows that oxygen adsorption on bare Pt patches is the rate limiting step of this dewetting process. (copyright 2016 by WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  14. A digital signal processing system for coherent laser radar

    Science.gov (United States)

    Hampton, Diana M.; Jones, William D.; Rothermel, Jeffry

    1991-01-01

    A data processing system for use with continuous-wave lidar is described in terms of its configuration and performance during the second survey mission of NASA'a Global Backscatter Experiment. The system is designed to estimate a complete lidar spectrum in real time, record the data from two lidars, and monitor variables related to the lidar operating environment. The PC-based system includes a transient capture board, a digital-signal processing (DSP) board, and a low-speed data-acquisition board. Both unprocessed and processed lidar spectrum data are monitored in real time, and the results are compared to those of a previous non-DSP-based system. Because the DSP-based system is digital it is slower than the surface-acoustic-wave signal processor and collects 2500 spectra/s. However, the DSP-based system provides complete data sets at two wavelengths from the continuous-wave lidars.

  15. Advanced optical signal processing of broadband parallel data signals

    DEFF Research Database (Denmark)

    Oxenløwe, Leif Katsuo; Hu, Hao; Kjøller, Niels-Kristian

    2016-01-01

    Optical signal processing may aid in reducing the number of active components in communication systems with many parallel channels, by e.g. using telescopic time lens arrangements to perform format conversion and allow for WDM regeneration.......Optical signal processing may aid in reducing the number of active components in communication systems with many parallel channels, by e.g. using telescopic time lens arrangements to perform format conversion and allow for WDM regeneration....

  16. General programmed system for physiological signal processing

    Energy Technology Data Exchange (ETDEWEB)

    Tournier, E; Monge, J; Magnet, C; Sonrel, C

    1975-01-01

    Improvements made to the general programmed signal acquisition and processing system, Plurimat S, are described, the aim being to obtain a less specialized system adapted to the biological and medical field. In this modified system the acquisition will be simplified. The standard processings offered will be integrated to a real advanced language which will enable the user to create his own processings, the loss of speed being compensated by a greater flexibility and universality. The observation screen will be large and the quality of the recording very good so that a large signal fraction may be displayed. The data will be easily indexed and filed for subsequent display and processing. This system will be used for two kinds of task: it can either be specialized, as an integral part of measurement and diagnostic preparation equipment used routinely in clinical work (e.g. vectocardiographic examination), or its versatility can be used for studies of limited duration to gain information in a given field or to study new diagnosis or treatment methods.

  17. Comment on 'Exact analytical solution for the generalized Lyapunov exponent of the two-dimensional Anderson localization'

    International Nuclear Information System (INIS)

    Markos, P; Schweitzer, L; Weyrauch, M

    2004-01-01

    In a recent publication, Kuzovkov et al (2002 J. Phys.: Condens. Matter. 14 13777) announced an analytical solution of the two-dimensional Anderson localization problem via the calculation of a generalized Lyapunov exponent using signal theory. Surprisingly, for certain energies and small disorder strength they observed delocalized states. We study the transmission properties of the same model using well-known transfer matrix methods. Our results disagree with the findings obtained using signal theory. We point to the possible origin of this discrepancy and comment on the general strategy of using a generalized Lyapunov exponent for studying Anderson localization. (comment)

  18. Incorrectness of conventional one-dimensional parallel thermal resistance circuit model for two-dimensional circular composite pipes

    International Nuclear Information System (INIS)

    Wong, K.-L.; Hsien, T.-L.; Chen, W.-L.; Yu, S.-J.

    2008-01-01

    This study is to prove that two-dimensional steady state heat transfer problems of composite circular pipes cannot be appropriately solved by the conventional one-dimensional parallel thermal resistance circuits (PTRC) model because its interface temperatures are not unique. Thus, the PTRC model is definitely different from its conventional recognized analogy, parallel electrical resistance circuits (PERC) model, which has unique node electric voltages. Two typical composite circular pipe examples are solved by CFD software, and the numerical results are compared with those obtained by the PTRC model. This shows that the PTRC model generates large error. Thus, this conventional model, introduced in most heat transfer text books, cannot be applied to two-dimensional composite circular pipes. On the contrary, an alternative one-dimensional separately series thermal resistance circuit (SSTRC) model is proposed and applied to a two-dimensional composite circular pipe with isothermal boundaries, and acceptable results are returned

  19. All-optical microwave signal processing based on optical phase modulation

    Science.gov (United States)

    Zeng, Fei

    This thesis presents a theoretical and experimental study of optical phase modulation and its applications in all-optical microwave signal processing, which include all-optical microwave filtering, all-optical microwave mixing, optical code-division multiple-access (CDMA) coding, and ultrawideband (UWB) signal generation. All-optical microwave signal processing can be considered as the use of opto-electronic devices and systems to process microwave signals in the optical domain, which provides several significant advantages such as low loss, low dispersion, light weight, high time bandwidth products, and immunity to electromagnetic interference. In conventional approaches, the intensity of an optical carrier is modulated by a microwave signal based on direct modulation or external modulation. The intensity-modulated optical signal is then fed to a photonic circuit or system to achieve specific signal processing functionalities. The microwave signal being processed is usually obtained based on direct detection, i.e., an opto-electronic conversion by use of a photodiode. In this thesis, the research efforts are focused on the optical phase modulation and its applications in all-optical microwave signal processing. To avoid using coherent detection which is complicated and costly, simple and effective phase modulation to intensity modulation (PM-IM) conversion schemes are pursued. Based on a theoretical study of optical phase modulation, two approaches to achieving PM-IM conversions are proposed. In the first approach, the use of chromatic dispersion induced by a dispersive device to alter the phase relationships among the sidebands and the optical carrier of a phase-modulated optical signal to realize PM-IM conversion is investigated. In the second approach, instead of using a dispersive device, the PM-IM conversion is realized based on optical frequency discrimination implemented using an optical filter. We show that the proposed PM-IM conversion schemes can be

  20. Digital simulation of two-dimensional random fields with arbitrary power spectra and non-Gaussian probability distribution functions.

    Science.gov (United States)

    Yura, Harold T; Hanson, Steen G

    2012-04-01

    Methods for simulation of two-dimensional signals with arbitrary power spectral densities and signal amplitude probability density functions are disclosed. The method relies on initially transforming a white noise sample set of random Gaussian distributed numbers into a corresponding set with the desired spectral distribution, after which this colored Gaussian probability distribution is transformed via an inverse transform into the desired probability distribution. In most cases the method provides satisfactory results and can thus be considered an engineering approach. Several illustrative examples with relevance for optics are given.

  1. Chiral anomaly, fermionic determinant and two dimensional models

    International Nuclear Information System (INIS)

    Rego Monteiro, M.A. do.

    1985-01-01

    The chiral anomaly in random pair dimension is analysed. This anomaly is perturbatively calculated by dimensional regularization method. A new method for non-perturbative Jacobian calculation of a general chiral transformation, 1.e., finite and non-Abelian, is developed. This method is used for non-perturbative chiral anomaly calculation, as an alternative to bosonization of two-dimensional theories for massless fermions and to study the phenomenum of fermion number fractionalization. The fermionic determinant from two-dimensional quantum chromodynamics is also studied, and calculated, exactly, as in decoupling gauge as with out reference to a particular gauge. (M.C.K.) [pt

  2. A two-dimensional Zn coordination polymer with a three-dimensional supramolecular architecture

    Directory of Open Access Journals (Sweden)

    Fuhong Liu

    2017-10-01

    Full Text Available The title compound, poly[bis{μ2-4,4′-bis[(1,2,4-triazol-1-ylmethyl]biphenyl-κ2N4:N4′}bis(nitrato-κOzinc(II], [Zn(NO32(C18H16N62]n, is a two-dimensional zinc coordination polymer constructed from 4,4′-bis[(1H-1,2,4-triazol-1-ylmethyl]-1,1′-biphenyl units. It was synthesized and characterized by elemental analysis and single-crystal X-ray diffraction. The ZnII cation is located on an inversion centre and is coordinated by two O atoms from two symmetry-related nitrate groups and four N atoms from four symmetry-related 4,4′-bis[(1H-1,2,4-triazol-1-ylmethyl]-1,1′-biphenyl ligands, forming a distorted octahedral {ZnN4O2} coordination geometry. The linear 4,4′-bis[(1H-1,2,4-triazol-1-ylmethyl]-1,1′-biphenyl ligand links two ZnII cations, generating two-dimensional layers parallel to the crystallographic (132 plane. The parallel layers are connected by C—H...O, C—H...N, C—H...π and π–π stacking interactions, resulting in a three-dimensional supramolecular architecture.

  3. Two-dimensional imaging of Debye-Scherrer ring for tri-axial stress analysis of industrial materials

    International Nuclear Information System (INIS)

    Sasaki, T; Maruyama, Y; Ohba, H; Ejiri, S

    2014-01-01

    In this study, an application of the two-dimensional imaging technology to the X ray tri-axial stress analysis was studied. An image plate (IP) was used to obtain a Debye-Scherre ring and the image data was analized for determining stress. A new principle for stress analysis which is suitable to two-dimensional imaging data was used. For the verification of this two-dimensional imaging type X-ray stress measurement method, an experiment was conducted using a ferritic steel sample which was processed with a surface grinder. Tri-axial stress analysis was conducted to evaluate the sample. The conventional method for X-ray tri-axial stress analysis proposed by Dölle and Hauk was used to evaluate residual stress in order to compare with the present method. As a result, it was confirmed that a sufficiently highly precise and high-speed stress measurement was enabled with the two-dimensional imaging technology compared with the conventional method

  4. Fractional calculus phenomenology in two-dimensional plasma models

    Science.gov (United States)

    Gustafson, Kyle; Del Castillo Negrete, Diego; Dorland, Bill

    2006-10-01

    Transport processes in confined plasmas for fusion experiments, such as ITER, are not well-understood at the basic level of fully nonlinear, three-dimensional kinetic physics. Turbulent transport is invoked to describe the observed levels in tokamaks, which are orders of magnitude greater than the theoretical predictions. Recent results show the ability of a non-diffusive transport model to describe numerical observations of turbulent transport. For example, resistive MHD modeling of tracer particle transport in pressure-gradient driven turbulence for a three-dimensional plasma reveals that the superdiffusive (2̂˜t^α where α> 1) radial transport in this system is described quantitatively by a fractional diffusion equation Fractional calculus is a generalization involving integro-differential operators, which naturally describe non-local behaviors. Our previous work showed the quantitative agreement of special fractional diffusion equation solutions with numerical tracer particle flows in time-dependent linearized dynamics of the Hasegawa-Mima equation (for poloidal transport in a two-dimensional cold-ion plasma). In pursuit of a fractional diffusion model for transport in a gyrokinetic plasma, we now present numerical results from tracer particle transport in the nonlinear Hasegawa-Mima equation and a planar gyrokinetic model. Finite Larmor radius effects will be discussed. D. del Castillo Negrete, et al, Phys. Rev. Lett. 94, 065003 (2005).

  5. Signal Processing Model for Radiation Transport

    Energy Technology Data Exchange (ETDEWEB)

    Chambers, D H

    2008-07-28

    This note describes the design of a simplified gamma ray transport model for use in designing a sequential Bayesian signal processor for low-count detection and classification. It uses a simple one-dimensional geometry to describe the emitting source, shield effects, and detector (see Fig. 1). At present, only Compton scattering and photoelectric absorption are implemented for the shield and the detector. Other effects may be incorporated in the future by revising the expressions for the probabilities of escape and absorption. Pair production would require a redesign of the simulator to incorporate photon correlation effects. The initial design incorporates the physical effects that were present in the previous event mode sequence simulator created by Alan Meyer. The main difference is that this simulator transports the rate distributions instead of single photons. Event mode sequences and other time-dependent photon flux sequences are assumed to be marked Poisson processes that are entirely described by their rate distributions. Individual realizations can be constructed from the rate distribution using a random Poisson point sequence generator.

  6. Velocity and Dispersion for a Two-Dimensional Random Walk

    International Nuclear Information System (INIS)

    Li Jinghui

    2009-01-01

    In the paper, we consider the transport of a two-dimensional random walk. The velocity and the dispersion of this two-dimensional random walk are derived. It mainly show that: (i) by controlling the values of the transition rates, the direction of the random walk can be reversed; (ii) for some suitably selected transition rates, our two-dimensional random walk can be efficient in comparison with the one-dimensional random walk. Our work is motivated in part by the challenge to explain the unidirectional transport of motor proteins. When the motor proteins move at the turn points of their tracks (i.e., the cytoskeleton filaments and the DNA molecular tubes), some of our results in this paper can be used to deal with the problem. (general)

  7. Gaussian processes with built-in dimensionality reduction: Applications to high-dimensional uncertainty propagation

    International Nuclear Information System (INIS)

    Tripathy, Rohit; Bilionis, Ilias; Gonzalez, Marcial

    2016-01-01

    Uncertainty quantification (UQ) tasks, such as model calibration, uncertainty propagation, and optimization under uncertainty, typically require several thousand evaluations of the underlying computer codes. To cope with the cost of simulations, one replaces the real response surface with a cheap surrogate based, e.g., on polynomial chaos expansions, neural networks, support vector machines, or Gaussian processes (GP). However, the number of simulations required to learn a generic multivariate response grows exponentially as the input dimension increases. This curse of dimensionality can only be addressed, if the response exhibits some special structure that can be discovered and exploited. A wide range of physical responses exhibit a special structure known as an active subspace (AS). An AS is a linear manifold of the stochastic space characterized by maximal response variation. The idea is that one should first identify this low dimensional manifold, project the high-dimensional input onto it, and then link the projection to the output. If the dimensionality of the AS is low enough, then learning the link function is a much easier problem than the original problem of learning a high-dimensional function. The classic approach to discovering the AS requires gradient information, a fact that severely limits its applicability. Furthermore, and partly because of its reliance to gradients, it is not able to handle noisy observations. The latter is an essential trait if one wants to be able to propagate uncertainty through stochastic simulators, e.g., through molecular dynamics codes. In this work, we develop a probabilistic version of AS which is gradient-free and robust to observational noise. Our approach relies on a novel Gaussian process regression with built-in dimensionality reduction. In particular, the AS is represented as an orthogonal projection matrix that serves as yet another covariance function hyper-parameter to be estimated from the data. To train the

  8. Gaussian processes with built-in dimensionality reduction: Applications to high-dimensional uncertainty propagation

    Science.gov (United States)

    Tripathy, Rohit; Bilionis, Ilias; Gonzalez, Marcial

    2016-09-01

    Uncertainty quantification (UQ) tasks, such as model calibration, uncertainty propagation, and optimization under uncertainty, typically require several thousand evaluations of the underlying computer codes. To cope with the cost of simulations, one replaces the real response surface with a cheap surrogate based, e.g., on polynomial chaos expansions, neural networks, support vector machines, or Gaussian processes (GP). However, the number of simulations required to learn a generic multivariate response grows exponentially as the input dimension increases. This curse of dimensionality can only be addressed, if the response exhibits some special structure that can be discovered and exploited. A wide range of physical responses exhibit a special structure known as an active subspace (AS). An AS is a linear manifold of the stochastic space characterized by maximal response variation. The idea is that one should first identify this low dimensional manifold, project the high-dimensional input onto it, and then link the projection to the output. If the dimensionality of the AS is low enough, then learning the link function is a much easier problem than the original problem of learning a high-dimensional function. The classic approach to discovering the AS requires gradient information, a fact that severely limits its applicability. Furthermore, and partly because of its reliance to gradients, it is not able to handle noisy observations. The latter is an essential trait if one wants to be able to propagate uncertainty through stochastic simulators, e.g., through molecular dynamics codes. In this work, we develop a probabilistic version of AS which is gradient-free and robust to observational noise. Our approach relies on a novel Gaussian process regression with built-in dimensionality reduction. In particular, the AS is represented as an orthogonal projection matrix that serves as yet another covariance function hyper-parameter to be estimated from the data. To train the

  9. Gaussian processes with built-in dimensionality reduction: Applications to high-dimensional uncertainty propagation

    Energy Technology Data Exchange (ETDEWEB)

    Tripathy, Rohit, E-mail: rtripath@purdue.edu; Bilionis, Ilias, E-mail: ibilion@purdue.edu; Gonzalez, Marcial, E-mail: marcial-gonzalez@purdue.edu

    2016-09-15

    Uncertainty quantification (UQ) tasks, such as model calibration, uncertainty propagation, and optimization under uncertainty, typically require several thousand evaluations of the underlying computer codes. To cope with the cost of simulations, one replaces the real response surface with a cheap surrogate based, e.g., on polynomial chaos expansions, neural networks, support vector machines, or Gaussian processes (GP). However, the number of simulations required to learn a generic multivariate response grows exponentially as the input dimension increases. This curse of dimensionality can only be addressed, if the response exhibits some special structure that can be discovered and exploited. A wide range of physical responses exhibit a special structure known as an active subspace (AS). An AS is a linear manifold of the stochastic space characterized by maximal response variation. The idea is that one should first identify this low dimensional manifold, project the high-dimensional input onto it, and then link the projection to the output. If the dimensionality of the AS is low enough, then learning the link function is a much easier problem than the original problem of learning a high-dimensional function. The classic approach to discovering the AS requires gradient information, a fact that severely limits its applicability. Furthermore, and partly because of its reliance to gradients, it is not able to handle noisy observations. The latter is an essential trait if one wants to be able to propagate uncertainty through stochastic simulators, e.g., through molecular dynamics codes. In this work, we develop a probabilistic version of AS which is gradient-free and robust to observational noise. Our approach relies on a novel Gaussian process regression with built-in dimensionality reduction. In particular, the AS is represented as an orthogonal projection matrix that serves as yet another covariance function hyper-parameter to be estimated from the data. To train the

  10. Dimensional Reduction and Hadronic Processes

    International Nuclear Information System (INIS)

    Signer, Adrian; Stoeckinger, Dominik

    2008-01-01

    We consider the application of regularization by dimensional reduction to NLO corrections of hadronic processes. The general collinear singularity structure is discussed, the origin of the regularization-scheme dependence is identified and transition rules to other regularization schemes are derived.

  11. Digital Signal Processing applied to Physical Signals

    CERN Document Server

    Alberto, Diego; Musa, L

    2011-01-01

    It is well known that many of the scientific and technological discoveries of the XXI century will depend on the capability of processing and understanding a huge quantity of data. With the advent of the digital era, a fully digital and automated treatment can be designed and performed. From data mining to data compression, from signal elaboration to noise reduction, a processing is essential to manage and enhance features of interest after every data acquisition (DAQ) session. In the near future, science will go towards interdisciplinary research. In this work there will be given an example of the application of signal processing to different fields of Physics from nuclear particle detectors to biomedical examinations. In Chapter 1 a brief description of the collaborations that allowed this thesis is given, together with a list of the publications co-produced by the author in these three years. The most important notations, definitions and acronyms used in the work are also provided. In Chapter 2, the last r...

  12. Theory of the one- and two-dimensional electron gas

    International Nuclear Information System (INIS)

    Emery, V.J.

    1987-01-01

    Two topics are discussed: (1) the competition between 2k/sub F/ and 4k/sub F/ charge state waves in a one-dimensional electron gas and (2) a two-dimensional model of high T/sub c/ superconductivity in the oxides

  13. CERN Technical Training 2003: Learning for the LHC ! DISP-2003 - Digital Signal Processing

    CERN Multimedia

    2003-01-01

    DISP-2003 - Digital Signal Processing DISP-2003 is a two-term course given by CERN and University of Lausanne (UNIL) experts within the framework of the Technical Training Programme. The course will review the current techniques dealing with Digital Signal Processing, and it is intended for an audience who work or will work on digital signal processing aspects, and who need an introductory or refresher/update course. The course will be in English, with question and answers also in French. Spring 2 Term: DISP-2003: Advanced Digital Signal Processing 30 April 2003 - 21 May 2003, 4 lectures, Wednesdays afternoon (attendance cost: 40.- CHF, registration required) Lecturers: Léonard Studer, UNIL; Laurent Deniau, AT-MTM; Elena Wildner, AT-MAS Programme: Intelligent signal processing (ISP). Non-linear time series analysis. Image processing. Wavelets. (Basic concepts and definitions have been introduced during the previous Spring 1 Term: DISP-2003: Introduction to Digital Signal Processing). DISP-2003 is open...

  14. Liquid argon TPC signal formation, signal processing and reconstruction techniques

    Science.gov (United States)

    Baller, B.

    2017-07-01

    This document describes a reconstruction chain that was developed for the ArgoNeuT and MicroBooNE experiments at Fermilab. These experiments study accelerator neutrino interactions that occur in a Liquid Argon Time Projection Chamber. Reconstructing the properties of particles produced in these interactions benefits from the knowledge of the micro-physics processes that affect the creation and transport of ionization electrons to the readout system. A wire signal deconvolution technique was developed to convert wire signals to a standard form for hit reconstruction, to remove artifacts in the electronics chain and to remove coherent noise. A unique clustering algorithm reconstructs line-like trajectories and vertices in two dimensions which are then matched to create of 3D objects. These techniques and algorithms are available to all experiments that use the LArSoft suite of software.

  15. The inaccuracy of conventional one-dimensional parallel thermal resistance circuit model for two-dimensional composite walls

    International Nuclear Information System (INIS)

    Wong, K.-L.; Hsien, T.-L.; Hsiao, M.-C.; Chen, W.-L.; Lin, K.-C.

    2008-01-01

    This investigation is to show that two-dimensional steady state heat transfer problems of composite walls should not be solved by the conventionally one-dimensional parallel thermal resistance circuits (PTRC) model because the interface temperatures are not unique. Thus PTRC model cannot be used like its conventional recognized analogy, parallel electrical resistance circuits (PERC) model which has the unique node electric voltage. Two typical composite wall examples, solved by CFD software, are used to demonstrate the incorrectness. The numerical results are compared with those obtained by PTRC model, and very large differences are observed between their results. This proves that the application of conventional heat transfer PTRC model to two-dimensional composite walls, introduced in most heat transfer text book, is totally incorrect. An alternative one-dimensional separately series thermal resistance circuit (SSTRC) model is proposed and applied to the two-dimensional composite walls with isothermal boundaries. Results with acceptable accuracy can be obtained by the new model

  16. Two-dimensional discrete dislocation models of deformation in polycrystalline thin metal films on substrates

    International Nuclear Information System (INIS)

    Hartmaier, Alexander; Buehler, Markus J.; Gao, Huajian

    2005-01-01

    The time-dependent irreversible deformation of polycrystalline thin metal films on substrates is investigated using two-dimensional discrete dislocation dynamics models incorporating essential parameters determined from atomistic studies. The work is focused on the mechanical properties of uncapped films, where diffusive processes play an important role. The simulations incorporate dislocation climb along the grain boundary as well as conservative glide. Despite of severe limitations of the two-dimensional dislocation models, the simulation results are found to largely corroborate experimental findings on different dominant deformation mechanisms at different film thicknesses

  17. Two-dimensional effects in the problem of tearing modes control by electron cyclotron current drive

    International Nuclear Information System (INIS)

    Comisso, L.; Lazzaro, E.

    2010-01-01

    The design of means to counteract robustly the classical and neoclassical tearing modes in a tokamak by localized injection of an external control current requires an ever growing understanding of the physical process, beyond the Rutherford-type zero-dimensional models. Here a set of extended magnetohydrodynamic nonlinear equations for four continuum fields is used to investigate the two-dimensional effects in the response of the reconnecting modes to specific inputs of the localized external current. New information is gained on the space- and time-dependent effects of the external action on the two-dimensional structure of magnetic islands, which is very important to formulate applicable control strategies.

  18. Topological aspect of disclinations in two-dimensional crystals

    International Nuclear Information System (INIS)

    Wei-Kai, Qi; Tao, Zhu; Yong, Chen; Ji-Rong, Ren

    2009-01-01

    By using topological current theory, this paper studies the inner topological structure of disclinations during the melting of two-dimensional systems. From two-dimensional elasticity theory, it finds that there are topological currents for topological defects in homogeneous equation. The evolution of disclinations is studied, and the branch conditions for generating, annihilating, crossing, splitting and merging of disclinations are given. (the physics of elementary particles and fields)

  19. Two-dimensional ranking of Wikipedia articles

    Science.gov (United States)

    Zhirov, A. O.; Zhirov, O. V.; Shepelyansky, D. L.

    2010-10-01

    The Library of Babel, described by Jorge Luis Borges, stores an enormous amount of information. The Library exists ab aeterno. Wikipedia, a free online encyclopaedia, becomes a modern analogue of such a Library. Information retrieval and ranking of Wikipedia articles become the challenge of modern society. While PageRank highlights very well known nodes with many ingoing links, CheiRank highlights very communicative nodes with many outgoing links. In this way the ranking becomes two-dimensional. Using CheiRank and PageRank we analyze the properties of two-dimensional ranking of all Wikipedia English articles and show that it gives their reliable classification with rich and nontrivial features. Detailed studies are done for countries, universities, personalities, physicists, chess players, Dow-Jones companies and other categories.

  20. Two-dimensional random arrays for real time volumetric imaging

    DEFF Research Database (Denmark)

    Davidsen, Richard E.; Jensen, Jørgen Arendt; Smith, Stephen W.

    1994-01-01

    real time volumetric imaging system, which employs a wide transmit beam and receive mode parallel processing to increase image frame rate. Depth-of-field comparisons were made from simulated on-axis and off-axis beamplots at ranges from 30 to 160 mm for both coaxial and offset transmit and receive......Two-dimensional arrays are necessary for a variety of ultrasonic imaging techniques, including elevation focusing, 2-D phase aberration correction, and real time volumetric imaging. In order to reduce system cost and complexity, sparse 2-D arrays have been considered with element geometries...... selected ad hoc, by algorithm, or by random process. Two random sparse array geometries and a sparse array with a Mills cross receive pattern were simulated and compared to a fully sampled aperture with the same overall dimensions. The sparse arrays were designed to the constraints of the Duke University...

  1. Simulation of range imaging-based estimation of respiratory lung motion. Influence of noise, signal dimensionality and sampling patterns.

    Science.gov (United States)

    Wilms, M; Werner, R; Blendowski, M; Ortmüller, J; Handels, H

    2014-01-01

    A major problem associated with the irradiation of thoracic and abdominal tumors is respiratory motion. In clinical practice, motion compensation approaches are frequently steered by low-dimensional breathing signals (e.g., spirometry) and patient-specific correspondence models, which are used to estimate the sought internal motion given a signal measurement. Recently, the use of multidimensional signals derived from range images of the moving skin surface has been proposed to better account for complex motion patterns. In this work, a simulation study is carried out to investigate the motion estimation accuracy of such multidimensional signals and the influence of noise, the signal dimensionality, and different sampling patterns (points, lines, regions). A diffeomorphic correspondence modeling framework is employed to relate multidimensional breathing signals derived from simulated range images to internal motion patterns represented by diffeomorphic non-linear transformations. Furthermore, an automatic approach for the selection of optimal signal combinations/patterns within this framework is presented. This simulation study focuses on lung motion estimation and is based on 28 4D CT data sets. The results show that the use of multidimensional signals instead of one-dimensional signals significantly improves the motion estimation accuracy, which is, however, highly affected by noise. Only small differences exist between different multidimensional sampling patterns (lines and regions). Automatically determined optimal combinations of points and lines do not lead to accuracy improvements compared to results obtained by using all points or lines. Our results show the potential of multidimensional breathing signals derived from range images for the model-based estimation of respiratory motion in radiation therapy.

  2. Three-dimensional investigation of the two-phase flow structure in a bubbly pipe flow

    International Nuclear Information System (INIS)

    Schmidl, W.; Hassan, Y.A.; Ortiz-Villafuerte, J.

    1996-01-01

    Particle image velocimetry (PIV) is a nonintrusive measurement technique that can be used to study the structure of various fluid flows. PIV is used to measure the time-varying, full-field velocity data of a particle-seeded flow field within either a two-dimensional plane or three-dimensional volume. PIV is a very efficient measurement technique since it can obtain both qualitative and quantitative spatial information about the flow field being studied. The quantitative spatial velocity information can be further processed into information of flow parameters such as vorticity and turbulence over extended areas. The objective of this study was to apply recent advances and improvements in the PIV flow measurement technique to the full-field, nonintrusive analysis of a three-dimensional, two-phase fluid flow system in such a manner that both components of the two-phase system could be experimentally quantified

  3. Finding two-dimensional peaks

    International Nuclear Information System (INIS)

    Silagadze, Z.K.

    2007-01-01

    Two-dimensional generalization of the original peak finding algorithm suggested earlier is given. The ideology of the algorithm emerged from the well-known quantum mechanical tunneling property which enables small bodies to penetrate through narrow potential barriers. We merge this 'quantum' ideology with the philosophy of Particle Swarm Optimization to get the global optimization algorithm which can be called Quantum Swarm Optimization. The functionality of the newborn algorithm is tested on some benchmark optimization problems

  4. Cost analysis of two-dimensional warranty for products with periodic preventive maintenance

    International Nuclear Information System (INIS)

    Huang, Yeu-Shiang; Gau, Wei-Yo; Ho, Jyh-Wen

    2015-01-01

    This study uses a bivariate approach, which simultaneously considers the time and usage of a repairable product, and takes into account periodic preventive maintenance to develop a two-dimensional warranty policy for the repairable product. The proposed model is based on the bivariate Weibull process to analyze the breakdown process of a repairable product simultaneously in terms of time and usage. A repairable product may be differently utilized by various customers. We consider two types of customers: (1) customers whose product warranty is terminated because the warranty time limit has reached first; (2) customers whose product warranty is terminated because the warranty usage limit has reached first, to perform cost analyses for determining an appropriate warranty policy. However, since it is often the case that the repairable product may be equally likely purchased by the two types of customers who are equivalently important to the product manufacturer; the optimal warranty policy would thus be the equilibrium solution of the cost analyses which pay the same attention to both types of customers in order to maximize the total profit of the manufacturer. - Highlights: • We use a bivariate method to model the breakdown process. • We consider a periodic PM schedule. • We obtain an optimal two-dimensional warranty policy considering various customers. • The optimal 2D warranty is an equilibrium which satisfies both seller and buyer

  5. Quantum Communication Through a Two-Dimensional Spin Network

    International Nuclear Information System (INIS)

    Wang Zhaoming; Gu Yongjian

    2012-01-01

    We investigate the state or entanglement transfer through a two-dimensional spin network. We show that for state transfer, better fidelity can be gained along the diagonal direction but for entanglement transfer, when the initial entanglement is created along the boundary, the concurrence is more inclined to propagate along the boundary. This behavior is produced by quantum mechanical interference and the communication quality depends on the precise size of the network. For some number of sites, the fidelity in a two-dimensional channel is higher than one-dimensional case. This is an important result for realizing quantum communication through high dimension spin chain networks.

  6. Two-dimensional wave propagation in layered periodic media

    KAUST Repository

    Quezada de Luna, Manuel

    2014-09-16

    We study two-dimensional wave propagation in materials whose properties vary periodically in one direction only. High order homogenization is carried out to derive a dispersive effective medium approximation. One-dimensional materials with constant impedance exhibit no effective dispersion. We show that a new kind of effective dispersion may arise in two dimensions, even in materials with constant impedance. This dispersion is a macroscopic effect of microscopic diffraction caused by spatial variation in the sound speed. We analyze this dispersive effect by using highorder homogenization to derive an anisotropic, dispersive effective medium. We generalize to two dimensions a homogenization approach that has been used previously for one-dimensional problems. Pseudospectral solutions of the effective medium equations agree to high accuracy with finite volume direct numerical simulations of the variable-coeffi cient equations.

  7. Electronic devices for analog signal processing

    CERN Document Server

    Rybin, Yu K

    2012-01-01

    Electronic Devices for Analog Signal Processing is intended for engineers and post graduates and considers electronic devices applied to process analog signals in instrument making, automation, measurements, and other branches of technology. They perform various transformations of electrical signals: scaling, integration, logarithming, etc. The need in their deeper study is caused, on the one hand, by the extension of the forms of the input signal and increasing accuracy and performance of such devices, and on the other hand, new devices constantly emerge and are already widely used in practice, but no information about them are written in books on electronics. The basic approach of presenting the material in Electronic Devices for Analog Signal Processing can be formulated as follows: the study with help from self-education. While divided into seven chapters, each chapter contains theoretical material, examples of practical problems, questions and tests. The most difficult questions are marked by a diamon...

  8. Lorentz covariant tempered distributions in two-dimensional space-time

    International Nuclear Information System (INIS)

    Zinov'ev, Yu.M.

    1989-01-01

    The problem of describing Lorentz covariant distributions without any spectral condition has hitherto remained unsolved even for two-dimensional space-time. Attempts to solve this problem have already been made. Zharinov obtained an integral representation for the Laplace transform of Lorentz invariant distributions with support in the product of two-dimensional future light cones. However, this integral representation does not make it possible to obtain a complete description of the corresponding Lorentz invariant distributions. In this paper the author gives a complete description of Lorentz covariant distributions for two-dimensional space-time. No spectral conditions is assumed

  9. CERN Technical Training 2003: Learning for the LHC ! DISP-2003  -  Digital Signal Processing

    CERN Multimedia

    2003-01-01

    DISP-2003 is a two-term course given by CERN and University of Lausanne (UNIL) experts within the framework of the Technical Training Programme. The course will review the current techniques dealing with Digital Signal Processing. The DISP-2003 lecture series is composed of two Terms, and it is intended for an audience who work or will work on digital signal processing aspects, and who need an introductory or refresher/update course. The course will be in English, with questions and answers also in French. Spring 1 Term: DISP-2003: Introduction to Digital Signal Processing 20 February 2003 - 3 April 2003, 7 lectures, Thursdays (attendance cost: 70.- CHF, registration required) Lecturers: Maria Elena Angoletta, AB-BDI; Guy Baribaud, AB-BDI; Philippe Baudrenghien, AB-RF; Laurent Deniau, AT-MTM Programme: 'Classical' digital signal processing. Fourier analysis. The Laplace transform. The z-transform. Digital filters. Statistics for Signal Processing. Signal Estimation and Spectral Analysis. Spring 2 T...

  10. Inter-layer Cooper pairing of two-dimensional electrons

    International Nuclear Information System (INIS)

    Inoue, Masahiro; Takemori, Tadashi; Yoshizaki, Ryozo; Sakudo, Tunetaro; Ohtaka, Kazuo

    1987-01-01

    The authors point out the possibility that the high transition temperatures of the recently discovered oxide superconductors are dominantly caused by the inter-layer Cooper pairing of two-dimensional electrons that are coupled through the exchange of three-dimensional phonons. (author)

  11. Feasibility of Johnson Noise Thermometry based on Digital Signal Processing Techniques

    International Nuclear Information System (INIS)

    Hwang, In Koo; Kim, Yang Mo

    2014-01-01

    This paper presents an implementation strategy of noise thermometry based on a digital signal processing technique and demonstrates its feasibilities. A key factor in its development is how to extract the small thermal noise signal from other noises, for example, random noise from amplifiers and continuous electromagnetic interference from the environment. The proposed system consists of two identical amplifiers and uses a cross correlation function to cancel the random noise of the amplifiers. Then, the external interference noises are eliminated by discriminating the difference in the peaks between the thermal signal and external noise. The gain of the amplifiers is estimated by injecting an already known pilot signal. The experimental simulation results of signal processing methods have demonstrated that the proposed approach is an effective method in eliminating an external noise signal and performing gain correction for development of the thermometry

  12. Bayesian image processing in two and three dimensions

    International Nuclear Information System (INIS)

    Hart, H.; Liang, Z.

    1986-01-01

    Tomographic image processing customarily analyzes data acquired over a series of projective orientations. If, however, the point source function (the matrix R) of the system is strongly depth dependent, tomographic information is also obtainable from a series of parallel planar images corresponding to different ''focal'' depths. Bayesian image processing (BIP) was carried out for two and three dimensional spatially uncorrelated discrete amplitude a priori source distributions

  13. Interplay between topology and disorder in a two-dimensional semi-Dirac material

    Science.gov (United States)

    Sriluckshmy, P. V.; Saha, Kush; Moessner, Roderich

    2018-01-01

    We investigate the role of disorder in a two-dimensional semi-Dirac material characterized by a linear dispersion in one direction and a parabolic dispersion in the orthogonal direction. Using the self-consistent Born approximation, we show that disorder can drive a topological Lifshitz transition from an insulator to a semimetal, as it generates a momentum-independent off-diagonal contribution to the self-energy. Breaking time-reversal symmetry enriches the topological phase diagram with three distinct regimes—single-node trivial, two-node trivial, and two-node Chern. We find that disorder can drive topological transitions from both the single- and two-node trivial to the two-node Chern regime. We further analyze these transitions in an appropriate tight-binding Hamiltonian of an anisotropic hexagonal lattice by calculating the real-space Chern number. Additionally, we compute the disorder-averaged entanglement entropy which signals both the topological Lifshitz and Chern transition as a function of the anisotropy of the hexagonal lattice. Finally, we discuss experimental aspects of our results.

  14. Design and measurement of signal processing system for cavity beam position monitor

    International Nuclear Information System (INIS)

    Wang Baopeng; Leng Yongbin; Yu Luyang; Zhou Weimin; Yuan Renxian; Chen Zhichu

    2013-01-01

    In this paper, in order to achieve the output signal processing of cavity beam position monitor (CBPM), we develop a digital intermediate frequency receiver architecture based signal processing system, which consists of radio frequency (RF) front end and high speed data acquisition board. The beam position resolution in the CBPM signal processing system is superior to 1 μm. Two signal processing algorithms, fast Fourier transform (FFT) and digital down converter (DDC), are evaluated offline using MATLAB platform, and both can be used to achieve, the CW input signal, position resolutions of 0.31 μm and 0.10 μm at -16 dBm. The DDC algorithm for its good compatibility is downloaded into the FPGA to realize online measurement, reaching the position resolution of 0.49 μm due to truncation error. The whole system works well and the performance meets design target. (authors)

  15. High-resolution and high-throughput multichannel Fourier transform spectrometer with two-dimensional interferogram warping compensation

    Science.gov (United States)

    Watanabe, A.; Furukawa, H.

    2018-04-01

    The resolution of multichannel Fourier transform (McFT) spectroscopy is insufficient for many applications despite its extreme advantage of high throughput. We propose an improved configuration to realise both performance using a two-dimensional area sensor. For the spectral resolution, we obtained the interferogram of a larger optical path difference by shifting the area sensor without altering any optical components. The non-linear phase error of the interferometer was successfully corrected using a phase-compensation calculation. Warping compensation was also applied to realise a higher throughput to accumulate the signal between vertical pixels. Our approach significantly improved the resolution and signal-to-noise ratio by factors of 1.7 and 34, respectively. This high-resolution and high-sensitivity McFT spectrometer will be useful for detecting weak light signals such as those in non-invasive diagnosis.

  16. Surface representations of two- and three-dimensional fluid flow topology

    Science.gov (United States)

    Helman, James L.; Hesselink, Lambertus

    1990-01-01

    We discuss our work using critical point analysis to generate representations of the vector field topology of numerical flow data sets. Critical points are located and characterized in a two-dimensional domain, which may be either a two-dimensional flow field or the tangential velocity field near a three-dimensional body. Tangent curves are then integrated out along the principal directions of certain classes of critical points. The points and curves are linked to form a skeleton representing the two-dimensional vector field topology. When generated from the tangential velocity field near a body in a three-dimensional flow, the skeleton includes the critical points and curves which provide a basis for analyzing the three-dimensional structure of the flow separation. The points along the separation curves in the skeleton are used to start tangent curve integrations to generate surfaces representing the topology of the associated flow separations.

  17. Handbook of signal processing systems

    CERN Document Server

    Deprettere, Ed; Leupers, Rainer; Takala, Jarmo

    2013-01-01

    Handbook of Signal Processing Systems is organized in three parts. The first part motivates representative applications that drive and apply state-of-the art methods for design and implementation of signal processing systems; the second part discusses architectures for implementing these applications; the third part focuses on compilers and simulation tools, describes models of computation and their associated design tools and methodologies. This handbook is an essential tool for professionals in many fields and researchers of all levels.

  18. Quasi-integrability and two-dimensional QCD

    International Nuclear Information System (INIS)

    Abdalla, E.; Mohayaee, R.

    1996-10-01

    The notion of integrability in two-dimensional QCD is discussed. We show that in spite of an infinite number of conserved charges, particle production is not entirely suppressed. This phenomenon, which we call quasi-integrability, is explained in terms of quantum corrections to the combined algebra of higher-conserved and spectrum-generating currents. We predict the qualitative form of particle production probabilities and verify that they are in agreement with numerical data. We also discuss four-dimensional self-dual Yang-Mills theory in the light of our results. (author). 25 refs, 4 figs, 1 tab

  19. Development of an Ontology-Directed Signal Processing Toolbox

    Energy Technology Data Exchange (ETDEWEB)

    Stephen W. Lang

    2011-05-27

    This project was focused on the development of tools for the automatic configuration of signal processing systems. The goal is to develop tools that will be useful in a variety of Government and commercial areas and useable by people who are not signal processing experts. In order to get the most benefit from signal processing techniques, deep technical expertise is often required in order to select appropriate algorithms, combine them into a processing chain, and tune algorithm parameters for best performance on a specific problem. Therefore a significant benefit would result from the assembly of a toolbox of processing algorithms that has been selected for their effectiveness in a group of related problem areas, along with the means to allow people who are not signal processing experts to reliably select, combine, and tune these algorithms to solve specific problems. Defining a vocabulary for problem domain experts that is sufficiently expressive to drive the configuration of signal processing functions will allow the expertise of signal processing experts to be captured in rules for automated configuration. In order to test the feasibility of this approach, we addressed a lightning classification problem, which was proposed by DOE as a surrogate for problems encountered in nuclear nonproliferation data processing. We coded a toolbox of low-level signal processing algorithms for extracting features of RF waveforms, and demonstrated a prototype tool for screening data. We showed examples of using the tool for expediting the generation of ground-truth metadata, for training a signal recognizer, and for searching for signals with particular characteristics. The public benefits of this approach, if successful, will accrue to Government and commercial activities that face the same general problem - the development of sensor systems for complex environments. It will enable problem domain experts (e.g. analysts) to construct signal and image processing chains without

  20. Two-dimensional QCD in the Coulomb gauge

    International Nuclear Information System (INIS)

    Kalashnikova, Yu.S.; Nefed'ev, A.V.

    2002-01-01

    Various aspects of the 't Hooft model for two-dimensional QCD in the limit of infinite number of colours in the Coulomb gauge are discussed. The properties of mesonic excitations are studied, with special emphasis on the pion. Attention is paid to the dual role of the pion. which, while a genuine qq-bar state, is a Goldstone boson of two-dimensional QCD as well. In particular, the validity of the soft-pion theorems is demonstrated. It is shown that the Coulomb gauge is the most suitable choice for the study of hadronic observables involving pions [ru

  1. Sensitivity analysis explains quasi-one-dimensional current transport in two-dimensional materials

    DEFF Research Database (Denmark)

    Boll, Mads; Lotz, Mikkel Rønne; Hansen, Ole

    2014-01-01

    We demonstrate that the quasi-one-dimensional (1D) current transport, experimentally observed in graphene as measured by a collinear four-point probe in two electrode configurations A and B, can be interpreted using the sensitivity functions of the two electrode configurations (configurations...... A and B represents different pairs of electrodes chosen for current sources and potential measurements). The measured sheet resistance in a four-point probe measurement is averaged over an area determined by the sensitivity function. For a two-dimensional conductor, the sensitivity functions for electrode...... configurations A and B are different. But when the current is forced to flow through a percolation network, e.g., graphene with high density of extended defects, the two sensitivity functions become identical. This is equivalent to a four-point measurement on a line resistor, hence quasi-1D transport...

  2. Noise-induced drift in two-dimensional anisotropic systems

    Science.gov (United States)

    Farago, Oded

    2017-10-01

    We study the isothermal Brownian dynamics of a particle in a system with spatially varying diffusivity. Due to the heterogeneity of the system, the particle's mean displacement does not vanish even if it does not experience any physical force. This phenomenon has been termed "noise-induced drift," and has been extensively studied for one-dimensional systems. Here, we examine the noise-induced drift in a two-dimensional anisotropic system, characterized by a symmetric diffusion tensor with unequal diagonal elements. A general expression for the mean displacement vector is derived and presented as a sum of two vectors, depicting two distinct drifting effects. The first vector describes the tendency of the particle to drift toward the high diffusivity side in each orthogonal principal diffusion direction. This is a generalization of the well-known expression for the noise-induced drift in one-dimensional systems. The second vector represents a novel drifting effect, not found in one-dimensional systems, originating from the spatial rotation in the directions of the principal axes. The validity of the derived expressions is verified by using Langevin dynamics simulations. As a specific example, we consider the relative diffusion of two transmembrane proteins, and demonstrate that the average distance between them increases at a surprisingly fast rate of several tens of micrometers per second.

  3. Three-dimensional echocardiography of normal and pathologic mitral valve: a comparison with two-dimensional transesophageal echocardiography

    NARCIS (Netherlands)

    Salustri, A.; Becker, A. E.; van Herwerden, L.; Vletter, W. B.; ten Cate, F. J.; Roelandt, J. R.

    1996-01-01

    This study was done to ascertain whether three-dimensional echocardiography can facilitate the diagnosis of mitral valve abnormalities. The value of the additional information provided by three-dimensional echocardiography compared with two-dimensional multiplane transesophageal echocardiography for

  4. New method for thickness determination and microscopic imaging of graphene-like two-dimensional materials

    International Nuclear Information System (INIS)

    Qin Xudong; Chen Yonghai; Liu Yu; Zhu Laipan; Li Yuan; Wu Qing; Huang Wei

    2016-01-01

    We employed the microscopic reflectance difference spectroscopy (micro-RDS) to determine the layer-number and microscopically image the surface topography of graphene and MoS 2 samples. The contrast image shows the efficiency and reliability of this new clipping technique. As a low-cost, quantifiable, no-contact and non-destructive method, it is not concerned with the characteristic signal of certain materials and can be applied to arbitrary substrates. Therefore it is a perfect candidate for characterizing the thickness of graphene-like two-dimensional materials. (paper)

  5. Comprehensive two-dimensional gas chromatography applied to illicit drug analysis.

    Science.gov (United States)

    Mitrevski, Blagoj; Wynne, Paul; Marriott, Philip J

    2011-11-01

    Multidimensional gas chromatography (MDGC), and especially its latest incarnation--comprehensive two-dimensional gas chromatography (GC × GC)--have proved advantageous over and above classic one-dimensional gas chromatography (1D GC) in many areas of analysis by offering improved peak capacity, often enhanced sensitivity and, especially in the case of GC × GC, the unique feature of 'structured' chromatograms. This article reviews recent advances in MDGC and GC × GC in drug analysis with special focus on ecstasy, heroin and cocaine profiling. Although 1D GC is still the method of choice for drug profiling in most laboratories because of its simplicity and instrument availability, GC × GC is a tempting proposition for this purpose because of its ability to generate a higher net information content. Effluent refocusing due to the modulation (compression) process, combined with the separation on two 'orthogonal' columns, results in more components being well resolved and therefore being analytically and statistically useful to the profile. The spread of the components in the two-dimensional plots is strongly dependent on the extent of retention 'orthogonality' (i.e. the extent to which the two phases possess different or independent retention mechanisms towards sample constituents) between the two columns. The benefits of 'information-driven' drug profiling, where more points of reference are usually required for sample differentiation, are discussed. In addition, several limitations in application of MDGC in drug profiling, including data acquisition rate, column temperature limit, column phase orthogonality and chiral separation, are considered and discussed. Although the review focuses on the articles published in the last decade, a brief chronological preview of the profiling methods used throughout the last three decades is given.

  6. A spectroelectrochemical cell for ultrafast two-dimensional infrared spectroscopy

    Energy Technology Data Exchange (ETDEWEB)

    El Khoury, Youssef; Van Wilderen, Luuk J. G. W.; Vogt, Tim; Winter, Ernst; Bredenbeck, Jens, E-mail: bredenbeck@biophysik.uni-frankfurt.org, E-mail: bredenbeck@biophysik.uni-frankfurt.de [Institut für Biophysik, Johann Wolfgang Goethe-Universität, Max-von-Laue-Strasse 1, 60438 Frankfurt (Germany)

    2015-08-15

    A spectroelectrochemical cell has been designed to combine electrochemistry and ultrafast two-dimensional infrared (2D-IR) spectroscopy, which is a powerful tool to extract structure and dynamics information on the femtosecond to picosecond time scale. Our design is based on a gold mirror with the dual role of performing electrochemistry and reflecting IR light. To provide the high optical surface quality required for laser spectroscopy, the gold surface is made by electron beam evaporation on a glass substrate. Electrochemical cycling facilitates in situ collection of ultrafast dynamics of redox-active molecules by means of 2D-IR. The IR beams are operated in reflection mode so that they travel twice through the sample, i.e., the signal size is doubled. This methodology is optimal for small sample volumes and successfully tested with the ferricyanide/ferrocyanide redox system of which the corresponding electrochemically induced 2D-IR difference spectrum is reported.

  7. A spectroelectrochemical cell for ultrafast two-dimensional infrared spectroscopy

    International Nuclear Information System (INIS)

    El Khoury, Youssef; Van Wilderen, Luuk J. G. W.; Vogt, Tim; Winter, Ernst; Bredenbeck, Jens

    2015-01-01

    A spectroelectrochemical cell has been designed to combine electrochemistry and ultrafast two-dimensional infrared (2D-IR) spectroscopy, which is a powerful tool to extract structure and dynamics information on the femtosecond to picosecond time scale. Our design is based on a gold mirror with the dual role of performing electrochemistry and reflecting IR light. To provide the high optical surface quality required for laser spectroscopy, the gold surface is made by electron beam evaporation on a glass substrate. Electrochemical cycling facilitates in situ collection of ultrafast dynamics of redox-active molecules by means of 2D-IR. The IR beams are operated in reflection mode so that they travel twice through the sample, i.e., the signal size is doubled. This methodology is optimal for small sample volumes and successfully tested with the ferricyanide/ferrocyanide redox system of which the corresponding electrochemically induced 2D-IR difference spectrum is reported

  8. The analysis of carbohydrates in milk powder by a new "heart-cutting" two-dimensional liquid chromatography method.

    Science.gov (United States)

    Ma, Jing; Hou, Xiaofang; Zhang, Bing; Wang, Yunan; He, Langchong

    2014-03-01

    In this study, a new"heart-cutting" two-dimensional liquid chromatography method for the simultaneous determination of carbohydrate contents in milk powder was presented. In this two dimensional liquid chromatography system, a Venusil XBP-C4 analysis column was used in the first dimension ((1)D) as a pre-separation column, a ZORBAX carbohydrates analysis column was used in the second dimension ((2)D) as a final-analysis column. The whole process was completed in less than 35min without a particular sample preparation procedure. The capability of the new two dimensional HPLC method was demonstrated in the determination of carbohydrates in various brands of milk powder samples. A conventional one dimensional chromatography method was also proposed. The two proposed methods were both validated in terms of linearity, limits of detection, accuracy and precision. The comparison between the results obtained with the two methods showed that the new and completely automated two dimensional liquid chromatography method is more suitable for milk powder sample because of its online cleanup effect involved. Crown Copyright © 2013. Published by Elsevier B.V. All rights reserved.

  9. Two-Dimensional Motions of Rockets

    Science.gov (United States)

    Kang, Yoonhwan; Bae, Saebyok

    2007-01-01

    We analyse the two-dimensional motions of the rockets for various types of rocket thrusts, the air friction and the gravitation by using a suitable representation of the rocket equation and the numerical calculation. The slope shapes of the rocket trajectories are discussed for the three types of rocket engines. Unlike the projectile motions, the…

  10. Topological Quantum Phase Transitions in Two-Dimensional Hexagonal Lattice Bilayers

    Science.gov (United States)

    Zhai, Xuechao; Jin, Guojun

    2013-09-01

    Since the successful fabrication of graphene, two-dimensional hexagonal lattice structures have become a research hotspot in condensed matter physics. In this short review, we theoretically focus on discussing the possible realization of a topological insulator (TI) phase in systems of graphene bilayer (GBL) and boron nitride bilayer (BNBL), whose band structures can be experimentally modulated by an interlayer bias voltage. Under the bias, a band gap can be opened in AB-stacked GBL but is still closed in AA-stacked GBL and significantly reduced in AA- or AB-stacked BNBL. In the presence of spin-orbit couplings (SOCs), further demonstrations indicate whether the topological quantum phase transition can be realized strongly depends on the stacking orders and symmetries of structures. It is observed that a bulk band gap can be first closed and then reopened when the Rashba SOC increases for gated AB-stacked GBL or when the intrinsic SOC increases for gated AA-stacked BNBL. This gives a distinct signal for a topological quantum phase transition, which is further characterized by a jump of the ℤ2 topological invariant. At fixed SOCs, the TI phase can be well switched by the interlayer bias and the phase boundaries are precisely determined. For AA-stacked GBL and AB-stacked BNBL, no strong TI phase exists, regardless of the strength of the intrinsic or Rashba SOCs. At last, a brief overview is given on other two-dimensional hexagonal materials including silicene and molybdenum disulfide bilayers.

  11. Two-Dimensional Theory of Scientific Representation

    Directory of Open Access Journals (Sweden)

    A Yaghmaie

    2013-03-01

    Full Text Available Scientific representation is an interesting topic for philosophers of science, many of whom have recently explored it from different points of view. There are currently two competing approaches to the issue: cognitive and non-cognitive, and each of them claims its own merits over the other. This article tries to provide a hybrid theory of scientific representation, called Two-Dimensional Theory of Scientific Representation, which has the merits of the two accounts and is free of their shortcomings. To do this, we will argue that although scientific representation needs to use the notion of intentionality, such a notion is defined and realized in a simply structural form contrary to what cognitive approach says about intentionality. After a short introduction, the second part of the paper is devoted to introducing theories of scientific representation briefly. In the third part, the structural accounts of representation will be criticized. The next step is to introduce the two-dimensional theory which involves two key components: fixing and structural fitness. It will be argued that fitness is an objective and non-intentional relation, while fixing is intentional.

  12. Development of a two-dimensional simulation code (koad) including atomic processes for beam direct energy conversion

    International Nuclear Information System (INIS)

    Yamamoto, Y.; Yoshikawa, K.; Hattori, Y.

    1987-01-01

    A two-dimensional simulation code for the beam direct energy conversion called KVAD (Kyoto University Advanced DART) including various loss mechanisms has been developed, and shown excellent agreement with the authors' experiments using the He + beams. The beam direct energy converter (BDC) is the device to recover the kinetic energy of unneutralized ions in the neutral beam injection (NBI) system directly into electricity. The BDC is very important and essential not only to the improvements of NBI system efficiency, but also to the relaxation of high heat flux problems on the beam dump with increase of injection energies. So far no simulation code could have successfully predicted BDC experimental results. The KUAD code applies, an optimized algorithm for vector processing, the finite element method (FEM) for potential calculation, and a semi-automatic method for spatial segmentations. Since particle trajectories in the KVAD code are analytically solved, very high speed tracings of the particle could be achieved by introducing an adjacent element matrix to identify the neighboring triangle elements and electrodes. Ion space charges are also analytically calculated by the Cloud in Cell (CIC) method, as well as electron space charges. Power losses due to atomic processes can be also evaluated in the KUAD code

  13. Three-dimensional isotropic T2-weighted cervical MRI at 3 T: Comparison with two-dimensional T2-weighted sequences

    International Nuclear Information System (INIS)

    Kwon, J.W.; Yoon, Y.C.; Choi, S.-H.

    2012-01-01

    Aim: To compare three-dimensional (3D) isotropic T2-weighted magnetic resonance imaging (MRI) sequences and reformation with two-dimensional (2D) T2-weighted sequences regarding image quality of the cervical spine at 3 T. Materials and methods: A phantom study was performed using a water-filled cylinder. The signal-to-noise and image homogeneity were evaluated. Fourteen (n = 14) volunteers were examined at 3 T using 3D isotropic T2-weighted sagittal and conventional 2D T2-weighted sagittal, axial, and oblique sagittal MRI. Multiplanar reformation (MPR) of the 3D T2-weighted sagittal dataset was performed simultaneously with image evaluation. In addition to artefact assessment, the visibility of anatomical structures in the 3D and 2D sequences was qualitatively assessed by two radiologists independently. Cohen’s kappa and Wilcoxon signed rank test were used for the statistical analysis. Result: The 3D isotropic T2-weighted sequence resulted in the highest signal-to-noise ratio (SNR) and lowest non-uniformity (NU) among the sequences in the phantom study. Quantitative evaluation revealed lower NU values of the cerebrospinal fluid (CSF) and muscles in 2D T2-weighted sagittal sequences compared to the 3D volume isotropic turbo spin-echo acquisition (VISTA) sequence. The other NU values revealed no statistically significant difference between the 2D turbo spin-echo (TSE) and 3D VISTA sequences (0.059 < p < 0.959). 3D VISTA images showed significantly fewer CSF flow artefacts (p < 0.001) and better delineated intradural nerve rootlets (p = 0.001) and neural foramina (p = 0.016) compared to 2D sequences. Conclusion: A 3D T2 weighted sequence is superior to conventional 2D sequences for the delineation of intradural nerve rootlets and neural foramina and is less affected by CSF flow artefacts.

  14. Static Mapping of Functional Programs: An Example in Signal Processing

    Directory of Open Access Journals (Sweden)

    Jack B. Dennis

    1996-01-01

    Full Text Available Complex signal-processing problems are naturally described by compositions of program modules that process streams of data. In this article we discuss how such compositions may be analyzed and mapped onto multiprocessor computers to effectively exploit the massive parallelism of these applications. The methods are illustrated with an example of signal processing for an optical surveillance problem. Program transformation and analysis are used to construct a program description tree that represents the given computation as an acyclic interconnection of stream-processing modules. Each module may be mapped to a set of threads run on a group of processing elements of a target multiprocessor. Performance is considered for two forms of multiprocessor architecture, one based on conventional DSP technology and the other on a multithreaded-processing element design.

  15. Two-dimensional Simulations of Correlation Reflectometry in Fusion Plasmas

    International Nuclear Information System (INIS)

    Valeo, E.J.; Kramer, G.J.; Nazikian, R.

    2001-01-01

    A two-dimensional wave propagation code, developed specifically to simulate correlation reflectometry in large-scale fusion plasmas is described. The code makes use of separate computational methods in the vacuum, underdense and reflection regions of the plasma in order to obtain the high computational efficiency necessary for correlation analysis. Simulations of Tokamak Fusion Test Reactor (TFTR) plasma with internal transport barriers are presented and compared with one-dimensional full-wave simulations. It is shown that the two-dimensional simulations are remarkably similar to the results of the one-dimensional full-wave analysis for a wide range of turbulent correlation lengths. Implications for the interpretation of correlation reflectometer measurements in fusion plasma are discussed

  16. Development of a global aerosol model using a two-dimensional sectional method: 1. Model design

    Science.gov (United States)

    Matsui, H.

    2017-08-01

    This study develops an aerosol module, the Aerosol Two-dimensional bin module for foRmation and Aging Simulation version 2 (ATRAS2), and implements the module into a global climate model, Community Atmosphere Model. The ATRAS2 module uses a two-dimensional (2-D) sectional representation with 12 size bins for particles from 1 nm to 10 μm in dry diameter and 8 black carbon (BC) mixing state bins. The module can explicitly calculate the enhancement of absorption and cloud condensation nuclei activity of BC-containing particles by aging processes. The ATRAS2 module is an extension of a 2-D sectional aerosol module ATRAS used in our previous studies within a framework of a regional three-dimensional model. Compared with ATRAS, the computational cost of the aerosol module is reduced by more than a factor of 10 by simplifying the treatment of aerosol processes and 2-D sectional representation, while maintaining good accuracy of aerosol parameters in the simulations. Aerosol processes are simplified for condensation of sulfate, ammonium, and nitrate, organic aerosol formation, coagulation, and new particle formation processes, and box model simulations show that these simplifications do not substantially change the predicted aerosol number and mass concentrations and their mixing states. The 2-D sectional representation is simplified (the number of advected species is reduced) primarily by the treatment of chemical compositions using two interactive bin representations. The simplifications do not change the accuracy of global aerosol simulations. In part 2, comparisons with measurements and the results focused on aerosol processes such as BC aging processes are shown.

  17. Volume scanning three-dimensional display with an inclined two-dimensional display and a mirror scanner

    Science.gov (United States)

    Miyazaki, Daisuke; Kawanishi, Tsuyoshi; Nishimura, Yasuhiro; Matsushita, Kenji

    2001-11-01

    A new three-dimensional display system based on a volume-scanning method is demonstrated. To form a three-dimensional real image, an inclined two-dimensional image is rapidly moved with a mirror scanner while the cross-section patterns of a three-dimensional object are displayed sequentially. A vector-scan CRT display unit is used to obtain a high-resolution image. An optical scanning system is constructed with concave mirrors and a galvanometer mirror. It is confirmed that three-dimensional images, formed by the experimental system, satisfy all the criteria for human stereoscopic vision.

  18. Spatial resolution and maximum compensation factor of two-dimensional selective excitation pulses for MRI of objects containing conductive implants

    Directory of Open Access Journals (Sweden)

    Taeseong Woo

    2017-05-01

    Full Text Available A quantitative diagnosis using magnetic resonance imaging (MRI can be disturbed by radiofrequency (RF field inhomogeneity induced by the conductive implants. This inhomogeneity causes a local decrease of the signal intensity around the conductor, resulting in a deterioration of the accurate quantification. In a previous study, we developed an MRI imaging method using a two-dimensional selective excitation pulse (2D pulse to mitigate signal inhomogeneity induced by metallic implants. In this paper, the effect of 2D pulse was evaluated quantitatively by numerical simulation and MRI experiments. We introduced two factors for evaluation, spatial resolution and maximum compensation factor. Numerical simulations were performed with two groups. One group was composed of four models with different signal loss width, to evaluate the spatial resolution of the 2D pulse. The other group is also composed of four models with different amounts of signal loss for evaluating maximum compensation factor. In MRI experiments, we prepared phantoms containing conductors, which have different electrical conductivities related with the amounts of signal intensity decrease. The recovery of signal intensity was observed by 2D pulses, in both numerical simulations and experiments.

  19. Three-dimensional tokamak equilibria and stellarators with two-dimensional magnetic symmetry

    International Nuclear Information System (INIS)

    Garabedian, P.R.

    1997-01-01

    Three-dimensional computer codes have been developed to simulate equilibrium, stability and transport in tokamaks and stellarators. Bifurcated solutions of the tokamak problem suggest that three-dimensional effects may be more important than has generally been thought. Extensive calculations have led to the discovery of a stellarator configuration with just two field periods and with aspect ratio 3.2 that has a magnetic field spectrum B mn with toroidal symmetry. Numerical studies of equilibrium, stability and transport for this new device, called the Modular Helias-like Heliac 2 (MHH2), will be presented. (author)

  20. Tachyon hair on two-dimensional black holes

    International Nuclear Information System (INIS)

    Peet, A.; Susskind, L.; Thorlacius, L.

    1993-01-01

    Static black holes in two-dimensional string theory can carry tachyon hair. Configurations which are nonsingular at the event horizon have a nonvanishing asymptotic energy density. Such solutions can be smoothly extended through the event horizon and have a nonvanishing energy flux emerging from the past singularity. Dynamical processes will not change the amount of tachyon hair on a black hole. In particular, there will be no tachyon hair on a black hole formed in gravitational collapse if the initial geometry is the linear dilaton vacuum. There also exist static solutions with a finite total energy, which have singular event horizons. Simple dynamical arguments suggest that black holes formed in gravitational collapse will not have tachyon hair of this type

  1. A two-stage preventive maintenance optimization model incorporating two-dimensional extended warranty

    International Nuclear Information System (INIS)

    Su, Chun; Wang, Xiaolin

    2016-01-01

    In practice, customers can decide whether to buy an extended warranty or not, at the time of item sale or at the end of the basic warranty. In this paper, by taking into account the moments of customers purchasing two-dimensional extended warranty, the optimization of imperfect preventive maintenance for repairable items is investigated from the manufacturer's perspective. A two-dimensional preventive maintenance strategy is proposed, under which the item is preventively maintained according to a specified age interval or usage interval, whichever occurs first. It is highlighted that when the extended warranty is purchased upon the expiration of the basic warranty, the manufacturer faces a two-stage preventive maintenance optimization problem. Moreover, in the second stage, the possibility of reducing the servicing cost over the extended warranty period is explored by classifying customers on the basis of their usage rates and then providing them with customized preventive maintenance programs. Numerical examples show that offering customized preventive maintenance programs can reduce the manufacturer's warranty cost, while a larger saving in warranty cost comes from encouraging customers to buy the extended warranty at the time of item sale. - Highlights: • A two-dimensional PM strategy is investigated. • Imperfect PM strategy is optimized by considering both two-dimensional BW and EW. • Customers are categorized based on their usage rates throughout the BW period. • Servicing cost of the EW is reduced by offering customized PM programs. • Customers buying the EW at the time of sale is preferred for the manufacturer.

  2. Poisson pre-processing of nonstationary photonic signals: Signals with equality between mean and variance.

    Science.gov (United States)

    Poplová, Michaela; Sovka, Pavel; Cifra, Michal

    2017-01-01

    Photonic signals are broadly exploited in communication and sensing and they typically exhibit Poisson-like statistics. In a common scenario where the intensity of the photonic signals is low and one needs to remove a nonstationary trend of the signals for any further analysis, one faces an obstacle: due to the dependence between the mean and variance typical for a Poisson-like process, information about the trend remains in the variance even after the trend has been subtracted, possibly yielding artifactual results in further analyses. Commonly available detrending or normalizing methods cannot cope with this issue. To alleviate this issue we developed a suitable pre-processing method for the signals that originate from a Poisson-like process. In this paper, a Poisson pre-processing method for nonstationary time series with Poisson distribution is developed and tested on computer-generated model data and experimental data of chemiluminescence from human neutrophils and mung seeds. The presented method transforms a nonstationary Poisson signal into a stationary signal with a Poisson distribution while preserving the type of photocount distribution and phase-space structure of the signal. The importance of the suggested pre-processing method is shown in Fano factor and Hurst exponent analysis of both computer-generated model signals and experimental photonic signals. It is demonstrated that our pre-processing method is superior to standard detrending-based methods whenever further signal analysis is sensitive to variance of the signal.

  3. Vibrations of thin piezoelectric shallow shells: Two-dimensional ...

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    In this paper we consider the eigenvalue problem for piezoelectric shallow shells and we show that, as the thickness of the shell goes to zero, the eigensolutions of the three-dimensional piezoelectric shells converge to the eigensolutions of a two- dimensional eigenvalue problem. Keywords. Vibrations; piezoelectricity ...

  4. Two-dimensional turbulent flows on a bounded domain

    NARCIS (Netherlands)

    Kramer, W.

    2006-01-01

    Large-scale flows in the oceans and the atmosphere reveal strong similarities with purely two-dimensional flows. One of the most typical features is the cascade of energy from smaller flow scales towards larger scales. This is opposed to three-dimensional turbulence where larger flow structures

  5. Intrinsic two-dimensional states on the pristine surface of tellurium

    Science.gov (United States)

    Li, Pengke; Appelbaum, Ian

    2018-05-01

    Atomic chains configured in a helical geometry have fascinating properties, including phases hosting localized bound states in their electronic structure. We show how the zero-dimensional state—bound to the edge of a single one-dimensional helical chain of tellurium atoms—evolves into two-dimensional bands on the c -axis surface of the three-dimensional trigonal bulk. We give an effective Hamiltonian description of its dispersion in k space by exploiting confinement to a virtual bilayer, and elaborate on the diminished role of spin-orbit coupling. These intrinsic gap-penetrating surface bands were neglected in the interpretation of seminal experiments, where two-dimensional transport was otherwise attributed to extrinsic accumulation layers.

  6. A 3D Polymer Based Printed Two-Dimensional Laser Scanner

    International Nuclear Information System (INIS)

    Oyman, H A; Yalcinkaya, A D; Gokdel, Y D; Ferhanoglu, O

    2016-01-01

    A two-dimensional (2D) polymer based scanning mirror with magnetic actuation is developed for imaging applications. Proposed device consists of a circular suspension holding a rectangular mirror and can generate a 2D scan pattern. Three dimensional (3D) printing technology which is used for implementation of the device, offers added flexibility in controlling the cross-sectional profile as well as the stress distribution compared to the traditional planar process technologies. The mirror device is developed to meet a portable, miniaturized confocal microscope application in mind, delivering 4.5 and 4.8 degrees of optical scan angles at 111 and 267 Hz, respectively. As a result of this mechanical performance, the resulting microscope incorporating the mirror is estimated to accomplish a field of view (FOV) of 350 µm × 350 µm. (paper)

  7. Induction of Chirality in Two-Dimensional Nanomaterials: Chiral 2D MoS2 Nanostructures.

    Science.gov (United States)

    Purcell-Milton, Finn; McKenna, Robert; Brennan, Lorcan J; Cullen, Conor P; Guillemeney, Lilian; Tepliakov, Nikita V; Baimuratov, Anvar S; Rukhlenko, Ivan D; Perova, Tatiana S; Duesberg, Georg S; Baranov, Alexander V; Fedorov, Anatoly V; Gun'ko, Yurii K

    2018-02-27

    Two-dimensional (2D) nanomaterials have been intensively investigated due to their interesting properties and range of potential applications. Although most research has focused on graphene, atomic layered transition metal dichalcogenides (TMDs) and particularly MoS 2 have gathered much deserved attention recently. Here, we report the induction of chirality into 2D chiral nanomaterials by carrying out liquid exfoliation of MoS 2 in the presence of chiral ligands (cysteine and penicillamine) in water. This processing resulted in exfoliated chiral 2D MoS 2 nanosheets showing strong circular dichroism signals, which were far past the onset of the original chiral ligand signals. Using theoretical modeling, we demonstrated that the chiral nature of MoS 2 nanosheets is related to the presence of chiral ligands causing preferential folding of the MoS 2 sheets. There was an excellent match between the theoretically calculated and experimental spectra. We believe that, due to their high aspect ratio planar morphology, chiral 2D nanomaterials could offer great opportunities for the development of chiroptical sensors, materials, and devices for valleytronics and other potential applications. In addition, chirality plays a key role in many chemical and biological systems, with chiral molecules and materials critical for the further development of biopharmaceuticals and fine chemicals, and this research therefore should have a strong impact on relevant areas of science and technology such as nanobiotechnology, nanomedicine, and nanotoxicology.

  8. Task effects on BOLD signal correlates of implicit syntactic processing

    Science.gov (United States)

    Caplan, David

    2010-01-01

    BOLD signal was measured in sixteen participants who made timed font change detection judgments in visually presented sentences that varied in syntactic structure and the order of animate and inanimate nouns. Behavioral data indicated that sentences were processed to the level of syntactic structure. BOLD signal increased in visual association areas bilaterally and left supramarginal gyrus in the contrast of sentences with object- and subject-extracted relative clauses without font changes in which the animacy order of the nouns biased against the syntactically determined meaning of the sentence. This result differs from the findings in a non-word detection task (Caplan et al, 2008a), in which the same contrast led to increased BOLD signal in the left inferior frontal gyrus. The difference in areas of activation indicates that the sentences were processed differently in the two tasks. These differences were further explored in an eye tracking study using the materials in the two tasks. Issues pertaining to how parsing and interpretive operations are affected by a task that is being performed, and how this might affect BOLD signal correlates of syntactic contrasts, are discussed. PMID:20671983

  9. Chaotic oscillator containing memcapacitor and meminductor and its dimensionality reduction analysis.

    Science.gov (United States)

    Yuan, Fang; Wang, Guangyi; Wang, Xiaowei

    2017-03-01

    In this paper, smooth curve models of meminductor and memcapacitor are designed, which are generalized from a memristor. Based on these models, a new five-dimensional chaotic oscillator that contains a meminductor and memcapacitor is proposed. By dimensionality reducing, this five-dimensional system can be transformed into a three-dimensional system. The main work of this paper is to give the comparisons between the five-dimensional system and its dimensionality reduction model. To investigate dynamics behaviors of the two systems, equilibrium points and stabilities are analyzed. And the bifurcation diagrams and Lyapunov exponent spectrums are used to explore their properties. In addition, digital signal processing technologies are used to realize this chaotic oscillator, and chaotic sequences are generated by the experimental device, which can be used in encryption applications.

  10. Iterative Two- and One-Dimensional Methods for Three-Dimensional Neutron Diffusion Calculations

    International Nuclear Information System (INIS)

    Lee, Hyun Chul; Lee, Deokjung; Downar, Thomas J.

    2005-01-01

    Two methods are proposed for solving the three-dimensional neutron diffusion equation by iterating between solutions of the two-dimensional (2-D) radial and one-dimensional (1-D) axial solutions. In the first method, the 2-D/1-D equations are coupled using a current correction factor (CCF) with the average fluxes of the lower and upper planes and the axial net currents at the plane interfaces. In the second method, an analytic expression for the axial net currents at the interface of the planes is used for planar coupling. A comparison of the new methods is made with two previously proposed methods, which use interface net currents and partial currents for planar coupling. A Fourier convergence analysis of the four methods was performed, and results indicate that the two new methods have at least three advantages over the previous methods. First, the new methods are unconditionally stable, whereas the net current method diverges for small axial mesh size. Second, the new methods provide better convergence performance than the other methods in the range of practical mesh sizes. Third, the spectral radii of the new methods asymptotically approach zero as the mesh size increases, while the spectral radius of the partial current method approaches a nonzero value as the mesh size increases. Of the two new methods proposed here, the analytic method provides a smaller spectral radius than the CCF method, but the CCF method has several advantages over the analytic method in practical applications

  11. Universality and Realistic Extensions to the Semi-Analytic Simulation Principle in GNSS Signal Processing

    Directory of Open Access Journals (Sweden)

    O. Jakubov

    2012-06-01

    Full Text Available Semi-analytic simulation principle in GNSS signal processing bypasses the bit-true operations at high sampling frequency. Instead, signals at the output branches of the integrate&dump blocks are successfully modeled, thus making extensive Monte Carlo simulations feasible. Methods for simulations of code and carrier tracking loops with BPSK, BOC signals have been introduced in the literature. Matlab toolboxes were designed and published. In this paper, we further extend the applicability of the approach. Firstly, we describe any GNSS signal as a special instance of linear multi-dimensional modulation. Thereby, we state universal framework for classification of differently modulated signals. Using such description, we derive the semi-analytic models generally. Secondly, we extend the model for realistic scenarios including delay in the feed back, slowly fading multipath effects, finite bandwidth, phase noise, and a combination of these. Finally, a discussion on connection of this semi-analytic model and position-velocity-time estimator is delivered, as well as comparison of theoretical and simulated characteristics, produced by a prototype simulator developed at CTU in Prague.

  12. Nonlinear filtering for LIDAR signal processing

    Directory of Open Access Journals (Sweden)

    D. G. Lainiotis

    1996-01-01

    Full Text Available LIDAR (Laser Integrated Radar is an engineering problem of great practical importance in environmental monitoring sciences. Signal processing for LIDAR applications involves highly nonlinear models and consequently nonlinear filtering. Optimal nonlinear filters, however, are practically unrealizable. In this paper, the Lainiotis's multi-model partitioning methodology and the related approximate but effective nonlinear filtering algorithms are reviewed and applied to LIDAR signal processing. Extensive simulation and performance evaluation of the multi-model partitioning approach and its application to LIDAR signal processing shows that the nonlinear partitioning methods are very effective and significantly superior to the nonlinear extended Kalman filter (EKF, which has been the standard nonlinear filter in past engineering applications.

  13. Application of wavelet transform in seismic signal processing

    International Nuclear Information System (INIS)

    Ghasemi, M. R.; Mohammadzadeh, A.; Salajeghe, E.

    2005-01-01

    Wavelet transform is a new tool for signal analysis which can perform a simultaneous signal time and frequency representations. Under Multi Resolution Analysis, one can quickly determine details for signals and their properties using Fast Wavelet Transform algorithms. In this paper, for a better physical understanding of a signal and its basic algorithms, Multi Resolution Analysis together with wavelet transforms in a form of Digital Signal Processing will be discussed. For a Seismic Signal Processing, sets of Orthonormal Daubechies Wavelets are suggested. when dealing with the application of wavelets in SSP, one may discuss about denoising from the signal and data compression existed in the signal, which is important in seismic signal data processing. Using this techniques, EL-Centro and Nagan signals were remodeled with a 25% of total points, resulted in a satisfactory results with an acceptable error drift. Thus a total of 1559 and 2500 points for EL-centro and Nagan seismic curves each, were reduced to 389 and 625 points respectively, with a very reasonable error drift, details of which are recorded in the paper. Finally, the future progress in signal processing, based on wavelet theory will be appointed

  14. Process for treating signals returning by an eddy current absolute punctual probe

    International Nuclear Information System (INIS)

    Attaqui, P.; Benoist, B.; Besnard, R.; David, B.

    1994-01-01

    The method of signal treatment involves returning signals to eddy currents moving along an internal surface of a tube. A signal representing the state of the surface is delivered and the surface is swept based on a given order of elementary measurement zones. Values of samples of a signal are registered for each zone giving a three dimensional image of the surface. A background noise surface is constructed and substracted from the image. 7 figs

  15. Construction of two-dimensional quantum chromodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Klimek, S.; Kondracki, W.

    1987-12-01

    We present a sketch of the construction of the functional measure for the SU(2) quantum chromodynamics with one generation of fermions in two-dimensional space-time. The method is based on a detailed analysis of Wilson loops.

  16. CERN Technical Training 2003: Learning for the LHC! DISP-2003 - Digital Signal Processing

    CERN Multimedia

    2003-01-01

    DISP-2003 is a two-term course given by CERN and University of Lausanne (UNIL) experts within the framework of the Technical Training Programme. The course will review the current techniques dealing with Digital Signal Processing, and it is intended for an audience who work or will work on digital signal processing aspects, and who need an introductory or refresher/update course. The course will be in English, with question and answers also in French. Spring 2 Term: DISP-2003: Advanced Digital Signal Processing 30 April 2003 - 21 May 2003, 4 lectures, Wednesdays afternoon. Attendance cost: 40.- CHF, registration required. Lecturers: Léonard Studer, UNIL; Laurent Deniau, AT-MTM; Elena Wildner, AT-MAS. Programme: Intelligent signal processing (ISP). Non-linear time series analysis. Image processing. Wavelets. Basic concepts and definitions have been introduced during the previous Spring 1 Term: DISP-2003: Introduction to Digital Signal Processing. DISP-2003 is open to all people interested, but registrat...

  17. A two-dimensional Zn coordination polymer with a three-dimensional supra-molecular architecture.

    Science.gov (United States)

    Liu, Fuhong; Ding, Yan; Li, Qiuyu; Zhang, Liping

    2017-10-01

    The title compound, poly[bis-{μ 2 -4,4'-bis-[(1,2,4-triazol-1-yl)meth-yl]biphenyl-κ 2 N 4 : N 4' }bis-(nitrato-κ O )zinc(II)], [Zn(NO 3 ) 2 (C 18 H 16 N 6 ) 2 ] n , is a two-dimensional zinc coordination polymer constructed from 4,4'-bis-[(1 H -1,2,4-triazol-1-yl)meth-yl]-1,1'-biphenyl units. It was synthesized and characterized by elemental analysis and single-crystal X-ray diffraction. The Zn II cation is located on an inversion centre and is coordinated by two O atoms from two symmetry-related nitrate groups and four N atoms from four symmetry-related 4,4'-bis-[(1 H -1,2,4-triazol-1-yl)meth-yl]-1,1'-biphenyl ligands, forming a distorted octa-hedral {ZnN 4 O 2 } coordination geometry. The linear 4,4'-bis-[(1 H -1,2,4-triazol-1-yl)meth-yl]-1,1'-biphenyl ligand links two Zn II cations, generating two-dimensional layers parallel to the crystallographic (132) plane. The parallel layers are connected by C-H⋯O, C-H⋯N, C-H⋯π and π-π stacking inter-actions, resulting in a three-dimensional supra-molecular architecture.

  18. Signal processing for cognitive radios

    CERN Document Server

    Jayaweera, Sudharman K

    2014-01-01

    This book covers power electronics, in depth, by presenting the basic principles and application details, and it can be used both as a textbook and reference book.  Introduces the specific type of CR that has gained the most research attention in recent years: the CR for Dynamic Spectrum Access (DSA). Provides signal processing solutions to each task by relating the tasks to materials covered in Part II. Specialized chapters then discuss specific signal processing algorithms required for DSA and DSS cognitive radios  

  19. Two-dimensional effects in nonlinear Kronig-Penney models

    DEFF Research Database (Denmark)

    Gaididei, Yuri Borisovich; Christiansen, Peter Leth; Rasmussen, Kim

    1997-01-01

    An analysis of two-dimensional (2D) effects in the nonlinear Kronig-Penney model is presented. We establish an effective one-dimensional description of the 2D effects, resulting in a set of pseudodifferential equations. The stationary states of the 2D system and their stability is studied...

  20. Signal processing in noise waveform radar

    CERN Document Server

    Kulpa, Krzysztof

    2013-01-01

    This book is devoted to the emerging technology of noise waveform radar and its signal processing aspects. It is a new kind of radar, which use noise-like waveform to illuminate the target. The book includes an introduction to basic radar theory, starting from classical pulse radar, signal compression, and wave radar. The book then discusses the properties, difficulties and potential of noise radar systems, primarily for low-power and short-range civil applications. The contribution of modern signal processing techniques to making noise radar practical are emphasized, and application examples

  1. A two-dimensional analytical model of laminar flame in lycopodium dust particles

    Energy Technology Data Exchange (ETDEWEB)

    Rahbari, Alireza [Shahid Rajaee Teacher Training University, Tehran (Iran, Islamic Republic of); Shakibi, Ashkan [Iran University of Science and Technology, Tehran (Iran, Islamic Republic of); Bidabadi, Mehdi [Combustion Research Laboratory, Narmak, Tehran (Iran, Islamic Republic of)

    2015-09-15

    A two-dimensional analytical model is presented to determine the flame speed and temperature distribution of micro-sized lycopodium dust particles. This model is based on the assumptions that the particle burning rate in the flame front is controlled by the process of oxygen diffusion and the flame structure consists of preheat, reaction and post flame zones. In the first step, the energy conservation equations for fuel-lean condition are expressed in two dimensions, and then these differential equations are solved using the required boundary condition and matching the temperature and heat flux at the interfacial boundaries. Consequently, the obtained flame temperature and flame speed distributions in terms of different particle diameters and equivalence ratio for lean mixture are compared with the corresponding experimental data for lycopodium dust particles. Consequently, it is shown that this two-dimensional model demonstrates better agreement with the experimental results compared to the previous models.

  2. Preparation of three-dimensional shaped aluminum alloy foam by two-step foaming

    International Nuclear Information System (INIS)

    Shang, J.T.; Xuming, Chu; Deping, He

    2008-01-01

    A novel method, named two-step foaming, was investigated to prepare three-dimensional shaped aluminum alloy foam used in car industry, spaceflight, packaging and related areas. Calculations of thermal decomposition kinetics of titanium hydride showed that there is a considerable amount of hydrogen releasing when the titanium hydride is heated at a relatively high temperature after heated at a lower temperature. The hydrogen mass to sustain aluminum alloy foam, having a high porosity, was also estimated by calculations. Calculations indicated that as-received titanium hydride without any pre-treatment can be used as foaming agents in two-step foaming. The processes of two-step foaming, including preparing precursors and baking, were also studied by experiments. Results showed that, low titanium hydride dispersion temperature, long titanium hydride dispersion time and low precursors porosity are beneficial to prepare three-dimensional shaped aluminum alloy foams with uniform pores

  3. A two-dimensional analytical model of laminar flame in lycopodium dust particles

    International Nuclear Information System (INIS)

    Rahbari, Alireza; Shakibi, Ashkan; Bidabadi, Mehdi

    2015-01-01

    A two-dimensional analytical model is presented to determine the flame speed and temperature distribution of micro-sized lycopodium dust particles. This model is based on the assumptions that the particle burning rate in the flame front is controlled by the process of oxygen diffusion and the flame structure consists of preheat, reaction and post flame zones. In the first step, the energy conservation equations for fuel-lean condition are expressed in two dimensions, and then these differential equations are solved using the required boundary condition and matching the temperature and heat flux at the interfacial boundaries. Consequently, the obtained flame temperature and flame speed distributions in terms of different particle diameters and equivalence ratio for lean mixture are compared with the corresponding experimental data for lycopodium dust particles. Consequently, it is shown that this two-dimensional model demonstrates better agreement with the experimental results compared to the previous models.

  4. Control Operator for the Two-Dimensional Energized Wave Equation

    Directory of Open Access Journals (Sweden)

    Sunday Augustus REJU

    2006-07-01

    Full Text Available This paper studies the analytical model for the construction of the two-dimensional Energized wave equation. The control operator is given in term of space and time t independent variables. The integral quadratic objective cost functional is subject to the constraint of two-dimensional Energized diffusion, Heat and a source. The operator that shall be obtained extends the Conjugate Gradient method (ECGM as developed by Hestenes et al (1952, [1]. The new operator enables the computation of the penalty cost, optimal controls and state trajectories of the two-dimensional energized wave equation when apply to the Conjugate Gradient methods in (Waziri & Reju, LEJPT & LJS, Issues 9, 2006, [2-4] to appear in this series.

  5. Programming signal processing applications on heterogeneous wireless sensor platforms

    NARCIS (Netherlands)

    Buondonno, L.; Fortino, G.; Galzarano, S.; Giannantonio, R.; Giordano, A.; Gravina, R.; Guerrieri, A.

    2009-01-01

    This paper proposes the SPINE frameworks (SPINE1.x and SPINE2) for the programming of signal processing applications on heterogeneous wireless sensor platforms. In particular, two integrable approaches based on the proposed frameworks are described that allow to develop applications for wireless

  6. Equilibrium: two-dimensional configurations

    International Nuclear Information System (INIS)

    Anon.

    1987-01-01

    In Chapter 6, the problem of toroidal force balance is addressed in the simplest, nontrivial two-dimensional geometry, that of an axisymmetric torus. A derivation is presented of the Grad-Shafranov equation, the basic equation describing axisymmetric toroidal equilibrium. The solutions to equations provide a complete description of ideal MHD equilibria: radial pressure balance, toroidal force balance, equilibrium Beta limits, rotational transform, shear, magnetic wall, etc. A wide number of configurations are accurately modeled by the Grad-Shafranov equation. Among them are all types of tokamaks, the spheromak, the reversed field pinch, and toroidal multipoles. An important aspect of the analysis is the use of asymptotic expansions, with an inverse aspect ratio serving as the expansion parameter. In addition, an equation similar to the Grad-Shafranov equation, but for helically symmetric equilibria, is presented. This equation represents the leading-order description low-Beta and high-Beta stellarators, heliacs, and the Elmo bumpy torus. The solutions all correspond to infinitely long straight helices. Bending such a configuration into a torus requires a full three-dimensional calculation and is discussed in Chapter 7

  7. Processing of acoustic signal in rock desintegration

    Directory of Open Access Journals (Sweden)

    Futó Jozef

    2002-12-01

    Full Text Available For the determination of an effective rock disintegration for a given tool and rock type it is needed to define an optimal disintegration regime. Optimisation of the disintegration process by drilling denotes the finding out an appropriate couple of input parameters of disintegration, i.e. the thrust and revolutions for a quasi-equal rock environment. The disintegration process can be optimised to reach the maximum immediate drilling rate, to reach the minimum specific disintegration energy or to reach the maximum ratio of immediate drilling rate and specific disintegration energy. For the determination of the optimal thrust and revolutions it is needed to monitor the disintegration process. Monitoring of the disintegration process in real conditions is complicated by unfavourable factors, such as the presence of water, dust, vibrations etc. Following our present experience in the monitoring of drilling or full-profile driving, we try to replace the monitoring of input values by monitoring of the scanned acoustic signal. This method of monitoring can extend the optimisation of disintegration process in the technical practice. Its advantage consists in the registration of one acoustic signal by an appropriate microphone. Monitoring of acoustic signal is used also in monitoring of metal machining by milling and turning jobs. The research results of scanning of the acoustic signal in machining of metals are encouraging. Acoustic signal can be processed by different statistical parameters. The paper decribes some results of monitoring of the acoustic signal in rock disintegration on the drilling stand of the Institute of Geotechnics SAS in Košice. The acoustic signal has been registered and processed in no-load run of electric motor, in no-load run of electric motor with a drilling fluid, and in the Ruskov andesite drilling. Registration and processing of the acoustic signal is solved as a part of the research grant task within the basic research

  8. Numerical studies of unsteady coherent structures and transport in two-dimensional flows

    Energy Technology Data Exchange (ETDEWEB)

    Hesthaven, J.S.

    1995-08-01

    The dynamics of unsteady two-dimensional coherent structures in various physical systems is studied through direct numerical solution of the dynamical equations using spectral methods. The relation between the Eulerian and the Lagrangian auto-correlation functions in two-dimensional homogeneous, isotropic turbulence is studied. A simple analytic expression for the Eulerian and Lagrangian auto-correlation function for the fluctuating velocity field is derived solely on the basis of the one-dimensional power spectrum. The long-time evolution of monopolar and dipolar vortices in anisotropic systems relevant for geophysics and plasma physics is studied by direct numerical solution. Transport properties and spatial reorganization of vortical structures are found to depend strongly on the initial conditions. Special attention is given to the dynamics of strong monopoles and the development of unsteady tripolar structures. The development of coherent structures in fluid flows, incompressible as well as compressible, is studied by novel numerical schemes. The emphasis is on the development of spectral methods sufficiently advanced as to allow for detailed and accurate studies of the self-organizing processes. (au) 1 ill., 94 refs.

  9. One- and two-dimensional chemical exchange nuclear magnetic resonance studies of the creatine kinase catalyzed reaction

    International Nuclear Information System (INIS)

    Gober, J.R.

    1988-01-01

    The equilibrium chemical exchange dynamics of the creatine kinase enzyme system were studied by one- and two-dimensional 31 P NMR techniques. Pseudo-first-order reaction rate constants were measured by the saturation transfer method under an array of experimental conditions of pH and temperature. Quantitative one-dimensional spectra were collected under the same conditions in order to calculate the forward and reverse reaction rates, the K eq , the hydrogen ion stoichiometry, and the standard thermodynamic functions. The pure absorption mode in four quadrant two-dimensional chemical exchange experiment was employed so that the complete kinetic matrix showing all of the chemical exchange process could be realized

  10. Ultrafast Nonlinear Signal Processing in Silicon Waveguides

    DEFF Research Database (Denmark)

    Oxenløwe, Leif Katsuo; Mulvad, Hans Christian Hansen; Hu, Hao

    2012-01-01

    We describe recent demonstrations of exploiting highly nonlinear silicon waveguides for ultrafast optical signal processing. We describe wavelength conversion and serial-to-parallel conversion of 640 Gbit/s data signals and 1.28 Tbit/s demultiplexing and all-optical sampling.......We describe recent demonstrations of exploiting highly nonlinear silicon waveguides for ultrafast optical signal processing. We describe wavelength conversion and serial-to-parallel conversion of 640 Gbit/s data signals and 1.28 Tbit/s demultiplexing and all-optical sampling....

  11. Radar signal analysis and processing using Matlab

    CERN Document Server

    Mahafza, Bassem R

    2008-01-01

    Offering radar-related software for the analysis and design of radar waveform and signal processing, this book provides comprehensive coverage of radar signals and signal processing techniques and algorithms. It contains numerous graphical plots, common radar-related functions, table format outputs, and end-of-chapter problems. The complete set of MATLAB[registered] functions and routines are available for download online.

  12. Extended Polymorphism of Two-Dimensional Material

    NARCIS (Netherlands)

    Yoshida, Masaro; Ye, Jianting; Zhang, Yijin; Imai, Yasuhiko; Kimura, Shigeru; Fujiwara, Akihiko; Nishizaki, Terukazu; Kobayashi, Norio; Nakano, Masaki; Iwasa, Yoshihiro

    When controlling electronic properties of bulk materials, we usually assume that the basic crystal structure is fixed. However, in two-dimensional (2D) materials, atomic structure or to functionalize their properties. Various polymorphs can exist in transition metal dichalcogenides (TMDCs) from

  13. Two-dimensional nonlinear equations of supersymmetric gauge theories

    International Nuclear Information System (INIS)

    Savel'ev, M.V.

    1985-01-01

    Supersymmetric generalization of two-dimensional nonlinear dynamical equations of gauge theories is presented. The nontrivial dynamics of a physical system in the supersymmetry and supergravity theories for (2+2)-dimensions is described by the integrable embeddings of Vsub(2/2) superspace into the flat enveloping superspace Rsub(N/M), supplied with the structure of a Lie superalgebra. An equation is derived which describes a supersymmetric generalization of the two-dimensional Toda lattice. It contains both super-Liouville and Sinh-Gordon equations

  14. The effects of LIGO detector noise on a 15-dimensional Markov-chain Monte Carlo analysis of gravitational-wave signals

    International Nuclear Information System (INIS)

    Raymond, V; Mandel, I; Kalogera, V; Van der Sluys, M V; Roever, C; Christensen, N

    2010-01-01

    Gravitational-wave signals from inspirals of binary compact objects (black holes and neutron stars) are primary targets of the ongoing searches by ground-based gravitational-wave (GW) interferometers (LIGO, Virgo and GEO-600). We present parameter estimation results from our Markov-chain Monte Carlo code SPINspiral on signals from binaries with precessing spins. Two data sets are created by injecting simulated GW signals either into synthetic Gaussian noise or into LIGO detector data. We compute the 15-dimensional probability-density functions (PDFs) for both data sets, as well as for a data set containing LIGO data with a known, loud artefact ('glitch'). We show that the analysis of the signal in detector noise yields accuracies similar to those obtained using simulated Gaussian noise. We also find that while the Markov chains from the glitch do not converge, the PDFs would look consistent with a GW signal present in the data. While our parameter estimation results are encouraging, further investigations into how to differentiate an actual GW signal from noise are necessary.

  15. Invariance algorithms for processing NDE signals

    Science.gov (United States)

    Mandayam, Shreekanth; Udpa, Lalita; Udpa, Satish S.; Lord, William

    1996-11-01

    Signals that are obtained in a variety of nondestructive evaluation (NDE) processes capture information not only about the characteristics of the flaw, but also reflect variations in the specimen's material properties. Such signal changes may be viewed as anomalies that could obscure defect related information. An example of this situation occurs during in-line inspection of gas transmission pipelines. The magnetic flux leakage (MFL) method is used to conduct noninvasive measurements of the integrity of the pipe-wall. The MFL signals contain information both about the permeability of the pipe-wall and the dimensions of the flaw. Similar operational effects can be found in other NDE processes. This paper presents algorithms to render NDE signals invariant to selected test parameters, while retaining defect related information. Wavelet transform based neural network techniques are employed to develop the invariance algorithms. The invariance transformation is shown to be a necessary pre-processing step for subsequent defect characterization and visualization schemes. Results demonstrating the successful application of the method are presented.

  16. PSpice for digital signal processing

    CERN Document Server

    Tobin, Paul

    2007-01-01

    PSpice for Digital Signal Processing is the last in a series of five books using Cadence Orcad PSpice version 10.5 and introduces a very novel approach to learning digital signal processing (DSP). DSP is traditionally taught using Matlab/Simulink software but has some inherent weaknesses for students particularly at the introductory level. The 'plug in variables and play' nature of these software packages can lure the student into thinking they possess an understanding they don't actually have because these systems produce results quicklywithout revealing what is going on. However, it must be

  17. Beeping and piping: characterization of two mechano-acoustic signals used by honey bees in swarming

    Science.gov (United States)

    Schlegel, Thomas; Visscher, P. Kirk; Seeley, Thomas D.

    2012-12-01

    Of the many signals used by honey bees during the process of swarming, two of them—the stop signal and the worker piping signal—are not easily distinguished for both are mechano-acoustic signals produced by scout bees who press their bodies against other bees while vibrating their wing muscles. To clarify the acoustic differences between these two signals, we recorded both signals from the same swarm and at the same time, and compared them in terms of signal duration, fundamental frequency, and frequency modulation. Stop signals and worker piping signals differ in all three variables: duration, 174 ± 64 vs. 602 ± 377 ms; fundamental frequency, 407 vs. 451 Hz; and frequency modulation, absent vs. present. While it remains unclear which differences the bees use to distinguish the two signals, it is clear that they do so for the signals have opposite effects. Stop signals cause inhibition of actively dancing scout bees whereas piping signals cause excitation of quietly resting non-scout bees.

  18. A comparison of etched-geometry and overgrown silicon permeable base transistors by two-dimensional numerical simulations

    Science.gov (United States)

    Vojak, B. A.; Alley, G. D.

    1983-08-01

    Two-dimensional numerical simulations are used to compare etched geometry and overgrown Si permeable base transistors (PTBs), considering both the etched collector and etched emitter biasing conditions made possible by the asymmetry of the etched structure. In PTB devices, the two-dimensional nature of the depletion region near the Schottky contact base grating results in a smaller electron barrier and, therefore, a larger collector current in the etched than in the overgrown structure. The parasitic feedback effects which result at high base-to-emitter bias levels lead to a deviation from the square-law behavior found in the collector characteristics of the overgrown PBT. These structures also have lower device capacitances and smaller transconductances at high base-to-emitter voltages. As a result, overgrown and etched structures have comparable predicted maximum values of the small signal unity short-circuit current gain frequency and maximum oscillation frequency.

  19. Superintegrability on the two dimensional hyperboloid

    International Nuclear Information System (INIS)

    Akopyan, E.; Pogosyan, G.S.; Kalnins, E.G.; Miller, W. Jr

    1998-01-01

    This work is devoted to the investigation of the quantum mechanical systems on the two dimensional hyperboloid which admit separation of variables in at least two coordinate systems. Here we consider two potentials introduced in a paper of C.P.Boyer, E.G.Kalnins and P.Winternitz, which haven't been studied yet. An example of an interbasis expansion is given and the structure of the quadratic algebra generated by the integrals of motion is carried out

  20. Signal Processing using Nonlinear Optical Eects in Single- and Few-Mode Fibers

    DEFF Research Database (Denmark)

    Friis, Søren Michael Mørk

    noise, loss, and pump depletion on the noise properties of parametric frequency conversion and phase-insensitive and phase-sensitive parametric amplification. An important part of realizing space-division multiplexing is the ability of optical signal processing so the second part of this thesis......-wave mixing in two-mode fibers acvi counting for six simultaneous processes is derived, and the conversion efficiency from signal to idler in the four-wave mixing processes of phase conjugation and Bragg scattering in two two-mode fibers with different phase matching properties are experimentally investigated......The stagnating increase in data transmission capacity in optical communication systems combined with the ever growing demand of transmission bandwidth is leading to an impending capacity crunch, referring to the point in time after which the available bandwidth of the individual user starts...

  1. Numerically-quantified two dimensionality of microstructure evolution accompanying variant selection of FePd

    International Nuclear Information System (INIS)

    Ueshima, N; Yoshiya, M; Yasuda, H; Fukuda, T; Kakeshita, T

    2015-01-01

    Through three-dimensional (3D) simulations of microstructure evolution by phase-field modeling (PFM), microstructures have been quantified during their time evolution by an image processing technique with particular attention to the shape of variants in the course of variant selection. It is found that the emerging variants exhibit planar shapes rather than 3D shapes due to the elastic field around the variants arising upon disorder-to-order transition to the L1 0 phase. The two-dimensionality is more pronounced as variant selection proceeds. Although three equivalent variants compete for dominance under an external field, one of the three variants vanishes before final competition occurs between the remaining variants, which can be explained by the elastic strain energy. These numerical analyses provide better understanding of the microstructure evolution in a more quantitative manner, including the small influence of the third variant, and the results obtained confirm that the understanding of variant selection obtained from two-dimensional (2D) simulations by PFM is valid. (paper)

  2. Few helium atoms in quasi two-dimensional space

    International Nuclear Information System (INIS)

    Kilic, Srecko; Vranjes, Leandra

    2003-01-01

    Two, three and four 3 He and 4 He atoms in quasi two-dimensional space above graphite and cesium surfaces and in 'harmonic' potential perpendicular to the surface have been studied. Using some previously examined variational wave functions and the Diffusion Monte Carlo procedure, it has been shown that all molecules: dimers, trimers and tetramers, are bound more strongly than in pure two- and three-dimensional space. The enhancement of binding with respect to unrestricted space is more pronounced on cesium than on graphite. Furthermore, for 3 He 3 ( 3 He 4 ) on all studied surfaces, there is an indication that the configuration of a dimer and a 'free' particle (two dimers) may be equivalently established

  3. Efficient and accurate simulations of two-dimensional electronic photon-echo signals: Illustration for a simple model of the Fenna-Matthews-Olson complex

    International Nuclear Information System (INIS)

    Sharp, Leah Z.; Egorova, Dassia; Domcke, Wolfgang

    2010-01-01

    Two-dimensional (2D) photon-echo spectra of a single subunit of the Fenna-Matthews-Olson (FMO) bacteriochlorophyll trimer of Chlorobium tepidum are simulated, employing the equation-of-motion phase-matching approach (EOM-PMA). We consider a slightly extended version of the previously proposed Frenkel exciton model, which explicitly accounts for exciton coherences in the secular approximation. The study is motivated by a recent experiment reporting long-lived coherent oscillations in 2D transients [Engel et al., Nature 446, 782 (2007)] and aims primarily at accurate simulations of the spectroscopic signals, with the focus on oscillations of 2D peak intensities with population time. The EOM-PMA accurately accounts for finite pulse durations as well as pulse-overlap effects and does not invoke approximations apart from the weak-field limit for a given material system. The population relaxation parameters of the exciton model are taken from the literature. The effects of various dephasing mechanisms on coherence lifetimes are thoroughly studied. It is found that the experimentally detected multiple frequencies in peak oscillations cannot be reproduced by the employed FMO model, which calls for the development of a more sophisticated exciton model of the FMO complex.

  4. Improved Empirical Mode Decomposition Algorithm of Processing Complex Signal for IoT Application

    OpenAIRE

    Yang, Xianzhao; Cheng, Gengguo; Liu, Huikang

    2015-01-01

    Hilbert-Huang transform is widely used in signal analysis. However, due to its inadequacy in estimating both the maximum and the minimum values of the signals at both ends of the border, traditional HHT is easy to produce boundary error in empirical mode decomposition (EMD) process. To overcome this deficiency, this paper proposes an enhanced empirical mode decomposition algorithm for processing complex signal. Our work mainly focuses on two aspects. On one hand, we develop a technique to obt...

  5. Exploring two-dimensional electron gases with two-dimensional Fourier transform spectroscopy

    Energy Technology Data Exchange (ETDEWEB)

    Paul, J.; Dey, P.; Karaiskaj, D., E-mail: karaiskaj@usf.edu [Department of Physics, University of South Florida, 4202 East Fowler Ave., Tampa, Florida 33620 (United States); Tokumoto, T.; Hilton, D. J. [Department of Physics, University of Alabama at Birmingham, Birmingham, Alabama 35294 (United States); Reno, J. L. [CINT, Sandia National Laboratories, Albuquerque, New Mexico 87185 (United States)

    2014-10-07

    The dephasing of the Fermi edge singularity excitations in two modulation doped single quantum wells of 12 nm and 18 nm thickness and in-well carrier concentration of ∼4 × 10{sup 11} cm{sup −2} was carefully measured using spectrally resolved four-wave mixing (FWM) and two-dimensional Fourier transform (2DFT) spectroscopy. Although the absorption at the Fermi edge is broad at this doping level, the spectrally resolved FWM shows narrow resonances. Two peaks are observed separated by the heavy hole/light hole energy splitting. Temperature dependent “rephasing” (S{sub 1}) 2DFT spectra show a rapid linear increase of the homogeneous linewidth with temperature. The dephasing rate increases faster with temperature in the narrower 12 nm quantum well, likely due to an increased carrier-phonon scattering rate. The S{sub 1} 2DFT spectra were measured using co-linear, cross-linear, and co-circular polarizations. Distinct 2DFT lineshapes were observed for co-linear and cross-linear polarizations, suggesting the existence of polarization dependent contributions. The “two-quantum coherence” (S{sub 3}) 2DFT spectra for the 12 nm quantum well show a single peak for both co-linear and co-circular polarizations.

  6. Two-dimensional time dependent Riemann solvers for neutron transport

    International Nuclear Information System (INIS)

    Brunner, Thomas A.; Holloway, James Paul

    2005-01-01

    A two-dimensional Riemann solver is developed for the spherical harmonics approximation to the time dependent neutron transport equation. The eigenstructure of the resulting equations is explored, giving insight into both the spherical harmonics approximation and the Riemann solver. The classic Roe-type Riemann solver used here was developed for one-dimensional problems, but can be used in multidimensional problems by treating each face of a two-dimensional computation cell in a locally one-dimensional way. Several test problems are used to explore the capabilities of both the Riemann solver and the spherical harmonics approximation. The numerical solution for a simple line source problem is compared to the analytic solution to both the P 1 equation and the full transport solution. A lattice problem is used to test the method on a more challenging problem

  7. On the ground state of the two-dimensional non-ideal Bose gas

    International Nuclear Information System (INIS)

    Lozovik, Yu.E.; Yudson, V.I.

    1978-01-01

    The theory of the ground state of the two-dimensional non-ideal Bose gas is presented. The conditions for the validity of the ladder and the Bogolubov approximations are derived. These conditions ensure the existence of a Bose condensate in the ground state of two-dimensional systems. These conditions are different from the corresponding conditions for the three-dimensional case. The connection between the effective interaction and the two-dimensional scattering amplitude at some characteristic energy kappa 2 /2m (not equal to 0) is obtained (f(kappa = 0) = infinity in the two-dimensional case). (Auth.)

  8. Method for coupling two-dimensional to three-dimensional discrete ordinates calculations

    International Nuclear Information System (INIS)

    Thompson, J.L.; Emmett, M.B.; Rhoades, W.A.; Dodds, H.L. Jr.

    1985-01-01

    A three-dimensional (3-D) discrete ordinates transport code, TORT, has been developed at the Oak Ridge National Laboratory for radiation penetration studies. It is not feasible to solve some 3-D penetration problems with TORT, such as a building located a large distance from a point source, because (a) the discretized 3-D problem is simply too big to fit on the computer or (b) the computing time (and corresponding cost) is prohibitive. Fortunately, such problems can be solved with a hybrid approach by coupling a two-dimensional (2-D) description of the point source, which is assumed to be azimuthally symmetric, to a 3-D description of the building, the region of interest. The purpose of this paper is to describe this hybrid methodology along with its implementation and evaluation in the DOTTOR (Discrete Ordinates to Three-dimensional Oak Ridge Transport) code

  9. Signal processing for ultrasonic testing of stainless steel with coarse structure

    International Nuclear Information System (INIS)

    Dahlgren, Sven; Ericsson, Lars

    2000-03-01

    Ultrasonic testing of materials with coarse grains often gives poor signal-to-noise-ratio due to backscattering from the grain boundaries. The influence of the back-scattering, being strongly dependent on the size of the grains and the wavelength used, can be reduced by suitable choice of inspection frequencies used. The actual choice can be made flexible using broad band probes in combination with digital signal processing. Furthermore, with such an approach it might be possible both to detect and size defects from the same scan. One well-known signal processing method is Split Spectrum Processing (SSP). This method can significantly reduce grain noise, but finding the optimal choice of parameters involved is difficult. The introduction of the Consecutive Polarity Coincidence (CPC) as SSP target extraction algorithm more or less solved this problem but other draw-backs such as reduced temporal resolution is inherent in SSP. Based on the experiences with SSP a new approach to grain noise reduction, based on non coherent detection (NCD), was developed at Uppsala University. The technique is evaluated, in this investigation. The NCD algorithm has for a long time been used within the field of telecommunication and is based upon detection of bandpass signals in additive Gaussian noise. To adapt the algorithm for use in NDE a two parameter transient model is used. The construction of an NCD filter includes three steps: estimation of the autocorrelation of the noise; specification of the two parameters, lower and upper frequency, of the signal prototype; computation of the filter. During the project two algorithms, based on signal entropy and signal-to-noise-ratio enhancement (SNRE), have been developed to determine the two parameters in an automated procedure. UTdata to evaluate the NCD algorithm were collected in three phases: Phase 1: Manual scanning was performed on CSS-block with ideal reflectors (laboratory environment). Tuning of the two NCD parameters was done

  10. Warranty menu design for a two-dimensional warranty

    International Nuclear Information System (INIS)

    Ye, Zhi-Sheng; Murthy, D.N. Pra

    2016-01-01

    Fierce competitions in the commercial product market have forced manufacturers to provide customer-friendly warranties with a view to achieving higher customer satisfaction and increasing the market share. This study proposes a strategy that offers customers a two-dimensional warranty menu with a number of warranty choices, called a flexible warranty policy. We investigate the design of a flexible two-dimensional warranty policy that contains a number of rectangular regions. This warranty policy is obtained by dividing customers into several groups according to their use rates and providing each group a germane warranty region. Consumers choose a favorable one from the menu according to their usage behaviors. Evidently, this flexible warranty policy is attractive to users of different usage behaviors, and thus, it gives the manufacturer a good position in advertising the product. When consumers are unaware about their use rates upon purchase, we consider a fixed two-dimensional warranty policy with a stair-case warranty region and show that it is equivalent to the flexible policy. Such an equivalence reveals the inherent relationship between the rectangular warranty policy, the L-shape warranty policy, the step-stair warranty policy and the iso-probability of failure warranty policy that were extensively discussed in the literature. - Highlights: • We design a two-dimensional warranty menu with a number of warranty choices. • Consumers can choose a favorable one from the menu as per their usage behavior. • We further consider a fixed 2D warranty policy with a stair-case warranty region. • We show the equivalence of the two warranty policies.

  11. Two-dimensional condensation of physi-sorbed methane on layer-like halides

    International Nuclear Information System (INIS)

    Nardon, Yves

    1972-01-01

    Two-dimensional condensation of methane in physi-sorbed layers has been studied from sets of stepped isotherms of methane on the cleavage plane of layer-like halides (FeCl 2 , CdCl 2 , NiBr 2 , CdBr 2 , FeI 2 , CaI 2 , CaI 2 and PbI 2 ) in most cases prepared by sublimation in a rapid current of inert gas. The vertical parts of the steps of adsorption isotherms correspond to the formation of successive monomolecular layers by two-dimensional condensation. Thermodynamic analysis of experimental results, has mainly emphasized the important effect of the potential relief of adsorbent surfaces, on both the structure of the physi-sorbed layers and the two-dimensional critical temperature. From its entropy, we conclude that the first layer is a (111) plane of f.c.c.: methane which becomes more loosely packed as the dimensional compatibility of the lattices of the adsorbent and adsorbate becomes poorer. Experimental values of the two-dimensional critical temperatures in the first, second and third layers have been determined, and interpreted on the following basis. An expansion of the layer induces a lowering of the two-dimensional critical temperature by decreasing the lateral interaction energy, while a localisation of the adsorbed molecules in potential wells, when possible, induces a rise of the two-dimensional critical temperature. (author) [fr

  12. A fast semi-discrete Kansa method to solve the two-dimensional spatiotemporal fractional diffusion equation

    Science.gov (United States)

    Sun, HongGuang; Liu, Xiaoting; Zhang, Yong; Pang, Guofei; Garrard, Rhiannon

    2017-09-01

    Fractional-order diffusion equations (FDEs) extend classical diffusion equations by quantifying anomalous diffusion frequently observed in heterogeneous media. Real-world diffusion can be multi-dimensional, requiring efficient numerical solvers that can handle long-term memory embedded in mass transport. To address this challenge, a semi-discrete Kansa method is developed to approximate the two-dimensional spatiotemporal FDE, where the Kansa approach first discretizes the FDE, then the Gauss-Jacobi quadrature rule solves the corresponding matrix, and finally the Mittag-Leffler function provides an analytical solution for the resultant time-fractional ordinary differential equation. Numerical experiments are then conducted to check how the accuracy and convergence rate of the numerical solution are affected by the distribution mode and number of spatial discretization nodes. Applications further show that the numerical method can efficiently solve two-dimensional spatiotemporal FDE models with either a continuous or discrete mixing measure. Hence this study provides an efficient and fast computational method for modeling super-diffusive, sub-diffusive, and mixed diffusive processes in large, two-dimensional domains with irregular shapes.

  13. Processing and display of medical three dimensional arrays of numerical data using octree encoding

    International Nuclear Information System (INIS)

    Amans, J.L.; Darier, P.

    1985-01-01

    Imaging modalities such as X-ray computerized Tomography (CT), Nuclear Medicine and Nuclear Magnetic Resonance can produce three-dimensional (3-D) arrays of numerical data of medical object internal structures. The analysis of 3-D data by synthetic generation of realistic images is an important area of computer graphics and imaging. We are currently developing experimental software that allows the analysis, processing and display of 3-D arrays of numerical data that are organized in a related hierarchical data structure using OCTREE (octal-tree) encoding technique based on a recursive subdivision of the data volume. The OCTREE encoding structure is an extension of the two-dimensional tree structure: the quadtree, developed for image processing applications. Before any operations, the 3-D array of data is OCTREE encoded, thereafter all processings are concerned with the encoded object. The elementary process for the elaboration of a synthetic image includes: conditioning the volume: volume partition (numerical and spatial segmentation), choice of the view-point..., two dimensional display, either by spatial integration (radiography) or by shaded surface representation. This paper introduces these different concepts and specifies the advantages of OCTREE encoding techniques in realizing these operations. Furthermore the application of the OCTREE encoding scheme to the display of 3-D medical volumes generated from multiple CT scans is presented

  14. Signal processing for boiling noise detection

    International Nuclear Information System (INIS)

    Ledwidge, T.J.; Black, J.L.

    1989-01-01

    The present paper deals with investigations of acoustic signals from a boiling experiment performed on the KNS I loop at KfK Karlsruhe. Signals have been analysed in frequency as well as in time domain. Signal characteristics successfully used to detect the boiling process have been found in time domain. (author). 6 refs, figs

  15. All Fiber-Coupled OH Planar Laser-Induced-Fluorescence (OH-PLIF)-Based Two-Dimensional Thermometry.

    Science.gov (United States)

    Hsu, Paul S; Jiang, Naibo; Patnaik, Anil K; Katta, Vish; Roy, Sukesh; Gord, James R

    2018-04-01

    Two-color, planar laser-induced fluorescence (PLIF)-based two-dimensional (2D) thermometry techniques for reacting flows, which are typically developed in the laboratory conditions, face a stiff challenge in their practical implementation in harsh environments such as combustion rigs. In addition to limited optical access, the critical experimental conditions (i.e., uncontrolled humidity, vibration, and large thermal gradients) often restrict sensitive laser system operation and cause difficulties maintaining beam-overlap. Thus, an all fiber-coupled, two-color OH-PLIF system has been developed, employing two long optical fibers allowing isolation of the laser and signal-collection systems. Two OH-excitation laser beams (∼283 nm and ∼286 nm) are delivered through a common 6 m long, 400 µm core, deep ultraviolet (UV)-enhanced multimode fiber. The fluorescence signal (∼310 nm) is collected by a 3 m long, UV-grade imaging fiber. Proof-of-principle temperature measurements are demonstrated in atmospheric pressure, near adiabatic, CH 4 /O 2 /N 2 jet flames. The effects of the excitation pulse interval on fiber transmission are investigated. The proof-of-principle measurements show significant promise for thermometry in harsh environments such as gas turbine engine tests.

  16. Two-Dimensional (2D Slices Encryption-Based Security Solution for Three-Dimensional (3D Printing Industry

    Directory of Open Access Journals (Sweden)

    Giao N. Pham

    2018-05-01

    Full Text Available Nowadays, three-dimensional (3D printing technology is applied to many areas of life and changes the world based on the creation of complex structures and shapes that were not feasible in the past. But, the data of 3D printing is often attacked in the storage and transmission processes. Therefore, 3D printing must be ensured security in the manufacturing process, especially the data of 3D printing to prevent attacks from hackers. This paper presents a security solution for 3D printing based on two-dimensional (2D slices encryption. The 2D slices of 3D printing data is encrypted in the frequency domain or in the spatial domain by the secret key to generate the encrypted data of 3D printing. We implemented the proposed solution in both the frequency domain based on the Discrete Cosine Transform and the spatial domain based on geometric transform. The entire 2D slices of 3D printing data is altered and secured after the encryption process. The proposed solution is responsive to the security requirements for the secured storage and transmission. Experimental results also verified that the proposed solution is effective to 3D printing data and is independent on the format of 3D printing models. When compared to the conventional works, the security and performance of the proposed solution is also better.

  17. Acoustic MIMO signal processing

    CERN Document Server

    Huang, Yiteng; Chen, Jingdong

    2006-01-01

    A timely and important book addressing a variety of acoustic signal processing problems under multiple-input multiple-output (MIMO) scenarios. It uniquely investigates these problems within a unified framework offering a novel and penetrating analysis.

  18. Coherent structures and flow topology of transitional separated-reattached flow over two and three dimensional geometrical shapes

    Science.gov (United States)

    Diabil, Hayder Azeez; Li, Xin Kai; Abdalla, Ibrahim Elrayah

    2017-09-01

    Large-scale organized motions (commonly referred to coherent structures) and flow topology of a transitional separated-reattached flow have been visualised and investigated using flow visualisation techniques. Two geometrical shapes including two-dimensional flat plate with rectangular leading edge and three-dimensional square cylinder are chosen to shed a light on the flow topology and present coherent structures of the flow over these shapes. For both geometries and in the early stage of the transition, two-dimensional Kelvin-Helmholtz rolls are formed downstream of the leading edge. They are observed to be twisting around the square cylinder while they stay flat in the case of the two-dimensional flat plate. For both geometrical shapes, the two-dimensional Kelvin-Helmholtz rolls move downstream of the leading edge and they are subjected to distortion to form three-dimensional hairpin structures. The flow topology in the flat plate is different from that in the square cylinder. For the flat plate, there is a merging process by a pairing of the Kelvin-Helmholtz rolls to form a large structure that breaks down directly into many hairpin structures. For the squire cylinder case, the Kelvin-Helmholtz roll evolves topologically to form a hairpin structure. In the squire cylinder case, the reattachment length is much shorter and a forming of the three-dimensional structures is closer to the leading edge than that in the flat plate case.

  19. Conformal invariance and two-dimensional physics

    International Nuclear Information System (INIS)

    Zuber, J.B.

    1993-01-01

    Actually, physicists and mathematicians are very interested in conformal invariance: geometric transformations which keep angles. This symmetry is very important for two-dimensional systems as phase transitions, string theory or node mathematics. In this article, the author presents the conformal invariance and explains its usefulness

  20. Multisoliton formula for completely integrable two-dimensional systems

    International Nuclear Information System (INIS)

    Chudnovsky, D.V.; Chudnovsky, G.V.

    1979-01-01

    For general two-dimensional completely integrable systems, the exact formulae for multisoliton type solutions are given. The formulae are obtained algebrically from solutions of two linear partial differential equations

  1. Electron quantum optics as quantum signal processing

    OpenAIRE

    Roussel, B.; Cabart, C.; Fève, G.; Thibierge, E.; Degiovanni, P.

    2016-01-01

    The recent developments of electron quantum optics in quantum Hall edge channels have given us new ways to probe the behavior of electrons in quantum conductors. It has brought new quantities called electronic coherences under the spotlight. In this paper, we explore the relations between electron quantum optics and signal processing through a global review of the various methods for accessing single- and two-electron coherences in electron quantum optics. We interpret electron quantum optics...

  2. Random signal tomographical analysis of two-phase flow

    International Nuclear Information System (INIS)

    Han, P.; Wesser, U.

    1990-01-01

    This paper reports on radiation tomography which is a useful tool for studying the internal structures of two-phase flow. However, general tomography analysis gives only time-averaged results, hence much information is lost. As a result, it is sometimes difficult to identify the flow regime; for example, the time-averaged picture does not significantly change as an annual flow develops from a slug flow. A two-phase flow diagnostic technique based on random signal tomographical analysis is developed. It extracts more information by studying the statistical variation of the measured signal with time. Local statistical parameters, including mean value, variance, skewness and flatness etc., are reconstructed from the information obtained by a general tomography technique. More important information are provided by the results. Not only the void fraction can be easily calculated, but also the flow pattern can be identified more objectively and more accurately. The experimental setup is introduced. It consisted of a two-phase flow loop, an X-ray system, a fan-like five-beam detector system and a signal acquisition and processing system. In the experiment, for both horizontal and vertical test sections (aluminum and steel tube with Di/Do = 40/45 mm), different flow situations are realized by independently adjusting air and water mass flow. Through a glass tube connected with the test section, some typical flow patterns are visualized and used for comparing with the reconstruction results

  3. The blind student’s interpretation of two-dimensional shapes in geometry

    Science.gov (United States)

    Andriyani; Budayasa, I. K.; Juniati, D.

    2018-01-01

    The blind student’s interpretation of two-dimensional shapes represents the blind student’s mental image of two-dimensional shapes that they can’t visualize directly, which is related to illustration of the characteristics and number of edges and angles. The objective of this research is to identify the blind student’s interpretation of two-dimensional shapes. This research was an exploratory study with qualitative approach. A subject of this research is a sixth-grade student who experiencing total blind from the fifth grade of elementary school. Researchers interviewed the subject about his interpretation of two-dimensional shapes according to his thinking.The findings of this study show the uniqueness of blind students, who have been totally blind since school age, in knowing and illustrating the characteristics of edges and angles of two-dimensional shapes by utilizing visual experiences that were previously obtained before the blind. The result can inspire teachers to design further learning for development of blind student geometry concepts.

  4. Process Dissociation and Mixture Signal Detection Theory

    Science.gov (United States)

    DeCarlo, Lawrence T.

    2008-01-01

    The process dissociation procedure was developed in an attempt to separate different processes involved in memory tasks. The procedure naturally lends itself to a formulation within a class of mixture signal detection models. The dual process model is shown to be a special case. The mixture signal detection model is applied to data from a widely…

  5. Two Dimensional Finite Element Model to Study Calcium Distribution in Oocytes

    Science.gov (United States)

    Naik, Parvaiz Ahmad; Pardasani, Kamal Raj

    2015-06-01

    Cytosolic free calcium concentration is a key regulatory factor and perhaps the most widely used means of controlling cellular function. Calcium can enter cells through different pathways which are activated by specific stimuli including membrane depolarization, chemical signals and calcium depletion of intracellular stores. One of the important components of oocyte maturation is differentiation of the Ca2+ signaling machinery which is essential for egg activation after fertilization. Eggs acquire the ability to produce the fertilization-specific calcium signal during oocyte maturation. The calcium concentration patterns required during different stages of oocyte maturation are still not completely known. Also the mechanisms involved in calcium dynamics in oocyte cell are still not well understood. In view of above a two dimensional FEM model has been proposed to study calcium distribution in an oocyte cell. The parameters such as buffers, ryanodine receptor, SERCA pump and voltage gated calcium channel are incorporated in the model. Based on the biophysical conditions the initial and boundary conditions have been framed. The model is transformed into variational form and Ritz finite element method has been employed to obtain the solution. A program has been developed in MATLAB 7.10 for the entire problem and executed to obtain numerical results. The numerical results have been used to study the effect of buffers, RyR, SERCA pump and VGCC on calcium distribution in an oocyte cell.

  6. Unique portable signal acquisition/processing station

    International Nuclear Information System (INIS)

    Garron, R.D.; Azevedo, S.G.

    1983-01-01

    At Lawrence Livermore National Laboratory, there are experimental applications requiring digital signal acquisition as well as data reduction and analysis. A prototype Signal Acquisition/Processing Station (SAPS) has been constructed and is currently undergoing tests. The system employs an LSI-11/23 computer with Data Translation analog-to-digital hardware. SAPS is housed in a roll-around cart which has been designed to withstand most subtle EMI/RFI environments. A user-friendly menu allows a user to access powerful data acquisition packages with a minimum of training. The software architecture of SAPS involves two operating systems, each being transparent to the user. Since this is a general purpose workstation with several units being utilized, an emphasis on low cost, reliability, and maintenance was stressed during conception and design. The system is targeted for mid-range frequency data acquisition; between a data logger and a transient digitizer

  7. Digital signal processing with Matlab examples

    CERN Document Server

    Giron-Sierra, Jose Maria

    2017-01-01

    This is the first volume in a trilogy on modern Signal Processing. The three books provide a concise exposition of signal processing topics, and a guide to support individual practical exploration based on MATLAB programs. This book includes MATLAB codes to illustrate each of the main steps of the theory, offering a self-contained guide suitable for independent study. The code is embedded in the text, helping readers to put into practice the ideas and methods discussed. The book is divided into three parts, the first of which introduces readers to periodic and non-periodic signals. The second part is devoted to filtering, which is an important and commonly used application. The third part addresses more advanced topics, including the analysis of real-world non-stationary signals and data, e.g. structural fatigue, earthquakes, electro-encephalograms, birdsong, etc. The book’s last chapter focuses on modulation, an example of the intentional use of non-stationary signals.

  8. Ocular Proteomics with Emphasis on Two-Dimensional Gel Electrophoresis and Mass Spectrometry

    Directory of Open Access Journals (Sweden)

    Honoré Bent

    2010-01-01

    Full Text Available Abstract The intention of this review is to provide an overview of current methodologies employed in the rapidly developing field of ocular proteomics with emphasis on sample preparation, two-dimensional polyacrylamide gel electrophoresis (2D-PAGE and mass spectrometry (MS. Appropriate sample preparation for the diverse range of cells and tissues of the eye is essential to ensure reliable results. Current methods of protein staining for 2D-PAGE, protein labelling for two-dimensional difference gel electrophoresis, gel-based expression analysis and protein identification by MS are summarised. The uses of gel-free MS-based strategies (MuDPIT, iTRAQ, ICAT and SILAC are also discussed. Proteomic technologies promise to shed new light onto ocular disease processes that could lead to the discovery of strong novel biomarkers and therapeutic targets useful in many ophthalmic conditions.

  9. Digital signal processing for NDT

    International Nuclear Information System (INIS)

    Georgel, B.

    1994-01-01

    NDT begins to adapt and use the most recent developments of digital signal and image processing. We briefly sum up the main characteristics of NDT situations (particularly noise and inverse problem formulation) and comment on techniques already used or just emerging (SAFT, split spectrum, adaptive learning network, noise reference filtering, stochastic models, neural networks). This survey is focused on ultrasonics, eddy currents and X-ray radiography. The final objective of end users (availability of automatic diagnosis systems) cannot be achieved only by signal processing algorithms. A close cooperation with other techniques such as artificial intelligence has therefore to be implemented. (author). 20 refs

  10. Critical Behaviour of a Two-Dimensional Random Antiferromagnet

    DEFF Research Database (Denmark)

    Als-Nielsen, Jens Aage; Birgeneau, R. J.; Guggenheim, H. J.

    1976-01-01

    A neutron scattering study of the order parameter, correlation length and staggered susceptibility of the two-dimensional random antiferromagnet Rb2Mn0.5Ni0.5F4 is reported. The system is found to exhibit a well-defined phase transition with critical exponents identical to those of the isomorphou...... pure materials K2NiF4 and K2MnF4. Thus, in these systems, which have the asymptotic critical behaviour of the two-dimensional Ising model, randomness has no measurable effect on the phase-transition behaviour....

  11. Pixel-based analysis of comprehensive two-dimensional gas chromatograms (color plots) of petroleum

    DEFF Research Database (Denmark)

    Furbo, Søren; Hansen, Asger B.; Skov, Thomas

    2014-01-01

    We demonstrate how to process comprehensive two-dimensional gas chromatograms (GC × GC chromatograms) to remove nonsample information (artifacts), including background and retention time shifts. We also demonstrate how this, combined with further reduction of the influence of irrelevant informati......, allows for data analysis without integration or peak deconvolution (pixelbased analysis)....

  12. Reliability of tunnel angle in ACL reconstruction: two-dimensional versus three-dimensional guide technique.

    Science.gov (United States)

    Leiter, Jeff R S; de Korompay, Nevin; Macdonald, Lindsey; McRae, Sheila; Froese, Warren; Macdonald, Peter B

    2011-08-01

    To compare the reliability of tibial tunnel position and angle produced with a standard ACL guide (two-dimensional guide) or Howell 65° Guide (three-dimensional guide) in the coronal and sagittal planes. In the sagittal plane, the dependent variables were the angle of the tibial tunnel relative to the tibial plateau and the position of the tibial tunnel with respect to the most posterior aspect of the tibia. In the coronal plane, the dependent variables were the angle of the tunnel with respect to the medial joint line of the tibia and the medial and lateral placement of the tibial tunnel relative to the most medial aspect of the tibia. The position and angle of the tibial tunnel in the coronal and sagittal planes were determined from anteroposterior and lateral radiographs, respectively, taken 2-6 months postoperatively. The two-dimensional and three-dimensional guide groups included 28 and 24 sets of radiographs, respectively. Tibial tunnel position was identified, and tunnel angle measurements were completed. Multiple investigators measured the position and angle of the tunnel 3 times, at least 7 days apart. The angle of the tibial tunnel in the coronal plane using a two-dimensional guide (61.3 ± 4.8°) was more horizontal (P guide (64.7 ± 6.2°). The position of the tibial tunnel in the sagittal plane was more anterior (P guide group compared to the three-dimensional guide group (43.3 ± 2.9%). The Howell Tibial Guide allows for reliable placement of the tibial tunnel in the coronal plane at an angle of 65°. Tibial tunnels were within the anatomical footprint of the ACL with either technique. Future studies should investigate the effects of tibial tunnel angle on knee function and patient quality of life. Case-control retrospective comparative study, Level III.

  13. Matching Two-dimensional Gel Electrophoresis' Spots

    DEFF Research Database (Denmark)

    Dos Anjos, António; AL-Tam, Faroq; Shahbazkia, Hamid Reza

    2012-01-01

    This paper describes an approach for matching Two-Dimensional Electrophoresis (2-DE) gels' spots, involving the use of image registration. The number of false positive matches produced by the proposed approach is small, when compared to academic and commercial state-of-the-art approaches. This ar...

  14. Rational solutions to two- and one-dimensional multicomponent Yajima–Oikawa systems

    International Nuclear Information System (INIS)

    Chen, Junchao; Chen, Yong; Feng, Bao-Feng; Maruno, Ken-ichi

    2015-01-01

    Exact explicit rational solutions of two- and one-dimensional multicomponent Yajima–Oikawa (YO) systems, which contain multi-short-wave components and single long-wave one, are presented by using the bilinear method. For two-dimensional system, the fundamental rational solution first describes the localized lumps, which have three different patterns: bright, intermediate and dark states. Then, rogue waves can be obtained under certain parameter conditions and their behaviors are also classified to above three patterns with different definition. It is shown that the simplest (fundamental) rogue waves are line localized waves which arise from the constant background with a line profile and then disappear into the constant background again. In particular, two-dimensional intermediate and dark counterparts of rogue wave are found with the different parameter requirements. We demonstrate that multirogue waves describe the interaction of several fundamental rogue waves, in which interesting curvy wave patterns appear in the intermediate times. Different curvy wave patterns form in the interaction of different types fundamental rogue waves. Higher-order rogue waves exhibit the dynamic behaviors that the wave structures start from lump and then retreat back to it, and this transient wave possesses the patterns such as parabolas. Furthermore, different states of higher-order rogue wave result in completely distinguishing lumps and parabolas. Moreover, one-dimensional rogue wave solutions with three states are constructed through the further reduction. Specifically, higher-order rogue wave in one-dimensional case is derived under the parameter constraints. - Highlights: • Exact explicit rational solutions of two-and one-dimensional multicomponent Yajima–Oikawa systems. • Two-dimensional rogue wave contains three different patterns: bright, intermediate and dark states. • Multi- and higher-order rogue waves exhibit distinct dynamic behaviors in two-dimensional case

  15. All-Optical Signal Processing for 640 Gbit/s Applications

    DEFF Research Database (Denmark)

    Mulvad, Hans Christian Hansen

    2008-01-01

    This thesis concerns all-optical signal processing technologies for ultra-high serial data rates up to 640 Gbit/s. Firstly, time-division add-drop multiplexing at 640 Gbit/s is demonstrated for the first time using two different fibre-based switching techniques. Secondly, a novel principle for po...

  16. Two-dimensional sensitivity calculation code: SENSETWO

    International Nuclear Information System (INIS)

    Yamauchi, Michinori; Nakayama, Mitsuo; Minami, Kazuyoshi; Seki, Yasushi; Iida, Hiromasa.

    1979-05-01

    A SENSETWO code for the calculation of cross section sensitivities with a two-dimensional model has been developed, on the basis of first order perturbation theory. It uses forward neutron and/or gamma-ray fluxes and adjoint fluxes obtained by two-dimensional discrete ordinates code TWOTRAN-II. The data and informations of cross sections, geometry, nuclide density, response functions, etc. are transmitted to SENSETWO by the dump magnetic tape made in TWOTRAN calculations. The required input for SENSETWO calculations is thus very simple. The SENSETWO yields as printed output the cross section sensitivities for each coarse mesh zone and for each energy group, as well as the plotted output of sensitivity profiles specified by the input. A special feature of the code is that it also calculates the reaction rate with the response function used as the adjoint source in TWOTRAN adjoint calculation and the calculated forward flux from the TWOTRAN forward calculation. (author)

  17. The fractional oscillator process with two indices

    International Nuclear Information System (INIS)

    Lim, S C; Teo, L P

    2009-01-01

    We introduce a new fractional oscillator process which can be obtained as a solution of a stochastic differential equation with two fractional orders. Basic properties such as fractal dimension and short-range dependence of the process are studied by considering the asymptotic properties of its covariance function. By considering the fractional oscillator process as the velocity of a diffusion process, we derive the corresponding diffusion constant, fluctuation-dissipation relation and mean-square displacement. The fractional oscillator process can also be regarded as a one-dimensional fractional Euclidean Klein-Gordon field, which can be obtained by applying the Parisi-Wu stochastic quantization method to a nonlocal Euclidean action. The Casimir energy associated with the fractional field at positive temperature is calculated by using the zeta function regularization technique

  18. Positioning with stationary emitters in a two-dimensional space-time

    International Nuclear Information System (INIS)

    Coll, Bartolome; Ferrando, Joan Josep; Morales, Juan Antonio

    2006-01-01

    The basic elements of the relativistic positioning systems in a two-dimensional space-time have been introduced in a previous work [Phys. Rev. D 73, 084017 (2006)] where geodesic positioning systems, constituted by two geodesic emitters, have been considered in a flat space-time. Here, we want to show in what precise senses positioning systems allow to make relativistic gravimetry. For this purpose, we consider stationary positioning systems, constituted by two uniformly accelerated emitters separated by a constant distance, in two different situations: absence of gravitational field (Minkowski plane) and presence of a gravitational mass (Schwarzschild plane). The physical coordinate system constituted by the electromagnetic signals broadcasting the proper time of the emitters are the so called emission coordinates, and we show that, in such emission coordinates, the trajectories of the emitters in both situations, the absence and presence of a gravitational field, are identical. The interesting point is that, in spite of this fact, particular additional information on the system or on the user allows us not only to distinguish both space-times, but also to complete the dynamical description of emitters and user and even to measure the mass of the gravitational field. The precise information under which these dynamical and gravimetric results may be obtained is carefully pointed out

  19. High-velocity two-phase flow two-dimensional modeling

    International Nuclear Information System (INIS)

    Mathes, R.; Alemany, A.; Thilbault, J.P.

    1995-01-01

    The two-phase flow in the nozzle of a LMMHD (liquid metal magnetohydrodynamic) converter has been studied numerically and experimentally. A two-dimensional model for two-phase flow has been developed including the viscous terms (dragging and turbulence) and the interfacial mass, momentum and energy transfer between the phases. The numerical results were obtained by a finite volume method based on the SIMPLE algorithm. They have been verified by an experimental facility using air-water as a simulation pair and a phase Doppler particle analyzer for velocity and droplet size measurement. The numerical simulation of a lithium-cesium high-temperature pair showed that a nearly homogeneous and isothermal expansion of the two phases is possible with small pressure losses and high kinetic efficiencies. In the throat region a careful profiling is necessary to reduce the inertial effects on the liquid velocity field

  20. Signal processing methods for MFE plasma diagnostics

    International Nuclear Information System (INIS)

    Candy, J.V.; Casper, T.; Kane, R.

    1985-02-01

    The application of various signal processing methods to extract energy storage information from plasma diamagnetism sensors occurring during physics experiments on the Tandom Mirror Experiment-Upgrade (TMX-U) is discussed. We show how these processing techniques can be used to decrease the uncertainty in the corresponding sensor measurements. The algorithms suggested are implemented using SIG, an interactive signal processing package developed at LLNL

  1. General n-dimensional quadrature transform and its application to interferogram demodulation.

    Science.gov (United States)

    Servin, Manuel; Quiroga, Juan Antonio; Marroquin, Jose Luis

    2003-05-01

    Quadrature operators are useful for obtaining the modulating phase phi in interferometry and temporal signals in electrical communications. In carrier-frequency interferometry and electrical communications, one uses the Hilbert transform to obtain the quadrature of the signal. In these cases the Hilbert transform gives the desired quadrature because the modulating phase is monotonically increasing. We propose an n-dimensional quadrature operator that transforms cos(phi) into -sin(phi) regardless of the frequency spectrum of the signal. With the quadrature of the phase-modulated signal, one can easily calculate the value of phi over all the domain of interest. Our quadrature operator is composed of two n-dimensional vector fields: One is related to the gradient of the image normalized with respect to local frequency magnitude, and the other is related to the sign of the local frequency of the signal. The inner product of these two vector fields gives us the desired quadrature signal. This quadrature operator is derived in the image space by use of differential vector calculus and in the frequency domain by use of a n-dimensional generalization of the Hilbert transform. A robust numerical algorithm is given to find the modulating phase of two-dimensional single-image closed-fringe interferograms by use of the ideas put forward.

  2. Extinction maps toward the Milky Way bulge: Two-dimensional and three-dimensional tests with apogee

    Energy Technology Data Exchange (ETDEWEB)

    Schultheis, M. [Université de Nice Sophia-Antipolis, CNRS, Observatoire de Côte d' Azur, Laboratoire Lagrange, 06304 Nice Cedex 4 (France); Zasowski, G. [Department of Physics and Astronomy, Johns Hopkins University, Baltimore, MD 21218 (United States); Allende Prieto, C. [Instituto de Astrofísica de Canarias, Calle Vía Láctea s/n, E-38205 La Laguna, Tenerife (Spain); Anders, F.; Chiappini, C. [Leibniz-Institut für Astrophysik Potsdam (AIP), D-14482 Potsdam (Germany); Beaton, R. L.; García Pérez, A. E.; Majewski, S. R. [Department of Astronomy, University of Virginia, Charlottesville, VA 22904 (United States); Beers, T. C. [National Optical Astronomy Observatory, Tucson, AZ 85719 (United States); Bizyaev, D. [Apache Point Observatory, Sunspot, NM 88349 (United States); Frinchaboy, P. M. [Department of Physics and Astronomy, Texas Christian University, TCU Box 298840, Fort Worth, TX 76129 (United States); Ge, J. [Astronomy Department, University of Florida, Gainesville, FL 32611 (United States); Hearty, F.; Schneider, D. P. [Department of Astronomy and Astrophysics, The Pennsylvania State University, University Park, PA 16802 (United States); Holtzman, J. [New Mexico State University, Las Cruces, NM 88003 (United States); Muna, D. [Department of Astronomy, The Ohio State University, Columbus, OH 43210 (United States); Nidever, D. [Department of Astronomy, University of Michigan, Ann Arbor, MI 48109 (United States); Shetrone, M., E-mail: mathias.schultheis@oca.eu, E-mail: gail.zasowski@gmail.com [McDonald Observatory, The University of Texas at Austin, Austin, TX 78712 (United States)

    2014-07-01

    Galactic interstellar extinction maps are powerful and necessary tools for Milky Way structure and stellar population analyses, particularly toward the heavily reddened bulge and in the midplane. However, due to the difficulty of obtaining reliable extinction measures and distances for a large number of stars that are independent of these maps, tests of their accuracy and systematics have been limited. Our goal is to assess a variety of photometric stellar extinction estimates, including both two-dimensional and three-dimensional extinction maps, using independent extinction measures based on a large spectroscopic sample of stars toward the Milky Way bulge. We employ stellar atmospheric parameters derived from high-resolution H-band Apache Point Observatory Galactic Evolution Experiment (APOGEE) spectra, combined with theoretical stellar isochrones, to calculate line-of-sight extinction and distances for a sample of more than 2400 giants toward the Milky Way bulge. We compare these extinction values to those predicted by individual near-IR and near+mid-IR stellar colors, two-dimensional bulge extinction maps, and three-dimensional extinction maps. The long baseline, near+mid-IR stellar colors are, on average, the most accurate predictors of the APOGEE extinction estimates, and the two-dimensional and three-dimensional extinction maps derived from different stellar populations along different sightlines show varying degrees of reliability. We present the results of all of the comparisons and discuss reasons for the observed discrepancies. We also demonstrate how the particular stellar atmospheric models adopted can have a strong impact on this type of analysis, and discuss related caveats.

  3. Extinction maps toward the Milky Way bulge: Two-dimensional and three-dimensional tests with apogee

    International Nuclear Information System (INIS)

    Schultheis, M.; Zasowski, G.; Allende Prieto, C.; Anders, F.; Chiappini, C.; Beaton, R. L.; García Pérez, A. E.; Majewski, S. R.; Beers, T. C.; Bizyaev, D.; Frinchaboy, P. M.; Ge, J.; Hearty, F.; Schneider, D. P.; Holtzman, J.; Muna, D.; Nidever, D.; Shetrone, M.

    2014-01-01

    Galactic interstellar extinction maps are powerful and necessary tools for Milky Way structure and stellar population analyses, particularly toward the heavily reddened bulge and in the midplane. However, due to the difficulty of obtaining reliable extinction measures and distances for a large number of stars that are independent of these maps, tests of their accuracy and systematics have been limited. Our goal is to assess a variety of photometric stellar extinction estimates, including both two-dimensional and three-dimensional extinction maps, using independent extinction measures based on a large spectroscopic sample of stars toward the Milky Way bulge. We employ stellar atmospheric parameters derived from high-resolution H-band Apache Point Observatory Galactic Evolution Experiment (APOGEE) spectra, combined with theoretical stellar isochrones, to calculate line-of-sight extinction and distances for a sample of more than 2400 giants toward the Milky Way bulge. We compare these extinction values to those predicted by individual near-IR and near+mid-IR stellar colors, two-dimensional bulge extinction maps, and three-dimensional extinction maps. The long baseline, near+mid-IR stellar colors are, on average, the most accurate predictors of the APOGEE extinction estimates, and the two-dimensional and three-dimensional extinction maps derived from different stellar populations along different sightlines show varying degrees of reliability. We present the results of all of the comparisons and discuss reasons for the observed discrepancies. We also demonstrate how the particular stellar atmospheric models adopted can have a strong impact on this type of analysis, and discuss related caveats.

  4. Two dimensional unstable scar statistics.

    Energy Technology Data Exchange (ETDEWEB)

    Warne, Larry Kevin; Jorgenson, Roy Eberhardt; Kotulski, Joseph Daniel; Lee, Kelvin S. H. (ITT Industries/AES Los Angeles, CA)

    2006-12-01

    This report examines the localization of time harmonic high frequency modal fields in two dimensional cavities along periodic paths between opposing sides of the cavity. The cases where these orbits lead to unstable localized modes are known as scars. This paper examines the enhancements for these unstable orbits when the opposing mirrors are both convex and concave. In the latter case the construction includes the treatment of interior foci.

  5. All-optical signal processing of OTDM and OFDM signals based on time-domain Optical Fourier Transformation

    DEFF Research Database (Denmark)

    Clausen, Anders; Guan, Pengyu; Mulvad, Hans Christian Hansen

    2014-01-01

    All-optical time-domain Optical Fourier Transformation utilised for signal processing of ultra-high-speed OTDM signals and OFDM signals will be presented.......All-optical time-domain Optical Fourier Transformation utilised for signal processing of ultra-high-speed OTDM signals and OFDM signals will be presented....

  6. A two-dimensional regularization algorithm for density profile evaluation from broadband reflectometry

    International Nuclear Information System (INIS)

    Nunes, F.; Varela, P.; Silva, A.; Manso, M.; Santos, J.; Nunes, I.; Serra, F.; Kurzan, B.; Suttrop, W.

    1997-01-01

    Broadband reflectometry is a current technique that uses the round-trip group delays of reflected frequency-swept waves to measure density profiles of fusion plasmas. The main factor that may limit the accuracy of the reconstructed profiles is the interference of the probing waves with the plasma density fluctuations: plasma turbulence leads to random phase variations and magneto hydrodynamic activity produces mainly strong amplitude and phase modulations. Both effects cause the decrease, and eventually loss, of signal at some frequencies. Several data processing techniques can be applied to filter and/or interpolate noisy group delay data obtained from turbulent plasmas with a single frequency sweep. Here, we propose a more powerful algorithm performing two-dimensional regularization (in space and time) of data provided by multiple consecutive frequency sweeps, which leads to density profiles with improved accuracy. The new method is described and its application to simulated data corrupted by noise and missing data is considered. It is shown that the algorithm improves the identification of slowly varying plasma density perturbations by attenuating the effect of fast fluctuations and noise contained in experimental data. First results obtained with this method in ASDEX Upgrade tokamak are presented. copyright 1997 American Institute of Physics

  7. Temperature maxima in stable two-dimensional shock waves

    International Nuclear Information System (INIS)

    Kum, O.; Hoover, W.G.; Hoover, C.G.

    1997-01-01

    We use molecular dynamics to study the structure of moderately strong shock waves in dense two-dimensional fluids, using Lucy pair potential. The stationary profiles show relatively broad temperature maxima, for both the longitudinal and the average kinetic temperatures, just as does Mott-Smith model for strong shock waves in dilute three-dimensional gases. copyright 1997 The American Physical Society

  8. Financial signal processing and machine learning

    CERN Document Server

    Kulkarni,Sanjeev R; Dmitry M. Malioutov

    2016-01-01

    The modern financial industry has been required to deal with large and diverse portfolios in a variety of asset classes often with limited market data available. Financial Signal Processing and Machine Learning unifies a number of recent advances made in signal processing and machine learning for the design and management of investment portfolios and financial engineering. This book bridges the gap between these disciplines, offering the latest information on key topics including characterizing statistical dependence and correlation in high dimensions, constructing effective and robust risk measures, and their use in portfolio optimization and rebalancing. The book focuses on signal processing approaches to model return, momentum, and mean reversion, addressing theoretical and implementation aspects. It highlights the connections between portfolio theory, sparse learning and compressed sensing, sparse eigen-portfolios, robust optimization, non-Gaussian data-driven risk measures, graphical models, causal analy...

  9. Tuning spin transport across two-dimensional organometallic junctions

    Science.gov (United States)

    Liu, Shuanglong; Wang, Yun-Peng; Li, Xiangguo; Fry, James N.; Cheng, Hai-Ping

    2018-01-01

    We study via first-principles modeling and simulation two-dimensional spintronic junctions made of metal-organic frameworks consisting of two Mn-phthalocyanine ferromagnetic metal leads and semiconducting Ni-phthalocyanine channels of various lengths. These systems exhibit a large tunneling magnetoresistance ratio; the transmission functions of such junctions can be tuned using gate voltage by three orders of magnitude. We find that the origin of this drastic change lies in the orbital alignment and hybridization between the leads and the center electronic states. With physical insight into the observed on-off phenomenon, we predict a gate-controlled spin current switch based on two-dimensional crystallines and offer general guidelines for designing spin junctions using 2D materials.

  10. CORPORATE VALUATION USING TWO-DIMENSIONAL MONTE CARLO SIMULATION

    Directory of Open Access Journals (Sweden)

    Toth Reka

    2010-12-01

    Full Text Available In this paper, we have presented a corporate valuation model. The model combine several valuation methods in order to get more accurate results. To determine the corporate asset value we have used the Gordon-like two-stage asset valuation model based on the calculation of the free cash flow to the firm. We have used the free cash flow to the firm to determine the corporate market value, which was calculated with use of the Black-Scholes option pricing model in frame of the two-dimensional Monte Carlo simulation method. The combined model and the use of the two-dimensional simulation model provides a better opportunity for the corporate value estimation.

  11. Bacterial Biofilm Control by Perturbation of Bacterial Signaling Processes

    Directory of Open Access Journals (Sweden)

    Tim Holm Jakobsen

    2017-09-01

    Full Text Available The development of effective strategies to combat biofilm infections by means of either mechanical or chemical approaches could dramatically change today’s treatment procedures for the benefit of thousands of patients. Remarkably, considering the increased focus on biofilms in general, there has still not been invented and/or developed any simple, efficient and reliable methods with which to “chemically” eradicate biofilm infections. This underlines the resilience of infective agents present as biofilms and it further emphasizes the insufficiency of today’s approaches used to combat chronic infections. A potential method for biofilm dismantling is chemical interception of regulatory processes that are specifically involved in the biofilm mode of life. In particular, bacterial cell to cell signaling called “Quorum Sensing” together with intracellular signaling by bis-(3′-5′-cyclic-dimeric guanosine monophosphate (cyclic-di-GMP have gained a lot of attention over the last two decades. More recently, regulatory processes governed by two component regulatory systems and small non-coding RNAs have been increasingly investigated. Here, we review novel findings and potentials of using small molecules to target and modulate these regulatory processes in the bacterium Pseudomonas aeruginosa to decrease its pathogenic potential.

  12. Two dimensional solid state NMR

    International Nuclear Information System (INIS)

    Kentgens, A.P.M.

    1987-01-01

    This thesis illustrates, by discussing some existing and newly developed 2D solid state experiments, that two-dimensional NMR of solids is a useful and important extension of NMR techniques. Chapter 1 gives an overview of spin interactions and averaging techniques important in solid state NMR. As 2D NMR is already an established technique in solutions, only the basics of two dimensional NMR are presented in chapter 2, with an emphasis on the aspects important for solid spectra. The following chapters discuss the theoretical background and applications of specific 2D solid state experiments. An application of 2D-J resolved NMR, analogous to J-resolved spectroscopy in solutions, to natural rubber is given in chapter 3. In chapter 4 the anisotropic chemical shift is mapped out against the heteronuclear dipolar interaction to obtain information about the orientation of the shielding tensor in poly-(oxymethylene). Chapter 5 concentrates on the study of super-slow molecular motions in polymers using a variant of the 2D exchange experiment developed by us. Finally chapter 6 discusses a new experiment, 2D nutation NMR, which makes it possible to study the quadrupole interaction of half-integer spins. 230 refs.; 48 figs.; 8 tabs

  13. Signals and Systems in Biomedical Engineering Signal Processing and Physiological Systems Modeling

    CERN Document Server

    Devasahayam, Suresh R

    2013-01-01

    The use of digital signal processing is ubiquitous in the field of physiology and biomedical engineering. The application of such mathematical and computational tools requires a formal or explicit understanding of physiology. Formal models and analytical techniques are interlinked in physiology as in any other field. This book takes a unitary approach to physiological systems, beginning with signal measurement and acquisition, followed by signal processing, linear systems modelling, and computer simulations. The signal processing techniques range across filtering, spectral analysis and wavelet analysis. Emphasis is placed on fundamental understanding of the concepts as well as solving numerical problems. Graphs and analogies are used extensively to supplement the mathematics. Detailed models of nerve and muscle at the cellular and systemic levels provide examples for the mathematical methods and computer simulations. Several of the models are sufficiently sophisticated to be of value in understanding real wor...

  14. Sums of two-dimensional spectral triples

    DEFF Research Database (Denmark)

    Christensen, Erik; Ivan, Cristina

    2007-01-01

    construct a sum of two dimensional modules which reflects some aspects of the topological dimensions of the compact metric space, but this will only give the metric back approximately. At the end we make an explicit computation of the last module for the unit interval in. The metric is recovered exactly...

  15. New hybrid lead iodides: From one-dimensional chain to two-dimensional layered perovskite structure

    International Nuclear Information System (INIS)

    Xiong, Kecai; Liu, Wei; Teat, Simon J.; An, Litao; Wang, Hao; Emge, Thomas J.; Li, Jing

    2015-01-01

    Two new hybrid lead halides (H 2 BDA)[PbI 4 ] (1) (H 2 BDA=1,4-butanediammonium dication) and (HNPEIM)[PbI 3 ] (2) (HNPEIM=N-​phenyl-ethanimidamidine cation) have been synthesized and structurally characterized. X-ray diffraction analyses reveal that compound 1 features a two-dimensional corner-sharing perovskite layer whereas compound 2 contains one-dimensional edge-sharing double chains. The N-​phenyl-ethanimidamidine cation within compound 2 was generated in-situ under solvothermal conditions. The optical absorption spectra collected at room temperature suggest that both compounds are semiconductors having direct band gaps, with estimated values of 2.64 and 2.73 eV for 1 and 2, respectively. Results from the density functional theory (DFT) calculations are consistent with the experimental data. Density of states (DOS) analysis reveals that in both compounds 1 and 2, the energy states in the valence band maximum region are iodine 5p atomic orbitals with a small contribution from lead 6s, while in the region of conduction band minimum, the major contributions are from the inorganic (Pb 6p atomic orbitals) and organic components (C and N 2p atomic orbitals) in compound 1 and 2, respectively. - Graphical abstract: Two new hybrid lead halides built on one-dimensional edge-sharing double chains and two-dimensional corner-sharing perovskite layers are synthesized and their structural and electronic properties are analyzed. - Highlights: • Two new hybrid lead iodides are designed, synthesized, and characterized. • They are closely related to, but different from, perovskite structures. • The electronic properties of both compounds are analyzed by DFT calculations

  16. New hybrid lead iodides: From one-dimensional chain to two-dimensional layered perovskite structure

    Energy Technology Data Exchange (ETDEWEB)

    Xiong, Kecai; Liu, Wei [Department of Chemistry and Chemical Biology, Rutgers University, 610 Taylor Road, Piscataway, NJ 08854 (United States); Teat, Simon J. [Advanced Light Source, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States); An, Litao; Wang, Hao; Emge, Thomas J. [Department of Chemistry and Chemical Biology, Rutgers University, 610 Taylor Road, Piscataway, NJ 08854 (United States); Li, Jing, E-mail: jingli@rutgers.edu [Department of Chemistry and Chemical Biology, Rutgers University, 610 Taylor Road, Piscataway, NJ 08854 (United States)

    2015-10-15

    Two new hybrid lead halides (H{sub 2}BDA)[PbI{sub 4}] (1) (H{sub 2}BDA=1,4-butanediammonium dication) and (HNPEIM)[PbI{sub 3}] (2) (HNPEIM=N-​phenyl-ethanimidamidine cation) have been synthesized and structurally characterized. X-ray diffraction analyses reveal that compound 1 features a two-dimensional corner-sharing perovskite layer whereas compound 2 contains one-dimensional edge-sharing double chains. The N-​phenyl-ethanimidamidine cation within compound 2 was generated in-situ under solvothermal conditions. The optical absorption spectra collected at room temperature suggest that both compounds are semiconductors having direct band gaps, with estimated values of 2.64 and 2.73 eV for 1 and 2, respectively. Results from the density functional theory (DFT) calculations are consistent with the experimental data. Density of states (DOS) analysis reveals that in both compounds 1 and 2, the energy states in the valence band maximum region are iodine 5p atomic orbitals with a small contribution from lead 6s, while in the region of conduction band minimum, the major contributions are from the inorganic (Pb 6p atomic orbitals) and organic components (C and N 2p atomic orbitals) in compound 1 and 2, respectively. - Graphical abstract: Two new hybrid lead halides built on one-dimensional edge-sharing double chains and two-dimensional corner-sharing perovskite layers are synthesized and their structural and electronic properties are analyzed. - Highlights: • Two new hybrid lead iodides are designed, synthesized, and characterized. • They are closely related to, but different from, perovskite structures. • The electronic properties of both compounds are analyzed by DFT calculations.

  17. Pair Interaction of Dislocations in Two-Dimensional Crystals

    Science.gov (United States)

    Eisenmann, C.; Gasser, U.; Keim, P.; Maret, G.; von Grünberg, H. H.

    2005-10-01

    The pair interaction between crystal dislocations is systematically explored by analyzing particle trajectories of two-dimensional colloidal crystals measured by video microscopy. The resulting pair energies are compared to Monte Carlo data and to predictions derived from the standard Hamiltonian of the elastic theory of dislocations. Good agreement is found with respect to the distance and temperature dependence of the interaction potential, but not regarding the angle dependence where discrete lattice effects become important. Our results on the whole confirm that the dislocation Hamiltonian allows a quantitative understanding of the formation and interaction energies of dislocations in two-dimensional crystals.

  18. Magnetization and spin gap in two-dimensional organic ferrimagnet BIPNNBNO

    International Nuclear Information System (INIS)

    Ovchinnikov, A S; Sinitsyn, V E; Bostrem, I G; Hosokoshi, Y; Inoue, K

    2012-01-01

    A magnetization process in the two-dimensional ferrimagnet BIPNNBNO is analyzed. The compound consists of ferrimagnetic (1,1/2) chains coupled by two sorts of antiferromagnetic interaction. Whereas the behavior of the magnetization curve in higher magnetic fields can be understood within a process for the separate ferrimagnetic chain, the appearance of the singlet plateau at lower fields is an example of non-Lieb-Mattis type ferrimagnetism. By using the exact diagonalization technique for finite clusters of size 4 × 6, 4 × 8 and 4 × 10 we show that the interchain frustration coupling plays an essential role in stabilization of the singlet phase. These results are complemented by an analysis of four cylindrically coupled ferrimagnetic (1,1/2) chains via an Abelian bosonization technique and an effective theory based on the XXZ spin-1/2 Heisenberg model when the interchain interactions are sufficiently weak/strong, respectively. (paper)

  19. Three-dimensional versus two-dimensional vision in laparoscopy

    DEFF Research Database (Denmark)

    Sørensen, Stine D; Savran, Mona Meral; Konge, Lars

    2016-01-01

    were cohort size and characteristics, skill trained or operation performed, instrument used, outcome measures, and conclusions. Two independent authors performed the search and data extraction. RESULTS: Three hundred and forty articles were screened for eligibility, and 31 RCTs were included...... through a two-dimensional (2D) projection on a monitor, which results in loss of depth perception. To counter this problem, 3D imaging for laparoscopy was developed. A systematic review of the literature was performed to assess the effect of 3D laparoscopy. METHODS: A systematic search of the literature...... in the review. Three trials were carried out in a clinical setting, and 28 trials used a simulated setting. Time was used as an outcome measure in all of the trials, and number of errors was used in 19 out of 31 trials. Twenty-two out of 31 trials (71 %) showed a reduction in performance time, and 12 out of 19...

  20. Error compensation of IQ modulator using two-dimensional DFT

    Energy Technology Data Exchange (ETDEWEB)

    Ohshima, Takashi, E-mail: ohshima@spring8.or.jp [RIKEN, 1-1-1, Kouto, Sayo-cho, Sayo-gun, Hyogo 679-5148 (Japan); Maesaka, Hirokazu [RIKEN, 1-1-1, Kouto, Sayo-cho, Sayo-gun, Hyogo 679-5148 (Japan); Matsubara, Shinichi [Japan Synchrotron Radiation Institute, 1-1-1, Kouto, Sayo-cho, Sayo-gun, Hyogo 679-5198 (Japan); Otake, Yuji [RIKEN, 1-1-1, Kouto, Sayo-cho, Sayo-gun, Hyogo 679-5148 (Japan)

    2016-06-01

    It is important to precisely set and keep the phase and amplitude of an rf signal in the accelerating cavity of modern accelerators, such as an X-ray Free Electron Laser (XFEL) linac. In these accelerators an acceleration rf signal is generated or detected by an In-phase and Quadrature (IQ) modulator, or a demodulator. If there are any deviations of the phase and the amplitude from the ideal values, crosstalk between the phase and the amplitude of the output signal of the IQ modulator or the demodulator arises. This causes instability of the feedback controls that simultaneously stabilize both the rf phase and the amplitude. To compensate for such deviations, we developed a novel compensation method using a two-dimensional Discrete Fourier Transform (DFT). Because the observed deviations of the phase and amplitude of an IQ modulator involve sinusoidal and polynomial behaviors on the phase angle and the amplitude of the rf vector, respectively, the DFT calculation with these basis functions makes a good approximation with a small number of compensation coefficients. Also, we can suppress high-frequency noise components arising when we measure the deviation data. These characteristics have advantages compared to a Look Up Table (LUT) compensation method. The LUT method usually demands many compensation elements, such as about 300, that are not easy to treat. We applied the DFT compensation method to the output rf signal of a C-band IQ modulator at SACLA, which is an XFEL facility in Japan. The amplitude deviation of the IQ modulator after the DFT compensation was reduced from 15.0% at the peak to less than 0.2% at the peak for an amplitude control range of from 0.1 V to 0.9 V (1.0 V full scale) and for a phase control range from 0 degree to 360 degrees. The number of compensation coefficients is 60, which is smaller than that of the LUT method, and is easy to treat and maintain.

  1. Self-focusing instability of two-dimensional solitons and vortices

    DEFF Research Database (Denmark)

    Kuznetsov, E.A.; Juul Rasmussen, J.

    1995-01-01

    The instability of two-dimensional solitons and vortices is demonstrated in the framework of the three-dimensional nonlinear Schrodinger equation (NLSE). The instability can be regarded as the analog of the Kadomtsev-Petviashvili instability [B. B. Kadomtsev and V. I. Petviashvili, Sov. Phys. Dokl...

  2. Television picture signal processing

    NARCIS (Netherlands)

    1998-01-01

    Field or frame memories are often used in television receivers for video signal processing functions, such as noise reduction and/or flicker reduction. Television receivers also have graphic features such as teletext, menu-driven control systems, multilingual subtitling, an electronic TV-Guide, etc.

  3. Wavelets and multiscale signal processing

    CERN Document Server

    Cohen, Albert

    1995-01-01

    Since their appearance in mid-1980s, wavelets and, more generally, multiscale methods have become powerful tools in mathematical analysis and in applications to numerical analysis and signal processing. This book is based on "Ondelettes et Traitement Numerique du Signal" by Albert Cohen. It has been translated from French by Robert D. Ryan and extensively updated by both Cohen and Ryan. It studies the existing relations between filter banks and wavelet decompositions and shows how these relations can be exploited in the context of digital signal processing. Throughout, the book concentrates on the fundamentals. It begins with a chapter on the concept of multiresolution analysis, which contains complete proofs of the basic results. The description of filter banks that are related to wavelet bases is elaborated in both the orthogonal case (Chapter 2), and in the biorthogonal case (Chapter 4). The regularity of wavelets, how this is related to the properties of the filters and the importance of regularity for t...

  4. Non-commutative tomography and signal processing

    International Nuclear Information System (INIS)

    Mendes, R Vilela

    2015-01-01

    Non-commutative tomography is a technique originally developed and extensively used by Professors M A Man’ko and V I Man’ko in quantum mechanics. Because signal processing deals with operators that, in general, do not commute with time, the same technique has a natural extension to this domain. Here, a review is presented of the theory and some applications of non-commutative tomography for time series as well as some new results on signal processing on graphs. (paper)

  5. Investigation of signal models and methods for evaluating structures of processing telecommunication information exchange systems under acoustic noise conditions

    Science.gov (United States)

    Kropotov, Y. A.; Belov, A. A.; Proskuryakov, A. Y.; Kolpakov, A. A.

    2018-05-01

    The paper considers models and methods for estimating signals during the transmission of information messages in telecommunication systems of audio exchange. One-dimensional probability distribution functions that can be used to isolate useful signals, and acoustic noise interference are presented. An approach to the estimation of the correlation and spectral functions of the parameters of acoustic signals is proposed, based on the parametric representation of acoustic signals and the components of the noise components. The paper suggests an approach to improving the efficiency of interference cancellation and highlighting the necessary information when processing signals from telecommunications systems. In this case, the suppression of acoustic noise is based on the methods of adaptive filtering and adaptive compensation. The work also describes the models of echo signals and the structure of subscriber devices in operational command telecommunications systems.

  6. Two-dimensional Tissue Image Reconstruction Based on Magnetic Field Data

    Directory of Open Access Journals (Sweden)

    J. Dedkova

    2012-09-01

    Full Text Available This paper introduces new possibilities within two-dimensional reconstruction of internal conductivity distribution. In addition to the electric field inside the given object, the injected current causes a magnetic field which can be measured either outside the object by means of a Hall probe or inside the object through magnetic resonance imaging. The Magnetic Resonance method, together with Electrical impedance tomography (MREIT, is well known as a bio-imaging modality providing cross-sectional conductivity images with a good spatial resolution from the measurements of internal magnetic flux density produced by externally injected currents. A new algorithm for the conductivity reconstruction, which utilizes the internal current information with respect to corresponding boundary conditions and the external magnetic field, was developed. A series of computer simulations has been conducted to assess the performance of the proposed algorithm within the process of estimating electrical conductivity changes in the lungs, heart, and brain tissues captured in two-dimensional piecewise homogeneous chest and head models. The reconstructed conductivity distribution using the proposed method is compared with that using a conventional method based on Electrical Impedance Tomography (EIT. The acquired experience is discussed and the direction of further research is proposed.

  7. The Signal Validation method of Digital Process Instrumentation System on signal conditioner for SMART

    International Nuclear Information System (INIS)

    Moon, Hee Gun; Park, Sang Min; Kim, Jung Seon; Shon, Chang Ho; Park, Heui Youn; Koo, In Soo

    2005-01-01

    The function of PIS(Process Instrumentation System) for SMART is to acquire the process data from sensor or transmitter. The PIS consists of signal conditioner, A/D converter, DSP(Digital Signal Process) and NIC(Network Interface Card). So, It is fully digital system after A/D converter. The PI cabinet and PDAS(Plant Data Acquisition System) in commercial plant is responsible for data acquisition of the sensor or transmitter include RTD, TC, level, flow, pressure and so on. The PDAS has the software that processes each sensor data and PI cabinet has the signal conditioner, which is need for maintenance and test. The signal conditioner has the potentiometer to adjust the span and zero for test and maintenance. The PIS of SMART also has the signal conditioner which has the span and zero adjust same as the commercial plant because the signal conditioner perform the signal condition for AD converter such as 0∼10Vdc. But, To adjust span and zero is manual test and calibration. So, This paper presents the method of signal validation and calibration, which is used by digital feature in SMART. There are I/E(current to voltage), R/E(resistor to voltage), F/E(frequency to voltage), V/V(voltage to voltage). Etc. In this paper show only the signal validation and calibration about I/E converter that convert level, pressure, flow such as 4∼20mA into signal for AD conversion such as 0∼10Vdc

  8. Quasi-two-dimensional thermoelectricity in SnSe

    Science.gov (United States)

    Tayari, V.; Senkovskiy, B. V.; Rybkovskiy, D.; Ehlen, N.; Fedorov, A.; Chen, C.-Y.; Avila, J.; Asensio, M.; Perucchi, A.; di Pietro, P.; Yashina, L.; Fakih, I.; Hemsworth, N.; Petrescu, M.; Gervais, G.; Grüneis, A.; Szkopek, T.

    2018-01-01

    Stannous selenide is a layered semiconductor that is a polar analog of black phosphorus and of great interest as a thermoelectric material. Unusually, hole doped SnSe supports a large Seebeck coefficient at high conductivity, which has not been explained to date. Angle-resolved photoemission spectroscopy, optical reflection spectroscopy, and magnetotransport measurements reveal a multiple-valley valence-band structure and a quasi-two-dimensional dispersion, realizing a Hicks-Dresselhaus thermoelectric contributing to the high Seebeck coefficient at high carrier density. We further demonstrate that the hole accumulation layer in exfoliated SnSe transistors exhibits a field effect mobility of up to 250 cm2/V s at T =1.3 K . SnSe is thus found to be a high-quality quasi-two-dimensional semiconductor ideal for thermoelectric applications.

  9. Acoustic phonon emission by two dimensional plasmons

    International Nuclear Information System (INIS)

    Mishonov, T.M.

    1990-06-01

    Acoustic wave emission of the two dimensional plasmons in a semiconductor or superconductor microstructure is investigated by using the phenomenological deformation potential within the jellium model. The plasmons are excited by the external electromagnetic (e.m.) field. The power conversion coefficient of e.m. energy into acoustic wave energy is also estimated. It is shown, the coherent transformation has a sharp resonance at the plasmon frequency of the two dimensional electron gas (2DEG). The incoherent transformation of the e.m. energy is generated by ohmic dissipation of 2DEG. The method proposed for coherent phonon beam generation can be very effective for high mobility 2DEG and for thin superconducting layers if the plasmon frequency ω is smaller than the superconducting gap 2Δ. (author). 21 refs, 1 fig

  10. Two- and three-dimensional CT evaluation of sacral and pelvic anomalies

    International Nuclear Information System (INIS)

    Kuhlman, J.E.; Fishman, E.K.; Magid, D.

    1988-01-01

    Pelvic anomalies are difficult to evaluate with standard techniques. Detailed knowledge of the existing pelvic structures and musculature is essential for successful repair. The authors evaluated 12 patients with complex malformations of the pelvis using two- and three-dimensional imaging. The anomalies included bladder exstrophy (n = 4), cloacal exstrophy (n = 1), duplicated and absent sacrum (n = 3), myelomeningoceles (n = 2), and diastrophic dwarfism (n = 2). The two-dimensional images consisted of sequential coronal and sagittal reconstructions that could be reviewed dynamically on screen. Three-dimensional images were generated on the Pixar imaging computer with use of volumetric rendering. Two- and three-dimensional CT proved complementary in the evaluation of pelvic anomalies, providing optimal information from transaxial CT data

  11. Two-dimensional Lorentz-Weyl anomaly and gravitational Chern-Simons theory

    International Nuclear Information System (INIS)

    Chamseddine, A.H.; Froehlich, J.

    1992-01-01

    Two-dimensional chiral fermions and bosons, more generally conformal blocks of two-dimensional conformal field theories, exhibit Weyl-, Lorentz- and mixed Lorentz-Weyl anomalies. A novel way of computing these anomalies for a system of chiral bosons of arbitrary conformal spin j is sketched. It is shown that the Lorentz- and mixed Lorentz-Weyl anomalies of these theories can be cancelled by the anomalies of a three-dimensional classical Chern-Simons action for the spin connection, expressed in terms of the dreibein field. Some tentative applications of this result to string theory are indicated. (orig.)

  12. Processing Electromyographic Signals to Recognize Words

    Science.gov (United States)

    Jorgensen, C. C.; Lee, D. D.

    2009-01-01

    A recently invented speech-recognition method applies to words that are articulated by means of the tongue and throat muscles but are otherwise not voiced or, at most, are spoken sotto voce. This method could satisfy a need for speech recognition under circumstances in which normal audible speech is difficult, poses a hazard, is disturbing to listeners, or compromises privacy. The method could also be used to augment traditional speech recognition by providing an additional source of information about articulator activity. The method can be characterized as intermediate between (1) conventional speech recognition through processing of voice sounds and (2) a method, not yet developed, of processing electroencephalographic signals to extract unspoken words directly from thoughts. This method involves computational processing of digitized electromyographic (EMG) signals from muscle innervation acquired by surface electrodes under a subject's chin near the tongue and on the side of the subject s throat near the larynx. After preprocessing, digitization, and feature extraction, EMG signals are processed by a neural-network pattern classifier, implemented in software, that performs the bulk of the recognition task as described.

  13. The implicit processing of categorical and dimensional strategies: an fMRI study of facial emotion perception

    Science.gov (United States)

    Matsuda, Yoshi-Taka; Fujimura, Tomomi; Katahira, Kentaro; Okada, Masato; Ueno, Kenichi; Cheng, Kang; Okanoya, Kazuo

    2013-01-01

    Our understanding of facial emotion perception has been dominated by two seemingly opposing theories: the categorical and dimensional theories. However, we have recently demonstrated that hybrid processing involving both categorical and dimensional perception can be induced in an implicit manner (Fujimura etal., 2012). The underlying neural mechanisms of this hybrid processing remain unknown. In this study, we tested the hypothesis that separate neural loci might intrinsically encode categorical and dimensional processing functions that serve as a basis for hybrid processing. We used functional magnetic resonance imaging to measure neural correlates while subjects passively viewed emotional faces and performed tasks that were unrelated to facial emotion processing. Activity in the right fusiform face area (FFA) increased in response to psychologically obvious emotions and decreased in response to ambiguous expressions, demonstrating the role of the FFA in categorical processing. The amygdala, insula and medial prefrontal cortex exhibited evidence of dimensional (linear) processing that correlated with physical changes in the emotional face stimuli. The occipital face area and superior temporal sulcus did not respond to these changes in the presented stimuli. Our results indicated that distinct neural loci process the physical and psychological aspects of facial emotion perception in a region-specific and implicit manner. PMID:24133426

  14. The implicit processing of categorical and dimensional strategies: an fMRI study of facial emotion perception

    Directory of Open Access Journals (Sweden)

    Yoshi-Taka eMatsuda

    2013-09-01

    Full Text Available Our understanding of facial emotion perception has been dominated by two seemingly opposing theories: the categorical and dimensional theories. However, we have recently demonstrated that hybrid processing involving both categorical and dimensional perception can be induced in an implicit manner (Fujimura et al., 2012. The underlying neural mechanisms of this hybrid processing remain unknown. In this study, we tested the hypothesis that separate neural loci might intrinsically encode categorical and dimensional processing functions that serve as a basis for hybrid processing. We used functional magnetic resonance imaging (fMRI to measure neural correlates while subjects passively viewed emotional faces and performed tasks that were unrelated to facial emotion processing. Activity in the right fusiform face area (FFA increased in response to psychologically obvious emotions and decreased in response to ambiguous expressions, demonstrating the role of the FFA in categorical processing. The amygdala, insula and medial prefrontal cortex exhibited evidence of dimensional (linear processing that correlated with physical changes in the emotional face stimuli. The occipital face area and superior temporal sulcus did not respond to these changes in the presented stimuli. Our results indicated that distinct neural loci process the physical and psychological aspects of facial emotion perception in a region-specific and implicit manner.

  15. Bayesian approach for peak detection in two-dimensional chromatography

    NARCIS (Netherlands)

    Vivó-Truyols, G.

    2012-01-01

    A new method for peak detection in two-dimensional chromatography is presented. In a first step, the method starts with a conventional one-dimensional peak detection algorithm to detect modulated peaks. In a second step, a sophisticated algorithm is constructed to decide which of the individual

  16. Energy Spectra of Vortex Distributions in Two-Dimensional Quantum Turbulence

    Directory of Open Access Journals (Sweden)

    Ashton S. Bradley

    2012-10-01

    Full Text Available We theoretically explore key concepts of two-dimensional turbulence in a homogeneous compressible superfluid described by a dissipative two-dimensional Gross-Pitaeveskii equation. Such a fluid supports quantized vortices that have a size characterized by the healing length ξ. We show that, for the divergence-free portion of the superfluid velocity field, the kinetic-energy spectrum over wave number k may be decomposed into an ultraviolet regime (k≫ξ^{-1} having a universal k^{-3} scaling arising from the vortex core structure, and an infrared regime (k≪ξ^{-1} with a spectrum that arises purely from the configuration of the vortices. The Novikov power-law distribution of intervortex distances with exponent -1/3 for vortices of the same sign of circulation leads to an infrared kinetic-energy spectrum with a Kolmogorov k^{-5/3} power law, which is consistent with the existence of an inertial range. The presence of these k^{-3} and k^{-5/3} power laws, together with the constraint of continuity at the smallest configurational scale k≈ξ^{-1}, allows us to derive a new analytical expression for the Kolmogorov constant that we test against a numerical simulation of a forced homogeneous, compressible, two-dimensional superfluid. The numerical simulation corroborates our analysis of the spectral features of the kinetic-energy distribution, once we introduce the concept of a clustered fraction consisting of the fraction of vortices that have the same sign of circulation as their nearest neighboring vortices. Our analysis presents a new approach to understanding two-dimensional quantum turbulence and interpreting similarities and differences with classical two-dimensional turbulence, and suggests new methods to characterize vortex turbulence in two-dimensional quantum fluids via vortex position and circulation measurements.

  17. Dynamics of vortex interactions in two-dimensional flows

    DEFF Research Database (Denmark)

    Juul Rasmussen, J.; Nielsen, A.H.; Naulin, V.

    2002-01-01

    The dynamics and interaction of like-signed vortex structures in two dimensional flows are investigated by means of direct numerical solutions of the two-dimensional Navier-Stokes equations. Two vortices with distributed vorticity merge when their distance relative to their radius, d/R-0l. is below...... a critical value, a(c). Using the Weiss-field, a(c) is estimated for vortex patches. Introducing an effective radius for vortices with distributed vorticity, we find that 3.3 ... is effectively producing small scale structures and the relation to the enstrophy "cascade" in developed 2D turbulence is discussed. The influence of finite viscosity on the merging is also investigated. Additionally, we examine vortex interactions on a finite domain, and discuss the results in connection...

  18. Two-dimensional atom localization via Raman-driven coherence

    Energy Technology Data Exchange (ETDEWEB)

    Rahmatullah,; Qamar, Sajid, E-mail: sajid_qamar@comsats.edu.pk

    2014-02-07

    A scheme for two-dimensional (2D) atom localization via Raman-driven coherence in a four-level diamond-configuration system is suggested. The atom interacts with two orthogonal standing-wave fields where each standing-wave field is constructed from the superposition of the two-standing wave fields along the corresponding directions. Due to the position-dependent atom–field interaction, the frequency of the spontaneously emitted photon carries the position information about the atom. We investigate the effect of the detunings and phase shifts associated with standing-wave fields. Unique position information of the single atom is obtained by properly adjusting the system parameters. This is an extension of our previous proposal for one-dimensional atom localization via Raman-driven coherence.

  19. A vortex ring interacting with a vortex filament and its deformation near the two-dimensional stagnation point

    International Nuclear Information System (INIS)

    Kiya, M.; Sato, T.

    1986-01-01

    In this paper the interaction between vortex filaments and vortex rings and the deformation of vortex rings near the two-dimensional stagnation point are simulated by a three-dimensional vortex method. The two problems are respectively concerned with the effect of free-stream turbulence on turbulent plane mixing layers and the production of turbulence by the vortex stretching near saddles associated with large-scale coherent structures. The authors assume that the first step to understand the free-stream turbulence effect is to study the interaction between a vortex ring and a vortex filament and that the process of deformation of a vortex ring gives us a clue to understand physical processes occurring near the saddles

  20. A two-dimensionally coincident second difference cosmic ray spike removal method for the fully automated processing of Raman spectra.

    Science.gov (United States)

    Schulze, H Georg; Turner, Robin F B

    2014-01-01

    Charge-coupled device detectors are vulnerable to cosmic rays that can contaminate Raman spectra with positive going spikes. Because spikes can adversely affect spectral processing and data analyses, they must be removed. Although both hardware-based and software-based spike removal methods exist, they typically require parameter and threshold specification dependent on well-considered user input. Here, we present a fully automated spike removal algorithm that proceeds without requiring user input. It is minimally dependent on sample attributes, and those that are required (e.g., standard deviation of spectral noise) can be determined with other fully automated procedures. At the core of the method is the identification and location of spikes with coincident second derivatives along both the spectral and spatiotemporal dimensions of two-dimensional datasets. The method can be applied to spectra that are relatively inhomogeneous because it provides fairly effective and selective targeting of spikes resulting in minimal distortion of spectra. Relatively effective spike removal obtained with full automation could provide substantial benefits to users where large numbers of spectra must be processed.