WorldWideScience

Sample records for harmonic lanczos bidiagonalization

  1. LBAS: Lanczos Bidiagonalization with Subspace Augmentation for Discrete Inverse Problems

    DEFF Research Database (Denmark)

    Hansen, Per Christian; Abe, Kyniyoshi

    The regularizing properties of Lanczos bidiagonalization are powerful when the underlying Krylov subspace captures the dominating components of the solution. In some applications the regularized solution can be further improved by augmenting the Krylov subspace with a low-dimensional subspace tha...

  2. Lanczos Tridiagonalization and Core Problems

    Czech Academy of Sciences Publication Activity Database

    Hnětynková, Iveta; Strakoš, Zdeněk

    2007-01-01

    Roč. 421, č. 2-3 (2007), s. 243-251 ISSN 0024-3795 R&D Projects: GA AV ČR 1ET400300415 Institutional research plan: CEZ:AV0Z10300504 Keywords : linear approximation problem * orthogonal transformation * core problem * Golub-Kahan bidiagonalization * Lanczos tridiagonalization * Jacobi matrix Subject RIV: BA - General Mathematics Impact factor: 0.702, year: 2007

  3. Enhancing parallelism of tile bidiagonal transformation on multicore architectures using tree reduction

    KAUST Repository

    Ltaief, Hatem; Luszczek, Piotr R.; Dongarra, Jack

    2012-01-01

    The objective of this paper is to enhance the parallelism of the tile bidiagonal transformation using tree reduction on multicore architectures. First introduced by Ltaief et. al [LAPACK Working Note #247, 2011], the bidiagonal transformation using

  4. Enhancing parallelism of tile bidiagonal transformation on multicore architectures using tree reduction

    KAUST Repository

    Ltaief, Hatem

    2012-01-01

    The objective of this paper is to enhance the parallelism of the tile bidiagonal transformation using tree reduction on multicore architectures. First introduced by Ltaief et. al [LAPACK Working Note #247, 2011], the bidiagonal transformation using tile algorithms with a two-stage approach has shown very promising results on square matrices. However, for tall and skinny matrices, the inherent problem of processing the panel in a domino-like fashion generates unnecessary sequential tasks. By using tree reduction, the panel is horizontally split, which creates another dimension of parallelism and engenders many concurrent tasks to be dynamically scheduled on the available cores. The results reported in this paper are very encouraging. The new tile bidiagonal transformation, targeting tall and skinny matrices, outperforms the state-of-the-art numerical linear algebra libraries LAPACK V3.2 and Intel MKL ver. 10.3 by up to 29-fold speedup and the standard two-stage PLASMA BRD by up to 20-fold speedup, on an eight socket hexa-core AMD Opteron multicore shared-memory system. © 2012 Springer-Verlag.

  5. Hybrid Lanczos-type product methods

    Energy Technology Data Exchange (ETDEWEB)

    Ressel, K.J. [Swiss Center for Scientific Computing, Zuerich (Switzerland)

    1996-12-31

    A general framework is proposed to construct hybrid iterative methods for the solution of large nonsymmetric systems of linear equations. This framework is based on Lanczos-type product methods, whose iteration polynomial consists of the Lanczos polynomial multiplied by some other arbitrary, {open_quotes}shadow{close_quotes} polynomial. By using for the shadow polynomial Chebyshev (more general Faber) polynomials or L{sup 2}-optimal polynomials, hybrid (Chebyshev-like) methods are incorporated into Lanczos-type product methods. In addition, to acquire spectral information on the system matrix, which is required for such a choice of shadow polynomials, the Lanczos-process can be employed either directly or in an QMR-like approach. The QMR like approach allows the cheap computation of the roots of the B-orthogonal polynomials and the residual polynomials associated with the QMR iteration. These roots can be used as a good approximation for the spectrum of the system matrix. Different choices for the shadow polynomials and their construction are analyzed. The resulting hybrid methods are compared with standard Lanczos-type product methods, like BiOStab, BiOStab({ell}) and BiOS.

  6. Lanczos-Lovelock gravity from a thermodynamic perspective

    International Nuclear Information System (INIS)

    Chakraborty, Sumanta

    2015-01-01

    The deep connection between gravitational dynamics and horizon thermodynamics leads to several intriguing features both in general relativity and in Lanczos-Lovelock theories of gravity. Recently in http://arxiv.org/abs/1312.3253 several additional results strengthening the above connection have been established within the framework of general relativity. In this work we provide a generalization of the above setup to Lanczos-Lovelock gravity as well. To our expectation it turns out that most of the results obtained in the context of general relativity generalize to Lanczos-Lovelock gravity in a straightforward but non-trivial manner. First, we provide an alternative and more general derivation of the connection between Noether charge for a specific time evolution vector field and gravitational heat density of the boundary surface. This will lead to holographic equipartition for static spacetimes in Lanczos-Lovelock gravity as well. Taking a cue from this, we have introduced naturally defined four-momentum current associated with gravity and matter energy momentum tensor for both Lanczos-Lovelock Lagrangian and its quadratic part. Then, we consider the concepts of Noether charge for null boundaries in Lanczos-Lovelock gravity by providing a direct generalization of previous results derived in the context of general relativity. Another very interesting feature for gravity is that gravitational field equations for arbitrary static and spherically symmetric spacetimes with horizon can be written as a thermodynamic identity in the near horizon limit. This result holds in both general relativity and in Lanczos-Lovelock gravity as well. In a previous work [http://arxiv.org/abs/1505.05297] we have shown that, for an arbitrary spacetime, the gravitational field equations near any null surface generically leads to a thermodynamic identity. In this work, we have also generalized this result to Lanczos-Lovelock gravity by showing that gravitational field equations for Lanczos

  7. A comprehensive study of task coalescing for selecting parallelism granularity in a two-stage bidiagonal reduction

    KAUST Repository

    Haidar, Azzam

    2012-05-01

    We present new high performance numerical kernels combined with advanced optimization techniques that significantly increase the performance of parallel bidiagonal reduction. Our approach is based on developing efficient fine-grained computational tasks as well as reducing overheads associated with their high-level scheduling during the so-called bulge chasing procedure that is an essential phase of a scalable bidiagonalization procedure. In essence, we coalesce multiple tasks in a way that reduces the time needed to switch execution context between the scheduler and useful computational tasks. At the same time, we maintain the crucial information about the tasks and their data dependencies between the coalescing groups. This is the necessary condition to preserve numerical correctness of the computation. We show our annihilation strategy based on multiple applications of single orthogonal reflectors. Despite non-trivial characteristics in computational complexity and memory access patterns, our optimization approach smoothly applies to the annihilation scenario. The coalescing positively influences another equally important aspect of the bulge chasing stage: the memory reuse. For the tasks within the coalescing groups, the data is retained in high levels of the cache hierarchy and, as a consequence, operations that are normally memory-bound increase their ratio of computation to off-chip communication and become compute-bound which renders them amenable to efficient execution on multicore architectures. The performance for the new two-stage bidiagonal reduction is staggering. Our implementation results in up to 50-fold and 12-fold improvement (∼130 Gflop/s) compared to the equivalent routines from LAPACK V3.2 and Intel MKL V10.3, respectively, on an eight socket hexa-core AMD Opteron multicore shared-memory system with a matrix size of 24000 x 24000. Last but not least, we provide a comprehensive study on the impact of the coalescing group size in terms of cache

  8. A structure preserving Lanczos algorithm for computing the optical absorption spectrum

    Energy Technology Data Exchange (ETDEWEB)

    Shao, Meiyue [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Computational Research Div.; Jornada, Felipe H. da [Univ. of California, Berkeley, CA (United States). Dept. of Physics; Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Materials Science Div.; Lin, Lin [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Computational Research Div.; Univ. of California, Berkeley, CA (United States). Dept. of Mathematics; Yang, Chao [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Computational Research Div.; Deslippe, Jack [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). National Energy Research Scientific Computing Center (NERSC); Louie, Steven G. [Univ. of California, Berkeley, CA (United States). Dept. of Physics; Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Materials Science Div.

    2016-11-16

    We present a new structure preserving Lanczos algorithm for approximating the optical absorption spectrum in the context of solving full Bethe-Salpeter equation without Tamm-Dancoff approximation. The new algorithm is based on a structure preserving Lanczos procedure, which exploits the special block structure of Bethe-Salpeter Hamiltonian matrices. A recently developed technique of generalized averaged Gauss quadrature is incorporated to accelerate the convergence. We also establish the connection between our structure preserving Lanczos procedure with several existing Lanczos procedures developed in different contexts. Numerical examples are presented to demonstrate the effectiveness of our Lanczos algorithm.

  9. Look-ahead procedures for Lanczos-type product methods based on three-term recurrences

    Energy Technology Data Exchange (ETDEWEB)

    Gutknecht, M.H.; Ressel, K.J. [Swiss Center for Scientific Computing, Zuerich (Switzerland)

    1996-12-31

    Lanczos-type product methods for the solution of large sparse non-Hermitian linear systems either square the Lanczos process or combine it with a local minimization of the residual. They inherit from the underlying Lanczos process the danger of breakdown. For various Lanczos-type product methods that are based on the Lanczos three-term recurrence, look-ahead versions are presented, which avoid such breakdowns or near breakdowns with a small computational overhead. Different look-ahead strategies are discussed and their efficiency is demonstrated in several numerical examples.

  10. Multi-Grid Lanczos

    Science.gov (United States)

    Clark, M. A.; Jung, Chulwoo; Lehner, Christoph

    2018-03-01

    We present a Lanczos algorithm utilizing multiple grids that reduces the memory requirements both on disk and in working memory by one order of magnitude for RBC/UKQCD's 48I and 64I ensembles at the physical pion mass. The precision of the resulting eigenvectors is on par with exact deflation.

  11. Band Generalization of the Golub-Kahan Bidiagonalization, Generalized Jacobi Matrices, and the Core Problem

    Czech Academy of Sciences Publication Activity Database

    Hnětynková, Iveta; Plešinger, M.; Strakoš, Z.

    2015-01-01

    Roč. 36, č. 2 (2015), s. 417-434 ISSN 0895-4798 R&D Projects: GA ČR GA13-06684S Grant - others:GA MŠk(CZ) EE2.3.30.0065; GA MŠk(CZ) LL1202 Keywords : total least squares problem * multiple right-hand sides * core problem * Golub-Kahan bidiagonalization * generalized Jacobi matrices Subject RIV: BA - General Mathematics Impact factor: 1.883, year: 2015

  12. Multi-Grid Lanczos

    Directory of Open Access Journals (Sweden)

    Clark M. A.

    2018-01-01

    Full Text Available We present a Lanczos algorithm utilizing multiple grids that reduces the memory requirements both on disk and in working memory by one order of magnitude for RBC/UKQCD’s 48I and 64I ensembles at the physical pion mass. The precision of the resulting eigenvectors is on par with exact deflation.

  13. The Physical Interpretation of the Lanczos Tensor

    OpenAIRE

    Roberts, Mark D.

    1999-01-01

    The field equations of general relativity can be written as first order differential equations in the Weyl tensor, the Weyl tensor in turn can be written as a first order differential equation in a three index tensor called the Lanczos tensor. The Lanczos tensor plays a similar role in general relativity to that of the vector potential in electro-magnetic theory. The Aharonov-Bohm effect shows that when quantum mechanics is applied to electro-magnetic theory the vector potential is dynamicall...

  14. Reducing errors in the GRACE gravity solutions using regularization

    Science.gov (United States)

    Save, Himanshu; Bettadpur, Srinivas; Tapley, Byron D.

    2012-09-01

    The nature of the gravity field inverse problem amplifies the noise in the GRACE data, which creeps into the mid and high degree and order harmonic coefficients of the Earth's monthly gravity fields provided by GRACE. Due to the use of imperfect background models and data noise, these errors are manifested as north-south striping in the monthly global maps of equivalent water heights. In order to reduce these errors, this study investigates the use of the L-curve method with Tikhonov regularization. L-curve is a popular aid for determining a suitable value of the regularization parameter when solving linear discrete ill-posed problems using Tikhonov regularization. However, the computational effort required to determine the L-curve is prohibitively high for a large-scale problem like GRACE. This study implements a parameter-choice method, using Lanczos bidiagonalization which is a computationally inexpensive approximation to L-curve. Lanczos bidiagonalization is implemented with orthogonal transformation in a parallel computing environment and projects a large estimation problem on a problem of the size of about 2 orders of magnitude smaller for computing the regularization parameter. Errors in the GRACE solution time series have certain characteristics that vary depending on the ground track coverage of the solutions. These errors increase with increasing degree and order. In addition, certain resonant and near-resonant harmonic coefficients have higher errors as compared with the other coefficients. Using the knowledge of these characteristics, this study designs a regularization matrix that provides a constraint on the geopotential coefficients as a function of its degree and order. This regularization matrix is then used to compute the appropriate regularization parameter for each monthly solution. A 7-year time-series of the candidate regularized solutions (Mar 2003-Feb 2010) show markedly reduced error stripes compared with the unconstrained GRACE release 4

  15. The Lanczos algorithm for extensive many-body systems in the thermodynamic limit

    International Nuclear Information System (INIS)

    Witte, N.S.; Bessis, D.

    1999-01-01

    We establish rigorously the scaling properties of the Lanczos process applied to an arbitrary extensive Many-Body System which is carried to convergence n → ∞ and the thermodynamic limit N → ∞ taken. In this limit the solution for the limiting Lanczos coefficients are found exactly and generally through two equivalent sets of equations, given initial knowledge of the exact cumulant generating function. The measure and the Orthogonal Polynomial System associated with the Lanczos process in this regime are also given explicitly. Some important representations of these Lanczos functions are provided, including Taylor series expansions, and the theorems controlling their general properties are proven. (authors)

  16. Two aspects of black hole entropy in Lanczos-Lovelock models of gravity

    Science.gov (United States)

    Kolekar, Sanved; Kothawala, Dawood; Padmanabhan, T.

    2012-03-01

    We consider two specific approaches to evaluate the black hole entropy which are known to produce correct results in the case of Einstein’s theory and generalize them to Lanczos-Lovelock models. In the first approach (which could be called extrinsic), we use a procedure motivated by earlier work by Pretorius, Vollick, and Israel, and by Oppenheim, and evaluate the entropy of a configuration of densely packed gravitating shells on the verge of forming a black hole in Lanczos-Lovelock theories of gravity. We find that this matter entropy is not equal to (it is less than) Wald entropy, except in the case of Einstein theory, where they are equal. The matter entropy is proportional to the Wald entropy if we consider a specific mth-order Lanczos-Lovelock model, with the proportionality constant depending on the spacetime dimensions D and the order m of the Lanczos-Lovelock theory as (D-2m)/(D-2). Since the proportionality constant depends on m, the proportionality between matter entropy and Wald entropy breaks down when we consider a sum of Lanczos-Lovelock actions involving different m. In the second approach (which could be called intrinsic), we generalize a procedure, previously introduced by Padmanabhan in the context of general relativity, to study off-shell entropy of a class of metrics with horizon using a path integral method. We consider the Euclidean action of Lanczos-Lovelock models for a class of metrics off shell and interpret it as a partition function. We show that in the case of spherically symmetric metrics, one can interpret the Euclidean action as the free energy and read off both the entropy and energy of a black hole spacetime. Surprisingly enough, this leads to exactly the Wald entropy and the energy of the spacetime in Lanczos-Lovelock models obtained by other methods. We comment on possible implications of the result.

  17. High-performance bidiagonal reduction using tile algorithms on homogeneous multicore architectures

    KAUST Repository

    Ltaief, Hatem

    2013-04-01

    This article presents a new high-performance bidiagonal reduction (BRD) for homogeneous multicore architectures. This article is an extension of the high-performance tridiagonal reduction implemented by the same authors [Luszczek et al., IPDPS 2011] to the BRD case. The BRD is the first step toward computing the singular value decomposition of a matrix, which is one of the most important algorithms in numerical linear algebra due to its broad impact in computational science. The high performance of the BRD described in this article comes from the combination of four important features: (1) tile algorithms with tile data layout, which provide an efficient data representation in main memory; (2) a two-stage reduction approach that allows to cast most of the computation during the first stage (reduction to band form) into calls to Level 3 BLAS and reduces the memory traffic during the second stage (reduction from band to bidiagonal form) by using high-performance kernels optimized for cache reuse; (3) a data dependence translation layer that maps the general algorithm with column-major data layout into the tile data layout; and (4) a dynamic runtime system that efficiently schedules the newly implemented kernels across the processing units and ensures that the data dependencies are not violated. A detailed analysis is provided to understand the critical impact of the tile size on the total execution time, which also corresponds to the matrix bandwidth size after the reduction of the first stage. The performance results show a significant improvement over currently established alternatives. The new high-performance BRD achieves up to a 30-fold speedup on a 16-core Intel Xeon machine with a 12000×12000 matrix size against the state-of-the-art open source and commercial numerical software packages, namely LAPACK, compiled with optimized and multithreaded BLAS from MKL as well as Intel MKL version 10.2. © 2013 ACM.

  18. Cucheb: A GPU implementation of the filtered Lanczos procedure

    Science.gov (United States)

    Aurentz, Jared L.; Kalantzis, Vassilis; Saad, Yousef

    2017-11-01

    This paper describes the software package Cucheb, a GPU implementation of the filtered Lanczos procedure for the solution of large sparse symmetric eigenvalue problems. The filtered Lanczos procedure uses a carefully chosen polynomial spectral transformation to accelerate convergence of the Lanczos method when computing eigenvalues within a desired interval. This method has proven particularly effective for eigenvalue problems that arise in electronic structure calculations and density functional theory. We compare our implementation against an equivalent CPU implementation and show that using the GPU can reduce the computation time by more than a factor of 10. Program Summary Program title: Cucheb Program Files doi:http://dx.doi.org/10.17632/rjr9tzchmh.1 Licensing provisions: MIT Programming language: CUDA C/C++ Nature of problem: Electronic structure calculations require the computation of all eigenvalue-eigenvector pairs of a symmetric matrix that lie inside a user-defined real interval. Solution method: To compute all the eigenvalues within a given interval a polynomial spectral transformation is constructed that maps the desired eigenvalues of the original matrix to the exterior of the spectrum of the transformed matrix. The Lanczos method is then used to compute the desired eigenvectors of the transformed matrix, which are then used to recover the desired eigenvalues of the original matrix. The bulk of the operations are executed in parallel using a graphics processing unit (GPU). Runtime: Variable, depending on the number of eigenvalues sought and the size and sparsity of the matrix. Additional comments: Cucheb is compatible with CUDA Toolkit v7.0 or greater.

  19. Use of Lanczos vectors in fluid/structure interaction problems

    International Nuclear Information System (INIS)

    Jeans, R.; Mathews, I.C.

    1992-01-01

    The goals of any numerical computational technique used for the solution of structural acoustics problems in the exterior infinite domain should be of accuracy with rapid convergence, robustness, and computational efficiency. A computer program has been developed to achieve each of these three goals. Accuracy and robustness in the numerical representation of the integral equations used to represent the infinite fluid was attained through the use of boundary element implementations of the surface Helmholtz integral equations. The computational efficiency was resolved through the use of Lanczos vectors to model the deformation characteristics of the structure. The authors have developed collocation and variational techniques to overcome the difficulties previously encountered in the numerical implementation of the hypersingular integral operator. The Cauchy singularity present in the integral formulation is made numerically amenable through the use of tangential derivatives in both the collocation and variational techniques. The variational approach has the advantage that the resulting added fluid mass term is symmetric and combines efficiently with a finite element approximation of the structural elastic response. Several different strategies making use of the Lanczos vectors have been investigated. The first involved the use of Lanczos vectors solely to characterize the structural response. This reduced form of the structural dynamical matrix was then substituted back into a Burton and Miller formulation of the acoustic problem. The second strategy investigated involved forming the complex Lanzcos vectors of the dynamical matrix formed from the addition of a symmetrical added fluid matrix to the structural mass matrix. The size of resultant matrix equation set solved at each frequency for this strategy is determined by the number of Lanczos vectors used. 19 refs., 10 figs., 2 tabs

  20. Resolving the issue of branched Hamiltonian in modified Lanczos-Lovelock gravity

    Science.gov (United States)

    Ruz, Soumendranath; Mandal, Ranajit; Debnath, Subhra; Sanyal, Abhik Kumar

    2016-07-01

    The Hamiltonian constraint H_c = N{H} = 0, defines a diffeomorphic structure on spatial manifolds by the lapse function N in general theory of relativity. However, it is not manifest in Lanczos-Lovelock gravity, since the expression for velocity in terms of the momentum is multivalued. Thus the Hamiltonian is a branch function of momentum. Here we propose an extended theory of Lanczos-Lovelock gravity to construct a unique Hamiltonian in its minisuperspace version, which results in manifest diffeomorphic invariance and canonical quantization.

  1. On a connection between Lanczos and Householder methods

    International Nuclear Information System (INIS)

    Sau, J.

    1979-01-01

    It is shown that the Householder method can be considered as a Lanczos method, with the same properties for the convergence of the eigenvalues. An application to a shell-model calculation is then performed

  2. Recursion relations for the overlap of a Morse continuum state with a Lanczos basis state

    International Nuclear Information System (INIS)

    Lutrus, C.K.; Suck Salk, S.H.

    1988-01-01

    In the resonant reactive scattering theory of Mundel, Berman, and Domcke [Phys. Rev. A 32, 181 (1985)], the overlap of a Morse continuum state and a Lanczos basis state appears in the expression of transition amplitude. In their study, recursion relations for Green's functions in the Lanczos basis were used for computational efficiency. In this paper we derive new recursion relations specifically for the evaluation of overlap between the Morse continuum wave and Lanczos basis state that appears in the transition amplitude of resonant scattering. They are found to be simple to use with great accuracy

  3. Realization of preconditioned Lanczos and conjugate gradient algorithms on optical linear algebra processors.

    Science.gov (United States)

    Ghosh, A

    1988-08-01

    Lanczos and conjugate gradient algorithms are important in computational linear algebra. In this paper, a parallel pipelined realization of these algorithms on a ring of optical linear algebra processors is described. The flow of data is designed to minimize the idle times of the optical multiprocessor and the redundancy of computations. The effects of optical round-off errors on the solutions obtained by the optical Lanczos and conjugate gradient algorithms are analyzed, and it is shown that optical preconditioning can improve the accuracy of these algorithms substantially. Algorithms for optical preconditioning and results of numerical experiments on solving linear systems of equations arising from partial differential equations are discussed. Since the Lanczos algorithm is used mostly with sparse matrices, a folded storage scheme to represent sparse matrices on spatial light modulators is also described.

  4. Projective block Lanczos algorithm for dense, Hermitian eigensystems

    International Nuclear Information System (INIS)

    Webster, F.; Lo, G.C.

    1996-01-01

    Projection operators are used to effect open-quotes deflation by restrictionclose quotes and it is argued that this is an optimal Lanczos algorithm for memory minimization. Algorithmic optimization is constrained to dense, Hermitian eigensystems where a significant number of the extreme eigenvectors must be obtained reliably and completely. The defining constraints are operator algebra without a matrix representation and semi-orthogonalization without storage of Krylov vectors. other semi-orthogonalization strategies for Lanczos algorithms and conjugate gradient techniques are evaluated within these constraints. Large scale, sparse, complex numerical experiments are performed on clusters of magnetic dipoles, a quantum many-body system that is not block-diagonalizable. Plane-wave, density functional theory of beryllium clusters provides examples of dense complex eigensystems. Use of preconditioners and spectral transformations is evaluated in a preprocessor prior to a high accuracy self-consistent field calculation. 25 refs., 3 figs., 5 tabs

  5. A complex guided spectral transform Lanczos method for studying quantum resonance states

    International Nuclear Information System (INIS)

    Yu, Hua-Gen

    2014-01-01

    A complex guided spectral transform Lanczos (cGSTL) algorithm is proposed to compute both bound and resonance states including energies, widths and wavefunctions. The algorithm comprises of two layers of complex-symmetric Lanczos iterations. A short inner layer iteration produces a set of complex formally orthogonal Lanczos (cFOL) polynomials. They are used to span the guided spectral transform function determined by a retarded Green operator. An outer layer iteration is then carried out with the transform function to compute the eigen-pairs of the system. The guided spectral transform function is designed to have the same wavefunctions as the eigenstates of the original Hamiltonian in the spectral range of interest. Therefore the energies and/or widths of bound or resonance states can be easily computed with their wavefunctions or by using a root-searching method from the guided spectral transform surface. The new cGSTL algorithm is applied to bound and resonance states of HO, and compared to previous calculations

  6. A novel derivation of the boundary term for the action in Lanczos-Lovelock gravity

    Science.gov (United States)

    Chakraborty, Sumanta; Parattu, Krishnamohan; Padmanabhan, T.

    2017-09-01

    We present a novel derivation of the boundary term for the action in Lanczos-Lovelock gravity, starting from the boundary contribution in the variation of the Lanczos-Lovelock action. The derivation presented here is straightforward, i.e., one starts from the Lanczos-Lovelock action principle and the action itself dictates the boundary structure and hence the boundary term one needs to add to the action to make it well-posed. It also gives the full structure of the contribution at the boundary of the complete action, enabling us to read off the degrees of freedom to be fixed at the boundary, their corresponding conjugate momenta and the total derivative contribution on the boundary. We also provide a separate derivation of the Gauss-Bonnet case.

  7. A computationally efficient tool for assessing the depth resolution in large-scale potential-field inversion

    DEFF Research Database (Denmark)

    Paoletti, Valeria; Hansen, Per Christian; Hansen, Mads Friis

    2014-01-01

    In potential-field inversion, careful management of singular value decomposition components is crucial for obtaining information about the source distribution with respect to depth. In principle, the depth-resolution plot provides a convenient visual tool for this analysis, but its computational...... on memory and computing time. We used the ApproxDRP to study retrievable depth resolution in inversion of the gravity field of the Neapolitan Volcanic Area. Our main contribution is the combined use of the Lanczos bidiagonalization algorithm, established in the scientific computing community, and the depth...

  8. The Bach-Lanczos Lagrangian in matrix relativity

    International Nuclear Information System (INIS)

    Maluf, J.W.

    1987-01-01

    The author examines the generalisation of the Bach-Lanczos Lagrangian in matrix relativity where it is no longer a topological invariant, and find that for certain structures of the matrix affine connection a Yang-Mills type Lagrangian is obtained. Thus the possibility is considered of interpreting non-Abelian gauge fields as arising from an otherwise topological invariant. (author)

  9. The intrinsic nature of things the life and science of Cornelius Lanczos

    CERN Document Server

    Gellai, Barbara

    2010-01-01

    This book recounts the extraordinary personal journey and scientific story of Hungarian-born mathematician and physicist Cornelius Lanczos. His life and his mathematical accomplishments are inextricably linked, reflecting the social upheavals and historical events that shaped his odyssey in 20th-century Hungary, Germany, the United States, and Ireland. In his life Lanczos demonstrated a remarkable ability to be at the right place, or work with the right person, at the right time. At the start of his scientific career in Germany he worked as Einstein's assistant for one year and stayed in touch

  10. Seismic analysis of structures of nuclear power plants by Lanczos mode superposition method

    International Nuclear Information System (INIS)

    Coutinho, A.L.G.A.; Alves, J.L.D.; Landau, L.; Lima, E.C.P. de; Ebecken, N.F.F.

    1986-01-01

    The Lanczos Mode Superposition Method is applied in the seismic analysis of nuclear power plants. The coordinate transformation matrix is generated by the Lanczos algorithm. It is shown that, through a convenient choice of the starting vector of the algorithm, modes with participation factors are automatically selected. It is performed the Response Spectra analysis of a typical reactor building. The obtained results are compared with those determined by the classical aproach stressing the remarkable computer effectiveness of the proposed methodology. (Author) [pt

  11. Multi-layer Lanczos iteration approach to calculations of vibrational energies and dipole transition intensities for polyatomic molecules

    International Nuclear Information System (INIS)

    Yu, Hua-Gen

    2015-01-01

    We report a rigorous full dimensional quantum dynamics algorithm, the multi-layer Lanczos method, for computing vibrational energies and dipole transition intensities of polyatomic molecules without any dynamics approximation. The multi-layer Lanczos method is developed by using a few advanced techniques including the guided spectral transform Lanczos method, multi-layer Lanczos iteration approach, recursive residue generation method, and dipole-wavefunction contraction. The quantum molecular Hamiltonian at the total angular momentum J = 0 is represented in a set of orthogonal polyspherical coordinates so that the large amplitude motions of vibrations are naturally described. In particular, the algorithm is general and problem-independent. An application is illustrated by calculating the infrared vibrational dipole transition spectrum of CH based on the ab initio T8 potential energy surface of Schwenke and Partridge and the low-order truncated ab initio dipole moment surfaces of Yurchenko and co-workers. A comparison with experiments is made. The algorithm is also applicable for Raman polarizability active spectra

  12. Some uses of the symmetric Lanczos algorithm - and why it works!

    Energy Technology Data Exchange (ETDEWEB)

    Druskin, V.L. [Schlumberger-Doll Research, Ridgefield, CT (United States); Greenbaum, A. [Courant Institute of Mathematical Sciences, New York, NY (United States); Knizhnerman, L.A. [Central Geophysical Expedition, Moscow (Russian Federation)

    1996-12-31

    The Lanczos algorithm uses a three-term recurrence to construct an orthonormal basis for the Krylov space corresponding to a symmetric matrix A and a starting vector q{sub 1}. The vectors and recurrence coefficients produced by this algorithm can be used for a number of purposes, including solving linear systems Au = {var_phi} and computing the matrix exponential e{sup -tA}{var_phi}. Although the vectors produced in finite precision arithmetic are not orthogonal, we show why they can still be used effectively for these purposes. The reason is that the 2-norm of the residual is essentially determined by the tridiagonal matrix and the next recurrence coefficient produced by the finite precision Lanczos computation. It follows that if the same tridiagonal matrix and recurrence coefficient are produced by the exact Lanczos algorithm applied to some other problem, then exact arithmetic bounds on the residual for that problem will hold for the finite precision computation. In order to establish exact arithmetic bounds for the different problem, it is necessary to have some information about the eigenvalues of the new coefficient matrix. Here we make use of information already established in the literature, and we also prove a new result for indefinite matrices.

  13. An application of the discrete-time Toda lattice to the progressive algorithm by Lanczos and related problems

    Science.gov (United States)

    Nakamura, Yoshimasa; Sekido, Hiroto

    2018-04-01

    The finite or the semi-infinite discrete-time Toda lattice has many applications to various areas in applied mathematics. The purpose of this paper is to review how the Toda lattice appears in the Lanczos algorithm through the quotient-difference algorithm and its progressive form (pqd). Then a multistep progressive algorithm (MPA) for solving linear systems is presented. The extended Lanczos parameters can be given not by computing inner products of the extended Lanczos vectors but by using the pqd algorithm with highly relative accuracy in a lower cost. The asymptotic behavior of the pqd algorithm brings us some applications of MPA related to eigenvectors.

  14. The coupled-channel T-matrix: its lowest-order Born + Lanczos approximants

    International Nuclear Information System (INIS)

    Znojil, M.

    1995-01-01

    Three iterative methods of solution of the Lippmann-Schwinger equations (viz., the method of continued fractions by J.Horacek and T.Sasakawa), its Born-remainder modification and a coupled-channel matrix-continued-fraction generalization are all interpreted as special cases of a common iterative matrix prescription. Firstly, in terms of certain asymmetric projectors P≠P + , we re-derive the three particular older methods as different realizations of the well-known Lanczos inversion. Then, a generalized iteration method is proposed as a Born-like re-arrangement of any intermediate Lanczos iteration step. A maximal flexibility is achieved in the formalism which might compete with the standard Pade re-summations in practice. Its first few truncations are listed, therefore. 26 refs., 1 tab

  15. On a new implementation of the Lanczos algorithm

    International Nuclear Information System (INIS)

    Caurier, E.; Zuker, A.P.; Poves, A.

    1991-01-01

    The new implementation proposed is based on a block labelling scheme described in detail. Time reversal, f-projection, sum rule pivots and strength functions are discussed by the aid of the new implementation of the Lanczos algorithm. Energetics and magnetic dipole behaviour of 48 Ti are studied as examples illustrating the applications of the method. (G.P.) 9 refs.; 4 figs.; 1 tab

  16. The Lanczos and Conjugate Gradient Algorithms in Finite Precision Arithmetic

    Czech Academy of Sciences Publication Activity Database

    Meurant, G.; Strakoš, Zdeněk

    2006-01-01

    Roč. 15, - (2006), s. 471-542 ISSN 0962-4929 R&D Projects: GA AV ČR 1ET400300415 Institutional research plan: CEZ:AV0Z10300504 Keywords : Lanczos method * conjugate gradient method * finite precision arithmetic * numerical stability * iterative methods Subject RIV: BA - General Mathematics

  17. Thick-Restart Lanczos Method for Electronic Structure Calculations

    International Nuclear Information System (INIS)

    Simon, Horst D.; Wang, L.-W.; Wu, Kesheng

    1999-01-01

    This paper describes two recent innovations related to the classic Lanczos method for eigenvalue problems, namely the thick-restart technique and dynamic restarting schemes. Combining these two new techniques we are able to implement an efficient eigenvalue problem solver. This paper will demonstrate its effectiveness on one particular class of problems for which this method is well suited: linear eigenvalue problems generated from non-self-consistent electronic structure calculations

  18. Inversion of the fermion matrix and the equivalence of the conjugate gradient and Lanczos algorithms

    International Nuclear Information System (INIS)

    Burkitt, A.N.; Irving, A.C.

    1990-01-01

    The Lanczos and conjugate gradient algorithms are widely used in lattice QCD calculations. The previously known close relationship between the two methods is explored and two commonly used implementations are shown to give identically the same results at each iteration, in exact arithmetic, for matrix inversion. The identities between the coefficients of the two algorithms are given, and many of the features of the two algorithms can now be combined. The effects of finite arithmetic are investigated and the particular Lanczos formulation is found to be most stable with respect to rounding errors. (orig.)

  19. The Lanczos method in lattice gauge theories

    International Nuclear Information System (INIS)

    Barbour, I.M.; Behilil, N.E.; Gibbs, P.E.; Teper, M.; Schierholz, G.

    1984-09-01

    We present a modified version of the Lanczos algorithm as a computational method for tridiagonalising large sparse matrices, which avoids the requirement for large amounts of storage space. It can be applied as a first step in calculating eigenvalues and eigenvectors or for obtaining the inverse of a matrix row by row. Here we describe the method and apply it to various problems in lattice gauge theories. We have found it to have excellent convergence properties. In particular it enables us to do lattice calculations at small and even zero quark mass. (orig.)

  20. Lanczos potentials and a definition of gravitational entropy for perturbed Friedman-Lemaitre-Robertson-Walker spacetimes

    International Nuclear Information System (INIS)

    Mena, Filipe C; Tod, Paul

    2007-01-01

    We give a prescription for constructing a Lanczos potential for a cosmological model which is a purely gravitational perturbation of a Friedman-Lemaitre-Robertson-Walker spacetime. For the radiation equation of state, we find the Lanczos potential explicitly via Fourier transforms. As an application, we follow up a suggestion of Penrose (1979 Singularities and time-asymmetry General Relativity: An Einstein Centenary Survey ed S W Hawking and W Israel (Cambridge: Cambridge University Press)) and propose a definition of gravitational entropy for these cosmologies. With this definition, the gravitational entropy initially is finite if and only if the initial Weyl tensor is finite

  1. Eigenvalue routines in NASTRAN: A comparison with the Block Lanczos method

    Science.gov (United States)

    Tischler, V. A.; Venkayya, Vipperla B.

    1993-01-01

    The NASA STRuctural ANalysis (NASTRAN) program is one of the most extensively used engineering applications software in the world. It contains a wealth of matrix operations and numerical solution techniques, and they were used to construct efficient eigenvalue routines. The purpose of this paper is to examine the current eigenvalue routines in NASTRAN and to make efficiency comparisons with a more recent implementation of the Block Lanczos algorithm by Boeing Computer Services (BCS). This eigenvalue routine is now available in the BCS mathematics library as well as in several commercial versions of NASTRAN. In addition, CRAY maintains a modified version of this routine on their network. Several example problems, with a varying number of degrees of freedom, were selected primarily for efficiency bench-marking. Accuracy is not an issue, because they all gave comparable results. The Block Lanczos algorithm was found to be extremely efficient, in particular, for very large size problems.

  2. Algoritmo de lanczos na variedade de grassmann

    OpenAIRE

    Lopes, Ana Paula Ferreira Fernandes; Viamonte, Ana Júlia; Pascoal, António José

    2008-01-01

    O problema do cálculo de valores próprios, vectores próprios e subespaços invariantes está presente em áreas tão diversas como Engenharia, Física, Ciências de Computação e Matemática. Considerando a importância deste problema em tantas aplicações práticas, não é de surpreender que tenha sido e continue a ser objecto de intensa investigação, dando corpo a uma literatura muito vasta. Desenvolvemos um novo algoritmo de Lanczos na variedade de Grassmann. Este trabalho surgiu na ...

  3. Accuracy of the microcanonical Lanczos method to compute real-frequency dynamical spectral functions of quantum models at finite temperatures

    Science.gov (United States)

    Okamoto, Satoshi; Alvarez, Gonzalo; Dagotto, Elbio; Tohyama, Takami

    2018-04-01

    We examine the accuracy of the microcanonical Lanczos method (MCLM) developed by Long et al. [Phys. Rev. B 68, 235106 (2003), 10.1103/PhysRevB.68.235106] to compute dynamical spectral functions of interacting quantum models at finite temperatures. The MCLM is based on the microcanonical ensemble, which becomes exact in the thermodynamic limit. To apply the microcanonical ensemble at a fixed temperature, one has to find energy eigenstates with the energy eigenvalue corresponding to the internal energy in the canonical ensemble. Here, we propose to use thermal pure quantum state methods by Sugiura and Shimizu [Phys. Rev. Lett. 111, 010401 (2013), 10.1103/PhysRevLett.111.010401] to obtain the internal energy. After obtaining the energy eigenstates using the Lanczos diagonalization method, dynamical quantities are computed via a continued fraction expansion, a standard procedure for Lanczos-based numerical methods. Using one-dimensional antiferromagnetic Heisenberg chains with S =1 /2 , we demonstrate that the proposed procedure is reasonably accurate, even for relatively small systems.

  4. Projection preconditioning for Lanczos-type methods

    Energy Technology Data Exchange (ETDEWEB)

    Bielawski, S.S.; Mulyarchik, S.G.; Popov, A.V. [Belarusian State Univ., Minsk (Belarus)

    1996-12-31

    We show how auxiliary subspaces and related projectors may be used for preconditioning nonsymmetric system of linear equations. It is shown that preconditioned in such a way (or projected) system is better conditioned than original system (at least if the coefficient matrix of the system to be solved is symmetrizable). Two approaches for solving projected system are outlined. The first one implies straightforward computation of the projected matrix and consequent using some direct or iterative method. The second approach is the projection preconditioning of conjugate gradient-type solver. The latter approach is developed here in context with biconjugate gradient iteration and some related Lanczos-type algorithms. Some possible particular choices of auxiliary subspaces are discussed. It is shown that one of them is equivalent to using colorings. Some results of numerical experiments are reported.

  5. Implementation of the Lanczos algorithm for the Hubbard model on the Connection Machine system

    International Nuclear Information System (INIS)

    Leung, P.W.; Oppenheimer, P.E.

    1992-01-01

    An implementation of the Lanczos algorithm for the exact diagonalization of the two dimensional Hubbard model on a 4x4 square lattice on the Connection Machine CM-2 system is described. The CM-2 is a massively parallel machine with distributed memory. The program is written in C/PARIS. This implementation minimizes memory usage by generating the matrix elements as needed instead of storing them. The Lanczos vectors are stored across the local memory of the processors. Using translational symmetry only, the dimension of the Hilbert space at half filling is more than 10 million. A speed of about 2.4 min per iteration is achieved on a 64K CM-2. This implementation is scalable. Running it on a bigger machine with more processors speeds up the process. The performance analysis of this implementation is shown and discuss its advantages and disadvantages are discussed

  6. Accuracy of the microcanonical Lanczos method to compute real-frequency dynamical spectral functions of quantum models at finite temperatures.

    Science.gov (United States)

    Okamoto, Satoshi; Alvarez, Gonzalo; Dagotto, Elbio; Tohyama, Takami

    2018-04-01

    We examine the accuracy of the microcanonical Lanczos method (MCLM) developed by Long et al. [Phys. Rev. B 68, 235106 (2003)PRBMDO0163-182910.1103/PhysRevB.68.235106] to compute dynamical spectral functions of interacting quantum models at finite temperatures. The MCLM is based on the microcanonical ensemble, which becomes exact in the thermodynamic limit. To apply the microcanonical ensemble at a fixed temperature, one has to find energy eigenstates with the energy eigenvalue corresponding to the internal energy in the canonical ensemble. Here, we propose to use thermal pure quantum state methods by Sugiura and Shimizu [Phys. Rev. Lett. 111, 010401 (2013)PRLTAO0031-900710.1103/PhysRevLett.111.010401] to obtain the internal energy. After obtaining the energy eigenstates using the Lanczos diagonalization method, dynamical quantities are computed via a continued fraction expansion, a standard procedure for Lanczos-based numerical methods. Using one-dimensional antiferromagnetic Heisenberg chains with S=1/2, we demonstrate that the proposed procedure is reasonably accurate, even for relatively small systems.

  7. Shape coexistence, Lanczos techniques, and large-basis shell-model calculations

    Energy Technology Data Exchange (ETDEWEB)

    Haxton, W C [Washington Univ., Seattle, WA (United States). Dept. of Physics

    1992-08-01

    I discuss numerical many-body techniques based on the Lanczos algorithm and their applications to nuclear structure problems. Examples include shape coexistence, inclusive response functions, and weak interaction rates in {sup 16}O; weak-coupling descriptions of the O{sup +} bands in isotopes of Ge and Se; and the evaluation of the nuclear Green`s functions that arise in two-neutrino {beta}{beta} decay and in nuclear anapole and electric dipole moment calculations. (author). 11 refs., 2 tabs., 4 figs.

  8. The Non–Symmetric s–Step Lanczos Algorithm: Derivation of Efficient Recurrences and Synchronization–Reducing Variants of BiCG and QMR

    Directory of Open Access Journals (Sweden)

    Feuerriegel Stefan

    2015-12-01

    Full Text Available The Lanczos algorithm is among the most frequently used iterative techniques for computing a few dominant eigenvalues of a large sparse non-symmetric matrix. At the same time, it serves as a building block within biconjugate gradient (BiCG and quasi-minimal residual (QMR methods for solving large sparse non-symmetric systems of linear equations. It is well known that, when implemented on distributed-memory computers with a huge number of processes, the synchronization time spent on computing dot products increasingly limits the parallel scalability. Therefore, we propose synchronization-reducing variants of the Lanczos, as well as BiCG and QMR methods, in an attempt to mitigate these negative performance effects. These so-called s-step algorithms are based on grouping dot products for joint execution and replacing time-consuming matrix operations by efficient vector recurrences. The purpose of this paper is to provide a rigorous derivation of the recurrences for the s-step Lanczos algorithm, introduce s-step BiCG and QMR variants, and compare the parallel performance of these new s-step versions with previous algorithms.

  9. A Computationally Efficient Tool for Assessing the Depth Resolution in Potential-Field Inversion

    DEFF Research Database (Denmark)

    Paoletti, V.; Hansen, Per Christian; Hansen, Mads Friis

    In potential-field inversion problems, it can be dicult to obtain reliable information about the source distribution with respect to depth. Moreover, spatial resolution of the reconstructions decreases with depth, and in fact the more ill-posed the problem - and the more noisy the data - the less...... reliable the depth information. Based on earlier work using the singular value decomposition, we introduce a tool ApproxDRP which uses approximations of the singular vectors obtained by the iterative Lanczos bidiagonalization algorithm, making it well suited for large-scale problems. This tool allows...... successfully show the limitations of depth resolution resulting from noise in the data. This allows a reliable analysis of the retrievable depth information and effectively guides the user in choosing the optimal number of iterations, for a given problem....

  10. A look-ahead variant of the Lanczos algorithm and its application to the quasi-minimal residual method for non-Hermitian linear systems. Ph.D. Thesis - Massachusetts Inst. of Technology, Aug. 1991

    Science.gov (United States)

    Nachtigal, Noel M.

    1991-01-01

    The Lanczos algorithm can be used both for eigenvalue problems and to solve linear systems. However, when applied to non-Hermitian matrices, the classical Lanczos algorithm is susceptible to breakdowns and potential instabilities. In addition, the biconjugate gradient (BCG) algorithm, which is the natural generalization of the conjugate gradient algorithm to non-Hermitian linear systems, has a second source of breakdowns, independent of the Lanczos breakdowns. Here, we present two new results. We propose an implementation of a look-ahead variant of the Lanczos algorithm which overcomes the breakdowns by skipping over those steps where a breakdown or a near-breakdown would occur. The new algorithm can handle look-ahead steps of any length and requires the same number of matrix-vector products and inner products per step as the classical Lanczos algorithm without look-ahead. Based on the proposed look-ahead Lanczos algorithm, we then present a novel BCG-like approach, the quasi-minimal residual (QMR) method, which avoids the second source of breakdowns in the BCG algorithm. We present details of the new method and discuss some of its properties. In particular, we discuss the relationship between QMR and BCG, showing how one can recover the BCG iterates, when they exist, from the QMR iterates. We also present convergence results for QMR, showing the connection between QMR and the generalized minimal residual (GMRES) algorithm, the optimal method in this class of methods. Finally, we give some numerical examples, both for eigenvalue computations and for non-Hermitian linear systems.

  11. Matrix-variational method: an efficient approach to bound state eigenproblems

    International Nuclear Information System (INIS)

    Gerck, E.; d'Oliveira, A.B.

    1978-11-01

    A new matrix-variational method for solving the radial Schroedinger equation is described. It consists in obtaining an adjustable matrix formulation for the boundary value differential equation, using a set of three functions that obey the boundary conditions. These functions are linearly combined at every three adjacents points to fit the true unknown eigenfunction by a variational technique. With the use of a new class of central differences, the exponential differences, tridiagonal or bidiagonal matrices are obtained. In the bidiagonal case, closed form expressions for the eigenvalues are given for the Coulomb, harmonic, linear, square-root and logarithmic potentials. The values obtained are within 0.1% of the true numerical value. The eigenfunction can be calculated using the eigenvectors to reconstruct the linear combination of the set functions [pt

  12. Moment methods and Lanczos methods

    International Nuclear Information System (INIS)

    Whitehead, R.R.

    1980-01-01

    In contrast to many of the speakers at this conference I am less interested in average properties of nuclei than in detailed spectroscopy. I will try to show, however, that the two are very closely connected and that shell-model calculations may be used to give a great deal of information not normally associated with the shell-model. It has been demonstrated clearly to us that the level spacing fluctuations in nuclear spectra convey very little physical information. This is true when the fluctuations are averaged over the entire spectrum but not if one's interest is in the lowest few states, whose spacings are relatively large. If one wishes to calculate a ground state (say) accurately, that is with an error much smaller than the excitation energy of the first excited state, very high moments, μ/sub n/, n approx. 200, are needed. As I shall show, we use such moments as a matter of course, albeit without actually calculating them; in fact I will try to show that, if at all possible, the actual calculations of moments is to be avoided like the plague. At the heart of the new shell-model methods embodied in the Glasgow shell-model program and one or two similar ones is the so-called Lanczos method and this, it turns out, has many deep and subtle connections with the mathematical theory of moments. It is these connections that I will explore here

  13. Photoionization cross section by Stieltjes imaging applied to coupled cluster Lanczos pseudo-spectra

    Science.gov (United States)

    Cukras, Janusz; Coriani, Sonia; Decleva, Piero; Christiansen, Ove; Norman, Patrick

    2013-09-01

    A recently implemented asymmetric Lanczos algorithm for computing (complex) linear response functions within the coupled cluster singles (CCS), coupled cluster singles and iterative approximate doubles (CC2), and coupled cluster singles and doubles (CCSD) is coupled to a Stieltjes imaging technique in order to describe the photoionization cross section of atoms and molecules, in the spirit of a similar procedure recently proposed by Averbukh and co-workers within the Algebraic Diagrammatic Construction approach. Pilot results are reported for the atoms He, Ne, and Ar and for the molecules H2, H2O, NH3, HF, CO, and CO2.

  14. Photoionization cross section by Stieltjes imaging applied to coupled cluster Lanczos pseudo-spectra

    International Nuclear Information System (INIS)

    Cukras, Janusz; Coriani, Sonia; Decleva, Piero; Christiansen, Ove; Norman, Patrick

    2013-01-01

    A recently implemented asymmetric Lanczos algorithm for computing (complex) linear response functions within the coupled cluster singles (CCS), coupled cluster singles and iterative approximate doubles (CC2), and coupled cluster singles and doubles (CCSD) is coupled to a Stieltjes imaging technique in order to describe the photoionization cross section of atoms and molecules, in the spirit of a similar procedure recently proposed by Averbukh and co-workers within the Algebraic Diagrammatic Construction approach. Pilot results are reported for the atoms He, Ne, and Ar and for the molecules H 2 , H 2 O, NH 3 , HF, CO, and CO 2

  15. Photoionization cross section by Stieltjes imaging applied to coupled cluster Lanczos pseudo-spectra

    Energy Technology Data Exchange (ETDEWEB)

    Cukras, Janusz; Coriani, Sonia; Decleva, Piero [Dipartimento di Scienze Chimiche e Farmaceutiche, Università degli Studi di Trieste, via L. Giorgieri 1, I-34127 Trieste (Italy); Christiansen, Ove [Department of Chemistry, Aarhus University, DK-8000 Aarhus C (Denmark); Norman, Patrick [Department of Physics, Chemistry and Biology, Linköping University, SE-581 83 Linköping (Sweden)

    2013-09-07

    A recently implemented asymmetric Lanczos algorithm for computing (complex) linear response functions within the coupled cluster singles (CCS), coupled cluster singles and iterative approximate doubles (CC2), and coupled cluster singles and doubles (CCSD) is coupled to a Stieltjes imaging technique in order to describe the photoionization cross section of atoms and molecules, in the spirit of a similar procedure recently proposed by Averbukh and co-workers within the Algebraic Diagrammatic Construction approach. Pilot results are reported for the atoms He, Ne, and Ar and for the molecules H{sub 2}, H{sub 2}O, NH{sub 3}, HF, CO, and CO{sub 2}.

  16. Identity of the conjugate gradient and Lanczos algorithms for matrix inversion in lattice fermion calculations

    International Nuclear Information System (INIS)

    Burkitt, A.N.; Irving, A.C.

    1988-01-01

    Two of the methods that are widely used in lattice gauge theory calculations requiring inversion of the fermion matrix are the Lanczos and the conjugate gradient algorithms. Those algorithms are already known to be closely related. In fact for matrix inversion, in exact arithmetic, they give identical results at each iteration and are just alternative formulations of a single algorithm. This equivalence survives rounding errors. We give the identities between the coefficients of the two formulations, enabling many of the best features of them to be combined. (orig.)

  17. 2D XXZ model ground state properties using an analytic Lanczos expansion

    International Nuclear Information System (INIS)

    Witte, N.S.; Hollenberg, L.C.L.; Weihong Zheng

    1997-01-01

    A formalism was developed for calculating arbitrary expectation values for any extensive lattice Hamiltonian system using a new analytic Lanczos expansion, or plaquette expansion, and a recently proved exact theorem for ground state energies. The ground state energy, staggered magnetisation and the excited state gap of the 2D anisotropic antiferromagnetic Heisenberg Model are then calculated using this expansion for a range of anisotropy parameters and compared to other moment based techniques, such as the t-expansion, and spin-wave theory and series expansion methods. It was found that far from the isotropic point all moment methods give essentially very similar results, but near the isotopic point the plaquette expansion is generally better than the others. 20 refs., 6 tabs

  18. Application of spectral Lanczos decomposition method to large scale problems arising geophysics

    Energy Technology Data Exchange (ETDEWEB)

    Tamarchenko, T. [Western Atlas Logging Services, Houston, TX (United States)

    1996-12-31

    This paper presents an application of Spectral Lanczos Decomposition Method (SLDM) to numerical modeling of electromagnetic diffusion and elastic waves propagation in inhomogeneous media. SLDM approximates an action of a matrix function as a linear combination of basis vectors in Krylov subspace. I applied the method to model electromagnetic fields in three-dimensions and elastic waves in two dimensions. The finite-difference approximation of the spatial part of differential operator reduces the initial boundary-value problem to a system of ordinary differential equations with respect to time. The solution to this system requires calculating exponential and sine/cosine functions of the stiffness matrices. Large scale numerical examples are in a good agreement with the theoretical error bounds and stability estimates given by Druskin, Knizhnerman, 1987.

  19. Lanczos-driven coupled-cluster damped linear response theory for molecules in polarizable environments

    DEFF Research Database (Denmark)

    List, Nanna Holmgaard; Coriani, Sonia; Kongsted, Jacob

    2014-01-01

    are specifically motivated by a twofold aim: (i) computation of core excitations in realistic surroundings and (ii) examination of the effect of the differential response of the environment upon excitation solely related to the CC multipliers (herein denoted the J matrix) in computations of excitation energies......We present an extension of a previously reported implementation of a Lanczos-driven coupled-cluster (CC) damped linear response approach to molecules in condensed phases, where the effects of a surrounding environment are incorporated by means of the polarizable embedding formalism. We...... and transition moments of polarizable-embedded molecules. Numerical calculations demonstrate that the differential polarization of the environment due to the first-order CC multipliers provides only minor contributions to the solvatochromic shift for all transitions considered. We thus complement previous works...

  20. Brown-York quasilocal energy in Lanczos-Lovelock gravity and black hole horizons

    Science.gov (United States)

    Chakraborty, Sumanta; Dadhich, Naresh

    2015-12-01

    A standard candidate for quasilocal energy in general relativity is the Brown-York energy, which is essentially a two dimensional surface integral of the extrinsic curvature on the two-boundary of a spacelike hypersurface referenced to flat spacetime. Several years back one of us had conjectured that the black hole horizon is defined by equipartition of gravitational and non-gravitational energy. By employing the above definition of quasilocal Brown-York energy, we have verified the equipartition conjecture for static charged and charged axi-symmetric black holes in general relativity. We have further generalized the Brown-York formalism to all orders in Lanczos-Lovelock theories of gravity and have verified the conjecture for pure Lovelock charged black hole in all even d = 2 m + 2 dimensions, where m is the degree of Lovelock action. It turns out that the equipartition conjecture works only for pure Lovelock, and not for Einstein-Lovelock black holes.

  1. Brown-York quasilocal energy in Lanczos-Lovelock gravity and black hole horizons

    International Nuclear Information System (INIS)

    Chakraborty, Sumanta; Dadhich, Naresh

    2015-01-01

    A standard candidate for quasilocal energy in general relativity is the Brown-York energy, which is essentially a two dimensional surface integral of the extrinsic curvature on the two-boundary of a spacelike hypersurface referenced to flat spacetime. Several years back one of us had conjectured that the black hole horizon is defined by equipartition of gravitational and non-gravitational energy. By employing the above definition of quasilocal Brown-York energy, we have verified the equipartition conjecture for static charged and charged axi-symmetric black holes in general relativity. We have further generalized the Brown-York formalism to all orders in Lanczos-Lovelock theories of gravity and have verified the conjecture for pure Lovelock charged black hole in all even d=2m+2 dimensions, where m is the degree of Lovelock action. It turns out that the equipartition conjecture works only for pure Lovelock, and not for Einstein-Lovelock black holes.

  2. Second harmonic inversion for ultrasound contrast harmonic imaging

    Energy Technology Data Exchange (ETDEWEB)

    Pasovic, Mirza; Danilouchkine, Mike; Faez, Telli; Van Neer, Paul L M J; Van der Steen, Antonius F W; De Jong, Nico [THORAXCENTER, Department of Biomedical Engineering Ee2302, Erasmus MC, Rotterdam (Netherlands); Cachard, Christian; Basset, Olivier, E-mail: mirza.pasovic@creatis.insa-lyon.fr [CREATIS-LRMN, Universite de Lyon, INSA-Lyon, Universite Lyon 1, Inserm U630, CNRS UMR 5220 (France)

    2011-06-07

    Ultrasound contrast agents (UCAs) are small micro-bubbles that behave nonlinearly when exposed to an ultrasound wave. This nonlinear behavior can be observed through the generated higher harmonics in a back-scattered echo. In past years several techniques have been proposed to detect or image harmonics produced by UCAs. In these proposed works, the harmonics generated in the medium during the propagation of the ultrasound wave played an important role, since these harmonics compete with the harmonics generated by the micro-bubbles. We present a method for the reduction of the second harmonic generated during nonlinear-propagation-dubbed second harmonic inversion (SHI). A general expression for the suppression signals is also derived. The SHI technique uses two pulses, p' and p'', of the same frequency f{sub 0} and the same amplitude P{sub 0} to cancel out the second harmonic generated by nonlinearities of the medium. Simulations show that the second harmonic is reduced by 40 dB on a large axial range. Experimental SHI B-mode images, from a tissue-mimicking phantom and UCAs, show an improvement in the agent-to-tissue ratio (ATR) of 20 dB compared to standard second harmonic imaging and 13 dB of improvement in harmonic power Doppler.

  3. Second harmonic inversion for ultrasound contrast harmonic imaging

    International Nuclear Information System (INIS)

    Pasovic, Mirza; Danilouchkine, Mike; Faez, Telli; Van Neer, Paul L M J; Van der Steen, Antonius F W; De Jong, Nico; Cachard, Christian; Basset, Olivier

    2011-01-01

    Ultrasound contrast agents (UCAs) are small micro-bubbles that behave nonlinearly when exposed to an ultrasound wave. This nonlinear behavior can be observed through the generated higher harmonics in a back-scattered echo. In past years several techniques have been proposed to detect or image harmonics produced by UCAs. In these proposed works, the harmonics generated in the medium during the propagation of the ultrasound wave played an important role, since these harmonics compete with the harmonics generated by the micro-bubbles. We present a method for the reduction of the second harmonic generated during nonlinear-propagation-dubbed second harmonic inversion (SHI). A general expression for the suppression signals is also derived. The SHI technique uses two pulses, p' and p'', of the same frequency f 0 and the same amplitude P 0 to cancel out the second harmonic generated by nonlinearities of the medium. Simulations show that the second harmonic is reduced by 40 dB on a large axial range. Experimental SHI B-mode images, from a tissue-mimicking phantom and UCAs, show an improvement in the agent-to-tissue ratio (ATR) of 20 dB compared to standard second harmonic imaging and 13 dB of improvement in harmonic power Doppler.

  4. Harmonic statistics

    International Nuclear Information System (INIS)

    Eliazar, Iddo

    2017-01-01

    The exponential, the normal, and the Poisson statistical laws are of major importance due to their universality. Harmonic statistics are as universal as the three aforementioned laws, but yet they fall short in their ‘public relations’ for the following reason: the full scope of harmonic statistics cannot be described in terms of a statistical law. In this paper we describe harmonic statistics, in their full scope, via an object termed harmonic Poisson process: a Poisson process, over the positive half-line, with a harmonic intensity. The paper reviews the harmonic Poisson process, investigates its properties, and presents the connections of this object to an assortment of topics: uniform statistics, scale invariance, random multiplicative perturbations, Pareto and inverse-Pareto statistics, exponential growth and exponential decay, power-law renormalization, convergence and domains of attraction, the Langevin equation, diffusions, Benford’s law, and 1/f noise. - Highlights: • Harmonic statistics are described and reviewed in detail. • Connections to various statistical laws are established. • Connections to perturbation, renormalization and dynamics are established.

  5. Harmonic statistics

    Energy Technology Data Exchange (ETDEWEB)

    Eliazar, Iddo, E-mail: eliazar@post.tau.ac.il

    2017-05-15

    The exponential, the normal, and the Poisson statistical laws are of major importance due to their universality. Harmonic statistics are as universal as the three aforementioned laws, but yet they fall short in their ‘public relations’ for the following reason: the full scope of harmonic statistics cannot be described in terms of a statistical law. In this paper we describe harmonic statistics, in their full scope, via an object termed harmonic Poisson process: a Poisson process, over the positive half-line, with a harmonic intensity. The paper reviews the harmonic Poisson process, investigates its properties, and presents the connections of this object to an assortment of topics: uniform statistics, scale invariance, random multiplicative perturbations, Pareto and inverse-Pareto statistics, exponential growth and exponential decay, power-law renormalization, convergence and domains of attraction, the Langevin equation, diffusions, Benford’s law, and 1/f noise. - Highlights: • Harmonic statistics are described and reviewed in detail. • Connections to various statistical laws are established. • Connections to perturbation, renormalization and dynamics are established.

  6. A Method for Harmonic Sources Detection based on Harmonic Distortion Power Rate

    Science.gov (United States)

    Lin, Ruixing; Xu, Lin; Zheng, Xian

    2018-03-01

    Harmonic sources detection at the point of common coupling is an essential step for harmonic contribution determination and harmonic mitigation. The harmonic distortion power rate index is proposed for harmonic source location based on IEEE Std 1459-2010 in the paper. The method only based on harmonic distortion power is not suitable when the background harmonic is large. To solve this problem, a threshold is determined by the prior information, when the harmonic distortion power is larger than the threshold, the customer side is considered as the main harmonic source, otherwise, the utility side is. A simple model of public power system was built in MATLAB/Simulink and field test results of typical harmonic loads verified the effectiveness of proposed method.

  7. One dimension harmonic oscillator

    International Nuclear Information System (INIS)

    Cohen-Tannoudji, Claude; Diu, Bernard; Laloe, Franck.

    1977-01-01

    The importance of harmonic oscillator in classical and quantum physics, eigenvalues and eigenstates of hamiltonian operator are discussed. In complement are presented: study of some physical examples of harmonic oscillators; study of stationnary states in the /x> representation; Hermite polynomials; resolution of eigenvalue equation of harmonic oscillator by polynomial method; isotope harmonic oscillator with three dimensions; charged harmonic oscillator in uniform electric field; quasi classical coherent states of harmonic oscillator; eigenmodes of vibration of two coupled harmonic oscillators; vibration modus of a continuous physical system (application to radiation: photons); vibration modus of indefinite linear chain of coupled harmonic oscillators (phonons); one-dimensional harmonic oscillator in thermodynamic equilibrium at temperature T [fr

  8. HARMONIC DRIVE SELECTION

    Directory of Open Access Journals (Sweden)

    Piotr FOLĘGA

    2014-03-01

    Full Text Available The variety of types and sizes currently in production harmonic drive is a problem in their rational choice. Properly selected harmonic drive must meet certain requirements during operation, and achieve the anticipated service life. The paper discusses the problems associated with the selection of the harmonic drive. It also presents the algorithm correct choice of harmonic drive. The main objective of this study was to develop a computer program that allows the correct choice of harmonic drive by developed algorithm.

  9. Static harmonization of dynamically harmonized Fourier transform ion cyclotron resonance cell.

    Science.gov (United States)

    Zhdanova, Ekaterina; Kostyukevich, Yury; Nikolaev, Eugene

    2017-08-01

    Static harmonization in the Fourier transform ion cyclotron resonance cell improves the resolving power of the cell and prevents dephasing of the ion cloud in the case of any trajectory of the charged particle, not necessarily axisymmetric cyclotron (as opposed to dynamic harmonization). We reveal that the Fourier transform ion cyclotron resonance cell with dynamic harmonization (paracell) is proved to be statically harmonized. The volume of the statically harmonized potential distribution increases with an increase in the number of trap segments.

  10. Harmonics and energy management

    International Nuclear Information System (INIS)

    Andresen, M.

    1993-01-01

    To summarize what this paper has presented: Voltage and current non-sinusoidal wave shapes exist in our power system. These harmonics result from the prolific use of non-linear loads. The use of these types of loads is increasing dramatically, partly due to the push to implement energy management techniques involving harmonic generating equipment. Harmonic analysis can identify specific harmonics, their frequency, magnitude, and phase shift referenced to the fundamental. Harmonic distortion forces the use of true RMS multimeters for measurement accuracy. High levels of neutral current and N-G voltages are now possible. Transformers may overheat and fail even though they are below rated capacity. Low power factors due to harmonics cannot be corrected by the installation of capacitors, and knowledge of the fundamental VARs or the displacement power factor is needed to use capacitors alone for power factor correction. The harmonic related problems presented are by no means an exhaustive list. Many other concerns arise when harmonics are involved in the power system. The critical issue behind these problems is that many of the devices being recommended from an energy management point of view are contributing to the harmonic levels, and thus to the potential for harmonic problems. We can no longer live in the sinusoidal mentality if we are to be effective in saving energy and reducing costs

  11. Extending the eigCG algorithm to nonsymmetric Lanczos for linear systems with multiple right-hand sides

    Energy Technology Data Exchange (ETDEWEB)

    Abdel-Rehim, A M; Stathopoulos, Andreas; Orginos, Kostas

    2014-08-01

    The technique that was used to build the EigCG algorithm for sparse symmetric linear systems is extended to the nonsymmetric case using the BiCG algorithm. We show that, similarly to the symmetric case, we can build an algorithm that is capable of computing a few smallest magnitude eigenvalues and their corresponding left and right eigenvectors of a nonsymmetric matrix using only a small window of the BiCG residuals while simultaneously solving a linear system with that matrix. For a system with multiple right-hand sides, we give an algorithm that computes incrementally more eigenvalues while solving the first few systems and then uses the computed eigenvectors to deflate BiCGStab for the remaining systems. Our experiments on various test problems, including Lattice QCD, show the remarkable ability of EigBiCG to compute spectral approximations with accuracy comparable to that of the unrestarted, nonsymmetric Lanczos. Furthermore, our incremental EigBiCG followed by appropriately restarted and deflated BiCGStab provides a competitive method for systems with multiple right-hand sides.

  12. Atto second high harmonic sources

    International Nuclear Information System (INIS)

    Nam, Chang Hee

    2008-01-01

    High harmonic generation is a powerful method to produce attosecond pulses. The high harmonics, emitted from atoms driven by intense femtosecond laser pulses, can from an attosecond pulse train with equally spaced harmonic spectrum or an isolated single attosecond pulse with broad continuum spectrum. Using high power femtosecond laser technology developed at CXRC, we have investigated the spectral and temporal characteristics of high harmonics obtained from gaseous atoms. The spectral structure of harmonics could be manipulated by controlling laser chirp, and continuous tuning of harmonic wavelengths was achieved. For rigorous temporal characterization of attosecond harmonic pulses a cross correlation technique was applied to the photoionization process by harmonic and IR femtosecond pulses and achieved the complete temporal reconstruction of attosecond pulse trains, revealing the detailed temporal structure of the attosecond chirp by material dispersion. The duration of attosecond high harmonic pulses is usually much longer than that of transform limited pulses due to the inherent chirp originating from the harmonic generation process. The attosecond chirp compensation in the harmonic generation medium itself was demonstrated, thereby realizing the generation of near transform limited attosecond pulses. The interference of attosecond electron wave packets, generated from an atom by attosecond harmonic pulses, will be also presented

  13. High-harmonic spectroscopy of oriented OCS molecules: emission of even and odd harmonics.

    Science.gov (United States)

    Kraus, P M; Rupenyan, A; Wörner, H J

    2012-12-07

    We study the emission of even and odd high-harmonic orders from oriented OCS molecules. We use an intense, nonresonant femtosecond laser pulse superimposed with its phase-controlled second harmonic field to impulsively align and orient a dense sample of molecules from which we subsequently generate high-order harmonics. The even harmonics appear around the full revivals of the rotational dynamics. We demonstrate perfect coherent control over their intensity through the subcycle delay of the two-color fields. The odd harmonics are insensitive to the degree of orientation, but modulate with the degree of axis alignment, in agreement with calculated photorecombination dipole moments. We further compare the shape of the even and odd harmonic spectra with our calculations and determine the degree of orientation.

  14. Harmonic supergraphs

    International Nuclear Information System (INIS)

    Galperin, A.; Ivanov, E.; Ogievetsky, V.; Sokatchev, E.

    1985-01-01

    This paper completes a descrption of the quantization procedure in the harmonic superspace approach. The Feynman rules for N=2 matter and Yang-Mills theories are derived and the various examples of harmonic supergraph calculations are given. Calculations appear to be not more difficult than those in the N=1 case. The integration over harmonic variables does not lead to any troubles, a non-locality in these disappears on-shell. The important property is that the quantum corrections are always writen as integrals over the full harmonic superspace even though the initial action is an integral over the analytic subspace. As a by-product our results imply a very simple proof of finiteness of a wide class of the N=4, d=2 non-linear Σ-models. The most general self-couplings of hypermultiplets including those with broken SU(2) are considered.The duality relations among the N=2 linear multiplet and both kinds of hypermultiplet are established

  15. Harmonic operation of high gain harmonic generation free electron laser

    International Nuclear Information System (INIS)

    Deng Haixiao; Chinese Academy of Sciences, Beijing; Dai Zhimin

    2008-01-01

    In high gain harmonic generation (HGHG) free electron laser (FEL), with the right choice of parameters of the modulator undulator, the dispersive section and the seed laser, one may make the spatial bunching of the electron beam density distribution correspond to one of the harmonic frequencies of the radiator radiation, instead of the fundamental frequency of the radiator radiation in conventional HGHG, thus the radiator undulator is in harmonic operation (HO) mode. In this paper, we investigate HO of HGHG FEL. Theoretical analyses with universal method are derived and numerical simulations in ultraviolet and deep ultraviolet spectral regions are given. It shows that the power of the 3rd harmonic radiation in the HO of HGHG may be as high as 18.5% of the fundamental power level. Thus HO of HGHG FEL may obtain short wavelength by using lower beam energy. (authors)

  16. General Lp-harmonic Blaschke bodies

    Indian Academy of Sciences (India)

    Lutwak introduced the harmonic Blaschke combination and the harmonic Blaschke body of a star body. Further, Feng and Wang introduced the concept of the -harmonic Blaschke body of a star body. In this paper, we define the notion of general -harmonic Blaschke bodies and establish some of its properties.

  17. General Lp-harmonic Blaschke bodies

    Indian Academy of Sciences (India)

    Abstract. Lutwak introduced the harmonic Blaschke combination and the harmonic. Blaschke body of a star body. Further, Feng and Wang introduced the concept of the L p- harmonic Blaschke body of a star body. In this paper, we define the notion of general. L p-harmonic Blaschke bodies and establish some of its ...

  18. Second-harmonic generation in second-harmonic fiber Bragg gratings.

    Science.gov (United States)

    Steel, M J; de Sterke, C M

    1996-06-20

    We consider the production of second-harmonic light in gratings resonant with the generated field, through a Green's function approach. We recover some standard results and obtain new limits for the uniform grating case. With the extension to nonuniform gratings, we find the Green's function for the second harmonic in a grating with an arbitrary phase shift at some point. We then obtain closed form approximate expressions for the generated light for phase shifts close to π/2 and at the center of the grating. Finally, comparing the uniform and phase-shifted gratings with homogeneous materials, we discuss the enhancement in generated light and the bandwidth over which it occurs, and the consequences for second-harmonic generation in optical fiber Bragg gratings.

  19. Harmonic Interaction Analysis in Grid Connected Converter using Harmonic State Space (HSS) Modeling

    DEFF Research Database (Denmark)

    Kwon, Jun Bum; Wang, Xiongfei; Bak, Claus Leth

    2015-01-01

    -model, are introduced to analyze these problems. However, it is found that Linear Time Invariant (LTI) base model analysis makes it difficult to analyze these phenomenon because of time varying system operation trajectories, varying output impedance seen by grid connected systems and neglected switching component......An increasing number of power electronics based Distributed Generation (DG) systems and loads generate coupled harmonic as well as non-characteristic harmonic with each other. Several methods like impedance based analysis, which is derived from conventional small signal- and average...... during the modeling process. This paper investigates grid connected converter by means of Harmonic State Space (HSS) small signal model, which is modeled from Linear Time varying Periodically (LTP) system. Further, a grid connected converter harmonic matrix is investigated to analyze the harmonic...

  20. Input Harmonic Analysis on the Slim DC-Link Drive Using Harmonic State Space Model

    DEFF Research Database (Denmark)

    Yang, Feng; Kwon, Jun Bum; Wang, Xiongfei

    2017-01-01

    The harmonic performance of the slim dc-link adjustable speed drives has shown good performance in some studies but poor in some others. The contradiction indicates that a feasible theoretical analysis is still lacking to characterize the harmonic distortion for the slim dc-link drive. Considerin...... results of the slim dc-link drive, loaded up to 2.0 kW, are presented to validate the theoretical analysis....... variation according to the switching instant, the harmonics at the steady-state condition, as well as the coupling between the multiple harmonic impedances. By using this model, the impaction on the harmonics performance by the film capacitor and the grid inductance is derived. Simulation and experimental...

  1. Comparison study among conventional, tissue harmonic and pulse inversion harmonic images to evaluate pleural effusion and ascites

    International Nuclear Information System (INIS)

    Chung, Hwan Hoon; Kim, Yun Hwan; Kang, Chang Ho; Park, Bum Jin; Chung, Kyoo Byung; Suh, Won Hyuck

    2000-01-01

    To determine the most useful sonographic technique to evaluate pleural effusion and ascites by comparing conventional, tissue harmonic and pulse inversion harmonic images. 12 patients having pleural effusion and 14 patients having ascites were included in this study. 18 patients were male and 8 patients were female. Average age was 54.8 yrs (25-77). We compared images which had been taken at the same section with 3 above mentioned sonographic techniques. Evaluation was done by 3 radiologists in consensus and grades were given to 3 techniques from 1 to 3. Evaluating points were 1) normal structures that border the fluid such as liver, peritoneal lining, pleura, 2) septation in fluid, 3) debris floating in fluid, and 4) artifacts. Pulse inversion harmonic image was the best in image quality for normal structures, followed by tissue harmonic and conventional image (p<0.05). Pulse inversion harmonic image was better than conventional image to evaluate septation in fluid (p<0.05), but there were no statistically significant difference between pulse inversion and tissue harmonic images, and tissue harmonic and conventional images. Tissue harmonic image was better than pulse inversion harmonic and conventional images to evaluate debris floating in fluid (p<0.05) but there was no statistically significant difference between these two latter techniques. Artifacts were most prominent on conventional image followed by tissue harmonic and pulse inversion harmonic image (p<0.05). Pulse inversion harmonic image was the best sonographic technique to evaluate pleural effusion or ascites, However, Tissue harmonic image was the best for evaluation of debris.

  2. Comparison study among conventional, tissue harmonic and pulse inversion harmonic images to evaluate pleural effusion and ascites

    Energy Technology Data Exchange (ETDEWEB)

    Chung, Hwan Hoon; Kim, Yun Hwan; Kang, Chang Ho; Park, Bum Jin; Chung, Kyoo Byung; Suh, Won Hyuck [Korea University College of Medicine, Seoul (Korea, Republic of)

    2000-12-15

    To determine the most useful sonographic technique to evaluate pleural effusion and ascites by comparing conventional, tissue harmonic and pulse inversion harmonic images. 12 patients having pleural effusion and 14 patients having ascites were included in this study. 18 patients were male and 8 patients were female. Average age was 54.8 yrs (25-77). We compared images which had been taken at the same section with 3 above mentioned sonographic techniques. Evaluation was done by 3 radiologists in consensus and grades were given to 3 techniques from 1 to 3. Evaluating points were 1) normal structures that border the fluid such as liver, peritoneal lining, pleura, 2) septation in fluid, 3) debris floating in fluid, and 4) artifacts. Pulse inversion harmonic image was the best in image quality for normal structures, followed by tissue harmonic and conventional image (p<0.05). Pulse inversion harmonic image was better than conventional image to evaluate septation in fluid (p<0.05), but there were no statistically significant difference between pulse inversion and tissue harmonic images, and tissue harmonic and conventional images. Tissue harmonic image was better than pulse inversion harmonic and conventional images to evaluate debris floating in fluid (p<0.05) but there was no statistically significant difference between these two latter techniques. Artifacts were most prominent on conventional image followed by tissue harmonic and pulse inversion harmonic image (p<0.05). Pulse inversion harmonic image was the best sonographic technique to evaluate pleural effusion or ascites, However, Tissue harmonic image was the best for evaluation of debris.

  3. Harmonic Patterns in Forex Trading

    OpenAIRE

    Nemček, Sebastian

    2013-01-01

    This diploma thesis is committed to examination of validity of Harmonic Patterns in Forex trading. Scott Carney described existing and introduced new Harmonic Patterns in 1999 in his book Harmonic Trader. These patterns use the Fibonacci principle to analyze price action and to provide both bullish and bearish trading signals. The goal of this thesis is to find out whether harmonic trading strategy on selected pairs is profitable in FX market, which patterns are the most profitable and what i...

  4. Synthesis of Variable Harmonic Impedance in Inverter-Interfaced Distributed Generation Unit for Harmonic Damping Throughout a Distribution Network

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Blaabjerg, Frede; Chen, Zhe

    2012-01-01

    This paper proposes a harmonic impedance synthesis technique for voltage-controlled distributed generation inverters in order to damp harmonic voltage distortion on a distribution network. The approach employs a multiloop control scheme, where a selective harmonic load current feedforward loop...... at the dominant harmonic frequencies. Thus, the harmonic voltage drop on the grid-side inductance and the harmonic resonances throughout a distribution feeder with multiple shunt-connected capacitors can be effectively attenuated. Simulation and laboratory test results validate the performance of the proposed...

  5. Tuvan throat singing and harmonics

    Science.gov (United States)

    Ruiz, Michael J.; Wilken, David

    2018-05-01

    Tuvan throat singing, also called overtone singing, provides for an exotic demonstration of the physics of harmonics as well as introducing an Asian musical aesthetic. A low fundamental is sung and the singer skillfully alters the resonances of the vocal system to enhance an overtone (harmonic above the fundamental). The result is that the listener hears two pitches simultaneously. Harmonics such as H8, H9, H10, and H12 form part of a pentatonic scale and are commonly selected for melody tones by Tuvan singers. A real-time spectrogram is provided in a video (Ruiz M J 2018 Video: Tuvan Throat Singing and Harmonics http://mjtruiz.com/ped/tuva/) so that Tuvan harmonics can be visualized as they are heard.

  6. Tissue Harmonic Synthetic Aperture Imaging

    DEFF Research Database (Denmark)

    Rasmussen, Joachim

    The main purpose of this PhD project is to develop an ultrasonic method for tissue harmonic synthetic aperture imaging. The motivation is to advance the field of synthetic aperture imaging in ultrasound, which has shown great potentials in the clinic. Suggestions for synthetic aperture tissue...... system complexity compared to conventional synthetic aperture techniques. In this project, SASB is sought combined with a pulse inversion technique for 2nd harmonic tissue harmonic imaging. The advantages in tissue harmonic imaging (THI) are expected to further improve the image quality of SASB...

  7. Superstrings and harmonic superspace

    International Nuclear Information System (INIS)

    Kallosh, R.E.; AN SSSR, Moscow. Fizicheskij Inst.)

    1987-01-01

    The paper on superstrings and harmonic superspace is a contribution to the book dedicated to E.S. Fradkin on his sixtieth birthday. The purpose of the paper is to propose a description of N = 2,3 superspace which could be used for the investigation of the effective d = 10 harmonic superspace corresponding to the heterotic superstring. A description is given of the structure of semi-simple Lie algebras in the Cartan-Weyl basis, as well as the general properties of the even, compact part of harmonic superspace. The main properties of the four-dimensional N = 2 SYM theory are discussed, along with the N = 3, d = 4 super Yang-Mills theory. Finally the relation between the harmonic superspace and the heterotic E 8 x E 8 superstring is examined. (U.K.)

  8. On the conformal equivalence of harmonic maps and exponentially harmonic maps

    International Nuclear Information System (INIS)

    Hong Minchun.

    1991-06-01

    Suppose that (M,g) and (N,h) are compact smooth Riemannian manifolds without boundaries. For m = dim M ≥3, and Φ: (M,g) → (N,h) is exponentially harmonic, there exists a smooth metric g-tilde conformally equivalent to g such that Φ: (M,g-tilde) → (N,h) is harmonic. (author). 7 refs

  9. Waveguide harmonic damper for klystron amplifier

    International Nuclear Information System (INIS)

    Kang, Y.

    1998-01-01

    A waveguide harmonic damper was designed for removing the harmonic frequency power from the klystron amplifiers of the APS linac. Straight coaxial probe antennas are used in a rectangular waveguide to form a damper. A linear array of the probe antennas is used on a narrow wall of the rectangular waveguide for damping klystron harmonics while decoupling the fundamental frequency in dominent TE 01 mode. The klystron harmonics can exist in the waveguide as waveguide higher-order modes above cutoff. Computer simulations are made to investigate the waveguide harmonic damping characteristics of the damper

  10. Harmonic Damping in DG-Penetrated Distribution Network

    DEFF Research Database (Denmark)

    Lu, Jinghang; Savaghebi, Mehdi; Guerrero, Josep M.

    2016-01-01

    Grid background harmonics may be amplified, propagate through a long distribution feeder and even lead to power system instability. In this paper, harmonic propagation issue is investigated and mitigation of the harmonics is analyzed by using transmission line theory which has already been applied...... in power systems. It is demonstrated that a specific harmonic will not be amplified if the feeder’s length is less than one quarter of the harmonic wavelength meanwhile the terminal impedance is less than characteristic impedance. Besides, three scenarios will be considered in accordance...... with the relationship between the feeder’s length and harmonic wavelength. Harmonic suppression control strategies will be respectively designed considering 5th and 7th harmonics coexisting in the distribution line. Finally, a simulation study has been performed to verify the theoretical analysis and demonstrate...

  11. Harmonic supergraphs. Green functions

    International Nuclear Information System (INIS)

    Galperin, A.; Ivanov, E.; Gievetsky, V.; Sokatchev, E.

    1985-01-01

    The quantization procedure in the harmonic superspace approach is worked out. Harmonic distributions are introduced and are used to construct the analytic superspace delta-functions and the Green functions for the hypermultiplet and the N=2 Yang-Mills superfields. The gauge fixing is described and the relevant Faddeev-Popov ghosts are defined. The corresponding BRST transformations are found. The harmonic superspace quantization of the N=2 gauge theory turns out to be rather simple and has many parallels with that for the standard (N=0) Yang-Mills theory. In particular, no ghosts-forghosts are needed

  12. A pretandem harmonic buncher

    International Nuclear Information System (INIS)

    Lin, Qui-xun; Van Wechel, T.D.

    1987-01-01

    A single gap harmonic buncher has been constructed as a pretandem buncher. Over 85% of a proton dc beam has been bunched into pulses. The width (fwhm) of the pulses is 0.7 ns. The buncher is based on that built at Argonne. Changes were made to the buncher's configuration so that the buncher could be tuned to the desired four harmonic frequencies. A method of calibrating and setting the relative phases and amplitudes of the four harmonic frequencies has been used to obtain an optimum sawtooth-like bunching waveform

  13. Harmonic Interaction Analysis in Grid-connected Converter using Harmonic State Space (HSS) Modeling

    DEFF Research Database (Denmark)

    Kwon, Jun Bum; Wang, Xiongfei; Blaabjerg, Frede

    2017-01-01

    research about the harmonic interaction. However, it is found that the Linear Time Invariant (LTI) based model analysis makes it difficult to analyze these phenomena because of the time-varying properties of the power electronic based systems. This paper investigates grid-connected converter by using......An increasing number of power electronic based Distributed Generation (DG) systems and loads generate not only characteristic harmonics but also unexpected harmonics. Several methods like impedance based analysis, which are derived from the conventional average model, are introduced to perform...

  14. Harmonics in transmission power systems

    DEFF Research Database (Denmark)

    Wiechowski, Wojciech Tomasz

    . The comparison shows that results obtained used both types of the cores are the same, so it is concluded that both cores can be used for harmonic measurements. Low-inductance resistors are introduced in the secondary circuits, in series with the metering and protective relaying. On those resistors, the harmonic......Some time ago, Energinet.dk, the Transmission System Operator of the 150 kV and 400 kV transmission network in Denmark, had experienced operational malfunctions of some of the measuring and protection equipment. Also an overloading of a harmonic filter has been reported, and therefore, a need...... end only so the ground is not used as a return path. A way to reduce the capacitive coupling is to provide shielding. Harmonic currents are measured using the conventional inductive voltage transformers. Both protective and metering cores were compared if they could be used for harmonic measurements...

  15. Multidimensional high harmonic spectroscopy

    International Nuclear Information System (INIS)

    Bruner, Barry D; Soifer, Hadas; Shafir, Dror; Dudovich, Nirit; Serbinenko, Valeria; Smirnova, Olga

    2015-01-01

    High harmonic generation (HHG) has opened up a new frontier in ultrafast science where attosecond time resolution and Angstrom spatial resolution are accessible in a single measurement. However, reconstructing the dynamics under study is limited by the multiple degrees of freedom involved in strong field interactions. In this paper we describe a new class of measurement schemes for resolving attosecond dynamics, integrating perturbative nonlinear optics with strong-field physics. These approaches serve as a basis for multidimensional high harmonic spectroscopy. Specifically, we show that multidimensional high harmonic spectroscopy can measure tunnel ionization dynamics with high precision, and resolves the interference between multiple ionization channels. In addition, we show how multidimensional HHG can function as a type of lock-in amplifier measurement. Similar to multi-dimensional approaches in nonlinear optical spectroscopy that have resolved correlated femtosecond dynamics, multi-dimensional high harmonic spectroscopy reveals the underlying complex dynamics behind attosecond scale phenomena. (paper)

  16. Audibility of harmonics in 'periodic white noise'

    NARCIS (Netherlands)

    Duifhuis, H.; Tomesen, H.H.

    1970-01-01

    In a previous article (Duifhuis, 1970) results' concerning the audibility of harmonics in a periodic pulse have been presented. Each of the lower harmonics could be perceived separately, whereas the high harmonics were heard together as one complex signal. High harmonics, however, appeared to be

  17. Probabilistic Harmonic Modeling of Wind Power Plants

    DEFF Research Database (Denmark)

    Guest, Emerson; Jensen, Kim H.; Rasmussen, Tonny Wederberg

    2017-01-01

    A probabilistic sequence domain (SD) harmonic model of a grid-connected voltage-source converter is used to estimate harmonic emissions in a wind power plant (WPP) comprised of Type-IV wind turbines. The SD representation naturally partitioned converter generated voltage harmonics into those...... with deterministic phase and those with probabilistic phase. A case study performed on a string of ten 3MW, Type-IV wind turbines implemented in PSCAD was used to verify the probabilistic SD harmonic model. The probabilistic SD harmonic model can be employed in the planning phase of WPP projects to assess harmonic...

  18. Complex harmonic modal analysis of rotor systems

    International Nuclear Information System (INIS)

    Han, Dong Ju

    2015-01-01

    Complex harmonic analysis for rotor systems has been proposed from the strict complex modal analysis based upon Floquet theory. In this process the harmonic balance method is adopted, effectively associated with conventional eigenvalue analysis. Also, the harmonic coefficients equivalent to dFRFs in harmonic mode has been derived in practice. The modes are classified from identifying the modal characteristics, and the adaptation of harmonic balance method has been proven by comparing the results of the stability analyses from Floque theory and the eigen analysis. The modal features of each critical speed are depicted in quantitatively and qualitatively by showing that the strengths of each component of the harmonic coefficients are estimated from the order of magnitude analysis according to their harmonic patterns. This effectiveness has been verified by comparing with the numerical solutions

  19. Harmonic uniflow engine

    Science.gov (United States)

    Bennett, Charles L.

    2016-03-22

    A reciprocating-piston uniflow engine includes a harmonic oscillator inlet valve capable of oscillating at a resonant frequency for controlling the flow of working fluid into the engine. In particular, the inlet valve includes an inlet valve head and a spring arranged together as a harmonic oscillator so that the inlet valve head is moveable from an unbiased equilibrium position to a biased closed position occluding an inlet. When released, the inlet valve head undergoes a single oscillation past the equilibrium position to a maximum open position and returns to a biased return position close to the closed position to choke the flow and produce a pressure drop across the inlet valve causing the inlet valve to close. In other embodiments, the harmonic oscillator arrangement of the inlet valve enables the uniflow engine to be reversibly operated as a uniflow compressor.

  20. Analysis of Harmonic Coupling and Stability in Back-to-Back Converter Systems for Wind Turbines using Harmonic State Space (HSS)

    DEFF Research Database (Denmark)

    Kwon, Jun Bum; Wang, Xiongfei; Bak, Claus Leth

    2015-01-01

    Understanding about harmonic propagation in wind turbine converter is fundamental to research the influence of these on a large network harmonic distortion. Therefore, the analysis of wind turbine converter harmonic spectrum as well as the influence of converter operating point into the network i...... connected into the large wind farm model to analyze the overall steady-state harmonic as well as harmonic stability. All theoretical modeling and analysis is verified by means of simulation and experimental results.......Understanding about harmonic propagation in wind turbine converter is fundamental to research the influence of these on a large network harmonic distortion. Therefore, the analysis of wind turbine converter harmonic spectrum as well as the influence of converter operating point into the network...... is urgently important issues in harmonic studies on wind farm. However, the conventional modeling procedure and simplified model for controller design are not enough to analyze such complicated systems. Besides, they have many limitations in terms of including a non-linear component, different operating...

  1. High-frequency harmonic imaging of the eye

    Science.gov (United States)

    Silverman, Ronald H.; Coleman, D. Jackson; Ketterling, Jeffrey A.; Lizzi, Frederic L.

    2005-04-01

    Purpose: Harmonic imaging has become a well-established technique for ultrasonic imaging at fundamental frequencies of 10 MHz or less. Ophthalmology has benefited from the use of fundamentals of 20 MHz to 50 MHz. Our aim was to explore the ability to generate harmonics for this frequency range, and to generate harmonic images of the eye. Methods: The presence of harmonics was determined in both water and bovine vitreous propagation media by pulse/echo and hydrophone at a series of increasing excitation pulse intensities and frequencies. Hydrophone measurements were made at the focal point and in the near- and far-fields of 20 MHz and 40 MHz transducers. Harmonic images of the anterior segment of the rabbit eye were obtained by a combination of analog filtering and digital post-processing. Results: Harmonics were generated nearly identically in both water and vitreous. Hydrophone measurements showed the maximum second harmonic to be -5 dB relative to the 35 MHz fundamental at the focus, while in pulse/echo the maximum harmonic amplitude was -15dB relative to the fundamental. Harmonics were absent in the near-field, but present in the far-field. Harmonic images of the eye showed improved resolution. Conclusion: Harmonics can be readily generated at very high frequencies, and at power levels compliant with FDA guidelines for ophthalmology. This technique may yield further improvements to the already impressive resolutions obtainable in this frequency range. Improved imaging of the macular region, in particular, may provide significant improvements in diagnosis of retinal disease.

  2. Harmonics Monitoring Survey on LED Lamps

    Directory of Open Access Journals (Sweden)

    Abdelrahman Ahmed Akila

    2017-03-01

    Full Text Available Light Emitting Diode (LED lamps are being increasingly used in many applications. These LED lamps operate using a driver, which is a switching device. Hence, LED lamps will be a source of harmonics in the power system. These harmonics if not well treated, may cause severe performance and operational problems. In this paper, harmonics (amplitude and phase angles generated by both LED lamps and conventional fluorescent lamps will be studied practically. Then they will be analyzed and evaluated. Compared to each other harmonics generated by both LED and conventional florescent lamps, self mitigation may occur based on the phase angle of these harmonics. All data will be measured using power analyzer and will be done on a sample of actual lamps.

  3. Computer model for harmonic ultrasound imaging.

    Science.gov (United States)

    Li, Y; Zagzebski, J A

    2000-01-01

    Harmonic ultrasound imaging has received great attention from ultrasound scanner manufacturers and researchers. In this paper, we present a computer model that can generate realistic harmonic images. In this model, the incident ultrasound is modeled after the "KZK" equation, and the echo signal is modeled using linear propagation theory because the echo signal is much weaker than the incident pulse. Both time domain and frequency domain numerical solutions to the "KZK" equation were studied. Realistic harmonic images of spherical lesion phantoms were generated for scans by a circular transducer. This model can be a very useful tool for studying the harmonic buildup and dissipation processes in a nonlinear medium, and it can be used to investigate a wide variety of topics related to B-mode harmonic imaging.

  4. High-order harmonics generation from overdense plasmas

    International Nuclear Information System (INIS)

    Quere, F.; Thaury, C.; Monot, P.; Martin, Ph.; Geindre, J.P.; Audebert, P.; Marjoribanks, R.

    2006-01-01

    Complete test of publication follows. When an intense laser beam reflects on an overdense plasma generated on a solid target, high-order harmonics of the incident laser frequency are observed in the reflected beam. This process provides a way to produce XUV femtosecond and attosecond pulses in the μJ range from ultrafast ultraintense lasers. Studying the mechanisms responsible for this harmonic emission is also of strong fundamental interest: just as HHG in gases has been instrumental in providing a comprehensive understanding of basic intense laser-atom interactions, HHG from solid-density plasmas is likely to become a unique tool to investigate many key features of laser-plasma interactions at high intensities. We will present both experimental and theoretical evidence that two mechanisms contribute to this harmonic emission: - Coherent Wake Emission: in this process, harmonics are emitted by plasma oscillations in te overdense plasma, triggered in the wake of jets of Brunel electrons generated by the laser field. - The relativistic oscillating mirror: in this process, the intense laser field drives a relativistic oscillation of the plasma surface, which in turn gives rise to a periodic phase modulation of the reflected beam, and hence to the generation of harmonics of the incident frequency. Left graph: experimental harmonic spectrum from a polypropylene target, obtained with 60 fs laser pulses at 10 19 W/cm 2 , with a very high temporal contrast (10 10 ). The plasma frequency of this target corresponds to harmonics 15-16, thus excluding the CWE mechanism for the generation of harmonics of higher orders. Images on the right: harmonic spectra from orders 13 et 18, for different distances z between the target and the best focus. At the highest intensity (z=0), harmonics emitted by the ROM mechanism are observed above the 15th order. These harmonics have a much smaller spectral width then those due to CWE (below the 15th order). These ROM harmonics vanish as soon

  5. Estimation and calibration of observation impact signals using the Lanczos method in NOAA/NCEP data assimilation system

    Directory of Open Access Journals (Sweden)

    M. Wei

    2012-09-01

    Full Text Available Despite the tremendous progress that has been made in data assimilation (DA methodology, observing systems that reduce observation errors, and model improvements that reduce background errors, the analyses produced by the best available DA systems are still different from the truth. Analysis error and error covariance are important since they describe the accuracy of the analyses, and are directly related to the future forecast errors, i.e., the forecast quality. In addition, analysis error covariance is critically important in building an efficient ensemble forecast system (EFS.

    Estimating analysis error covariance in an ensemble-based Kalman filter DA is straightforward, but it is challenging in variational DA systems, which have been in operation at most NWP (Numerical Weather Prediction centers. In this study, we use the Lanczos method in the NCEP (the National Centers for Environmental Prediction Gridpoint Statistical Interpolation (GSI DA system to look into other important aspects and properties of this method that were not exploited before. We apply this method to estimate the observation impact signals (OIS, which are directly related to the analysis error variances. It is found that the smallest eigenvalue of the transformed Hessian matrix converges to one as the number of minimization iterations increases. When more observations are assimilated, the convergence becomes slower and more eigenvectors are needed to retrieve the observation impacts. It is also found that the OIS over data-rich regions can be represented by the eigenvectors with dominant eigenvalues.

    Since only a limited number of eigenvectors can be computed due to computational expense, the OIS is severely underestimated, and the analysis error variance is consequently overestimated. It is found that the mean OIS values for temperature and wind components at typical model levels are increased by about 1.5 times when the number of eigenvectors is doubled

  6. Harmonic Detection at Initialization With Kalman Filter

    DEFF Research Database (Denmark)

    Hussain, Dil Muhammad Akbar; Imran, Raja Muhammad; Shoro, Ghulam Mustafa

    2014-01-01

    Most power electronic equipment these days generate harmonic disturbances, these devices hold nonlinear voltage/current characteristic. The harmonics generated can potentially be harmful to the consumer supply. Typically, filters are integrated at the power source or utility location to filter out...... the affect of harmonics on the supply. For the detection of these harmonics various techniques are available and one of that technique is the Kalman filter. In this paper we investigate that what are the consequences when harmonic detection system based on Kalman Filtering is initialized...

  7. Harmonic response of coupled and uncoupled granular YBCO

    International Nuclear Information System (INIS)

    Torralba, Maria Veronica S; Sarmago, Roland V

    2004-01-01

    The harmonic responses of granular YBCO were obtained via mutual inductance measurements. Two samples, one with and another without intergranular coupling, were investigated in terms of the harmonic components of magnetization at various field amplitudes and frequencies. By comparing the behaviour of the features in the harmonics to that of the peaks in the fundamental response, we explicitly identified which features in the harmonics originate from intragranular harmonic generation and which arise due to a contribution of intergranular coupling. Harmonic responses were obtained despite the absence of vortices and even harmonics were detected in a purely AC magnetic field

  8. Electromagnetic cyclotron harmonic waves

    International Nuclear Information System (INIS)

    Ohnuma, T.; Watanabe, T.; Hamamatsu, K.

    1981-09-01

    Electromagnetic electron cyclotron harmonic waves just below the electron cyclotron harmonics are investigated numerically and experimentally. Backward waves which are observed to propagate nearly perpendicular to the magnetic field just below the electron cyclotron frequency in a high density magnetoplasma are confirmed to be in accord with the theoretical electromagnetic cyclotron waves. (author)

  9. Second harmonic generation in a bounded magnetoplasma

    International Nuclear Information System (INIS)

    Thomas, D.G.

    1975-01-01

    An experimental study of second harmonic generation in a magnetized plasma contained in a cylindrical cavity resonator shows how the harmonic power varies with fundamental power, background gas pressure, and magnetization. Two cavities were designed. For each the TM010 resonance was in the S-band and the TM011 resonance in the C-band. Both frequencies were harmonically related when the d.c. discharge sustaining the plasma was adjusted to give plasma frequencies of approximately 0.7 GHz and 1.53 GHz. The experimental results show the harmonic power approximately proportional to the square of the fundamental power from 5 to 100 mw, and a decreasing function of pressure from 10 to 150 millitorr. Experiments at constant plasma frequency and varying magnetic field from 0 to 3000 Gauss show a sharp drop in harmonic power to undetectable levels when the electron cyclotron frequency approximates either the fundamental or second harmonic frequencies. These effects are attributed, respectively, to the coupling of fundamental power to other modes and to cavity detuning away from the harmonic. With the plasma frequency adjusted to maintain simultaneous resonance of fundamental and harmonic, a harmonic signal maximum occurred when the upper hybrid frequency approximated the harmonic frequency. Several anomalies, apparently related to the magnetization, background gas, and electron density distribution were observed. Otherwise, the results are qualitatively consistent with the first order theory for a cold, collisional plasma

  10. Intense harmonic generation from various ablation media

    International Nuclear Information System (INIS)

    Ozaki, T.; Elouga, L.; Suzuki, M.; Kuroda, H.; Ganeev, R.A.

    2006-01-01

    Complete test of publication follows. High-order harmonic generation (HHG) is a unique source of coherent extreme ultraviolet (XUV) radiation, which can produce soft x-rays within the spectral 'water-window' (between 2.3 and 4.4 nm), and ultimately short pulses with attosecond duration. However, the intensity of present-day harmonics is still low, and serious applications will need an increase of the conversion efficiency. Instead of using gas media, one can also use ablation material, produced on solid targets using a low-intensity prepulse, as the nonlinear medium to generate high-order harmonics. Recently, we have successfully demonstrated the generation of up to the 63 rd harmonic (λ = 12.6 nm) of a Ti:sapphire laser radiation using boron ablation, and a strong enhancement in the intensity of the 13 th harmonic from indium ablation. These harmonics were generated with a modest laser (10 mJ, 150 fs) and with the pre-pulse to main pulse energy ratio constant. In this paper, we perform systematic investigations of ablation harmonics, using the 200 mJ, 30 fs Ti:sapphire beam line of the Canadian Advanced Laser Light Source (ALLS) facility. ALLS allows studying ablation harmonics over wider experimental parameters, and with independent control over the pre-pulse and main pulse energies. The 10 Hz, 200 mJ Ti:sapphire beam line of ALLS is divided into two beams. Each beam has its own energy control system, which allows independent control over the energy of each beam. One of the beams is used as a pre-pulse for creating ablation, which is focused onto the solid target without pulse compression, with pulse duration of 200 ps. The second beam is used as the main pulse for harmonic generation. The main pulse is delayed in time relative to the pre-pulse by propagating through an optical delay line, and then sent through a pulse compressor. The compressed pulse duration have typical pulse duration of 30 fs FWHM, which is then focused onto the ablation medium using MgF 2

  11. Harmonic balance approach to the periodic solutions of the (an)harmonic relativistic oscillator

    International Nuclear Information System (INIS)

    Belendez, Augusto; Pascual, Carolina

    2007-01-01

    The first-order harmonic balance method via the first Fourier coefficient is used to construct two approximate frequency-amplitude relations for the relativistic oscillator for which the nonlinearity (anharmonicity) is a relativistic effect due to the time line dilation along the world line. Making a change of variable, a new nonlinear differential equation is obtained and two procedures are used to approximately solve this differential equation. In the first the differential equation is rewritten in a form that does not contain a square-root expression, while in the second the differential equation is solved directly. The approximate frequency obtained using the second procedure is more accurate than the frequency obtained with the first due to the fact that, in the second procedure, application of the harmonic balance method produces an infinite set of harmonics, while in the first procedure only two harmonics are produced. Both approximate frequencies are valid for the complete range of oscillation amplitudes, and excellent agreement of the approximate frequencies with the exact one are demonstrated and discussed. The discrepancy between the first-order approximate frequency obtained by means of the second procedure and the exact frequency never exceeds 1.6%. We also obtained the approximate frequency by applying the second-order harmonic balance method and in this case the relative error is as low 0.31% for all the range of values of amplitude of oscillation A

  12. Harmonically excited orbital variations

    International Nuclear Information System (INIS)

    Morgan, T.

    1985-01-01

    Rephrasing the equations of motion for orbital maneuvers in terms of Lagrangian generalized coordinates instead of Newtonian rectangular cartesian coordinates can make certain harmonic terms in the orbital angular momentum vector more readily apparent. In this formulation the equations of motion adopt the form of a damped harmonic oscillator when torques are applied to the orbit in a variationally prescribed manner. The frequencies of the oscillator equation are in some ways unexpected but can nonetheless be exploited through resonant forcing functions to achieve large secular variations in the orbital elements. Two cases are discussed using a circular orbit as the control case: (1) large changes in orbital inclination achieved by harmonic excitation rather than one impulsive velocity change, and (2) periodic and secular changes to the longitude of the ascending node using both stable and unstable excitation strategies. The implications of these equations are also discussed for both artificial satellites and natural satellites. For the former, two utilitarian orbits are suggested, each exploiting a form of harmonic excitation. 5 refs

  13. Expansion into lattice harmonics in cubic symmetries

    Science.gov (United States)

    Kontrym-Sznajd, G.

    2018-05-01

    On the example of a few sets of sampling directions in the Brillouin zone, this work shows how important the choice of the cubic harmonics is on the quality of approximation of some quantities by a series of such harmonics. These studies led to the following questions: (1) In the case that for a given l there are several independent harmonics, can one use in the expansion only one harmonic with a given l?; (2) How should harmonics be ordered: according to l or, after writing them in terms of (x4 + y4 + z4)n (x2y2z2)m, according to their degree q = n + m? To enable practical applications of such harmonics, they are constructed in terms of the associated Legendre polynomials up to l = 26. It is shown that electron momentum densities, reconstructed from experimental data for ErGa3 and InGa3, are described much better by harmonics ordered with q.

  14. Balancing Vibrations at Harmonic Frequencies by Injecting Harmonic Balancing Signals into the Armature of a Linear Motor/Alternator Coupled to a Stirling Machine

    Science.gov (United States)

    Holliday, Ezekiel S. (Inventor)

    2014-01-01

    Vibrations at harmonic frequencies are reduced by injecting harmonic balancing signals into the armature of a linear motor/alternator coupled to a Stirling machine. The vibrations are sensed to provide a signal representing the mechanical vibrations. A harmonic balancing signal is generated for selected harmonics of the operating frequency by processing the sensed vibration signal with adaptive filter algorithms of adaptive filters for each harmonic. Reference inputs for each harmonic are applied to the adaptive filter algorithms at the frequency of the selected harmonic. The harmonic balancing signals for all of the harmonics are summed with a principal control signal. The harmonic balancing signals modify the principal electrical drive voltage and drive the motor/alternator with a drive voltage component in opposition to the vibration at each harmonic.

  15. Explaining the harmonic sequence paradox.

    Science.gov (United States)

    Schmidt, Ulrich; Zimper, Alexander

    2012-05-01

    According to the harmonic sequence paradox, an expected utility decision maker's willingness to pay for a gamble whose expected payoffs evolve according to the harmonic series is finite if and only if his marginal utility of additional income becomes zero for rather low payoff levels. Since the assumption of zero marginal utility is implausible for finite payoff levels, expected utility theory - as well as its standard generalizations such as cumulative prospect theory - are apparently unable to explain a finite willingness to pay. This paper presents first an experimental study of the harmonic sequence paradox. Additionally, it demonstrates that the theoretical argument of the harmonic sequence paradox only applies to time-patient decision makers, whereas the paradox is easily avoided if time-impatience is introduced. ©2011 The British Psychological Society.

  16. Synthesis of variable harmonic impedance in inverter-interfaced distributed generation unit for harmonic damping throughout a distribution network

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Blaabjerg, Frede; Chen, Zhe

    2012-01-01

    This paper proposes a harmonic impedance synthesis technique for voltage-controlled distributed generation inverter in order to damp harmonic voltage distortion on a distribution network. The approach employs a multiloop control scheme, where a selective load harmonic current feedforward loop bas...

  17. Harmonic d-tensors

    Energy Technology Data Exchange (ETDEWEB)

    Hohmann, Manuel [Physikalisches Institut, Universitaet Tartu (Estonia)

    2016-07-01

    Tensor harmonics are a useful mathematical tool for finding solutions to differential equations which transform under a particular representation of the rotation group SO(3). In order to make use of this tool also in the setting of Finsler geometry, where the objects of relevance are d-tensors instead of tensors, we construct a set of d-tensor harmonics for both SO(3) and SO(4) symmetries and show how these can be used for calculations in Finsler geometry and gravity.

  18. HARMONIZATION OF TAX POLICIES: REVIEWING MACEDONIA AND CROATIA

    Directory of Open Access Journals (Sweden)

    Sasho Kozuharov

    2015-12-01

    Full Text Available The tax harmonization is a complex issue in the process of European integration. The tax harmonization is a process of convergence of the tax system based on mutual set of rules and, in general, it means existence of identical or similar tax rates for the tax payers in European Union, i.e. Euro zone. In case there are identical tax rates, then we are talking about a, so called, total explicit tax harmonization, whereas, if there are similar tax rates, we are talking about partial explicit tax harmonization, which refers to determination of the highest and the lowest tax rates. Thus, countries can determine the tax rates of certain taxes. The total harmonization, besides tax rates harmonization, means structural harmonization or harmonization of the tax structure. The harmonization of direct taxes mainly relies on the following main objectives: avoiding tax evasion and elimination of double taxation. The harmonization of regulations and directives in the field of indirect taxes is necessary in terms of establishing a single market, or removal of barriers to the free movement of goods, people, services and capital.

  19. Harmonic mappings into manifolds with boundary

    International Nuclear Information System (INIS)

    Chen Yunmei; Musina, R.

    1989-08-01

    In this paper we deal with harmonic maps from a compact Riemannian manifold into a manifold with boundary. In this case, a weak harmonic map is by definition a solution to a differential inclusion. In the first part of the paper we investigate the general properties of weak harmonic maps, which can be seen as solutions to a system of elliptic differential equations. In the second part we concentrate our attention on the heat flow method for harmonic maps. The result we achieve in this context extends a result by Chen and Struwe. (author). 21 refs

  20. Power quality issues current harmonics

    CERN Document Server

    Mikkili, Suresh

    2015-01-01

    Power Quality Issues: Current Harmonics provides solutions for the mitigation of power quality problems related to harmonics. Focusing on active power filters (APFs) due to their excellent harmonic and reactive power compensation in two-wire (single phase), three-wire (three-phase without neutral), and four-wire (three-phase with neutral) AC power networks with nonlinear loads, the text:Introduces the APF technology, describing various APF configurations and offering guidelines for the selection of APFs for specific application considerationsCompares shunt active filter (SHAF) control strategi

  1. Three-Phase Harmonic Analysis Method for Unbalanced Distribution Systems

    Directory of Open Access Journals (Sweden)

    Jen-Hao Teng

    2014-01-01

    Full Text Available Due to the unbalanced features of distribution systems, a three-phase harmonic analysis method is essential to accurately analyze the harmonic impact on distribution systems. Moreover, harmonic analysis is the basic tool for harmonic filter design and harmonic resonance mitigation; therefore, the computational performance should also be efficient. An accurate and efficient three-phase harmonic analysis method for unbalanced distribution systems is proposed in this paper. The variations of bus voltages, bus current injections and branch currents affected by harmonic current injections can be analyzed by two relationship matrices developed from the topological characteristics of distribution systems. Some useful formulas are then derived to solve the three-phase harmonic propagation problem. After the harmonic propagation for each harmonic order is calculated, the total harmonic distortion (THD for bus voltages can be calculated accordingly. The proposed method has better computational performance, since the time-consuming full admittance matrix inverse employed by the commonly-used harmonic analysis methods is not necessary in the solution procedure. In addition, the proposed method can provide novel viewpoints in calculating the branch currents and bus voltages under harmonic pollution which are vital for harmonic filter design. Test results demonstrate the effectiveness and efficiency of the proposed method.

  2. Harmonic engine

    Science.gov (United States)

    Bennett, Charles L [Livermore, CA

    2009-10-20

    A high efficiency harmonic engine based on a resonantly reciprocating piston expander that extracts work from heat and pressurizes working fluid in a reciprocating piston compressor. The engine preferably includes harmonic oscillator valves capable of oscillating at a resonant frequency for controlling the flow of working fluid into and out of the expander, and also preferably includes a shunt line connecting an expansion chamber of the expander to a buffer chamber of the expander for minimizing pressure variations in the fluidic circuit of the engine. The engine is especially designed to operate with very high temperature input to the expander and very low temperature input to the compressor, to produce very high thermal conversion efficiency.

  3. Coherent harmonics generated by a super-short electron pulse

    International Nuclear Information System (INIS)

    Ding Wu

    1996-01-01

    A novel mechanism generating superradiance harmonics is found. In this superradiance harmonics, the temporal width of harmonics is extremely short, the ratio of high harmonic fundamental wave is much higher than the known superradiance harmonics

  4. Harmonic lasing in X-ray FELs

    Energy Technology Data Exchange (ETDEWEB)

    Schneidmiller, E.A.; Yurkov, M.V.

    2012-05-15

    Harmonic lasing in a free electron laser with a planar undulator (under the condition that the fundamental frequency is suppressed) might be a cheap and efficient way of extension of wavelength ranges of existing and planned X-ray FEL facilities. Contrary to nonlinear harmonic generation, harmonic lasing can provide much more intense, stable, and narrow-band FEL beam which is easier to handle due to the suppressed fundamental frequency. In this paper we perform a parametrization of the solution of the eigenvalue equation for lasing at odd harmonics, and present an explicit expression for FEL gain length, taking into account all essential effects. We propose and discuss methods for suppression of the fundamental harmonic. We also suggest a combined use of harmonic lasing and lasing at the retuned fundamental wavelength in order to reduce bandwidth and to increase brilliance of X-ray beam at saturation. Considering 3rd harmonic lasing as a practical example, we come to the conclusion that it is much more robust than usually thought, and can be widely used in the existing or planned X-ray FEL facilities. In particular, LCLS after a minor modification can lase to saturation at the 3rd harmonic up to the photon energy of 25-30 keV providing multi-gigawatt power level and narrow bandwidth. As for the European XFEL, harmonic lasing would allow to extend operating range (ultimately up to 100 keV), to reduce FEL bandwidth and to increase brilliance, to enable two-color operation for pump-probe experiments, and to provide more flexible operation at different electron energies. Similar improvements can be realized in other X-ray FEL facilities with gap-tunable undulators like FLASH II, SACLA, LCLS II, etc. Harmonic lasing can be an attractive option for compact X-ray FELs (driven by electron beams with a relatively low energy), allowing the use of the standard undulator technology instead of small-gap in-vacuum devices. Finally, in this paper we discover that in a part of the

  5. Symmetries in physics and harmonics

    International Nuclear Information System (INIS)

    Kolk, D.

    2006-01-01

    In this book the symmetries of elementary particles are described in relation to the rules of harmonics in music. The selection rules are described in connections with harmonic intervals. Also symmetry breaking is considered in this framework. (HSI)

  6. Harmonic generation effect in high-Tc films

    International Nuclear Information System (INIS)

    Khare, Neeraj; Shrivastava, S.K.; Padmanabhan, V.P.N.; Khare, Sangeeta; Gupta, A.K.

    1997-01-01

    Harmonic generation in thick BPSCCO and thin YBCO films are reported. The application of an ac field (H ac > H c1 ) of frequency f causes the generation of odd harmonics of frequency (2n+1)f. The application of dc field in addition to the ac field causes the appearance of even harmonics also in the BPSCCO film. However, the appearance of even harmonics is not observed in YBCO film with high J c ∼ 1.6x10 6 A/cm 2 and appearance of second harmonic with small magnitude is observed in YBCO film with low J c ∼ 2x10 3 A/cm 2 . The variation of amplitudes of these harmonics are studied as a function of magnitude of ac and dc field and the results are explained in the framework of critical state model. A high-T c film magnetometer based on the measurement of the amplitude of second harmonic has been developed whose field sensitivity is ∼ 1.5x10 -8 T. (author)

  7. High-harmonic generation in a dense medium

    International Nuclear Information System (INIS)

    Strelkov, V.V.; Platonenko, V.T.; Becker, A.

    2005-01-01

    The high-harmonic generation in a plasma or gas under conditions when the single-atom response is affected by neighboring ions or atoms of the medium is studied theoretically. We solve numerically the three-dimensional Schroedinger equation for a single-electron atom in the combined fields of the neighboring particles and the laser, and average the results over different random positions of the particles using the Monte Carlo method. Harmonic spectra are calculated for different medium densities and laser intensities. We observe a change of the harmonic properties due to a random variation of the harmonic phase induced by the field of the medium, when the medium density exceeds a certain transition density. The transition density is found to depend on the harmonic order, but it is almost independent of the fundamental intensity. It also differs for the two (shorter and longer) quantum paths. The latter effect leads for ionic densities in the transition regime to a narrowing of the harmonic lines and a shortening of the attosecond pulses generated using a group of harmonics

  8. Harmonic sums and polylogarithms generated by cyclotomic polynomials

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob; Schneider, Carsten [Johannes Kepler Univ., Linz (Austria). Research Inst. for Symbolic Computation; Bluemlein, Johannes [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany)

    2011-05-15

    The computation of Feynman integrals in massive higher order perturbative calculations in renormalizable Quantum Field Theories requires extensions of multiply nested harmonic sums, which can be generated as real representations by Mellin transforms of Poincare-iterated integrals including denominators of higher cyclotomic polynomials. We derive the cyclotomic harmonic polylogarithms and harmonic sums and study their algebraic and structural relations. The analytic continuation of cyclotomic harmonic sums to complex values of N is performed using analytic representations. We also consider special values of the cyclotomic harmonic polylogarithms at argument x=1, resp., for the cyclotomic harmonic sums at N{yields}{infinity}, which are related to colored multiple zeta values, deriving various of their relations, based on the stuffle and shuffle algebras and three multiple argument relations. We also consider infinite generalized nested harmonic sums at roots of unity which are related to the infinite cyclotomic harmonic sums. Basis representations are derived for weight w=1,2 sums up to cyclotomy l=20. (orig.)

  9. Harmonic currents circulation in electrical networks simulation and analysis

    Energy Technology Data Exchange (ETDEWEB)

    Em-Mamlouk, W.M. [MEP, Cairo (Egypt); El-Sharkawy, M.A. [Shams Univ., Cairo (Egypt). Dept. of Electrical Power and Machines; Mostafa, H.E. [Jazan Univ., Jazan (Saudi Arabia). Electrical Dept.

    2009-07-01

    A detailed harmonic flow analysis for a 13-bus balanced industrial distribution system was presented. The aim of the study was to determine the influence of harmonic sources in various branches of the system on voltage and current waveforms before disruptions to the utility supply system occurred. The current harmonic contents of an adjustable speed drive (ASD) were studied under various loading conditions. The test system was simulated using a standard study test system. Harmonic effects from multiple sources were investigated, and voltage distortion on the different buses was monitored. The study demonstrated that while the harmonic loads circulated harmonic currents in all system branches, no harmonic source was directly connected to the system buses. Many of the investigated cases exceeded allowable voltage total harmonic distortion and or current total harmonic distortion standards set by the Institute of Electrical and Electronic Engineers (IEEE). It was concluded that active harmonic filters should be used to prevent the effects of harmonic current circulation at different buses on neighbouring loads within a system. 8 refs., 11 tabs., 15 figs.

  10. Exact solution of the time-dependent harmonic plus an inverse harmonic potential with a time-dependent electromagnetic field

    International Nuclear Information System (INIS)

    Yuece, Cem

    2003-01-01

    In this paper, the problem of the charged harmonic plus an inverse harmonic oscillator with time-dependent mass and frequency in a time-dependent electromagnetic field is investigated. It is reduced to the problem of the inverse harmonic oscillator with time-independent parameters and the exact wave function is obtained

  11. Young children's harmonic perception.

    Science.gov (United States)

    Costa-Giomi, Eugenia

    2003-11-01

    Harmony and tonality are two of the most difficult elements for young children to perceive and manipulate and are seldom taught in the schools until the end of early childhood. Children's gradual harmonic and tonal development has been attributed to their cumulative exposure to Western tonal music and their increasing experiential knowledge of its rules and principles. Two questions that are relevant to this problem are: (1) Can focused and systematic teaching accelerate the learning of the harmonic/tonal principles that seem to occur in an implicit way throughout childhood? (2) Are there cognitive constraints that make it difficult for young children to perceive and/or manipulate certain harmonic and tonal principles? A series of studies specifically addressed the first question and suggested some possible answers to the second one. Results showed that harmonic instruction has limited effects on children's perception of harmony and indicated that the drastic improvement in the perception of implied harmony noted approximately at age 9 is due to development rather than instruction. I propose that young children's difficulty in perceiving implied harmony stems from their attention behaviors. Older children have less memory constraints and more strategies to direct their attention to the relevant cues of the stimulus. Younger children focus their attention on the melody, if present in the stimulus, and specifically on its concrete elements such as rhythm, pitch, and contour rather than its abstract elements such as harmony and key. The inference of the abstract harmonic organization of a melody required in the perception of implied harmony is thus an elusive task for the young child.

  12. Classical and multilinear harmonic analysis

    CERN Document Server

    Muscalu, Camil

    2013-01-01

    This two-volume text in harmonic analysis introduces a wealth of analytical results and techniques. It is largely self-contained and useful to graduates and researchers in pure and applied analysis. Numerous exercises and problems make the text suitable for self-study and the classroom alike. The first volume starts with classical one-dimensional topics: Fourier series; harmonic functions; Hilbert transform. Then the higher-dimensional Calderón-Zygmund and Littlewood-Paley theories are developed. Probabilistic methods and their applications are discussed, as are applications of harmonic analysis to partial differential equations. The volume concludes with an introduction to the Weyl calculus. The second volume goes beyond the classical to the highly contemporary and focuses on multilinear aspects of harmonic analysis: the bilinear Hilbert transform; Coifman-Meyer theory; Carleson's resolution of the Lusin conjecture; Calderón's commutators and the Cauchy integral on Lipschitz curves. The material in this vo...

  13. Higher order harmonics of reactor neutron equation

    International Nuclear Information System (INIS)

    Li Fu; Hu Yongming; Luo Zhengpei

    1996-01-01

    The flux mapping method using the higher order harmonics of the neutron equation is proposed. Based on the bi-orthogonality of the higher order harmonics, the process and formulas for higher order harmonics calculation are derived via the source iteration method with source correction. For the first time, not only any order harmonics for up-to-3-dimensional geometry are achieved, but also the preliminary verification to the capability for flux mapping have been carried out

  14. Bounce-harmonic Landau Damping of Plasma Waves

    Science.gov (United States)

    Anderegg, Francois

    2015-11-01

    We present measurement of plasma wave damping, spanning the temperature regimes of direct Landau damping, bounce-harmonic Landau damping, inter-species drag damping, and viscous damping. Direct Landau damping is dominant at high temperatures, but becomes negligible as v vph / 5 . The measurements are conducted in trapped pure ion plasmas contained in Penning-Malmberg trap, with wave-coherent LIF diagnostics of particle velocities. Our focus is on bounce harmonics damping, controlled by an applied ``squeeze'' potential, which generates harmonics in the wave potential and in the particle dynamics. A particle moving in z experiences a non-sinusoidal mode potential caused by the squeeze, producing high spatial harmonics with lower phase velocity. These harmonics are Landau damped even when the mode phase velocity vph is large compared to the thermal velocity v , since the nth harmonic is resonant with a particle bouncing at velocity vb =vph / n . Here we increase the bounce harmonics through applied squeeze potential; but some harmonics are always present in finite length systems. For our centered squeeze geometry, theory shows that only odd harmonics are generated, and predicts the Landau damping rate from vph / n . Experimentally, the squeeze potential increases the wave damping and reduces its frequency. The frequency shift occurs because the squeeze potential reduces the number of particle where the mode velocity is the largest, therefore reducing the mode frequency. We observe an increase in the damping proportional to Vs2,and a frequency reduction proportional to Vs , in quantitative agreement with theory. Wave-coherent laser induced fluorescence allows direct observation of bounce resonances on the particle distribution, here predominantly at vph / 3 . A clear increase of the bounce harmonics is visible on the particle distribution when the squeeze potential is applied. Supported by NSF Grant PHY-1414570, and DOE Grants DE-SC0002451 and DE-SC0008693.

  15. Understanding fifth-harmonic generation in CLBO

    Science.gov (United States)

    Patankar, S.; Yang, S. T.; Moody, J. D.; Bayramian, A. J.; Swadling, G. F.; Barker, D.; Datte, P.; Mennerat, G.; Norton, M.; Carr, C. W.; Begishev, I. A.; Bromage, J.; Ross, J. S.

    2018-02-01

    We report on results of fifth harmonic generation in Cesium Lithium Borate (CLBO) using a three-crystal cascaded frequency conversion scheme designed to study the energy balance of the final sum frequency generation stage. The experimental setup independently combines the first and fourth harmonic of a Nd:Glass laser in a 5mm thick CLBO crystal. Energy balance between the incoming and output energy is close to unity when the CLBO is out of phase matching and approximately 80% when the crystal is in phase matching. A detailed analysis of the residual fundamental and fourth harmonic energy indicates 5th harmonic light is being generated but only 26% is unaccounted for. We attribute the missing light to linear transmission loss in the CLBO oven. The ratio of the output to input energy is unity when the missing 5th harmonic is incorporated into the calculations. Two-dimensional plane wave mixing simulations show agreement with the results at lower intensities.

  16. Third Harmonic Imaging using a Pulse Inversion

    DEFF Research Database (Denmark)

    Rasmussen, Joachim; Du, Yigang; Jensen, Jørgen Arendt

    2011-01-01

    The pulse inversion (PI) technique can be utilized to separate and enhance harmonic components of a waveform for tissue harmonic imaging. While most ultrasound systems can perform pulse inversion, only few image the 3rd harmonic component. PI pulse subtraction can isolate and enhance the 3rd...

  17. Validation Techniques of network harmonic models based on switching of a series linear component and measuring resultant harmonic increments

    DEFF Research Database (Denmark)

    Wiechowski, Wojciech Tomasz; Lykkegaard, Jan; Bak, Claus Leth

    2007-01-01

    In this paper two methods of validation of transmission network harmonic models are introduced. The methods were developed as a result of the work presented in [1]. The first method allows calculating the transfer harmonic impedance between two nodes of a network. Switching a linear, series network......, as for example a transmission line. Both methods require that harmonic measurements performed at two ends of the disconnected element are precisely synchronized....... are used for calculation of the transfer harmonic impedance between the nodes. The determined transfer harmonic impedance can be used to validate a computer model of the network. The second method is an extension of the fist one. It allows switching a series element that contains a shunt branch...

  18. Benefits from the BESSY FEL Higher Harmonic Radiation

    CERN Document Server

    Goldammer, K

    2005-01-01

    In the FEL process, bunching and coherent radiation is produced at the fundamental frequency as well as its higher harmonics. BESSY proposes a linac-based cascaded High-Gain Harmonic-Generation (HGHG) free electron laser (FEL) multi-user facility. The BESSY soft X-ray FEL will be seeded by three lasers spanning the spectral range of 230nm to 460nm. Two to four HGHG stages downconvert the seed wavelength to the desired radiation range of 1.24nm to 51nm using higher harmonic bunching. As a surplus, higher harmonic radiation is intrinsically produced in each FEL stage. Radiation on a higher harmonic of the FEL frequency is of high interest because it yields the possibility to reduce the number of FEL stages. This paper details extensive studies of the higher harmonic content of the BESSY FEL radiation. Important aspects of FEL interaction on higher harmonics as resulting from theory and from numerical simulations are discussed. For the case of the BESSY FEL, methods for improving the harmonic content are present...

  19. Hermitian harmonic maps into convex balls

    International Nuclear Information System (INIS)

    Li Zhenyang; Xi Zhang

    2004-07-01

    In this paper, we consider Hermitian harmonic maps from Hermitian manifolds into convex balls. We prove that there exist no non-trivial Hermitian harmonic maps from closed Hermitian manifolds into convex balls, and we use the heat flow method to solve the Dirichlet problem for Hermitian harmonic maps when the domain is compact Hermitian manifold with non-empty boundary. The case where the domain manifold is complete(noncompact) is also studied. (author)

  20. A study of parametric instability in a harmonic gyrotron: Designs of third harmonic gyrotrons at 94 GHz and 210 GHz

    International Nuclear Information System (INIS)

    Saraph, G.P.; Antonsen, T.M. Jr.; Nusinovich, G.S.; Levush, B.

    1995-01-01

    Mode competition can present a major hurdle in achieving stable, efficient operation of a gyrotron at the cyclotron harmonics. A type of mode interaction in which three modes at different cyclotron harmonics are parametrically coupled together is analyzed here. This coupling can lead to parametric excitation or suppression of a mode; cyclic mode hopping; or the coexistence of three modes. Simulation results are presented for the parametric instability involving modes at the fundamental, second harmonic, and third harmonic of the cyclotron frequency. It is shown that the parametric excitation can lead to stable, efficient operation of a high-power gyrotron at the third harmonic. Based on this phenomenon, two practical designs are presented here for the third harmonic operation at 94 and 210 GHz. copyright 1995 American Institute of Physics

  1. Harmonic disturbance location by applying Bayesian inference

    NARCIS (Netherlands)

    Ye, G.; Xiang, Y.; Cuk, V.; Cobben, J.F.G.

    2016-01-01

    Harmonic pollution is one of the most important power quality issues in electric power systems. Correct location of the main harmonic disturbance source is a key step to solve the problem. This paper presents a method to detect the location of harmonic disturbance source in low voltage network

  2. Introduction to classical and quantum harmonic oscillators

    CERN Document Server

    Bloch, Sylvan C

    2013-01-01

    From conch shells to lasers . harmonic oscillators, the timeless scientific phenomenon As intriguing to Galileo as they are to scientists today, harmonic oscillators have provided a simple and compelling paradigm for understanding the complexities that underlie some of nature's and mankind's most fascinating creations. From early string and wind instruments fashioned from bows and seashells to the intense precision of lasers, harmonic oscillators have existed in various forms, as objects of beauty and scientific use. And harmonic oscillation has endured as one of science's most fascinating con

  3. Dual aperture dipole magnet with second harmonic component

    Science.gov (United States)

    Praeg, Walter F.

    1985-01-01

    An improved dual aperture dipole electromagnet includes a second-harmonic frequency magnetic guide field winding which surrounds first harmonic frequency magnetic guide field windings associated with each aperture. The second harmonic winding and the first harmonic windings cooperate to produce resultant magnetic waveforms in the apertures which have extended acceleration and shortened reset portions of electromagnet operation.

  4. Evaluation of Harmonics Impact on Digital Relays

    Directory of Open Access Journals (Sweden)

    Kinan Wannous

    2018-04-01

    Full Text Available This paper presents the concept of the impact of harmonic distortion on a digital protection relay. The aim is to verify and determine the reasons of a mal-trip or failure to trip the protection relays; the suggested solution of the harmonic distortion is explained by a mathematical model in the Matlab Simulink programming environment. The digital relays have been tested under harmonic distortions in order to verify the function of the relays algorithm under abnormal conditions. The comparison between the protection relay algorithm under abnormal conditions and a mathematical model in the Matlab Simulink programming environment based on injected harmonics of high values is provided. The test is separated into different levels; the first level is based on the harmonic effect of an individual harmonic and mixed harmonics. The test includes the effect of the harmonics in the location of the fault point into distance protection zones. This paper is a new proposal in the signal processing of power quality disturbances using Matlab Simulink and the power quality impact on the measurements of the power system quantities; the test simulates the function of protection in power systems in terms of calculating the current and voltage values of short circuits and their faults. The paper includes several tests: frequency variations and decomposition of voltage waveforms with Fourier transforms (model and commercial relay, the effect of the power factor on the location of fault points, the relation between the tripping time and the total harmonic distortion (THD levels in a commercial relay, and a comparison of the THD capture between the commercial relay and the model.

  5. Fast harmonic field mapper

    International Nuclear Information System (INIS)

    Au, R.; Fowler, M.; Hanawa, H.; Riedel, J.; Qua, Z.G.

    1984-01-01

    In early 1983 it was decided to mount coils on arms separated by 120 degrees and buck them out so that the third harmonic dphi/dt component would be cancelled and thus the first and second field harmonics could be very accurately measured. The original intention was to do as others had done, namely, use fast ADC's to read the voltages, and computer process the result to get the Fourier components. However, because of the 100 to 1 dynamic range of the fast ADC's and the likelihood that noise would be a problem, the authors decided to do things differently. Using a fast Fourier transform analyzer was considered, but this instrument is very expensive, so they decided to use a completely electronic analog approach: The authors decided to use active bandpass filters to render the harmonic components

  6. Stability and nonlinear dynamics of gyrotrons at cyclotron harmonics

    International Nuclear Information System (INIS)

    Saraph, G.P.; Nusinovich, G.S.; Antonsen, T.M. Jr.; Levush, B.

    1992-01-01

    Gyrotrons operating at higher harmonics of the cyclotron frequency can overcome the frequency limitations caused by achievable strength of the magnetic field. However, the excitation of modes at the fundamental frequency exhibit a major problem for stable operation of harmonic gyrotron at high power with high efficiency. Therefore the issues of stability of gyrotron operation at the cyclotron harmonics and nonlinear dynamics of mode interaction are of great importance. The results of the authors stability analysis and multimode simulation are presented here. A detailed nonlinear theory of steady state single mode operation at cyclotron harmonics has been presented previously, taking into account beam-wave coupling and nonlinear gain function at cyclotron harmonics. A set of equations describing low gain regime interaction of modes resonant at different cyclotron harmonics was studied before. The multifrequency time-dependent nonlinear analysis presented here is based on previous gyrotron studies and beam-wave interaction at cyclotron harmonics. The authors have determined the parameter space for stable single mode operation at the second harmonic. The nonlinear dynamics of mode evolution and mode interaction for a harmonic gyrotron is presented. A new nonlinear effect in which the parasite at the fundamental harmonic helps excite the operating mode at the second harmonic has been demonstrated

  7. Detection of Harmonic Occurring using Kalman Filtering

    DEFF Research Database (Denmark)

    Hussain, Dil Muhammad Akbar; Shoro, Ghulam Mustafa; Imran, Raja Muhammed

    2014-01-01

    /current characteristic. These harmonics are not to be allowed to grow beyond a certain limit to avoid any grave consequence to the customer’s main supply. Filters can be implemented at the power source or utility location to eliminate these harmonics. In this paper we detect the instance at which these harmonics occur...

  8. High order harmonic generation in rare gases

    Energy Technology Data Exchange (ETDEWEB)

    Budil, Kimberly Susan [Univ. of California, Davis, CA (United States)

    1994-05-01

    The process of high order harmonic generation in atomic gases has shown great promise as a method of generating extremely short wavelength radiation, extending far into the extreme ultraviolet (XUV). The process is conceptually simple. A very intense laser pulse (I ~1013-1014 W/cm2) is focused into a dense (~1017 particles/cm3) atomic medium, causing the atoms to become polarized. These atomic dipoles are then coherently driven by the laser field and begin to radiate at odd harmonics of the laser field. This dissertation is a study of both the physical mechanism of harmonic generation as well as its development as a source of coherent XUV radiation. Recently, a semiclassical theory has been proposed which provides a simple, intuitive description of harmonic generation. In this picture the process is treated in two steps. The atom ionizes via tunneling after which its classical motion in the laser field is studied. Electron trajectories which return to the vicinity of the nucleus may recombine and emit a harmonic photon, while those which do not return will ionize. An experiment was performed to test the validity of this model wherein the trajectory of the electron as it orbits the nucleus or ion core is perturbed by driving the process with elliptically, rather than linearly, polarized laser radiation. The semiclassical theory predicts a rapid turn-off of harmonic production as the ellipticity of the driving field is increased. This decrease in harmonic production is observed experimentally and a simple quantum mechanical theory is used to model the data. The second major focus of this work was on development of the harmonic "source". A series of experiments were performed examining the spatial profiles of the harmonics. The quality of the spatial profile is crucial if the harmonics are to be used as the source for experiments, particularly if they must be refocused.

  9. Harmonic Instability Analysis of Single-Phase Grid Connected Converter using Harmonic State Space (HSS) modeling method

    DEFF Research Database (Denmark)

    Kwon, Jun Bum; Wang, Xiongfei; Bak, Claus Leth

    2015-01-01

    The increasing number of renewable energy sources at the distribution grid is becoming a major issue for utility companies, since the grid connected converters are operating at different operating points due to the probabilistic characteristics of renewable energy. Besides, typically, the harmonics...... proposes a new model of a single phase grid connected renewable energy source using the Harmonic State Space modeling approach, which is able to identify such problems and the model can be extended to be applied in the multiple connected converter analysis. The modeling results show the different harmonic...... and impedance from other renewable energy sources are not taken carefully into account in the installation and design. However, this may bring an unknown harmonic instability into the multiple power sourced system and also make the analysis difficult due to the complexity of the grid network. This paper...

  10. Linking high harmonics from gases and solids.

    Science.gov (United States)

    Vampa, G; Hammond, T J; Thiré, N; Schmidt, B E; Légaré, F; McDonald, C R; Brabec, T; Corkum, P B

    2015-06-25

    When intense light interacts with an atomic gas, recollision between an ionizing electron and its parent ion creates high-order harmonics of the fundamental laser frequency. This sub-cycle effect generates coherent soft X-rays and attosecond pulses, and provides a means to image molecular orbitals. Recently, high harmonics have been generated from bulk crystals, but what mechanism dominates the emission remains uncertain. To resolve this issue, we adapt measurement methods from gas-phase research to solid zinc oxide driven by mid-infrared laser fields of 0.25 volts per ångström. We find that when we alter the generation process with a second-harmonic beam, the modified harmonic spectrum bears the signature of a generalized recollision between an electron and its associated hole. In addition, we find that solid-state high harmonics are perturbed by fields so weak that they are present in conventional electronic circuits, thus opening a route to integrate electronics with attosecond and high-harmonic technology. Future experiments will permit the band structure of a solid to be tomographically reconstructed.

  11. Double Harmonic Transmission (D.H.T.

    Directory of Open Access Journals (Sweden)

    Sava Ianici

    2006-10-01

    Full Text Available The paper presents the construction and functioning of a new type of harmonic drive named double harmonic transmission (D.H.T.. In the second part of this paper is presented the dynamic analysis of the double harmonic transmission, which is based on the results of the experimental researches on the D.H.T. This study of the stress status and the forces distribution is necessary for to determine the durability on the portant elements of the D.H.T.

  12. Pseudo harmonic morphisms on Riemannian polyhedra

    International Nuclear Information System (INIS)

    Aprodu, M.A.; Bouziane, T.

    2004-10-01

    The aim of this paper is to extend the notion of pseudo harmonic morphism (introduced by Loubeau) to the case when the source manifold is an admissible Riemannian polyhedron. We define these maps to be harmonic in the sense of Eells-Fuglede and pseudo-horizontally weakly conformal in our sense. We characterize them by means of germs of harmonic functions on the source polyhedron, in the sense of Korevaar-Schoen, and germs of holomorphic functions on the Kaehler target manifold. (author)

  13. Coherent harmonic production using a two-section undulator FEL

    Energy Technology Data Exchange (ETDEWEB)

    Jaroszynski, D.A. [Commissariat a l`Energie, Bruyeres-le-Chatel (France); Prazeres, R.; Glotin, F. [Centre Universitaire Paris-Sud (France)] [and others

    1995-12-31

    We present measurements and a theoretical analysis of a new method of generating harmonic radiation in a free-electron laser oscillator with a two section undulator in a single optical cavity. To produce coherent harmonic radiation the undulator is arranged so that the downstream undulator section resonance frequency matches a harmonic of the upstream undulator. Both the fundamental and the harmonic optical fields evolve in the same optical cavity and are coupled out with different extraction fractions using a hole in one of the cavity mirrors. We present measurements that show that the optical power at the second and third harmonic can be enhanced by more than an order of magnitude in this fundamental/harmonic configuration. We compare the production of harmonic radiation of a two sectioned fundamental/harmonic undulator with that produced from a FEL operating at its highest efficiency with a step-tapered undulator, where the bunching at the end of the first section is very large. We examine, the dependence of the harmonic power on the intracavity power by adjusting the optical cavity desynchronism, {delta}L. We also examine the evolution of the fundamental and harmonic powers as a function of cavity roundtrip number to evaluate the importance of the small signal gain at the harmonic. We compare our measurements with predictions of a multi-electron numerical model that follows the evolution of fundamental and harmonic power to saturation. This fundamental/harmonic mode, of operation of the FEL may have useful applications in the production of coherent X-ray and VUV radiation, a spectral range where high reflectivity optical cavity mirrors are difficult or impossible to manufacture.

  14. Second harmonic generation imaging

    CERN Document Server

    2013-01-01

    Second-harmonic generation (SHG) microscopy has shown great promise for imaging live cells and tissues, with applications in basic science, medical research, and tissue engineering. Second Harmonic Generation Imaging offers a complete guide to this optical modality, from basic principles, instrumentation, methods, and image analysis to biomedical applications. The book features contributions by experts in second-harmonic imaging, including many pioneering researchers in the field. Written for researchers at all levels, it takes an in-depth look at the current state of the art and possibilities of SHG microscopy. Organized into three sections, the book: Provides an introduction to the physics of the process, step-by-step instructions on how to build an SHG microscope, and comparisons with related imaging techniques Gives an overview of the capabilities of SHG microscopy for imaging tissues and cells—including cell membranes, muscle, collagen in tissues, and microtubules in live cells—by summarizing experi...

  15. Second-harmonic imaging of semiconductor quantum dots

    DEFF Research Database (Denmark)

    Østergaard, John Erland; Bozhevolnyi, Sergey I.; Pedersen, Kjeld

    2000-01-01

    Resonant second-harmonic generation is observed at room temperature in reflection from self-assembled InAlGaAs quantum dots grown on a GaAs (001) substrate. The detected second-harmonic signal peaks at a pump wavelength of similar to 885 nm corresponding to the quantum-dot photoluminescence maximum....... In addition, the second-harmonic spectrum exhibits another smaller but well-pronounced peak at 765 nm not found in the linear experiments. We attribute this peak to the generation of second-harmonic radiation in the AlGaAs spacer layer enhanced by the local symmetry at the quantum-dot interface. We further...

  16. Harmonic Series Meets Fibonacci Sequence

    Science.gov (United States)

    Chen, Hongwei; Kennedy, Chris

    2012-01-01

    The terms of a conditionally convergent series may be rearranged to converge to any prescribed real value. What if the harmonic series is grouped into Fibonacci length blocks? Or the harmonic series is arranged in alternating Fibonacci length blocks? Or rearranged and alternated into separate blocks of even and odd terms of Fibonacci length?

  17. Tuvan Throat Singing and Harmonics

    Science.gov (United States)

    Ruiz, Michael J.; Wilken, David

    2018-01-01

    Tuvan throat singing, also called overtone singing, provides for an exotic demonstration of the physics of harmonics as well as introducing an Asian musical aesthetic. A low fundamental is sung and the singer skillfully alters the resonances of the vocal system to enhance an overtone (harmonic above the fundamental). The result is that the…

  18. New Evidence That Nonlinear Source-Filter Coupling Affects Harmonic Intensity and fo Stability During Instances of Harmonics Crossing Formants.

    Science.gov (United States)

    Maxfield, Lynn; Palaparthi, Anil; Titze, Ingo

    2017-03-01

    The traditional source-filter theory of voice production describes a linear relationship between the source (glottal flow pulse) and the filter (vocal tract). Such a linear relationship does not allow for nor explain how changes in the filter may impact the stability and regularity of the source. The objective of this experiment was to examine what effect unpredictable changes to vocal tract dimensions could have on fo stability and individual harmonic intensities in situations in which low frequency harmonics cross formants in a fundamental frequency glide. To determine these effects, eight human subjects (five male, three female) were recorded producing fo glides while their vocal tracts were artificially lengthened by a section of vinyl tubing inserted into the mouth. It was hypothesized that if the source and filter operated as a purely linear system, harmonic intensities would increase and decrease at nearly the same rates as they passed through a formant bandwidth, resulting in a relatively symmetric peak on an intensity-time contour. Additionally, fo stability should not be predictably perturbed by formant/harmonic crossings in a linear system. Acoustic analysis of these recordings, however, revealed that harmonic intensity peaks were asymmetric in 76% of cases, and that 85% of fo instabilities aligned with a crossing of one of the first four harmonics with the first three formants. These results provide further evidence that nonlinear dynamics in the source-filter relationship can impact fo stability as well as harmonic intensities as harmonics cross through formant bandwidths. Copyright © 2017 The Voice Foundation. Published by Elsevier Inc. All rights reserved.

  19. Theoretical description of high-order harmonic generation in solids

    International Nuclear Information System (INIS)

    Kemper, A F; Moritz, B; Devereaux, T P; Freericks, J K

    2013-01-01

    We consider several aspects of high-order harmonic generation in solids: the effects of elastic and inelastic scattering, varying pulse characteristics and inclusion of material-specific parameters through a realistic band structure. We reproduce many observed characteristics of high harmonic generation experiments in solids including the formation of only odd harmonics in inversion-symmetric materials, and the nonlinear formation of high harmonics with increasing field. We find that the harmonic spectra are fairly robust against elastic and inelastic scattering. Furthermore, we find that the pulse characteristics can play an important role in determining the harmonic spectra. (paper)

  20. The Virasoro algebra from harmonic superspace

    International Nuclear Information System (INIS)

    Saidi, E.H.; Zakkari, M.

    1990-08-01

    Using harmonic superspace techniques, we construct a new field realization of the Virasoro algebra. The main conformal objects are U(1) Cartan tensors instead of the U(1) Lorentz ones. The new conformal model, which admits moreover a d=2 (4,0) global supersymmetry is constructed out of the infinitely relaxed HST and FS hypermultiplets. The conformal current T 4+ together with the harmonic superspace OPE rules are given. The Virasoro algebra and the harmonic superspace Schwarzian derivative S 4+ are also derived. (author). 14 refs

  1. Voltage harmonic elimination with RLC based interface smoothing filter

    International Nuclear Information System (INIS)

    Chandrasekaran, K; Ramachandaramurthy, V K

    2015-01-01

    A method is proposed for designing a Dynamic Voltage Restorer (DVR) with RLC interface smoothing filter. The RLC filter connected between the IGBT based Voltage Source Inverter (VSI) is attempted to eliminate voltage harmonics in the busbar voltage and switching harmonics from VSI by producing a PWM controlled harmonic voltage. In this method, the DVR or series active filter produces PWM voltage that cancels the existing harmonic voltage due to any harmonic voltage source. The proposed method is valid for any distorted busbar voltage. The operating VSI handles no active power but only harmonic power. The DVR is able to suppress the lower order switching harmonics generated by the IGBT based VSI. Good dynamic and transient results obtained. The Total Harmonic Distortion (THD) is minimized to zero at the sensitive load end. Digital simulations are carried out using PSCAD/EMTDC to validate the performance of RLC filter. Simulated results are presented. (paper)

  2. Three-dimensional harmonic control of a nuclear reactor

    International Nuclear Information System (INIS)

    Potapenko, P.T.

    1989-01-01

    Algorithms for neutron flux control based on harmonic three-dimensional core are considered. The essence of the considered approach includes determination of harmonics amplitudes by signals self-powered detectors placed in reactor channels and reconstruction of neutron field distribution over the reactor core volume using the data obtained. Neutron field harmonic control is shown to be reduced to independent measurement and calculation of height harmonics in channels using techniques developed for channel power control

  3. Seeding High Gain Harmonic Generation with Laser Harmonics produced in Gases

    CERN Document Server

    Lambert, Guillaume; Couprie, Marie Emmanuelle; Garzella, David; Doria, Andrea; Giannessi, Luca; Hara, Toru; Kitamura, Hideo; Shintake, Tsumoru

    2004-01-01

    Free electron Lasers employing High Gain Harmonic generation (HGHG) schemes are very promising coherent ligth sources for the soft X-ray regime. They offer both transverse and longitudinal coherence, while Self Amplified Spontaneous Emission schemes have a longitudinal coherence limited. We propose here to seed HGHG with high harmonics produced by a Ti:Sa femtosecond laser focused on a gas jet, tuneable in the 100-10 nm spectral region. Specifities concerning the implementation of this particular laser source as a seed for HGHG are investigated. Semi analytical , numerical 1D and 3D calculations are given, for the cases of the SCSS, SPARC and ARC-EN-CIEL projects.

  4. Recent progress of below-threshold harmonic generation

    International Nuclear Information System (INIS)

    Xiong, Wei-Hao; Peng, Liang-You; Gong, Qihuang

    2017-01-01

    The harmonics generated from the interaction of a strong laser field with atoms and molecules in the gas phase can be applied as coherent light sources and detecting techniques for structures and dynamics in matter. In the last three decades, the most prevailing experimental and theoretical studies have been focused on the high-order harmonic generation due to its applications in attosecond science. However, low-order harmonics near the ionization threshold of the target have been less explored, partially because the spectrum in this region is more complicated from both the theoretical and experimental point of view. After several pioneering investigations in the mid 1990s, near threshold harmonics (NTHs) begun to draw a great attention again because of the development of high repetition rate cavity enhanced harmonics about 10 years ago. Very recently, NTHs have attracted a lot of experimental and theoretical studies due to their potential applications as light sources and complicated mechanisms. In this topical review, we will summarize the progress of NTHs, including the early and recent experimental measurements in atoms and molecules, as well as the relevant theoretical explorations of these harmonics. (topical review)

  5. Harmonic generation with a dual frequency pulse.

    Science.gov (United States)

    Keravnou, Christina P; Averkiou, Michalakis A

    2014-05-01

    Nonlinear imaging was implemented in commercial ultrasound systems over the last 15 years offering major advantages in many clinical applications. In this work, pulsing schemes coupled with a dual frequency pulse are presented. The pulsing schemes considered were pulse inversion, power modulation, and power modulated pulse inversion. The pulse contains a fundamental frequency f and a specified amount of its second harmonic 2f. The advantages and limitations of this method were evaluated with both acoustic measurements of harmonic generation and theoretical simulations based on the KZK equation. The use of two frequencies in a pulse results in the generation of the sum and difference frequency components in addition to the other harmonic components. While with single frequency pulses, only power modulation and power modulated pulse inversion contained odd harmonic components, with the dual frequency pulse, pulse inversion now also contains odd harmonic components.

  6. Harmonic and geometric analysis

    CERN Document Server

    Citti, Giovanna; Pérez, Carlos; Sarti, Alessandro; Zhong, Xiao

    2015-01-01

    This book presents an expanded version of four series of lectures delivered by the authors at the CRM. Harmonic analysis, understood in a broad sense, has a very wide interplay with partial differential equations and in particular with the theory of quasiconformal mappings and its applications. Some areas in which real analysis has been extremely influential are PDE's and geometric analysis. Their foundations and subsequent developments made extensive use of the Calderón–Zygmund theory, especially the Lp inequalities for Calderón–Zygmund operators (Beurling transform and Riesz transform, among others) and the theory of Muckenhoupt weights.  The first chapter is an application of harmonic analysis and the Heisenberg group to understanding human vision, while the second and third chapters cover some of the main topics on linear and multilinear harmonic analysis. The last serves as a comprehensive introduction to a deep result from De Giorgi, Moser and Nash on the regularity of elliptic partial differen...

  7. Harmonization versus Mutual Recognition

    DEFF Research Database (Denmark)

    Jørgensen, Jan Guldager; Schröder, Philipp

    The present paper examines trade liberalization driven by the coordination of product standards. For oligopolistic firms situated in separate markets that are initially sheltered by national standards, mutual recognition of standards implies entry and reduced profits at home paired with the oppor......The present paper examines trade liberalization driven by the coordination of product standards. For oligopolistic firms situated in separate markets that are initially sheltered by national standards, mutual recognition of standards implies entry and reduced profits at home paired...... countries and three firms, where firms first lobby for the policy coordination regime (harmonization versus mutual recognition), and subsequently, in case of harmonization, the global standard is auctioned among the firms. We discuss welfare effects and conclude with policy implications. In particular......, harmonized standards may fail to harvest the full pro-competitive effects from trade liberalization compared to mutual recognition; moreover, the issue is most pronounced in markets featuring price competition....

  8. [Harmonization of TSH Measurements.

    Science.gov (United States)

    Takeoka, Keiko; Hidaka, Yoh; Hishinuma, Akira; Ikeda, Katsuyoshi; Okubo, Shigeo; Tsuchiya, Tatsuyuki; Hashiguchi, Teruto; Furuta, Koh; Hotta, Taeko; Matsushita, Kazuyuki; Matsumoto, Hiroyuki; Murakami, Masami; Maekawa, Masato

    2016-05-01

    The measured concentration of thyroid stimulating hormone (TSH) differs depending on the reagents used. Harmonization of TSH is crucial because the decision limits are described in current clinical practice guide- lines as absolute values, e.g. 2.5 mIU/L in early pregnancy. In this study, we tried to harmonize the report- ed concentrations of TSH using the all-procedure trimmed mean. TSH was measured in 146 serum samples, with values ranging from 0.01 to 18.8 mIU/L, using 4 immunoassays. The concentration of TSH was highest with E test TOSOH and lowest with LUMIPULSE. The concentrations with each reagent were recalculated with the following formulas: E test TOSOH 0.855x-0.014; ECLusys 0.993x+0.079; ARCHITECT 1.041x- 0.010; and LUMIPULSE 1.096x-0.015. Recalculation eliminated the between-assay discrepancy. These formulas may be used until harmonization of TSH is achieved by the International Federation of Clinical Chemistry and Laboratory Medicine (IFCC).

  9. Harmonic Mitigation Methods in Large Offshore Wind Power Plants

    DEFF Research Database (Denmark)

    Kocewiak, Łukasz Hubert; Chaudhary, Sanjay; Hesselbæk, Bo

    2013-01-01

    Various sources of harmonic problems in large wind power plants (WPPs) and optimized harmonic mitigation methods are presented in this paper. The harmonic problems such as sources of harmonic emission and amplification as well as harmonic stability are identified. Also modern preventive...... and remedial harmonic mitigation methods in terms of passive and active filtering are described. It is shown that WPP components such as long HVAC cables and park transformers can introduce significant low-frequency resonances which can affect wind turbine control system operation and overall WPP stability...... as well as amplification of harmonic distortion. It is underlined that there is a potential in terms of active filtering in modern grid-side converters in e.g. wind turbines, STATCOMs or HVDC stations utilized in modern large WPPs. It is also emphasized that the grid-side converter controller should...

  10. Two examples of escaping harmonic maps

    International Nuclear Information System (INIS)

    Pereira do Valle, A.; Verjovsky, A.

    1988-12-01

    This paper is part of a study on the existence of special harmonic maps on complete non-compact Riemannian manifolds. We generalize the notion of escaping geodesic and prove some results on the existence of escaping harmonic maps. 11 refs, 6 figs

  11. High-order harmonic conversion efficiency in helium

    International Nuclear Information System (INIS)

    Crane, J.K.

    1992-01-01

    Calculated results are presented for the energy, number of photons, and conversion efficiency for high-order harmonic generation in helium. The results show the maximum values that we should expect to achieve experimentally with our current apparatus and the important parameters for scaling this source to higher output. In the desired operating regime where the coherence length, given by L coh =πb/(q-1), is greater than the gas column length, l, the harmonic output can be summarized by a single equation: N q =[(π z n z b 3 τ q |d q | z )/4h]{(p/q)(2l/b) z }. N q - numbers of photons of q-th harmonic; n - atom density; b - laser confocal parameter; τ q - pulse width of harmonic radiation; q - harmonic order; p - effective order of nonlinearity. (Note the term in brackets, the phase-matching function, has been separated from the rest of the expression in order to be consistent with the relevant literature)

  12. Harmonic calculation software for industrial applications with ASDs

    DEFF Research Database (Denmark)

    Blaabjerg, Frede; Asiminoaei, Lucian; Hansen, Steffan

    2007-01-01

    This article describes the evaluation of new harmonic calculation software. By using a combination of a prestored database and new interpolation techniques the software can provide the harmonic data on real applications of a very fast speed. The harmonic results obtained with this software have a...

  13. Audibility of high harmonics in a periodic pulse

    NARCIS (Netherlands)

    Duifhuis, H.

    1970-01-01

    A periodic pulse consisting of sufficiently narrow pulses has a frequency spectrum which contains all harmonics with equal amplitude. Owing to the limited resolving power of the hearing organ, only the low harmonics can be perceived separately. The high harmonics are heard together as one complex

  14. Enhancement of harmonic generation using a two section undulator

    International Nuclear Information System (INIS)

    Prazeres, R.; Glotin, F.; Jaroszynski, D.A.; Ortega, J.M.; Rippon, C.

    1999-01-01

    Enhancement of the 2nd and 3rd harmonic of the wavelength of a Free-Electron Laser (FEL) has been measured when a single electron beam is crossing a two-section undulator. To produce the harmonic radiation enhancement, the undulator is arranged so that the resonance wavelength of the 2nd undulator (downstream) matches a harmonic of the 1st undulator (upstream). Both the fundamental and the harmonic optical fields evolve in the same optical cavity and are coupled out with different extraction efficiency, through a hole in one of the cavity mirrors. We present measurements that show that the optical power at the 2nd and 3rd harmonic can be enhanced, by about one order of magnitude, in two configurations: when the resonance wavelength of the 2nd undulator matches the harmonic of 1st one (harmonic configuration), or when the gap of the 2nd undulator is slightly larger than first one (step-tapered configuration). We examine the dependence of the harmonic power on the gap of the 2nd undulator. This fundamental/harmonic mode of operation of the FEL may have useful applications in the production of coherent X-ray and VUV radiation, a spectral range where high reflectivity optical cavity mirrors are difficult or impossible to manufacture

  15. Effects of harmonic roving on pitch discrimination

    DEFF Research Database (Denmark)

    Santurette, Sébastien; de Kérangal, Mathilde le Gal; Joshi, Suyash Narendra

    2015-01-01

    Performance in pitch discrimination tasks is limited by variability intrinsic to listeners which may arise from peripheral auditory coding limitations or more central noise sources. The present study aimed at quantifying such “internal noise” by estimating the amount of harmonic roving required...... to impair pitch discrimination performance. Fundamental-frequency difference limens (F0DLs) were obtained in normal-hearing listeners with and without musical training for complex tones filtered between 1.5 and 3.5 kHz with F0s of 300 Hz (resolved harmonics) and 75 Hz (unresolved harmonics). The harmonicity...... that could be used to quantify the internal noise and provide strong constraints for physiologically inspired models of pitch perception....

  16. Studies of harmonic generation in free electron lasers

    International Nuclear Information System (INIS)

    Goldammer, K.

    2007-01-01

    Nonlinear harmonic generation is one of the most interesting aspects of Free Electron Lasers under study today. It provides for coherent, high intensity radiation at higher harmonics of the FEL resonant frequency. The sources, numerical simulation and applications of harmonic radiation in cascaded High Gain Harmonic Generation FELs were the subject of this thesis. Harmonic emission in FELs originates from harmonic microbunching of the particles and the particular electron trajectory during FEL interaction. Numerical FEL simulation codes model these analytical equations and predict the performance of Free Electron Lasers with good accuracy. This thesis has relied heavily upon the FEL simulation code Genesis 1.3 which has been upgraded in the framework of this thesis to compute harmonic generation in a self-consistent manner. Tests against analytical predictions suggest that the harmonic power levels as well as harmonic gain lengths are simulated correctly. A benchmark with the FEL simulation code GINGER yields excellent agreement of the harmonic saturation length and saturation power. The new version of the simulation code Genesis was also tested against measurements from the VUV-FEL FLASH at DESY. The spectral power distributions of fundamental and third harmonic radiation were recorded at 25.9 nm and 8.6 nm, respectively. The relative bandwidths (FWHM) were in the range of 2 % for both the fundamental as well as the third harmonic, which was accurately reproduced by time-dependent simulations with Genesis. The new code was also used to propose and evaluate a new design for the BESSY Soft X-Ray FEL, a cascaded High Gain Harmonic Generation FEL proposed by BESSY in Berlin. The original design for the BESSY High Energy FEL line requires four HGHG stages to convert the initial seed laser wavelength of 297.5 nm down to 1.24 nm. A new scheme is proposed that makes use of fifth harmonic radiation from the first stage and reduces the number of HGHG stages to three. It

  17. Studies of harmonic generation in free electron lasers

    Energy Technology Data Exchange (ETDEWEB)

    Goldammer, K.

    2007-11-12

    Nonlinear harmonic generation is one of the most interesting aspects of Free Electron Lasers under study today. It provides for coherent, high intensity radiation at higher harmonics of the FEL resonant frequency. The sources, numerical simulation and applications of harmonic radiation in cascaded High Gain Harmonic Generation FELs were the subject of this thesis. Harmonic emission in FELs originates from harmonic microbunching of the particles and the particular electron trajectory during FEL interaction. Numerical FEL simulation codes model these analytical equations and predict the performance of Free Electron Lasers with good accuracy. This thesis has relied heavily upon the FEL simulation code Genesis 1.3 which has been upgraded in the framework of this thesis to compute harmonic generation in a self-consistent manner. Tests against analytical predictions suggest that the harmonic power levels as well as harmonic gain lengths are simulated correctly. A benchmark with the FEL simulation code GINGER yields excellent agreement of the harmonic saturation length and saturation power. The new version of the simulation code Genesis was also tested against measurements from the VUV-FEL FLASH at DESY. The spectral power distributions of fundamental and third harmonic radiation were recorded at 25.9 nm and 8.6 nm, respectively. The relative bandwidths (FWHM) were in the range of 2 % for both the fundamental as well as the third harmonic, which was accurately reproduced by time-dependent simulations with Genesis. The new code was also used to propose and evaluate a new design for the BESSY Soft X-Ray FEL, a cascaded High Gain Harmonic Generation FEL proposed by BESSY in Berlin. The original design for the BESSY High Energy FEL line requires four HGHG stages to convert the initial seed laser wavelength of 297.5 nm down to 1.24 nm. A new scheme is proposed that makes use of fifth harmonic radiation from the first stage and reduces the number of HGHG stages to three. It

  18. Analyzing correlation functions with tesseral and Cartesian spherical harmonics

    International Nuclear Information System (INIS)

    Danielewicz, Pawel; Pratt, Scott

    2007-01-01

    The dependence of interparticle correlations on the orientation of particle relative momentum can yield unique information on the space-time features of emission in reactions with multiparticle final states. In the present paper, the benefits of a representation and analysis of the three-dimensional correlation information in terms of surface spherical harmonics is presented. The harmonics include the standard complex tesseral harmonics and the real Cartesian harmonics. Mathematical properties of the lesser known Cartesian harmonics are illuminated. The physical content of different angular harmonic components in a correlation is described. The resolving power of different final-state effects with regard to determining angular features of emission regions is investigated. The considered final-state effects include identity interference, strong interactions, and Coulomb interactions. The correlation analysis in terms of spherical harmonics is illustrated with the cases of Gaussian and blast-wave sources for proton-charged meson and baryon-baryon pairs

  19. Optimal Selective Harmonic Control for Power Harmonics Mitigation

    DEFF Research Database (Denmark)

    Zhou, Keliang; Yang, Yongheng; Blaabjerg, Frede

    2015-01-01

    of power harmonics. The proposed optimal SHC is of hybrid structure: all recursive SHC modules with weighted gains are connected in parallel. It bridges the real “nk+-m order RC” and the complex “parallel structure RC”. Compared to other IMP based control solutions, it offers an optimal trade-off among...

  20. Azimuthal anisotropy: The higher harmonics

    International Nuclear Information System (INIS)

    Poskanzer, Arthur M.; STAR Collaboration

    2004-01-01

    We report the first observations of the fourth harmonic (v 4 ) in the azimuthal distribution of particles at RHIC. The measurement was done taking advantage of the large elliptic flow generated at RHIC. The integrated v 4 is about a factor of 10 smaller than v 2 . For the sixth (v 6 ) and eighth (v 8 ) harmonics upper limits on the magnitudes are reported

  1. Optical klystron and harmonic generation free electron laser

    Directory of Open Access Journals (Sweden)

    Qika Jia

    2005-06-01

    Full Text Available The optical field evolution of an optical klystron free electron laser is analytically described for both low gain and high gain cases. The harmonic optical klystron (HOK in which the second undulator is resonant on the higher harmonic of the first undulator is analyzed as a harmonic amplifier. The optical field evolution equation of the HOK is derived analytically for both the CHG mode (coherent harmonic generation, the quadratic gain regime and the HGHG mode (high gain harmonic generation, the exponential gain regime, the effects of energy spread, energy modulation, and dispersion in the whole process are taken into account. The linear theory is given and discussed for the HGHG mode. The analytical formula is given for the CHG mode.

  2. General Criterion for Harmonicity

    Science.gov (United States)

    Proesmans, Karel; Vandebroek, Hans; Van den Broeck, Christian

    2017-10-01

    Inspired by Kubo-Anderson Markov processes, we introduce a new class of transfer matrices whose largest eigenvalue is determined by a simple explicit algebraic equation. Applications include the free energy calculation for various equilibrium systems and a general criterion for perfect harmonicity, i.e., a free energy that is exactly quadratic in the external field. As an illustration, we construct a "perfect spring," namely, a polymer with non-Gaussian, exponentially distributed subunits which, nevertheless, remains harmonic until it is fully stretched. This surprising discovery is confirmed by Monte Carlo and Langevin simulations.

  3. Harmonic superspaces of extended supersymmetry

    International Nuclear Information System (INIS)

    Ivanov, E.; Kalitzin, S.; Nguyen Ai Viet; Ogievetsky, V.

    1984-01-01

    The main technical apparatus of the harmonic superspace approach to extended SUSY, the calculus of harmonic variables on homogeneous spaces of the SUSY automorphism groups, is presented in detail for N=2, 3, 4. The basic harmonics for the coset manifolds G/H with G=SU(2), H=U(1); G=SU(3), H=SU(2)xU(1) and H=U(1)xU(1); G=SU(4), H=SU(3)xU(1), H=SU(2)xSU(2)xU(1), H=SU(2)xU(1)xU(1) and H=U(1)xU(1)xU(1); G=USp(2), H=SU(2)xSU(2), H=SU(2)xU(1) and H=U(1)xU(1) are tabulated a number of useful relations among them

  4. Tunneling ionization and harmonic generation in two-color fields

    International Nuclear Information System (INIS)

    Kondo, K.; Kobayashi, Y.; Sagisaka, A.; Nabekawa, Y.; Watanabe, S.

    1996-01-01

    Tunneling ionization and harmonic generation in two-color fields were studied with a fundamental beam (ω) and its harmonics (2ω,3ω), which were generated by a 100-fs Ti:sapphire laser. Ion yields of atoms and molecules were successfully controlled by means of a change in the relative phase between ω and 3ω pulses. Two-color interference was clearly observed in photoelectron spectra and harmonic spectra. In the ω endash 2ω field even-order harmonics were observed in which the intensity was almost equal to that of the odd harmonics because of an asymmetric optical field. These results were compared with the quasi-static model for ionization and with the quantum theory for harmonic generation. copyright 1996 Optical Society of America

  5. High-order harmonic generation with short-pulse lasers

    International Nuclear Information System (INIS)

    Schafer, K.J.; Krause, J.L.; Kulander, K.C.

    1992-12-01

    Recent progress in the understanding of high-order harmonic conversion from atoms and ions exposed to high-intensity, short-pulse optical lasers is reviewed. We find that ions can produce harmonics comparable in strength to those obtained from neutral atoms, and that the emission extends to much higher order. Simple scaling laws for the strength of the harmonic emission and the maximium observable harmonic are suggested. These results imply that the photoemission observed in recent experiments in helium and neon contains contributions from ions as well as neutrals

  6. Challenges and Opportunities for Harmonizing Research Methodology

    DEFF Research Database (Denmark)

    van Hees, V. T.; Thaler-Kall, K.; Wolf, K. H.

    2016-01-01

    Objectives: Raw accelerometry is increasingly being used in physical activity research, but diversity in sensor design, attachment and signal processing challenges the comparability of research results. Therefore, efforts are needed to harmonize the methodology. In this article we reflect on how...... increased methodological harmonization may be achieved. Methods: The authors of this work convened for a two-day workshop (March 2014) themed on methodological harmonization of raw accelerometry. The discussions at the workshop were used as a basis for this review. Results: Key stakeholders were identified...... as manufacturers, method developers, method users (application), publishers, and funders. To facilitate methodological harmonization in raw accelerometry the following action points were proposed: i) Manufacturers are encouraged to provide a detailed specification of their sensors, ii) Each fundamental step...

  7. Reduction of Harmonics by 18-Pulse Rectifier

    Directory of Open Access Journals (Sweden)

    Stanislav Kocman

    2008-01-01

    Full Text Available Operation of such electrical devices as data processing and electronics devices, adjustable speed drives or uninterruptible power supply can cause problems by generating harmonic currents into the network, from which they are supplied. Effects of these harmonic currents are various, they can get worse the quality of supply voltage in the network or to have negative influences on devices connected to this network. There are various technical solutions for reduction of harmonics. One of them is using of multi-pulse rectifiers, whereas the 18-pulse rectifier in the structure of adjustable speed drive is briefly presented in this paper including some results of its behaviour. The examined experimental measurements confirmed its very good efficiency in the harmonic mitigation.

  8. Cohabiting with the harmonic pollution

    International Nuclear Information System (INIS)

    Garcia C, Antonio A

    1999-01-01

    The Norm IEEE 519 tries of the permissible limits of harmonic distortion in the point of common joining between the energy supplier company and the industry. However fulfilling these limits of distortion doesn't guarantee that the problem for the company has finished, on the contrary will have to counteract the effects created by the harmonic distortion toward the interior of its electric system and to cohabit with this distortion

  9. Quasi-phase-matching of only even-order high harmonics.

    Science.gov (United States)

    Diskin, Tzvi; Cohen, Oren

    2014-03-24

    High harmonic spectrum of a quasi-monochromatic pump that interacts with isotropic media consists of only odd-order harmonics. Addition of a secondary pump, e.g. a static field or the second harmonic of the primary pump, can results with generation of both odd and even harmonics of the primary pump. We propose a method for quasi-phase matching of only the even-order harmonics of the primary pump. We formulate a theory for this process and demonstrate it numerically. We also show that it leads to attosecond pulse trains with constant carrier envelop phase and high repetition rate.

  10. Analysis of Even Harmonics Generation in an Isolated Electric Power System

    Science.gov (United States)

    Kanao, Norikazu; Hayashi, Yasuhiro; Matsuki, Junya

    Harmonics bred from loads are mainly odd order because the current waveform has half-wave symmetry. Since the even harmonics are negligibly small, those are not generally measured in electric power systems. However, even harmonics were measured at a 500/275/154kV substation in Hokuriku Electric Power Company after removal of a transmission line fault. The even harmonics caused malfunctions of protective digital relays because the relays used 4th harmonics at the input filter as automatic supervisory signal. This paper describes the mechanism of generation of the even harmonics by comparing measured waveforms with ATP-EMTP simulation results. As a result of analysis, it is cleared that even harmonics are generated by three causes. The first cause is a magnetizing current of transformers due to flux deviation by DC component of a fault current. The second one is due to harmonic conversion of a synchronous machine which generates even harmonics when direct current component or even harmonic current flow into the machine. The third one is that increase of harmonic impedance due to an isolated power system produces harmonic voltages. The design of the input filter of protective digital relays should consider even harmonics generation in an isolated power system.

  11. Probabilistic Aspects of Harmonic Emission of Large Offshore Wind Farms

    DEFF Research Database (Denmark)

    Jensen, Christian Flytkjær; Bak, Claus Leth; Kocewiak, Lukasz Hubert

    2011-01-01

    In this article, a new probabilistic method of as-sessment of harmonic emission of large offshore wind farms is presented. Based on measurements from the British wind farm Burbo Banks, probability density functions are estimated for the dominating low order harmonic currents injected by a single...... turbine. The degree and type of dependence between the harmonic emission and the operating point of a single turbine is established. A model of Burbo Banks, suitable for harmonic load flow studies, is created in DIgSILENT Power Factory along with a DPL-script that deals with the probabilistic issues...... of the harmonic emission. The simulated harmonic distortion at the PCC is compared to measurement. This reveals some diffi-culties regarding harmonic load flow studies. The harmonic background distortion in the grid to where the wind farm is connected must be included in the study. Furthermore, a very detailed...

  12. Total photoionization cross-sections of excited electronic states by the algebraic diagrammatic construction-Stieltjes-Lanczos method.

    Science.gov (United States)

    Ruberti, M; Yun, R; Gokhberg, K; Kopelke, S; Cederbaum, L S; Tarantelli, F; Averbukh, V

    2014-05-14

    Here, we extend the L2 ab initio method for molecular photoionization cross-sections introduced in Gokhberg et al. [J. Chem. Phys. 130, 064104 (2009)] and benchmarked in Ruberti et al. [J. Chem. Phys. 139, 144107 (2013)] to the calculation of total photoionization cross-sections of molecules in electronically excited states. The method is based on the ab initio description of molecular electronic states within the many-electron Green's function approach, known as algebraic diagrammatic construction (ADC), and on the application of Stieltjes-Chebyshev moment theory to Lanczos pseudospectra of the ADC electronic Hamiltonian. The intermediate state representation of the dipole operator in the ADC basis is used to compute the transition moments between the excited states of the molecule. We compare the results obtained using different levels of the many-body theory, i.e., ADC(1), ADC(2), and ADC(2)x for the first two excited states of CO, N2, and H2O both at the ground state and the excited state equilibrium or saddle point geometries. We find that the single excitation ADC(1) method is not adequate even at the qualitative level and that the inclusion of double electronic excitations for description of excited state photoionization is essential. Moreover, we show that the use of the extended ADC(2)x method leads to a substantial systematic difference from the strictly second-order ADC(2). Our calculations demonstrate that a theoretical modelling of photoionization of excited states requires an intrinsically double excitation theory with respect to the ground state and cannot be achieved by the standard single excitation methods with the ground state as a reference.

  13. Solid-state harmonics beyond the atomic limit.

    Science.gov (United States)

    Ndabashimiye, Georges; Ghimire, Shambhu; Wu, Mengxi; Browne, Dana A; Schafer, Kenneth J; Gaarde, Mette B; Reis, David A

    2016-06-23

    Strong-field laser excitation of solids can produce extremely nonlinear electronic and optical behaviour. As recently demonstrated, this includes the generation of high harmonics extending into the vacuum-ultraviolet and extreme-ultraviolet regions of the electromagnetic spectrum. High harmonic generation is shown to occur fundamentally differently in solids and in dilute atomic gases. How the microscopic mechanisms in the solid and the gas differ remains a topic of intense debate. Here we report a direct comparison of high harmonic generation in the solid and gas phases of argon and krypton. Owing to the weak van der Waals interaction, rare (noble)-gas solids are a near-ideal medium in which to study the role of high density and periodicity in the generation process. We find that the high harmonic generation spectra from the rare-gas solids exhibit multiple plateaus extending well beyond the atomic limit of the corresponding gas-phase harmonics measured under similar conditions. The appearance of multiple plateaus indicates strong interband couplings involving multiple single-particle bands. We also compare the dependence of the solid and gas harmonic yield on laser ellipticity and find that they are similar, suggesting the importance of electron-hole recollision in these solids. This implies that gas-phase methods such as polarization gating for attosecond pulse generation and orbital tomography could be realized in solids.

  14. Harmonic-hopping in Wallacea's bats.

    Science.gov (United States)

    Kingston, Tigga; Rossiter, Stephen J

    2004-06-10

    Evolutionary divergence between species is facilitated by ecological shifts, and divergence is particularly rapid when such shifts also promote assortative mating. Horseshoe bats are a diverse Old World family (Rhinolophidae) that have undergone a rapid radiation in the past 5 million years. These insectivorous bats use a predominantly pure-tone echolocation call matched to an auditory fovea (an over-representation of the pure-tone frequency in the cochlea and inferior colliculus) to detect the minute changes in echo amplitude and frequency generated when an insect flutters its wings. The emitted signal is the accentuated second harmonic of a series in which the fundamental and remaining harmonics are filtered out. Here we show that three distinct, sympatric size morphs of the large-eared horseshoe bat (Rhinolophus philippinensis) echolocate at different harmonics of the same fundamental frequency. These morphs have undergone recent genetic divergence, and this process has occurred in parallel more than once. We suggest that switching harmonics creates a discontinuity in the bats' perception of available prey that can initiate disruptive selection. Moreover, because call frequency in horseshoe bats has a dual function in resource acquisition and communication, ecological selection on frequency might lead to assortative mating and ultimately reproductive isolation and speciation, regardless of external barriers to gene flow.

  15. Determination of nonlinear resistance voltage-current relationships by measuring harmonics

    Science.gov (United States)

    Stafford, J. M.

    1971-01-01

    Test configuration measures harmonic signal amplitudes generated in nonlinear resistance. Vacuum-type voltmeter measures low frequency sinusoidal input signal amplitude and wave-analyzer measures amplitude of harmonic signals generated in junction. Input signal harmonics amplitude must not exceed that of harmonics generated in nonlinear resistance.

  16. RHIC susceptibility to variations in systematic magnetic harmonic errors

    International Nuclear Information System (INIS)

    Dell, G.F.; Peggs, S.; Pilat, F.; Satogata, T.; Tepikian, S.; Trbojevic, D.; Wei, J.

    1994-01-01

    Results of a study to determine the sensitivity of tune to uncertainties of the systematic magnetic harmonic errors in the 8 cm dipoles of RHIC are reported. Tolerances specified to the manufacturer for tooling and fabrication can result in systematic harmonics different from the expected values. Limits on the range of systematic harmonics have been established from magnet calculations, and the impact on tune from such harmonics has been established

  17. Direct computation of harmonic moments for tomographic reconstruction

    International Nuclear Information System (INIS)

    Nara, Takaaki; Ito, Nobutaka; Takamatsu, Tomonori; Sakurai, Tetsuya

    2007-01-01

    A novel algorithm to compute harmonic moments of a density function from its projections is presented for tomographic reconstruction. For projection p(r, θ), we define harmonic moments of projection by ∫ π 0 ∫ ∞ -∞ p(r,θ)(re iθ ) n drd θ and show that it coincides with the harmonic moments of the density function except a constant. Furthermore, we show that the harmonic moment of projection of order n can be exactly computed by using n+ 1 projection directions, which leads to an efficient algorithm to reconstruct the vertices of a polygon from projections.

  18. Harmonic arbitrary waveform generator

    Science.gov (United States)

    Roberts, Brock Franklin

    2017-11-28

    High frequency arbitrary waveforms have applications in radar, communications, medical imaging, therapy, electronic warfare, and charged particle acceleration and control. State of the art arbitrary waveform generators are limited in the frequency they can operate by the speed of the Digital to Analog converters that directly create their arbitrary waveforms. The architecture of the Harmonic Arbitrary Waveform Generator allows the phase and amplitude of the high frequency content of waveforms to be controlled without taxing the Digital to Analog converters that control them. The Harmonic Arbitrary Waveform Generator converts a high frequency input, into a precision, adjustable, high frequency arbitrary waveform.

  19. Probabilistic aspects of harmonic emission of large offshore wind farms

    Energy Technology Data Exchange (ETDEWEB)

    Jensen, Christian F. [Energinet.dk, Fredericia (Denmark); Bak, Claus L. [Aalborg Univ. (Denmark). Dept. of Energy Technology; Kocewiak, Lukasz; Hjerrild, Jesper [DONG Energy, Skaerbaek (Denmark); Berthelsen, Kasper K. [Aalborg Univ. (Denmark). Dept. of Mathematical Sciences

    2011-07-01

    In this article, a new probabilistic method of assessment of harmonic emission of large offshore wind farms is presented. Based on measurements from the British wind farm Burbo Banks, probability density functions are estimated for the dominating low order harmonic currents injected by a single turbine. The degree and type of dependence between the harmonic emission and the operating point of a single turbine is established. A model of Burbo Banks, suitable for harmonic load flow studies, is created in DIgSILENT Power Factory along with a DPL-script that deals with the probabilistic issues of the harmonic emission. The simulated harmonic distortion at the PCC is compared to measurement. This reveals some difficulties regarding harmonic load flow studies. The harmonic background distortion in the grid to where the wind farms is connected must be included in the study. Furthermore, a very detailed representation of the frequency dependent short circuit impedance must be used before sufficiently accurate results can be obtained from the model. (orig.)

  20. Transformation of Real Spherical Harmonics under Rotations

    Science.gov (United States)

    Romanowski, Z.; Krukowski, St.; Jalbout, A. F.

    2008-08-01

    The algorithm rotating the real spherical harmonics is presented. The convenient and ready to use formulae for l = 0, 1, 2, 3 are listed. The rotation in R3 space is determined by the rotation axis and the rotation angle; the Euler angles are not used. The proposed algorithm consists of three steps. (i) Express the real spherical harmonics as the linear combination of canonical polynomials. (ii) Rotate the canonical polynomials. (iii) Express the rotated canonical polynomials as the linear combination of real spherical harmonics. Since the three step procedure can be treated as a superposition of rotations, the searched rotation matrix for real spherical harmonics is a product of three matrices. The explicit formulae of matrix elements are given for l = 0, 1, 2, 3, what corresponds to s, p, d, f atomic orbitals.

  1. Multisite EPR oximetry from multiple quadrature harmonics.

    Science.gov (United States)

    Ahmad, R; Som, S; Johnson, D H; Zweier, J L; Kuppusamy, P; Potter, L C

    2012-01-01

    Multisite continuous wave (CW) electron paramagnetic resonance (EPR) oximetry using multiple quadrature field modulation harmonics is presented. First, a recently developed digital receiver is used to extract multiple harmonics of field modulated projection data. Second, a forward model is presented that relates the projection data to unknown parameters, including linewidth at each site. Third, a maximum likelihood estimator of unknown parameters is reported using an iterative algorithm capable of jointly processing multiple quadrature harmonics. The data modeling and processing are applicable for parametric lineshapes under nonsaturating conditions. Joint processing of multiple harmonics leads to 2-3-fold acceleration of EPR data acquisition. For demonstration in two spatial dimensions, both simulations and phantom studies on an L-band system are reported. Copyright © 2011 Elsevier Inc. All rights reserved.

  2. Estimation and reduction of harmonic currents from power converters

    DEFF Research Database (Denmark)

    Asiminoaei, Lucian

    -based method depends very much on the amount and accuracy of collected data in the development stage. The outcome of this investigation is a Harmonic Calculation Software compiled into a Graphical User Interface PC-software application, which can be applied for fast estimations of the harmonic currents...... control of the proposed topologies are given together with laboratory tests. One harmonic current mitigation solution found is to connect (two) smaller power APF's in parallel, sharing the same ac- and dc-bus. It is proven that parallel APF's may have lower passive components although other issues arises......, like circulation currents, which is removed here by common mode coils. Another harmonic solution is to use cascade connection of (two) independent APF's that cooperatively share the task of the harmonic mitigation. Two cooperative control methods are proposed called load-sharing and harmonic-sharing...

  3. Voltage harmonics mitigation through hybrid active power filer

    International Nuclear Information System (INIS)

    Sahito, A.A.; Tunio, S.M.; Khizer, A.N.

    2016-01-01

    Fast dynamic response, high efficiency, low cost and small size of power electronic converters have exponentially increased their use in modern power system which resulted in harmonically distorted voltage and currents. Voltage harmonics mainly caused by current harmonics are more dangerous as performance and expected operating life of other power system equipment are affected by harmonically distorted supply voltage. Electronic filter circuits are used to improve system power quality by mitigating adverse effects of harmonics. Hybrid filters having advantages of both passive and active filters are preferred to resolve the problem of harmonics efficiently and avoiding any chance of resonance. In this paper, a three phase three wire network is considered to supply an adjustable speed drive represented by a resistive load connected across a three phase bridge rectifier. Simulation of the considered system shows THD (Total Harmonic Distortion) of 18.91 and 7.61 percentage in supply current and voltage respectively. A HAPF (Hybrid Active Power Filter) is proposed to reduce these THD values below 5 percentage as recommended by IEEE Standard-519. P-Q theorem is used to calculate required parameters for proposed filter, which is implemented through hysteresis control. Simulation results confirm the effectiveness of the designed filter as THD for both current and voltage have reduced below allowable limit of 5 percentage. (author)

  4. Voltage Harmonics Mitigation through Hybrid Active Power Filter

    Directory of Open Access Journals (Sweden)

    Anwer Ali Sahito

    2016-01-01

    Full Text Available Fast dynamic response, high efficiency, low cost and small size of power electronic converters have exponentially increased their use in modern power system which resulted in harmonically distorted voltage and currents. Voltage harmonics mainly caused by current harmonics are more dangerous as performance and expected operating life of other power system equipment are affected by harmonically distorted supply voltage. Electronic filter circuits are used to improve system power quality by mitigating adverse effects of harmonics. Hybrid filters having advantages of both passive and active filters are preferred to resolve the problem of harmonics efficiently and avoiding any chance of resonance. In this paper, a three phase three wire network is considered to supply an adjustable speed drive represented by a resistive load connected across a three phase bridge rectifier. Simulation of the considered system shows THD (Total Harmonic Distortion of 18.91 and 7.61% in supply current and voltage respectively. A HAPF (Hybrid Active Power Filter is proposed to reduce these THD values below 5% as recommended by IEEE Standard-519. P-Q theorem is used to calculate required parameters for proposed filter, which is implemented through hysteresis control. Simulation results confirm the effectiveness of the designed filter as THD for both current and voltage have reduced below allowable limit of 5%.

  5. Sequence Domain Harmonic Modeling of Type-IV Wind Turbines

    DEFF Research Database (Denmark)

    Guest, Emerson; Jensen, Kim Høj; Rasmussen, Tonny Wederberg

    2017-01-01

    -sampled pulsewidth modulation and an analysis of converter generated voltage harmonics due to compensated dead-time. The decoupling capabilities of the proposed the SD harmonic model are verified through a power quality (PQ) assessment of a 3MW Type-IV wind turbine. The assessment shows that the magnitude and phase...... of low-order odd converter generated voltage harmonics are dependent on the converter operating point and the phase of the fundamental component of converter current respectively. The SD harmonic model can be used to make PQ assessments of Type-IV wind turbines or incorporated into harmonic load flows...... for computation of PQ in wind power plants....

  6. Mitigation of Voltage and Current Harmonics in Grid-Connected Microgrids

    DEFF Research Database (Denmark)

    Savaghebi, Mehdi; Guerrero, Josep M.; Jalilian, Alireza

    2012-01-01

    In this paper, a control approach is proposed for selective compensation of main voltage and current harmonics in grid-connected microgrids. Two modes of compensation are considered, i.e. voltage and current compensation modes. In the case that sensitive loads are connected to the point of common...... coupling (PCC), voltage compensation mode is activated in order to provide a high voltage quality at PCC. Otherwise, grid current harmonics are mitigated (current compensation mode) in order to avoid excessive harmonic supply by the grid. In both modes, harmonic compensation is achieved through proper...... control of distributed generators (DGs) interface converters. The compensation effort of each harmonic is shared considering the corresponding current harmonic supplied by the DGs. The control system of each DG comprises harmonic compensator, power controllers, voltage and current controllers and virtual...

  7. Unlocking higher harmonics in atomic force microscopy with gentle interactions.

    Science.gov (United States)

    Santos, Sergio; Barcons, Victor; Font, Josep; Verdaguer, Albert

    2014-01-01

    In dynamic atomic force microscopy, nanoscale properties are encoded in the higher harmonics. Nevertheless, when gentle interactions and minimal invasiveness are required, these harmonics are typically undetectable. Here, we propose to externally drive an arbitrary number of exact higher harmonics above the noise level. In this way, multiple contrast channels that are sensitive to compositional variations are made accessible. Numerical integration of the equation of motion shows that the external introduction of exact harmonic frequencies does not compromise the fundamental frequency. Thermal fluctuations are also considered within the detection bandwidth of interest and discussed in terms of higher-harmonic phase contrast in the presence and absence of an external excitation of higher harmonics. Higher harmonic phase shifts further provide the means to directly decouple the true topography from that induced by compositional heterogeneity.

  8. Harmonic lasing in x-ray free electron lasers

    Directory of Open Access Journals (Sweden)

    E. A. Schneidmiller

    2012-08-01

    Full Text Available Harmonic lasing in a free electron laser with a planar undulator (under the condition that the fundamental frequency is suppressed might be a cheap and efficient way of extension of wavelength ranges of existing and planned x-ray free electron laser (FEL facilities. Contrary to nonlinear harmonic generation, harmonic lasing can provide much more intense, stable, and narrow-band FEL beam which is easier to handle due to the suppressed fundamental frequency. In this paper we perform a parametrization of the solution of the eigenvalue equation for lasing at odd harmonics, and present an explicit expression for FEL gain length, taking into account all essential effects. We propose and discuss methods for suppression of the fundamental harmonic. We also suggest a combined use of harmonic lasing and lasing at the retuned fundamental wavelength in order to reduce bandwidth and to increase brilliance of x-ray beam at saturation. Considering 3rd harmonic lasing as a practical example, we come to the conclusion that it is much more robust than usually thought, and can be widely used in the existing or planned x-ray FEL (XFEL facilities. In particular, Linac Coherent Light Source (LCLS after a minor modification can lase to saturation at the 3rd harmonic up to the photon energy of 25–30 keV providing multigigawatt power level and narrow bandwidth. As for the European XFEL, harmonic lasing would allow one to extend operating range (ultimately up to 100 keV, to reduce FEL bandwidth and to increase brilliance, to enable two-color operation for pump-probe experiments, and to provide more flexible operation at different electron energies. Similar improvements can be realized in other x-ray FEL facilities with gap-tunable undulators like FLASH II, SACLA, LCLS II, etc. Harmonic lasing can be an attractive option for compact x-ray FELs (driven by electron beams with a relatively low energy, allowing the use of the standard undulator technology instead of

  9. HARMONICS SURFACES OF GRAPHIC TYPE IN R3

    Directory of Open Access Journals (Sweden)

    Carlos Carrión Riveros

    2016-06-01

    Full Text Available In this research we study harmonic surfaces immersed in R3. We dened Harmonic surfaces of graphic type and showed that a harmonious surface graphic type is minimal if and only if it is part of a plane or a helix. Also, we give a characterization of harmonic surfaces graphic type parameterized by asymptotic lines and some examples.

  10. Hyperspherical Harmonics and Their Physical Applications

    DEFF Research Database (Denmark)

    Avery, James Emil; Avery, John Scales

    Hyperspherical harmonics are extremely useful in nuclear physics and reactive scattering theory. However, their use has been confined to specialists with very strong backgrounds in mathematics. This book aims to change the theory of hyperspherical harmonics from an esoteric field, mastered....... The book is accompanied by programs and exercises designed for teaching and practical use....

  11. Harmonic Function of Poincare Cone Condition In Solving Dirichlet ...

    African Journals Online (AJOL)

    Harmonic Function of Poincare Cone Condition In Solving Dirichlet Problem. ... Journal of the Nigerian Association of Mathematical Physics ... theorem, the dirichlet problem and maximum principle where we conclude that the application of sums , differences and scalar multiples of harmonic functions are again harmonic.

  12. Harmonic Distortion of Rectifier Topologies for Adjustable Speed Drives

    DEFF Research Database (Denmark)

    Hansen, Steffan

    This thesis deals with the harmonic distortion of the diode rectifier and a number of alternative rectifier topologies for adjustable speed drives. The main intention of this thesis is to provide models and tools that allow easy prediction of the harmonic distortion of ASD’s in a given system...... rectifier are presented. The first level is an ideal model where the diode rectifier basically is treated as an independent (harmonic) current source. The second level is an empirical model, where simulated (or measured) values of the harmonic currents of the diode rectifier for different parameters......-angle of the individual harmonic currents of different diode rectifier types is analyzed. Four selected rectifier topologies with a high input power factor are presented. It is shown that using ac- or dc-coils is a very simple and efficient method to reduce the harmonic currents compared to the basic diode rectifier...

  13. Harmonic current prediction by impedance modeling of grid-tied inverters

    DEFF Research Database (Denmark)

    Pereira, Heverton A.; Freijedo, Francisco D.; Silva, M. M.

    2017-01-01

    and harmonic voltage profiles. Results reinforce that impedance models can represent with relatively accuracy the harmonic current emitted by the PV plants at the point of common coupling (PCC). Lastly, a stress test is performed to show how a variation in the harmonic voltage phase angle impacts the PV plant...... impedance models when used in harmonic integration studies. It is aimed to estimate the harmonic current contribution as a function of the background harmonic voltages components. Time domain simulations based on detailed and average models are compared with the impedance model developed in frequency domain....... In grids with harmonic voltages, impedance models can predict the current distortion for all active power injection scenarios. Furthermore, measurements in a 1.4 MW PV plant connected in a distributed grid are used to validate the simulation based on impedance models during different power injections...

  14. Coherent bremsstrahlung generation of harmonics in a laser-produced plasma

    International Nuclear Information System (INIS)

    Silin, Viktor P

    1999-01-01

    Foundations of a theory of generation of the harmonics of a laser pump in a fully ionised plasma are proposed. This theory makes it possible to describe the relationships governing harmonic generation in an analytical form. For an elliptically polarised pump field with a low degree of circular polarisation A, the range of plasma parameters is established in which the number of harmonics is found to be of the order of A -1 . Anomalous polarisation properties of the harmonics are predicted. In this case, their polarisation is seen to be nearly perpendicular to the pump polarisation and the degree of circular polarisation increases with the harmonic order number. The harmonic-order-dependent intensity of the pump field which results in circular polarisation of a harmonic is determined making allowance for thermal plasma motion. The conditions under which increasing the low degree of circular pump polarisation increases the efficiency of harmonic generation are established. The nonlinear dependence of the pump polarisation on its intensity under the conditions of collisional absorption in a plasma are identified and an instability of the circular polarisation is revealed. For a plane-polarised pump, it is shown how the maximum power of a harmonic and the pump power corresponding to this maximum scale up with the harmonic order number. The conditions under which the number of harmonics generated is limited owing to the relativistic nature of electron motion in the pump field are established. This effect appears for an unexpectedly weak relativity. (invited paper)

  15. Tides and tidal harmonics at Umbharat, Gujarat

    Digital Repository Service at National Institute of Oceanography (India)

    Suryanarayana, A.; Swamy, G.N.

    A part of the data on tides recorded at Machiwada near Umbharat, Gulf of Cambay during April 1978 was subjected to harmonic analysis following the Admiralty procedure. The general tidal characteristics and the value of four major harmonic...

  16. Generation of intense high-order vortex harmonics.

    Science.gov (United States)

    Zhang, Xiaomei; Shen, Baifei; Shi, Yin; Wang, Xiaofeng; Zhang, Lingang; Wang, Wenpeng; Xu, Jiancai; Yi, Longqiong; Xu, Zhizhan

    2015-05-01

    This Letter presents for the first time a scheme to generate intense high-order optical vortices that carry orbital angular momentum in the extreme ultraviolet region based on relativistic harmonics from the surface of a solid target. In the three-dimensional particle-in-cell simulation, the high-order harmonics of the high-order vortex mode is generated in both reflected and transmitted light beams when a linearly polarized Laguerre-Gaussian laser pulse impinges on a solid foil. The azimuthal mode of the harmonics scales with its order. The intensity of the high-order vortex harmonics is close to the relativistic region, with the pulse duration down to attosecond scale. The obtained intense vortex beam possesses the combined properties of fine transversal structure due to the high-order mode and the fine longitudinal structure due to the short wavelength of the high-order harmonics. In addition to the application in high-resolution detection in both spatial and temporal scales, it also presents new opportunities in the intense vortex required fields, such as the inner shell ionization process and high energy twisted photons generation by Thomson scattering of such an intense vortex beam off relativistic electrons.

  17. Multimegawatt relativistic harmonic gyrotron traveling-wave tube amplifier experiments

    International Nuclear Information System (INIS)

    Menninger, W.L.; Danly, B.G.; Temkin, R.J.

    1996-01-01

    The first multimegawatt harmonic relativistic gyrotron traveling-wave tube (gyro-twt) amplifier experiment has been designed, built, and tested. Results from this experimental setup, including the first ever reported third-harmonic gyro-twt results, are presented. Operation frequency is 17.1 GHz. Detailed phase measurements are also presented. The electron beam source is SNOMAD-II, a solid-state nonlinear magnetic accelerator driver with nominal parameters of 400 kV and 350 A. The flat-top pulsewidth is 30 ns. The electron beam is focused using a Pierce geometry and then imparted with transverse momentum using a bifilar helical wiggler magnet. Experimental operation involving both a second-harmonic interaction with the TE 21 mode and a third-harmonic interaction with the TE 31 mode, both at 17 GHz, has been characterized. The third-harmonic interaction resulted in 4-MW output power and 50-dB single-pass gain, with an efficiency of up to ∼8%. The best measured phase stability of the TE 31 amplified pulse was ±10 degree over a 9-ns period. The phase stability was limited because the maximum RF power was attained when operating far from wiggler resonance. The second harmonic, TE 21 had a peak amplified power of 2 MW corresponding to 40-dB single-pass gain and 4% efficiency. The second-harmonic interaction showed stronger superradiant emission than the third-harmonic interaction. Characterizations of the second- and third-harmonic gyro-twt experiments presented here include measurement of far-field radiation patterns, gain and phase versus interaction length, phase stability, and output power versus input power

  18. Some theorems on a class of harmonic manifolds

    International Nuclear Information System (INIS)

    Rahman, M.S.; Chen Weihuan.

    1993-08-01

    A class of harmonic n-manifold, denoted by HM n , is, in fact, focussed on a Riemannian manifold with harmonic curvature. A variety of results, with properties, on HM n is presented in a fair order. Harmonic manifolds are then touched upon manifolds with recurrent Ricci curvature, biRicci-recurrent curvature and recurrent conformal curvature, and, in consequence, a sequence of theorems are deduced. (author). 21 refs

  19. On the harmonic starlike functions with respect to symmetric ...

    African Journals Online (AJOL)

    In the present paper, we introduce the notions of functions harmonic starlike with respect to symmetric, conjugate and symmetric conjugate points. Such results as coefficient inequalities and structural formulae for these function classes are proved. Keywords: Harmonic functions, harmonic starlike functions, symmetric points, ...

  20. Lenore White Harmon: One Woman's Career Development.

    Science.gov (United States)

    Fouad, Nadya A.

    1997-01-01

    Presents biographical information on Lenore White Harmon, noted professor, counselor, and researcher. In a question-and-answer section, Harmon describes her early career decisions, work history, research efforts, professional contributions, important influences and reflections on her career development. (KW)

  1. On harmonicity in some Moufang-Klingenberg planes

    OpenAIRE

    ÇELİK, Basri; AKPINAR, Atilla; ÇİFTÇİ, Süleyman

    2010-01-01

    In this paper we study Moufang-Klingenberg planes M (A) defined over a local alternative ring A of dual numbers. We show that some collineations of M (A) preserve cross-ratio and thus establish a relation between harmonicity and harmonic position.

  2. Femtosecond envelope of the high-harmonic emission from ablation plasmas

    International Nuclear Information System (INIS)

    Haessler, S; Gobert, O; Hergott, J-F; Lepetit, F; Perdrix, M; Carré, B; Salières, P; Bom, L B Elouga; Ozaki, T

    2012-01-01

    We characterize the temporal profile of the high-order harmonic emission from ablation plasma plumes using cross-correlations with the infrared (IR) laser beam provided by two-photon harmonic+IR ionization of rare gas atoms. We study both non-resonant plasmas (lead, gold and chrome) and resonant plasmas (indium and tin), i.e. plasmas presenting in the singly charged ions a strong radiative transition coinciding with a harmonic order. The cross-correlation traces are found to be very similar for all harmonic orders and all plasma targets. The recovered harmonic pulse durations are very similar to the driving laser, with a tendency towards being shorter, demonstrating that the emission is a directly laser-driven process even in the case of resonant harmonics. This provides a valuable input for theories describing resonant-harmonic emission and opens the perspective of a very high flux tabletop XUV source for applications. (paper)

  3. Polarization-Resolved Study of High Harmonics from Bulk Semiconductors

    Science.gov (United States)

    Kaneshima, Keisuke; Shinohara, Yasushi; Takeuchi, Kengo; Ishii, Nobuhisa; Imasaka, Kotaro; Kaji, Tomohiro; Ashihara, Satoshi; Ishikawa, Kenichi L.; Itatani, Jiro

    2018-06-01

    The polarization property of high harmonics from gallium selenide is investigated using linearly polarized midinfrared laser pulses. With a high electric field, the perpendicular polarization component of the odd harmonics emerges, which is not present with a low electric field and cannot be explained by the perturbative nonlinear optics. A two-dimensional single-band model is developed to show that the anisotropic curvature of an energy band of solids, which is pronounced in an outer part of the Brillouin zone, induces the generation of the perpendicular odd harmonics. This model is validated by three-dimensional quantum mechanical simulations, which reproduce the orientation dependence of the odd-order harmonics. The quantum mechanical simulations also reveal that the odd- and even-order harmonics are produced predominantly by the intraband current and interband polarization, respectively. These experimental and theoretical demonstrations clearly show a strong link between the band structure of a solid and the polarization property of the odd-order harmonics.

  4. Phase-matched third harmonic generation in a plasma

    International Nuclear Information System (INIS)

    Rax, J.M.; Fisch, N.J.

    1993-01-01

    Relativistic third harmonic generation in a plasma is investigated. The growth of a third harmonic wave is limited by the difference between the phase velocity of the pump and driven waves. This phase velocity mismatch results in a third harmonic amplitude saturation and oscillation. In order to overcome this saturation, the authors describe a phase-matching scheme based on a resonant density modulation. The limitations of this scheme are analyzed

  5. Optical Third-Harmonic Generation in Graphene

    Directory of Open Access Journals (Sweden)

    Sung-Young Hong

    2013-06-01

    Full Text Available We report strong third-harmonic generation in monolayer graphene grown by chemical vapor deposition and transferred to an amorphous silica (glass substrate; the photon energy is in three-photon resonance with the exciton-shifted van Hove singularity at the M point of graphene. The polarization selection rules are derived and experimentally verified. In addition, our polarization- and azimuthal-rotation-dependent third-harmonic-generation measurements reveal in-plane isotropy as well as anisotropy between the in-plane and out-of-plane nonlinear optical responses of graphene. Since the third-harmonic signal exceeds that from bulk glass by more than 2 orders of magnitude, the signal contrast permits background-free scanning of graphene and provides insight into the structural properties of graphene.

  6. HARMONIZED EUROPE OR EUROPEAN HARMONY?

    Directory of Open Access Journals (Sweden)

    Cosmin Marinescu

    2007-07-01

    Full Text Available Recent evolutions in Europe raise questions on the viability of the present economic and social model that defines the European construction project. In this paper, the author will try to explain the viability of institutional European model that sticks between free market mechanisms and protectionism. The main challenge for the EU is about the possibility to bring together the institutional convergence and the welfare for all Europeans. This is the result of the view, still dominant, of European politics elite, according to which institutional harmonization is the solution of a more dynamic and prosper Europe. But, economic realities convince us that, more and more, a harmonized, standardized Europe is not necessarily identical with a Europe of harmony and social cooperation. If „development through integration” seems to be harmonization through „institutional transplant”, how could then be the European model one sufficiently wide open to market, which creates the prosperity so long waited for by new member countries?

  7. Harmonic modeling of induction motors

    Energy Technology Data Exchange (ETDEWEB)

    Pedra, J.; Sainz, L.; Corcoles, F. [Department of Electrical Engineering, ETSEIB-UPC, Av. Diagonal 647, 08028 Barcelona (Spain)

    2006-07-15

    The paper proposes an induction motor model for the study of harmonic load flow in balanced and unbalanced conditions. The parameters of this model are obtained from motor manufacturer data and the positive- and negative-sequence equivalent circuits of the single- and double-cage models. An approximate harmonic model based on motor manufacturer data only is also proposed. In addition, the paper includes manufacturer data and the calculated parameters of 36 induction motors of different rated powers. This database is used to analyze the proposed models. (author)

  8. Second-harmonic generation of practical Bessel beams

    Science.gov (United States)

    Huang, Jin H.; Ding, Desheng; Hsu, Yin-Sung

    2009-11-01

    A fast Gaussian expansion approach is used to investigate fundamental and second-harmonic generation in practical Bessel beams of finite aperture. The analysis is based on the integral solutions of the KZK equation under the quasilinear approximation. The influence of the medium's attenuation on the beam profile is considered. Analysis results show that the absorption parameter has a significant effect on the far-field beam profile of the second harmonic. Under certain circumstances, the second harmonic of a practical Bessel beam still has the main properties of an ideal Bessel beam of infinite aperture when it propagates within its depth of field.

  9. Feasibility study of generating ultra-high harmonic radiation with a single stage echo-enabled harmonic generation scheme

    Energy Technology Data Exchange (ETDEWEB)

    Zhou, Kaishang, E-mail: zhoukaishang@sinap.ac.cn; Feng, Chao, E-mail: fengchao@sinap.ac.cn; Wang, Dong, E-mail: wangdong@sinap.ac.cn

    2016-10-21

    The echo enabled harmonic generation (EEHG) scheme holds the ability for the generation of fully coherent soft x-ray free-electron laser (FEL) pulses directly from external UV seeding sources. In this paper, we study the feasibility of using a single stage EEHG to generate coherent radiation in the “water window” and beyond. Using the high-order operating modes of the EEHG scheme, intensive numerical simulations have been performed considering various three-dimensional effects. The simulation results demonstrated that coherent soft x-ray radiation at 150th harmonic (1.77 nm) of the seed can be produced by a single stage EEHG. The decreasing of the final bunching factor at the desired harmonic caused by intra beam scattering (IBS) effect has also been analyzed.

  10. Symmetry properties of second harmonics generated by antisymmetric Lamb waves

    Science.gov (United States)

    Zhu, Wujun; Xiang, Yanxun; Liu, Chang-Jun; Deng, Mingxi; Xuan, Fu-Zhen

    2018-03-01

    Symmetry properties of second harmonics generated by antisymmetric primary Lamb waves are systematically studied in this work. In theory, the acoustic field of second harmonic Lamb waves is obtained by using the perturbation approximation and normal modal method, and the energy flux transfer from the primary Lamb waves to second harmonics is mainly explored. Symmetry analyses indicate that either the symmetric or antisymmetric Lamb waves can merely generate the symmetric second harmonics. Finite element simulations are performed on the nonlinear Lamb wave propagation of the antisymmetric A0 mode in the low frequency region. The signals of the second harmonics and the symmetric second harmonic s0 mode are found to be exactly equivalent in the time domain. The relative acoustic nonlinearity parameter A2/A12 oscillates with the propagation distance, and the oscillation amplitude and spatial period are well consistent with the theoretical prediction of the A0-s0 mode pair, which means that only the second harmonic s0 mode is generated by the antisymmetric primary A0 mode. Experiments are further conducted to examine the cumulative generation of symmetric second harmonics for the antisymmetric-symmetric mode pair A3-s6. Results show that A2/A12 increases linearly with the propagation distance, which means that the symmetric second harmonic s6 mode is generated cumulatively by the antisymmetric primary A3 mode. The present investigation systematically corroborates the proposed theory that only symmetric second harmonics can be generated accompanying the propagation of antisymmetric primary Lamb waves in a plate.

  11. Harmonic analysis in integrated energy system based on compressed sensing

    International Nuclear Information System (INIS)

    Yang, Ting; Pen, Haibo; Wang, Dan; Wang, Zhaoxia

    2016-01-01

    Highlights: • We propose a harmonic/inter-harmonic analysis scheme with compressed sensing theory. • Property of sparseness of harmonic signal in electrical power system is proved. • The ratio formula of fundamental and harmonic components sparsity is presented. • Spectral Projected Gradient-Fundamental Filter reconstruction algorithm is proposed. • SPG-FF enhances the precision of harmonic detection and signal reconstruction. - Abstract: The advent of Integrated Energy Systems enabled various distributed energy to access the system through different power electronic devices. The development of this has made the harmonic environment more complex. It needs low complexity and high precision of harmonic detection and analysis methods to improve power quality. To solve the shortages of large data storage capacities and high complexity of compression in sampling under the Nyquist sampling framework, this research paper presents a harmonic analysis scheme based on compressed sensing theory. The proposed scheme enables the performance of the functions of compressive sampling, signal reconstruction and harmonic detection simultaneously. In the proposed scheme, the sparsity of the harmonic signals in the base of the Discrete Fourier Transform (DFT) is numerically calculated first. This is followed by providing a proof of the matching satisfaction of the necessary conditions for compressed sensing. The binary sparse measurement is then leveraged to reduce the storage space in the sampling unit in the proposed scheme. In the recovery process, the scheme proposed a novel reconstruction algorithm called the Spectral Projected Gradient with Fundamental Filter (SPG-FF) algorithm to enhance the reconstruction precision. One of the actual microgrid systems is used as simulation example. The results of the experiment shows that the proposed scheme effectively enhances the precision of harmonic and inter-harmonic detection with low computing complexity, and has good

  12. Characterization of Harmonic Signal Acquisition with Parallel Dipole and Multipole Detectors

    Science.gov (United States)

    Park, Sung-Gun; Anderson, Gordon A.; Bruce, James E.

    2018-04-01

    Fourier transform ion cyclotron resonance mass spectrometry (FTICR-MS) is a powerful instrument for the study of complex biological samples due to its high resolution and mass measurement accuracy. However, the relatively long signal acquisition periods needed to achieve high resolution can serve to limit applications of FTICR-MS. The use of multiple pairs of detector electrodes enables detection of harmonic frequencies present at integer multiples of the fundamental cyclotron frequency, and the obtained resolving power for a given acquisition period increases linearly with the order of harmonic signal. However, harmonic signal detection also increases spectral complexity and presents challenges for interpretation. In the present work, ICR cells with independent dipole and harmonic detection electrodes and preamplifiers are demonstrated. A benefit of this approach is the ability to independently acquire fundamental and multiple harmonic signals in parallel using the same ions under identical conditions, enabling direct comparison of achieved performance as parameters are varied. Spectra from harmonic signals showed generally higher resolving power than spectra acquired with fundamental signals and equal signal duration. In addition, the maximum observed signal to noise (S/N) ratio from harmonic signals exceeded that of fundamental signals by 50 to 100%. Finally, parallel detection of fundamental and harmonic signals enables deconvolution of overlapping harmonic signals since observed fundamental frequencies can be used to unambiguously calculate all possible harmonic frequencies. Thus, the present application of parallel fundamental and harmonic signal acquisition offers a general approach to improve utilization of harmonic signals to yield high-resolution spectra with decreased acquisition time. [Figure not available: see fulltext.

  13. International Harmonization of Reactor Licensing Regulations

    International Nuclear Information System (INIS)

    Kuhnt, Dietmar.

    1977-01-01

    The purpose of a harmonization policy for reactor licensing regulations on the basis of already considerable experience is to attain greater rationalisation in this field, in the interest of economic policy and healthy competition, and most important, radiation protection and safety of installations. This paper considers the legal instruments for such harmonization and the conditions for their implementation, in particular within the Communities framework. (NEA) [fr

  14. Generalized Harmonic Functions and the Dewetting of Thin Films

    International Nuclear Information System (INIS)

    Auchmuty, Giles; Kloucek, Petr

    2007-01-01

    This paper describes the solvability of Dirichlet problems for Laplace's equation when the boundary data is not smooth enough for the existence of a weak solution in H 1 Ω. Scales of spaces of harmonic functions and of boundary traces are defined and the solutions are characterized as limits of classical harmonic functions in special norms. The generalized harmonic functions, and their norms, are defined using series expansions involving harmonic Steklov eigenfunctions on the domain. It is shown that the usual trace operator has a continuous extension to an isometric isomorphism of specific spaces. This provides a characterization of the generalized solutions of harmonic Dirichlet problems. Numerical simulations of a model problem are described. This problem is related to the dewetting of thin films and the associated phenomenology is described

  15. The harmonized INFOGEST in vitro digestion method

    NARCIS (Netherlands)

    Egger, Lotti; Ménard, Olivia; Delgado-Andrade, Cristina; Alvito, Paula; Assunção, Ricardo; Balance, Simon; Barberá, Reyes; Brodkorb, Andre; Cattenoz, Thomas; Clemente, Alfonso; Comi, Irene; Dupont, Didier; Garcia-Llatas, Guadalupe; Lagarda, María Jesús; Feunteun, Le Steven; Janssen Duijghuijsen, Lonneke; Karakaya, Sibel; Lesmes, Uri; Mackie, Alan R.; Martins, Carla; Meynier, Anne; Miralles, Beatriz; Murray, B.S.; Pihlanto, Anne; Picariello, Gianluca; Santos, C.N.; Simsek, Sebnem; Recio, Isidra; Rigby, Neil; Rioux, Laurie Eve; Stoffers, Helena; Tavares, Ana; Tavares, Lucelia; Turgeon, Sylvie; Ulleberg, E.K.; Vegarud, G.E.; Vergères, Guy; Portmann, Reto

    2016-01-01

    Within the active field of in vitro digestion in food research, the COST Action INFOGEST aimed to harmonize in vitro protocols simulating human digestion on the basis of physiologically inferred conditions. A harmonized static in vitro digestion (IVD) method was recently published as a primary

  16. Analysis on h-harmonics and Dunkl transforms

    CERN Document Server

    2015-01-01

    As a unique case in this Advanced Courses book series, the authors have jointly written this introduction to h-harmonics and Dunkl transforms. These are extensions of the ordinary spherical harmonics and Fourier transforms, in which the usual Lebesgue measure is replaced by a reflection-invariant weighted measure. The theory, originally introduced by C. Dunkl, has been expanded on by many authors over the last 20 years. These notes provide an overview of what has been developed so far. The first chapter gives a brief recount of the basics of ordinary spherical harmonics and the Fourier transform. The Dunkl operators, the intertwining operators between partial derivatives and the Dunkl operators are introduced and discussed in the second chapter. The next three chapters are devoted to analysis on the sphere, and the final two chapters to the Dunkl transform. The authors’ focus is on the analysis side of both h-harmonics and Dunkl transforms. The need for background knowledge on reflection groups is kept to a...

  17. Harmonic Content of the BESSY FEL Radiation

    CERN Document Server

    Meseck, Atoosa

    2005-01-01

    BESSY proposes a linac-based cascaded High-Gain Harmonic-Generation (HGHG) free electron laser (FEL) multi-user facility. The BESSY soft X-ray FEL will consist of three undulator lines. The associated tunable lasers will cover the spectral range of 230nm to 460nm. Two to four HGHG stages reduce the seed wavelength to the desired radiation range of 1.24nm < λ < 51nm. The harmonic content of the high-intensity radiator output can be used to reduce the number of necessary HGHG stages. Moreover the higher harmonic content of the final output extends the offered spectral range and thus is of high interest for the user community. In this paper, the higher harmonic content of the final output as well as of the output of several radiators are investigated. The main parameters such as output power, pulse duration and bandwidth as well as their suitability for seeding are discussed.

  18. Intelligent harmonic load model based on neural networks

    Science.gov (United States)

    Ji, Pyeong-Shik; Lee, Dae-Jong; Lee, Jong-Pil; Park, Jae-Won; Lim, Jae-Yoon

    2007-12-01

    In this study, we developed a RBFNs(Radial Basis Function Networks) based load modeling method with harmonic components. The developed method implemented by using harmonic information as well as fundamental frequency and voltage which are essential input factors in conventional method. Thus, the proposed method makes it possible to effectively estimate load characteristics in power lines with harmonics. The RBFNs have certain advantage such as simple structure and rapid computation ability compared with multilayer perceptron which is extensively applied for load modeling. To show the effectiveness, the proposed method has been intensively tested with various dataset acquired under the different frequency and voltage and compared it with conventional methods such as polynominal 2nd equation method, MLP and RBF without considering harmonic components.

  19. Optical third-harmonic generation using ultrashort laser pulses

    International Nuclear Information System (INIS)

    Stoker, D.; Keto, J.W.; Becker, M.F.

    2005-01-01

    To better predict optical third-harmonic generation (THG) in transparent dielectrics, we model a typical ultrashort pulsed Gaussian beam, including both group velocity mismatch and phase mismatch of the fundamental and harmonic fields. We find that competition between the group velocity mismatch and phase mismatch leads to third-harmonic generation that is sensitive only to interfaces. In this case, the spatial resolution is determined by the group velocity walk-off length. THG of modern femtosecond lasers in optical solids is a bulk process, without a surface susceptibility, but bears the signature of a surface enhancement effect in z-scan measurements. We demonstrate the accuracy of the model, by showing the agreement between the predicted spectral intensity and the measured third-harmonic spectrum from a thin sapphire crystal

  20. Cusp-Gun Sixth-Harmonic Slotted Gyrotron

    Science.gov (United States)

    Stutzman, R. C.; McDermott, D. B.; Hirata Luhmann, Y., Jr.; Gallagher, D. A.; Spencer, T. A.

    2000-10-01

    A high-harmonic slotted gyrotron has been constructed at UC Davis to be driven by a 70 kV, 3.5 A, axis-encircling electron beam from a Northrop Grumman Cusp gun. The 94 GHz, slotted sixth-harmonic gyrotron is predicted to generate 50 kW with an efficiency of 20%. Using the profile of the adiabatic field reversal from the UC Davis superconducting test-magnet, EGUN simulations predict that an axis-encircling electron beam will be generated with an axial velocity spread of Δ v_z/v_z=10% for the desired velocity ratio of α =v_z/v_z=1.5. The design will also be presented for an 8th-harmonic W-band gyrotron whose magnetic field can be supplied by a lightweight permanent magnet.

  1. Harmonics in large offshore wind farms

    DEFF Research Database (Denmark)

    Kocewiak, Lukasz Hubert

    and nature of various harmonic components. A comprehensive comparison of harmonic voltages and currents based on probability distribution estimation and appropriate statistics calculation (mean, variance, probability density function, etc.) is applied. Such approach gives a better overview and comparison...... and analysis, and ϐinally ending up on modelling and models application. Different aspects of validation in time domain, frequency domain, and by application of statistical methods are mentioned in relation to respective problems. Measurements constitute a core part in industry-oriented research. Due...... that it is of great importance to know the nature of generated harmonics in large offshore wind farms in order to apply the most suitable data processing technique. Time-frequency analysis based on multiresolution wavelet transform is used in order to perform time-frequency domain analysis helpful to distinguish...

  2. Diffractive-refractive optics: (+,-,-,+) X-ray crystal monochromator with harmonics separation.

    Science.gov (United States)

    Hrdý, Jaromír; Mikulík, Petr; Oberta, Peter

    2011-03-01

    A new kind of two channel-cut crystals X-ray monochromator in dispersive (+,-,-,+) position which spatially separates harmonics is proposed. The diffracting surfaces are oriented so that the diffraction is inclined. Owing to refraction the diffracted beam is sagittally deviated. The deviation depends on wavelength and is much higher for the first harmonics than for higher harmonics. This leads to spatial harmonics separation. The idea is supported by ray-tracing simulation.

  3. Elements of abstract harmonic analysis

    CERN Document Server

    Bachman, George

    2013-01-01

    Elements of Abstract Harmonic Analysis provides an introduction to the fundamental concepts and basic theorems of abstract harmonic analysis. In order to give a reasonably complete and self-contained introduction to the subject, most of the proofs have been presented in great detail thereby making the development understandable to a very wide audience. Exercises have been supplied at the end of each chapter. Some of these are meant to extend the theory slightly while others should serve to test the reader's understanding of the material presented. The first chapter and part of the second give

  4. Conformal invariance in harmonic superspace

    International Nuclear Information System (INIS)

    Galperin, A.; Ivanov, E.; Ogievetsky, V.; Sokatchev, E.

    1987-01-01

    In the present paper we show how the N = 2 superconformal group is realised in harmonic superspace and examine conformal invariance of N = 2 off-shell theories. We believe that the example of N = O self-dual Yang-Mills equations can serve as an instructive introduction to the subject of harmonic superspace and this is examined. The rigid N = 2 conformal supersymmetry and its local version, i.e. N = 2 conformal supergravity is also discussed. The paper is a contribution to the book commemorating the sixtieth birthday of E.S. Fradkin. (author)

  5. Dynamics of harmonically-confined systems: Some rigorous results

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Zhigang, E-mail: zwu@physics.queensu.ca; Zaremba, Eugene, E-mail: zaremba@sparky.phy.queensu.ca

    2014-03-15

    In this paper we consider the dynamics of harmonically-confined atomic gases. We present various general results which are independent of particle statistics, interatomic interactions and dimensionality. Of particular interest is the response of the system to external perturbations which can be either static or dynamic in nature. We prove an extended Harmonic Potential Theorem which is useful in determining the damping of the centre of mass motion when the system is prepared initially in a highly nonequilibrium state. We also study the response of the gas to a dynamic external potential whose position is made to oscillate sinusoidally in a given direction. We show in this case that either the energy absorption rate or the centre of mass dynamics can serve as a probe of the optical conductivity of the system. -- Highlights: •We derive various rigorous results on the dynamics of harmonically-confined atomic gases. •We derive an extension of the Harmonic Potential Theorem. •We demonstrate the link between the energy absorption rate in a harmonically-confined system and the optical conductivity.

  6. Twenty-Four Tuba Harmonics Using a Single Pipe Length

    Science.gov (United States)

    Holmes, Bud; Ruiz, Michael J.

    2017-01-01

    Harmonics arise naturally from the resonances in strings and pipes. A video demonstration (Ruiz 2016 "YouTube: Tuba Harmonics" (https://youtu.be/souhEzOP9c4)) is provided where a tubist (coauthor Holmes) produces a phenomenal 24 harmonics using a single tuba pipe length by controlling the buzz of his lips. The frequencies of the…

  7. Harmonic Analysis of Offshore Wind Farms with Full Converter Wind Turbines

    DEFF Research Database (Denmark)

    Kocewiak, Lukasz Hubert; Hjerrild, Jesper; Bak, Claus Leth

    2009-01-01

    to a shore with a long HV cable. The way of propagation and effects of harmonics are presented for different study cases. Modeling strategies of harmonic sources for harmonic analysis are described and compared. Different results dependent on applied harmonic models are shown and discussed in this paper...

  8. High-Intensity High-order Harmonics Generated from Low-Density Plasma

    International Nuclear Information System (INIS)

    Ozaki, T.; Bom, L. B. Elouga; Abdul-Hadi, J.; Ganeev, R. A.; Haessler, S.; Salieres, P.

    2009-01-01

    We study the generation of high-order harmonics from lowly ionized plasma, using the 10 TW, 10 Hz laser of the Advanced Laser Light Source (ALLS). We perform detailed studies on the enhancement of a single order of the high-order harmonic spectrum generated in plasma using the fundamental and second harmonic of the ALLS beam line. We observe quasi-monochromatic harmonics for various targets, including Mn, Cr, Sn, and In. We identify most of the ionic/neutral transitions responsible for the enhancement, which all have strong oscillator strengths. We demonstrate intensity enhancements of the 13th, 17th, 29th, and 33rd harmonics from these targets using the 800 nm pump laser and varying its chirp. We also characterized the attosecond nature of such plasma harmonics, measuring attosecond pulse trains with 360 as duration for chromium plasma, using the technique of ''Reconstruction of Attosecond Beating by Interference of Two-photon Transitions''(RABBIT). These results show that plasma harmonics are intense source of ultrashort coherent soft x-rays.

  9. Laser waveform control of extreme ultraviolet high harmonics from solids.

    Science.gov (United States)

    You, Yong Sing; Wu, Mengxi; Yin, Yanchun; Chew, Andrew; Ren, Xiaoming; Gholam-Mirzaei, Shima; Browne, Dana A; Chini, Michael; Chang, Zenghu; Schafer, Kenneth J; Gaarde, Mette B; Ghimire, Shambhu

    2017-05-01

    Solid-state high-harmonic sources offer the possibility of compact, high-repetition-rate attosecond light emitters. However, the time structure of high harmonics must be characterized at the sub-cycle level. We use strong two-cycle laser pulses to directly control the time-dependent nonlinear current in single-crystal MgO, leading to the generation of extreme ultraviolet harmonics. We find that harmonics are delayed with respect to each other, yielding an atto-chirp, the value of which depends on the laser field strength. Our results provide the foundation for attosecond pulse metrology based on solid-state harmonics and a new approach to studying sub-cycle dynamics in solids.

  10. Harmonic distortion in microwave photonic filters.

    Science.gov (United States)

    Rius, Manuel; Mora, José; Bolea, Mario; Capmany, José

    2012-04-09

    We present a theoretical and experimental analysis of nonlinear microwave photonic filters. Far from the conventional condition of low modulation index commonly used to neglect high-order terms, we have analyzed the harmonic distortion involved in microwave photonic structures with periodic and non-periodic frequency responses. We show that it is possible to design microwave photonic filters with reduced harmonic distortion and high linearity even under large signal operation.

  11. Optimization of high harmonic generation by genetic algorithm

    International Nuclear Information System (INIS)

    Constance Valentin; Olga Boyko; Gilles Rey; Brigitte Mercier; Evaggelos Papalazarou; Laure Antonucci; Philippe Balcou

    2006-01-01

    Complete test of publication follows. High Harmonic Generation (HHG) is very sensitive to pulse shape of the fundamental laser. We have first used an Acousto-Optic Programmable Dispersive Filter (AOPDF) in order to modify the spectral phase and second, a deformable mirror in order to modify the wavefront. We have optimized harmonic signal using a genetic algorithm coupled with both setups. We show the influence of macroscopic parameters for optimization process. Genetic algorithms have been already used to modify pulse shapes of the fundamental laser in order to optimize high harmonic signals, in order to change the emission wavelength of one harmonic or to modify the fundamental wavefront to optimize harmonic signals. For the first time, we present a systematic study of the optimization of harmonic signals using the AOPDF. Signal optimizations by a factor 2 to 10 have been measured depending of parameters of generation. For instance, one of the interesting result concerns the effect of macroscopic parameters as position of the entrance of the cell with respect to the focus of the IR laser when we change the pulse shapes. For instance, the optimization is higher when the cell entrance is above the focus where the intensity gradients are higher. Although the spectral phase of the IR laser is important for the response of one atom, the optimization depends also of phase-matching and especially of the effect intensity gradients. Other systematic studies have been performed as well as measurements of temporal profiles and wavefronts of the IR beam. These studies allow bringing out the behaviour of high harmonic generation with respect to the optimization process.

  12. Quantization of a 3D Nonstationary Harmonic plus an Inverse Harmonic Potential System

    Directory of Open Access Journals (Sweden)

    Salim Medjber

    2016-01-01

    Full Text Available The Schrödinger solutions for a three-dimensional central potential system whose Hamiltonian is composed of a time-dependent harmonic plus an inverse harmonic potential are investigated. Because of the time-dependence of parameters, we cannot solve the Schrödinger solutions relying only on the conventional method of separation of variables. To overcome this difficulty, special mathematical methods, which are the invariant operator method, the unitary transformation method, and the Nikiforov-Uvarov method, are used when we derive solutions of the Schrödinger equation for the system. In particular, the Nikiforov-Uvarov method with an appropriate coordinate transformation enabled us to reduce the eigenvalue equation of the invariant operator, which is a second-order differential equation, to a hypergeometric-type equation that is convenient to treat. Through this procedure, we derived exact Schrödinger solutions (wave functions of the system. It is confirmed that the wave functions are represented in terms of time-dependent radial functions, spherical harmonics, and general time-varying global phases. Such wave functions are useful for studying various quantum properties of the system. As an example, the uncertainty relations for position and momentum are derived by taking advantage of the wave functions.

  13. Harmonic Analyzing of the Double PWM Converter in DFIG Based on Mathematical Model

    Directory of Open Access Journals (Sweden)

    Jing Liu

    2017-12-01

    Full Text Available Harmonic pollution of double fed induction generators (DFIGs has become a vital concern for its undesirable effects on power quality issues of wind generation systems and grid-connected system, and the double pulse width modulation (PWMconverter is one of the main harmonic sources in DFIGs. Thus the harmonic analysis of the converter in DFIGs is a necessary step to evaluate their harmonic pollution of DFIGs. This paper proposes a detailed harmonic modeling method to discuss the main harmonic components in a converter. In general the harmonic modeling could be divided into the low-order harmonic part (up to 30th order and the high-order harmonic part (greater than order 30 parts in general. The low-order harmonics are produced by the circuit topology and control algorithm, and the harmonic component will be different if the control strategy changes. The high-order harmonics are produced by the modulation of the switching function to the dc variable. In this paper, the low-order harmonic modeling is established according to the directions of power flow under the vector control (VC, and the high-order harmonic modeling is established by the switching function of space vector PWM and dc currents. Meanwhile, the simulations of harmonic a components in a converter are accomplished in a real time digital simulation system. The results indicate that the proposed modeling could effectively show the harmonics distribution of the converter in DFIGs.

  14. Laparoscopic nephrectomy using the harmonic scalpel.

    Science.gov (United States)

    Helal, M; Albertini, J; Lockhart, J; Albrink, M

    1997-08-01

    Laparoscopic nephrectomy is gaining popularity. Improved instrumentation is making surgery easier with fewer complications. Our first three laparoscopic nephrectomies using the Harmonic Scalpel were performed on two women and one man. The surgical indications were nonfunctioning kidneys (two left, one right) with hypertension in one patient and stone disease in two. The three patients had a mean age of 46.3 years. The average hospital stay was 4 days, the average operative time 3.7 hours, and the average blood loss 160 mL. No complications occurred. Patients resumed oral intake within 8 hours postoperatively. We found the Harmonic Scalpel easy and safe to use. It saved time, was cost effective, and was capable of easily controlling small-vessel bleeding. In conclusion, the Harmonic Scalpel could be used effectively for both dissection and bleeding control without suction or other instrumentation.

  15. Harmonic manifolds with minimal horospheres are flat

    Indian Academy of Sciences (India)

    Abstract. In this note we reprove the known theorem: Harmonic manifolds with minimal horospheres are flat. It turns out that our proof is simpler and more direct than the original one. We also reprove the theorem: Ricci flat harmonic manifolds are flat, which is generally affirmed by appealing to Cheeger–Gromov splitting ...

  16. Harmonic Manifolds with Minimal Horospheres are Flat

    Indian Academy of Sciences (India)

    In this note we reprove the known theorem: Harmonic manifolds with minimal horospheres are flat. It turns out that our proof is simpler and more direct than the original one. We also reprove the theorem: Ricci flat harmonic manifolds are flat, which is generally affirmed by appealing to Cheeger–Gromov splitting theorem.

  17. Variational problems with obstacles and harmonic maps

    International Nuclear Information System (INIS)

    Musina, R.

    1990-08-01

    Our first purpose is to find a generalization of the usual definition of a harmonic map between two Riemannian manifolds in order to consider less regular target spaces. Our second aim was to extend a result by Chen and Struwe about the heat flow of harmonic mappings into manifolds with boundary. 19 refs

  18. Harmonic reduction by using single-tuned passive filter in plastic processing industry

    Science.gov (United States)

    Fahmi, M. I.; Baafai, U.; Hazmi, A.; Nasution, T. H.

    2018-02-01

    The using of non-linear loads generated by industrial machines may result inconsistent harmonics that do not reach the IEEE 519 - 1992 standards. This study discusses the use of single-tuned passive filters in reducing harmonics in the plastics processing industry. The system modeling using matlab / simulink simulation resulted in total harmonic distortion (THD) of 15.55%, can be reduced to 4.77% harmonics in accordance with IEEE 519 - 1992 standards. From the simulation results also seen that single-tuned passive filter can reduce the harmonics of the current 82.23% harmonic that wants to be reduced and also can reduce other orders harmonics between 7% to 8%.

  19. Stator Current Harmonic Control with Resonant Controller for Doubly Fed Induction Generator

    DEFF Research Database (Denmark)

    Liu, Changjin; Blaabjerg, Frede; Chen, Wenjie

    2012-01-01

    rotor current control loop for harmonic suppression. The overall control scheme is implemented in dq frame. Based on a mathematical model of the DFIG control system, the effects on system stability using the resonant controller, an analysis of the steady-state error, and the dynamic performance......, are discussed in this paper. Taking these effects into account, the parameters of the resonant controller can be designed and effectively damp the influence from the grid voltage harmonics. As a result, the impacts of the negative sequence fifth- and positive sequence seventh-order voltage harmonics...... harmonics, especially low-order harmonics. This paper proposes a stator current harmonic suppression method using a sixth-order resonant controller to eliminate negative sequence fifth- and positive sequence seventh-order current harmonics. A stator current harmonic control loop is added to the conventional...

  20. Phase Memory Preserving Harmonics from Abruptly Autofocusing Beams.

    Science.gov (United States)

    Koulouklidis, Anastasios D; Papazoglou, Dimitris G; Fedorov, Vladimir Yu; Tzortzakis, Stelios

    2017-12-01

    We demonstrate both theoretically and experimentally that the harmonics from abruptly autofocusing ring-Airy beams present a surprising property: They preserve the phase distribution of the fundamental beam. Consequently, this "phase memory" imparts to the harmonics the abrupt autofocusing behavior, while, under certain conditions, their foci coincide in space with the one of the fundamental. Experiments agree well with our theoretical estimates and detailed numerical calculations. Our findings open the way for the use of such beams and their harmonics in strong field science.

  1. Harmonic filter design consideration for a tire-rubber factory

    Energy Technology Data Exchange (ETDEWEB)

    Zebardast, A. [Azad Univ., Tehran (Iran, Islamic Republic of). Abhar Branch]|[Sharif Univ., Tehran (Iran, Islamic Republic of); Mokhtari, H. [Azad Univ., Tehran (Iran, Islamic Republic of)

    2005-07-01

    Nonlinear loads and arc furnace loads are the main sources of harmonic currents in power distribution systems. Harmonic currents can cause reductions in system efficiency, and shorten the lifespan of transformers and capacitor banks. This paper provided details of a filter designed to attenuate harmonic currents at a tire company in Iran. The tire company was supplied by 3 distribution transformers and an emergency transformer. Main supply was through a 132 kV/20 kV transformer, which was connected to 2 A and B stations. The AC/DC drivers generated harmonics. Harmonic measurements were performed to determine the type and size of the required filters. A summary of site harmonic measurements was provided. A passive filter was placed at a medium voltage location. A sensitivity analysis was then performed in order to assess loading effects on filter performance. The analysis was performed on all possible configurations in the plant, including load change, capacitor bank step change, and transformer energization. Resonance conditions were also examined. Results showed that attention must be paid to the filter component rating in addition to potential resonant conditions. It was concluded that resonant conditions alter when system operating conditions change. 5 refs., 7 figs.

  2. Phase-dependent quantum interference between different pathways in bichromatic harmonic generation

    International Nuclear Information System (INIS)

    Jun, Cai; Li-Ming, Wang; Hao-Xue, Qiao

    2009-01-01

    This paper studies the harmonic generation of the hydrogen atom subjected to a collinear bichromatic laser field by numerically solving the time-dependent Schrödinger equation using the split-operator pseudo-spectral method. By adding a frequency variation to the additional field, the contributions of different pathways to particular order harmonic generation can be isolated. The quantum interference pattern between harmonic pathways, which influences the harmonic intensity, is found to be either constructive or destructive with respect to different relative phase of the two field components. Detailed description of up to the 35th-order harmonics and the harmonic pathways for a wide range of field parameters is presented. (atomic and molecular physics)

  3. Enhanced resonant second harmonic generation in plasma based on density transition

    Directory of Open Access Journals (Sweden)

    Kant Niti

    2015-06-01

    Full Text Available Resonant second harmonic generation of a relativistic self-focusing laser in plasma with density ramp profile has been investigated. A high intense Gaussian laser beam generates resonant second harmonic beam in plasma with density ramp profile. The second harmonic undergoes periodic focusing in the plasma channel created by the fundamental wave. The normalized second harmonic amplitude varies periodically with distance and attains maximum value in the focal region. Enhancement in the second harmonic amplitude on account of relativistic self-focusing of laser based on plasma density transition is seen. Plasma density ramp plays an important role to make self-focusing stronger which leads to enhance the second harmonic generation in plasma.

  4. Analysing harmonic motions with an iPhone’s magnetometer

    Science.gov (United States)

    Yavuz, Ahmet; Kağan Temiz, Burak

    2016-05-01

    In this paper, we propose an experiment for analysing harmonic motion using an iPhone’s (or iPad’s) magnetometer. This experiment consists of the detection of magnetic field variations obtained from an iPhone’s magnetometer sensor. A graph of harmonic motion is directly displayed on the iPhone’s screen using the Sensor Kinetics application. Data from this application was analysed with Eureqa software to establish the equation of the harmonic motion. Analyses show that the use of an iPhone’s magnetometer to analyse harmonic motion is a practical and effective method for small oscillations and frequencies less than 15-20 Hz.

  5. determination of determination of total harmonic distortion

    African Journals Online (AJOL)

    eobe

    from previous studies on power flow and harmonic analyses of each time of the 33kV feeder restoration. .... (magnitude and phase) are usually compared with standards ... In USA, IEEE applies whereas in Europe, a different .... The source data were obtained from the real life ... tables 1 to 4 are extracted from the harmonic.

  6. Frequency-chirp rates of harmonics driven by a few-cycle pulse

    International Nuclear Information System (INIS)

    Murakami, M.; Mauritsson, J.; Gaarde, M.B.

    2005-01-01

    We present numerical calculations of the time-frequency characteristics of cutoff harmonics generated by few-cycle laser pulses. We find that for driving pulses as short as three optical cycles, the adiabatic prediction for the harmonic chirp rate is very accurate. This negative chirp is so large that the resulting bandwidth causes substantial overlap between neighboring harmonics, and the harmonic phase therefore appears to not vary in time or frequency. By adding a compensating positive chirp to the driving pulse, which reduces the harmonic bandwidth and allows for the appearance of the negative chirp, we can measure the harmonic chirp rates. We also find that the positive chirp on the driving pulse causes the harmonics to shift down in frequency. We show that this counterintuitive result is caused by the change in the strong field continuum dynamics introduced by the variation of the driving frequency with time

  7. Rotation harmonics for a numerical diatomic potential

    International Nuclear Information System (INIS)

    Kobeissi, H.; Korek, M.

    1983-01-01

    The problem of the determination of the rotation harmonics phi 1 , phi 2 , ... for the case of a numerical diatomic potential is considered. These harmonics defined in a recent work by psisub(vJ) = psisub(vO) + lambda 2 phi 2 + ... (where psisub(vJ) is the wave function of the vibration level v and the rotation level J, and lambda = J(J+1)) are studied for the case of the Dunham potential and for a numerical potential defined by the coordinates of its turning points with polynomial interpolations and extrapolations. It is proved that the analytical expressions of the harmonics phi 1 , phi 2 , ... reduce to polynomials where the coefficients are simply related to those of the potential in the case of the Dunham potential, and to the coordinates of the turning points in the case of the numerical potential. The numerical application is simple. The examples presented show that the vibration-rotation wave function psisub(vJ) calculated by using two harmonics only is ''exact'' up to eight significant figures

  8. Harmonic Maass forms and mock modular forms

    CERN Document Server

    Bringmann, Kathrin; Ono, Ken

    2017-01-01

    Modular forms and Jacobi forms play a central role in many areas of mathematics. Over the last 10-15 years, this theory has been extended to certain non-holomorphic functions, the so-called "harmonic Maass forms". The first glimpses of this theory appeared in Ramanujan's enigmatic last letter to G. H. Hardy written from his deathbed. Ramanujan discovered functions he called "mock theta functions" which over eighty years later were recognized as pieces of harmonic Maass forms. This book contains the essential features of the theory of harmonic Maass forms and mock modular forms, together with a wide variety of applications to algebraic number theory, combinatorics, elliptic curves, mathematical physics, quantum modular forms, and representation theory.

  9. Harmonic Calculation Software for Industrial Applications with Adjustable Speed Drives

    DEFF Research Database (Denmark)

    Asiminoaei, Lucian; Hansen, S.; Blaabjerg, Frede

    2005-01-01

    This paper describes the evaluation of a new harmonic software. By using a combination of a pre-stored database and new interpolation techniques the software can very fast provide the harmonic data on real applications. The harmonic results obtained with this software have acceptable precision even...

  10. Pitch identification and discrimination for complex tones with many harmonics

    NARCIS (Netherlands)

    Houtsma, A.J.M.; Smurzyński, J.

    1990-01-01

    Four experiments are reported that deal with pitch perception of harmonic complex tones containing up to 11 successive harmonics. In particular, the question is raised whether the pitch percept of the missing fundamental is mediated only by low-order resolvable harmonics, or whether it can also be

  11. ARTIFICIAL INTELLIGENT SYSTEM FOR MEASUREMENT OF HARMONIC POWERS

    Directory of Open Access Journals (Sweden)

    Jovitha Jerome

    2017-11-01

    Full Text Available The importance of the electric power quality (PQ demands new methodologies and measurement tools in the power industry for the analysis and measurement of the basic electric magnitudes necessary. This paper presents a new measurement procedure based on neural networks for the estimation of harmonic amplitudes of current/voltage and respective harmonic powers. The measurement scheme is built with two neural network modules. The first module is an adaptive linear neuron (ADALINE that is the kernel part of estimation of complex harmonic coefficients of the current/voltage. The second module is feedforward neural network that obtains the harmonic active/reactive powers. In order to perform digital simulation the Feedforward and Adaline neural network tools were developed in LabVIEW. This measurement algorithm was tested for the practical cases and found to be robust, computationally fast and efficient.

  12. New constructions of twistor lifts for harmonic maps

    DEFF Research Database (Denmark)

    Svensson, Martin; C. Wood, John

    2014-01-01

    We show that given a harmonic map \\varphi from a Riemann surface into a classical simply connected compact inner symmetric space, there is a J_2-holomorphic twistor lift of \\varphi (or its negative) if and only if it is nilconformal. In the case of harmonic maps of finite uniton number, we give...... algebraic formulae in terms of holomorphic data which describes their extended solutions. In particular, this gives explicit formulae for the twistor lifts of all harmonic maps of finite uniton number from a surface to the above symmetric spaces....

  13. Harmonic maps of the bounded symmetric domains

    International Nuclear Information System (INIS)

    Xin, Y.L.

    1994-06-01

    A shrinking property of harmonic maps into R IV (2) is proved which is used to classify complete spacelike surfaces of the parallel mean curvature in R 4 2 with a reasonable condition on the Gauss image. Liouville-type theorems of harmonic maps from the higher dimensional bounded symmetric domains are also established. (author). 25 refs

  14. The Harmonic Series Diverges Again and Again

    Science.gov (United States)

    Kifowit, Steven J.; Stamps, Terra A.

    2006-01-01

    The harmonic series is one of the most celebrated infinite series of mathematics. A quick glance at a variety of modern calculus textbooks reveals that there are two very popular proofs of the divergence of the harmonic series. In this article, the authors survey these popular proofs along with many other proofs that are equally simple and…

  15. A Look at Damped Harmonic Oscillators through the Phase Plane

    Science.gov (United States)

    Daneshbod, Yousef; Latulippe, Joe

    2011-01-01

    Damped harmonic oscillations appear naturally in many applications involving mechanical and electrical systems as well as in biological systems. Most students are introduced to harmonic motion in an elementary ordinary differential equation (ODE) course. Solutions to ODEs that describe simple harmonic motion are usually found by investigating the…

  16. Harmonics rejection in pixelated interferograms using spatio-temporal demodulation.

    Science.gov (United States)

    Padilla, J M; Servin, M; Estrada, J C

    2011-09-26

    Pixelated phase-mask interferograms have become an industry standard in spatial phase-shifting interferometry. These pixelated interferograms allow full wavefront encoding using a single interferogram. This allows the study of fast dynamic events in hostile mechanical environments. Recently an error-free demodulation method for ideal pixelated interferograms was proposed. However, non-ideal conditions in interferometry may arise due to non-linear response of the CCD camera, multiple light paths in the interferometer, etc. These conditions generate non-sinusoidal fringes containing harmonics which degrade the phase estimation. Here we show that two-dimensional Fourier demodulation of pixelated interferograms rejects most harmonics except the complex ones at {-3(rd), +5(th), -7(th), +9(th), -11(th),…}. We propose temporal phase-shifting to remove these remaining harmonics. In particular, a 2-step phase-shifting algorithm is used to eliminate the -3(rd) and +5(th) complex harmonics, while a 3-step one is used to remove the -3(rd), +5harmonics. © 2011 Optical Society of America

  17. Harmonization of education and training in radiation protection

    International Nuclear Information System (INIS)

    John, S.G.; Soelter, B.; Vogt, H.G.

    2005-01-01

    Based on a consideration of the international activities in harmonization of education and training in radiation protection and the mutual acknowledgement of expertise the Arbeitskreis Ausbildung starts an opinion poll, to find out the real need of harmonization and acknowledgement. (orig.)

  18. Laser-plasma harmonics with high-contrast pulses and designed prepulses

    International Nuclear Information System (INIS)

    Marjoribanks, R. S.; Zhao, L.; Budnik, F. W.; Kulcsar, G.; Vitcu, A.; Higaki, H.; Wagner, R.; Maksimchuk, A.; Umstadter, D.; Le Blanc, S. P.; Downer, M. C.

    1998-01-01

    One aspect of the complexity of mid- and high-harmonic generation in high-intensity laser-plasma interactions is that nonlinear hydrodynamics is virtually always folded together with the nonlinear optical conversion process. We have partly dissected this issue in picosecond and subpicosecond interactions with preformed plasma gradients, imaging and spectrally resolving low- and mid-order harmonics. We describe spatial breakup of the picosecond beam in preformed plasmas, concomitant broadening and breakup of the harmonic spectrum, presumably through self-phase modulation, together with data on the sensitivity of harmonics production efficiency to the gradient or extent of preformed plasma. Lastly, we show preliminary data of regular Stokes-like and anti-Stokes-like satellites to the harmonics, accompanied by modification of the forward-scattered beam

  19. Harmonic analysis from Fourier to wavelets

    CERN Document Server

    Pereyra, Maria Cristina

    2012-01-01

    In the last 200 years, harmonic analysis has been one of the most influential bodies of mathematical ideas, having been exceptionally significant both in its theoretical implications and in its enormous range of applicability throughout mathematics, science, and engineering. In this book, the authors convey the remarkable beauty and applicability of the ideas that have grown from Fourier theory. They present for an advanced undergraduate and beginning graduate student audience the basics of harmonic analysis, from Fourier's study of the heat equation, and the decomposition of functions into sums of cosines and sines (frequency analysis), to dyadic harmonic analysis, and the decomposition of functions into a Haar basis (time localization). While concentrating on the Fourier and Haar cases, the book touches on aspects of the world that lies between these two different ways of decomposing functions: time-frequency analysis (wavelets). Both finite and continuous perspectives are presented, allowing for the introd...

  20. Automated detection and characterization of harmonic tremor in continuous seismic data

    Science.gov (United States)

    Roman, Diana C.

    2017-06-01

    Harmonic tremor is a common feature of volcanic, hydrothermal, and ice sheet seismicity and is thus an important proxy for monitoring changes in these systems. However, no automated methods for detecting harmonic tremor currently exist. Because harmonic tremor shares characteristics with speech and music, digital signal processing techniques for analyzing these signals can be adapted. I develop a novel pitch-detection-based algorithm to automatically identify occurrences of harmonic tremor and characterize their frequency content. The algorithm is applied to seismic data from Popocatepetl Volcano, Mexico, and benchmarked against a monthlong manually detected catalog of harmonic tremor events. During a period of heightened eruptive activity from December 2014 to May 2015, the algorithm detects 1465 min of harmonic tremor, which generally precede periods of heightened explosive activity. These results demonstrate the algorithm's ability to accurately characterize harmonic tremor while highlighting the need for additional work to understand its causes and implications at restless volcanoes.

  1. Harmonic Structure Predicts the Enjoyment of Uplifting Trance Music.

    Science.gov (United States)

    Agres, Kat; Herremans, Dorien; Bigo, Louis; Conklin, Darrell

    2016-01-01

    An empirical investigation of how local harmonic structures (e.g., chord progressions) contribute to the experience and enjoyment of uplifting trance (UT) music is presented. The connection between rhythmic and percussive elements and resulting trance-like states has been highlighted by musicologists, but no research, to our knowledge, has explored whether repeated harmonic elements influence affective responses in listeners of trance music. Two alternative hypotheses are discussed, the first highlighting the direct relationship between repetition/complexity and enjoyment, and the second based on the theoretical inverted-U relationship described by the Wundt curve. We investigate the connection between harmonic structure and subjective enjoyment through interdisciplinary behavioral and computational methods: First we discuss an experiment in which listeners provided enjoyment ratings for computer-generated UT anthems with varying levels of harmonic repetition and complexity. The anthems were generated using a statistical model trained on a corpus of 100 uplifting trance anthems created for this purpose, and harmonic structure was constrained by imposing particular repetition structures (semiotic patterns defining the order of chords in the sequence) on a professional UT music production template. Second, the relationship between harmonic structure and enjoyment is further explored using two computational approaches, one based on average Information Content, and another that measures average tonal tension between chords. The results of the listening experiment indicate that harmonic repetition does in fact contribute to the enjoyment of uplifting trance music. More compelling evidence was found for the second hypothesis discussed above, however some maximally repetitive structures were also preferred. Both computational models provide evidence for a Wundt-type relationship between complexity and enjoyment. By systematically manipulating the structure of chord

  2. Regulatory harmonization of the Saskatchewan uranium mines

    International Nuclear Information System (INIS)

    Forbes, R.; Moulding, T.; Alderman, G.

    2006-01-01

    The uranium mining industry in Saskatchewan produces approximately 30% of the world's production of uranium. The industry is regulated by federal and provincial regulators. The Canadian Nuclear Safety Commission is the principal federal regulator. The principal Saskatchewan provincial regulators are Saskatchewan Environment for provincial environmental regulations and Saskatchewan Labour for occupational health and safety regulations. In the past, mine and mill operators have requested harmonization in areas such as inspections and reporting requirements from the regulators. On February 14, 2003, Saskatchewan Environment, Saskatchewan Labour and the Canadian Nuclear Safety Commission signed a historical agreement for federal/provincial co-operation called the Canadian Nuclear Safety Commission - Saskatchewan Administrative Agreement for the Regulation of Health, Safety and the Environment at Saskatchewan Uranium Mines and Mills. This initiative responds to a recommendation made by the Joint Federal-Provincial Panel on Uranium Mining Developments in Northern Saskatchewan in 1997 and lays the groundwork to co-ordinate and harmonize their respective regulatory regimes. The implementation of the Agreement has been very successful. This paper will address the content of the Agreement including the commitments, the deliverables and the expectations for a harmonized compliance program, harmonized reporting, and the review of harmonized assessment and licensing processes as well as possible referencing of Saskatchewan Environment and Saskatchewan Labour regulations in the Nuclear Safety and Control Act. The management and implementation process will also be discussed including the schedule, stakeholder communication, the results to date and the lessons learned. (author)

  3. Three-dimensional analysis of harmonic generation in high-gain free-electron lasers

    International Nuclear Information System (INIS)

    Huang, Zhirong; Kim, Kwang-Je

    2000-01-01

    In a high-gain free-electron laser (FEL) employing a planar undulator, strong bunching at the fundamental wavelength can drive substantial bunching and power levels at the harmonic frequencies. In this paper we investigate the three-dimensional evolution of harmonic radiation based on the coupled Maxwell-Klimontovich equations that take into account nonlinear harmonic interactions. Each harmonic field is a sum of a linear amplification term and a term driven by nonlinear harmonic interactions. After a certain stage of exponential growth, the dominant nonlinear term is determined by interactions of the lower nonlinear harmonics and the fundamental radiation. As a result, the gain length, transverse profile, and temporal structure of the first few harmonics are eventually governed by those of the fundamental. Transversely coherent third-harmonic radiation power is found to approach 1% of the fundamental power level for current high-gain FEL projects

  4. Harmonic Analysis and Active Filtering in Offshore Wind Power Plants

    DEFF Research Database (Denmark)

    Chaudhary, Sanjay Kumar; Freijedo Fernandez, Francisco Daniel; Guerrero, Josep M.

    2015-01-01

    Due to presence of long high voltage cable networks, and power transformers for the grid connection, the offshore wind power plants (OWPPs) are susceptible to harmonic distortion and resonances. The grid connection of OWPP should not cause the harmonic distortion beyond the permissible limits...... at the point of common coupling (PCC). The resonance conditions should be avoided in all cases. This paper describes the harmonic analysis techniques applied on an OWPP network model. A method is proposed to estimate the harmonic current compensation from a shunt-connected active power filter to mitigate...

  5. Infinite-time and finite-time synchronization of coupled harmonic oscillators

    International Nuclear Information System (INIS)

    Cheng, S; Ji, J C; Zhou, J

    2011-01-01

    This paper studies the infinite-time and finite-time synchronization of coupled harmonic oscillators with distributed protocol in the scenarios with and without a leader. In the absence of a leader, the convergence conditions and the final trajectories that each harmonic oscillator follows are developed. In the presence of a leader, it is shown that all harmonic oscillators can achieve the trajectory of the leader in finite time. Numerical simulations of six coupled harmonic oscillators are given to show the effects of the interaction function parameter, algebraic connectivity and initial conditions on the convergence time.

  6. Ellipticity of near-threshold harmonics from stretched molecules.

    Science.gov (United States)

    Li, Weiyan; Dong, Fulong; Yu, Shujuan; Wang, Shang; Yang, Shiping; Chen, Yanjun

    2015-11-30

    We study the ellipticity of near-threshold harmonics (NTH) from aligned molecules with large internuclear distances numerically and analytically. The calculated harmonic spectra show a broad plateau for NTH which is several orders of magnitude higher than that for high-order harmonics. In particular, the NTH plateau shows high ellipticity at small and intermediate orientation angles. Our analyses reveal that the main contributions to the NTH plateau come from the transition of the electron from continuum states to these two lowest bound states of the system, which are strongly coupled together by the laser field. Besides continuum states, higher excited states also play a role in the NTH plateau, resulting in a large phase difference between parallel and perpendicular harmonics and accordingly high ellipticity of the NTH plateau. The NTH plateau with high intensity and large ellipticity provides a promising manner for generating strong elliptically-polarized extreme-ultraviolet (EUV) pulses.

  7. Selective suppression of high-order harmonics within phase-matched spectral regions.

    Science.gov (United States)

    Lerner, Gavriel; Diskin, Tzvi; Neufeld, Ofer; Kfir, Ofer; Cohen, Oren

    2017-04-01

    Phase matching in high-harmonic generation leads to enhancement of multiple harmonics. It is sometimes desired to control the spectral structure within the phase-matched spectral region. We propose a scheme for selective suppression of high-order harmonics within the phase-matched spectral region while weakly influencing the other harmonics. The method is based on addition of phase-mismatched segments within a phase-matched medium. We demonstrate the method numerically in two examples. First, we show that one phase-mismatched segment can significantly suppress harmonic orders 9, 15, and 21. Second, we show that two phase-mismatched segments can efficiently suppress circularly polarized harmonics with one helicity over the other when driven by a bi-circular field. The new method may be useful for various applications, including the generation of highly helical bright attosecond pulses.

  8. Harmonic excitations in quasicrystals

    International Nuclear Information System (INIS)

    Luck, J.M.

    1986-03-01

    The harmonic excitations (phonons) of quasicrystals are studied in a simple one-dimensional model. The spectrum is a Cantor set, which exhibits selfsimilarity properties. The eigenstates are generically ''critical'', i.e. neither extended nor localized

  9. Coherence properties of the harmonic generation in intense laser field

    International Nuclear Information System (INIS)

    Salieres, P.

    1995-01-01

    In this thesis is presented an experimental and theoretical study of the harmonic generation in intense field and coherence properties of this radiation. The first part reminds the main harmonic specter characteristics. Follow then experimental studies of the tray extension with the laser lighting, the harmonic generation by ions, and the influence of the laser field on the efficiency of generation. The second part presents the quantum model of the harmonic generation in tunnel regime that we have used for the calculation of the dipoles. We compare dependence in lighting of some harmonic, by insisting on the characteristic behavior of the atomic phase. The theory of the propagation is presented in third part. After the reminder of the case of a perturbative polarization, we develop the case of the polarization in tunnel regime. With the help of numerical simulations, we show the influence of the atomic phase on the agreement of phase, and therefore on the efficiency of conversion and profiles of generation in the medium. The importance of the geometry of the interaction is underlined. The part IV presents the study of the spatial coherence of the harmonic radiation. We develop first consequences of the theory of the agreement of phase for profiles of emission. Then the comparison with experimental profiles is detailed in function of the different parameters( order of non linearity, laser lighting, position of the focus by report in the gaseous medium). The study of the spectral and temporal coherence of the part V begins with the experimental effect investigation of the ionization on specters of the harmonic of weak order. We present then theoretical predictions of the preceding model for spectral and temporal profiles of the harmonic of highest order, generated in tunnel regime. The part VI is devoted to the UVX source aspect of the harmonic radiation. General characteristics (number of photons, agreement) are first detailed, then we present the first experiences

  10. Wave fronts of electromagnetic cyclotron harmonic waves

    International Nuclear Information System (INIS)

    Ohnuma, T.; Watanabe, T.

    1982-01-01

    In an inhomogeneous high-density magnetized plasma, the spatial properties of the wave fronts and ray trajectories of electromagnetic ordinary and extraordinary cyclotron harmonic waves are investigated. Those waves which are radiated from a local source are found to have wave fronts which are almost parallel to the magnetic field. Also, the reflective properties of the electromagnetic cyclotron harmonic waves are confirmed

  11. Structural relations between nested harmonic sums

    International Nuclear Information System (INIS)

    Bluemlein, J.

    2008-07-01

    We describe the structural relations between nested harmonic sums emerging in the description of physical single scale quantities up to the 3-loop level in renormalizable gauge field theories. These are weight w=6 harmonic sums. We identify universal basic functions which allow to describe a large class of physical quantities and derive their complex analysis. For the 3-loop QCD Wilson coefficients 35 basic functions are required, whereas a subset of 15 describes the 3-loop anomalous dimensions. (orig.)

  12. Structural relations between nested harmonic sums

    Energy Technology Data Exchange (ETDEWEB)

    Bluemlein, J.

    2008-07-15

    We describe the structural relations between nested harmonic sums emerging in the description of physical single scale quantities up to the 3-loop level in renormalizable gauge field theories. These are weight w=6 harmonic sums. We identify universal basic functions which allow to describe a large class of physical quantities and derive their complex analysis. For the 3-loop QCD Wilson coefficients 35 basic functions are required, whereas a subset of 15 describes the 3-loop anomalous dimensions. (orig.)

  13. Harmonic Cavity Performance for NSLS-II

    CERN Document Server

    Blednykh, Alexei; Podobedov, Boris; Rose, James; Towne, Nathan A; Wang, Jiunn-Ming

    2005-01-01

    NSLS-II is a 3 GeV ultra-high brightness storage ring that is planned to succeed the present NSLS rings at Brookhaven. Ultra-low emittance bunch combined with a short bunch length results in the Touschek lifetime of only a few hours, which strongly advocates including harmonic RF in the baseline design of NSLS-II. This paper describes the required harmonic RF parameters, trade-offs between the possible choices and the expected system performance, including the implications on lifetime and instabilities.

  14. Comparative analysis of gyrotron backward-wave oscillators operating at different cyclotron harmonics

    International Nuclear Information System (INIS)

    Yeh, Y.S.; Chang, T.H.; Wu, T.S.

    2004-01-01

    A comparative analysis between the fundamental and second cyclotron harmonics of gyrotron backward-wave oscillators (gyro-BWOs) is presented. The simulation results reveal that nonlinear field contraction is a common feature for both harmonic interactions. Besides, the electron transit angle, used to characterize the axial modes of the fundamental harmonic TE 11 mode at the start-oscillation conditions, is found to be applicable even for the second harmonic TE 21 mode. Each axial mode of either the fundamental harmonic TE 11 or the second harmonic TE 21 modes is maintained at a constant value of the electron transit angle while changing the operating parameters, such as magnetic field and beam voltage. Extensive numerical calculations are conducted for the start-oscillation currents and tuning properties. Moreover, single-mode operating regimes are suggested where the second harmonic TE 21 gyro-BWO could generate a considerable output power, comparing with the fundamental harmonic TE 11 gyro-BWO

  15. Generation of even harmonics in a relativistic laser plasma of atomic clusters

    International Nuclear Information System (INIS)

    Krainov, V.P.; Rastunkov, V.S.

    2004-01-01

    It is shown that the irradiation of atomic clusters by a superintense femtosecond laser pulse gives rise to various harmonics of the laser field. They arise as a result of elastic collisions of free electrons with atomic ions inside the clusters in the presence of the laser filed. The yield of even harmonics whose electromagnetic field is transverse is attributed to the relativism of the motion of electrons and the consideration of their drift velocity associated with the internal ionization of atoms and atomic ions of a cluster. These harmonics are emitted in the same direction as odd harmonics. The conductivities and electromagnetic fields of the harmonics are calculated. The generation efficiency of the harmonics slowly decreases as the harmonic number increases. The generation of even harmonics ceases when the drift velocity of electrons becomes equal to zero and only the oscillation velocity of electrons is nonzero. The results can also be applied to the irradiation of solid-state targets inside a skin layer

  16. A modular spherical harmonics approach to the neutron transport equation

    International Nuclear Information System (INIS)

    Inanc, F.; Rohach, A.F.

    1989-01-01

    A modular nodal method was developed for solving the neutron transport equation in 2-D xy coordinates. The spherical harmonic expansion was used for approximating the second-order even-parity form of the neutron transport equation. The boundary conditions of the spherical harmonics approximation were derived in a form to have forms analogous to the partial currents in the neutron diffusion equation. Relations were developed for generating both the second-order spherical harmonic equations and the boundary conditions in an automated computational algorithm. Nodes using different orders of the spherical harmonics approximation to the transport equation were interfaced through mixed-type boundary conditions. The determination of spherical harmonic orders implemented in the nodes were determined by the scheme in an automated manner. Results of the method compared favorably to benchmark problems. (author)

  17. Microgrid Reactive and Harmonic Power Sharing Using Enhanced Virtual Impedance

    DEFF Research Database (Denmark)

    He, Jinwei; Wei Li, Yun; Guerrero, Josep M.

    2013-01-01

    To address the load sharing problem in islanding microgrids, this paper proposes an improved approach which regulates the distributed generation (DG) unit interfacing virtual impedance at fundamental and selected harmonic frequencies. In contrast to the conventional virtual impedance control where...... only a line current feed-forward term is added to the DG voltage reference, the proposed virtual impedances at fundamental and harmonic frequencies are realized using DG line current and point of common coupling (PCC) voltage feed-forward terms, respectively. With this modification, the mismatched DG...... feeder impedances can be properly compensated, resulting in accurate reactive and harmonic power sharing at the same time. In addition, this paper shows that the microgrid PCC harmonic voltages can be mitigated by reducing the magnitude of DG unit equivalent harmonic impedance. Finally, an improved...

  18. Novel low harmonics 3-phase rectifiers for efficient motor systems; Novel low harmonics 3-phase rectifiers for efficient motor systems. Konzeptstudie - Schlussbericht

    Energy Technology Data Exchange (ETDEWEB)

    Pietkiewicz, A.; Melly, S.; Tucker, A.; Haeberle, N. [Schaffner EMV AG, Luterbach (Switzerland); Biner, H.-P. [Haute Ecole Specialisee de Suisse occidentale, HES-SO Valais, Sion (Switzerland)

    2010-07-15

    This final report for the Swiss Federal Office of Energy (SFOE) presents the results of a concept study made concerning novel low harmonics 3-phase rectifiers for efficient motor systems. The harmonic distortions which are produced by these systems are discussed and ways of minimising them are examined. The authors discuss novel, passive, multi-pulse current splitters that are considered to be cost efficient, compact and highly-reliable harmonics mitigation concepts for three-phase loads. According to the authors, functional prototypes for a nominal load of 4 kW proved, in laboratory tests, the outstanding properties of multi-pulse current splitters with respect to harmonics cancellation and robustness against voltage asymmetry. The design process, prototype construction and application tests are discussed, as are energy-saving potentials and marketing aspects.

  19. Single-shot fluctuations in waveguided high-harmonic generation

    NARCIS (Netherlands)

    Goh, S.J.; Tao, Y.; van der Slot, Petrus J.M.; Bastiaens, Hubertus M.J.; Herek, Jennifer Lynn; Biedron, S.G.; Danailov, M.B.; Milton, S.V.; Boller, Klaus J.

    2015-01-01

    For exploring the application potential of coherent soft x-ray (SXR) and extreme ultraviolet radiation (XUV) provided by high-harmonic generation, it is important to characterize the central output parameters. Of specific importance are pulse-to-pulse (shot-to-shot) fluctuations of the high-harmonic

  20. Relativistic harmonic content of nonlinear electromagnetic waves in underdense plasmas

    International Nuclear Information System (INIS)

    Mori, W.B.; Decker, C.D.; Leemans, W.P.

    1993-01-01

    The relativistic harmonic content of large amplitude electromagnetic waves propagating in underdense plasmas is investigated. The steady state harmonic content of nonlinear linearly polarized waves is calculated for both the very underdense (w p /w o ) much-lt 1 and critical density (w p /w o ) ≅ 1 limits. For weak nonlinearities, eE o /mcw o p /w o . Arguments are given for extending these results for arbitrary wave amplitudes. The authors also show that the use of the variable x-ct and the quasi-static approximation leads to errors in both magnitude and sign when calculating the third harmonic. In the absence of damping or density gradients the third harmonic's amplitude is found to oscillate between zero and twice the steady state value. Preliminary PIC simulation results are presented. The simulation results are in basic agreement with the uniform plasma predictions for the third harmonic amplitude. However, the higher harmonics are orders of magnitude larger than expected and the presence of density ramps significantly modifies the results

  1. Transmit beamforming for optimal second-harmonic generation.

    Science.gov (United States)

    Hoilund-Kaupang, Halvard; Masoy, Svein-Erik

    2011-08-01

    A simulation study of transmit ultrasound beams from several transducer configurations is conducted to compare second-harmonic imaging at 3.5 MHz and 11 MHz. Second- harmonic generation and the ability to suppress near field echoes are compared. Each transducer configuration is defined by a chosen f-number and focal depth, and the transmit pressure is estimated to not exceed a mechanical index of 1.2. The medium resembles homogeneous muscle tissue with nonlinear elasticity and power-law attenuation. To improve computational efficiency, the KZK equation is utilized, and all transducers are circular-symmetric. Previous literature shows that second-harmonic generation is proportional to the square of the transmit pressure, and that transducer configurations with different transmit frequencies, but equal aperture and focal depth in terms of wavelengths, generate identical second-harmonic fields in terms of shape. Results verify this for a medium with attenuation f1. For attenuation f1.1, deviations are found, and the high frequency subsequently performs worse than the low frequency. The results suggest that high frequencies are less able to suppress near-field echoes in the presence of a heterogeneous body wall than low frequencies.

  2. Twistor Interpretation of Harmonic Spheres and Yang–Mills Fields

    Directory of Open Access Journals (Sweden)

    Armen Sergeev

    2015-03-01

    Full Text Available We consider the twistor descriptions of harmonic maps of the Riemann sphere into Kähler manifolds and Yang–Mills fields on four-dimensional Euclidean space. The motivation to study twistor interpretations of these objects comes from the harmonic spheres conjecture stating the existence of the bijective correspondence between based harmonic spheres in the loop space \\(\\Omega G\\ of a compact Lie group \\(G\\ and the moduli space of Yang–Mills \\(G\\-fields on \\(\\mathbb R^4\\.

  3. Higher-order harmonics of general limited diffraction Bessel beams

    International Nuclear Information System (INIS)

    Ding De-Sheng; Huang Jin-Huang

    2016-01-01

    In this paper, we extensively study the higher-order harmonic generation of the general limited diffraction m -th-order Bessel beam. The analysis is based on successive approximations of the Khokhlov–Zabolotskaya–Kuznetsov (KZK) equation. Asymptotic expansions are presented for higher-order harmonic Bessel beams in near and far fields. The validity of asymptotic approximation is also analyzed. The higher-order harmonic of the Bessel beam with the lowest zero-order is taken as a special example. (special topic)

  4. Spectral inverse problem for q-deformed harmonic oscillator

    Indian Academy of Sciences (India)

    The supersymmetric quantization condition is used to study the wave functions of SWKB equivalent -deformed harmonic oscillator which are obtained by using only the knowledge of bound-state spectra of -deformed harmonic oscillator. We have also studied the nonuniqueness of the obtained interactions by this ...

  5. Regulations for marine microalgal toxins: Towards harmonization of ...

    African Journals Online (AJOL)

    The World Trade Organization and the General Agreements on Tariffs and Trade encourage the harmonization of regulations on food safety requirements. The current policy on trade liberalization of seafood is presented, together with a review of the regulations for marine microalgal toxins. Activities on harmonization of ...

  6. Spectrum of harmonic emission by inhomogeneous plasma in intense electromagnetic wave

    International Nuclear Information System (INIS)

    Kovalev, V.F.; Pustovalov, V.V.

    1989-01-01

    The spectrum and angular distribution of the harmonics of arbitrary index emitted by a cold, inhomogeneous electron plasma subjected to a p-polarized electromagnetic wave have been studied analytically. The results are shown in graphical form. The intensity of the wave was varied over a wide range. At energy flux densities of the electromagnetic wave at which the inverse effect of the higher harmonics on the lower harmonics becomes appreciable, it becomes possible to observe a decay of the absolute value of the complex amplitude of a harmonic with increasing harmonic index in vacuum which is substantially slower than that predicted by the theory for a weak nonlinearity

  7. Static third-harmonic lines in widely variable fiber continuum generation

    Science.gov (United States)

    Tu, Haohua; Zhao, Youbo; Liu, Yuan; Boppart, Stephen A.

    2014-01-01

    An intriguing phenomenon of third-harmonic generation under fiber continuum generation is the emission of an anharmonic signal. One popular interpretation of this effect has developed into a general theory of fiber third-harmonic generation. Here we produce "static" third-harmonic lines dictated fully by fiber properties independent of pump parameters, in contrast to the signals of all known phase-matched nonlinear optical processes that vary dynamically with these parameters. We argue that the anharmonic signal is an illusion of the continuum generation, that it is in fact harmonic, and that this theory should be reevaluated.

  8. The Tax harmonization in open regionalism ; The European model

    Directory of Open Access Journals (Sweden)

    Mouloud MELIKAOUI

    2014-06-01

    Full Text Available This research examines the subject of alternative regionalism or open regionalism and reality within the multilateral trading system, based on growing liberalization of trade, and the problem of compatibility between them, as well as the limits of economic policy harmonization in the framework of Open regionalism, special tax harmonization, in the light of economic and tax disparities of the Member States, with an overview of the European tax harmonization and limits. The Study concluded the importance of tax harmonization as a tool by activation of the concept of open regionalism, through facilitating capitals flows and investments between member states and reduction of the négatives phenomena of tax. It recommended the need to emphasizing on the importance of gradually harmonization for tax policy, and expand the rule of tax treaties and exchange of tax information and experiences between countries, This is in light a holistic approach to other economic policies as a the exchange rate policy and monetary policy, just as is the case in the European model.

  9. Bi-harmonic cantilever design for improved measurement sensitivity in tapping-mode atomic force microscopy

    Energy Technology Data Exchange (ETDEWEB)

    Loganathan, Muthukumaran; Bristow, Douglas A., E-mail: dbristow@mst.edu [Department of Mechanical and Aerospace Engineering, Missouri University of Science and Technology, Rolla, Missouri 65401 (United States)

    2014-04-15

    This paper presents a method and cantilever design for improving the mechanical measurement sensitivity in the atomic force microscopy (AFM) tapping mode. The method uses two harmonics in the drive signal to generate a bi-harmonic tapping trajectory. Mathematical analysis demonstrates that the wide-valley bi-harmonic tapping trajectory is as much as 70% more sensitive to changes in the sample topography than the standard single-harmonic trajectory typically used. Although standard AFM cantilevers can be driven in the bi-harmonic tapping trajectory, they require large forcing at the second harmonic. A design is presented for a bi-harmonic cantilever that has a second resonant mode at twice its first resonant mode, thereby capable of generating bi-harmonic trajectories with small forcing signals. Bi-harmonic cantilevers are fabricated by milling a small cantilever on the interior of a standard cantilever probe using a focused ion beam. Bi-harmonic drive signals are derived for standard cantilevers and bi-harmonic cantilevers. Experimental results demonstrate better than 30% improvement in measurement sensitivity using the bi-harmonic cantilever. Images obtained through bi-harmonic tapping exhibit improved sharpness and surface tracking, especially at high scan speeds and low force fields.

  10. Bi-harmonic cantilever design for improved measurement sensitivity in tapping-mode atomic force microscopy.

    Science.gov (United States)

    Loganathan, Muthukumaran; Bristow, Douglas A

    2014-04-01

    This paper presents a method and cantilever design for improving the mechanical measurement sensitivity in the atomic force microscopy (AFM) tapping mode. The method uses two harmonics in the drive signal to generate a bi-harmonic tapping trajectory. Mathematical analysis demonstrates that the wide-valley bi-harmonic tapping trajectory is as much as 70% more sensitive to changes in the sample topography than the standard single-harmonic trajectory typically used. Although standard AFM cantilevers can be driven in the bi-harmonic tapping trajectory, they require large forcing at the second harmonic. A design is presented for a bi-harmonic cantilever that has a second resonant mode at twice its first resonant mode, thereby capable of generating bi-harmonic trajectories with small forcing signals. Bi-harmonic cantilevers are fabricated by milling a small cantilever on the interior of a standard cantilever probe using a focused ion beam. Bi-harmonic drive signals are derived for standard cantilevers and bi-harmonic cantilevers. Experimental results demonstrate better than 30% improvement in measurement sensitivity using the bi-harmonic cantilever. Images obtained through bi-harmonic tapping exhibit improved sharpness and surface tracking, especially at high scan speeds and low force fields.

  11. Application of organic compounds for high-order harmonic generation of ultrashort pulses

    Science.gov (United States)

    Ganeev, R. A.

    2016-02-01

    The studies of the high-order nonlinear optical properties of a few organic compounds (polyvinyl alcohol, polyethylene, sugar, coffee, and leaf) are reported. Harmonic generation in the laser-produced plasmas containing the molecules and large particles of above materials is demonstrated. These studies showed that the harmonic distributions and harmonic cutoffs from organic compound plasmas were similar to those from the graphite ablation. The characteristic feature of observed harmonic spectra was the presence of bluesided lobes near the lower-order harmonics.

  12. Physics of tissue harmonic imaging by ultrasound

    Science.gov (United States)

    Jing, Yuan

    Tissue Harmonic Imaging (THI) is an imaging modality that is currently deployed on diagnostic ultrasound scanners. In THI the amplitude of the ultrasonic pulse that is used to probe the tissue is large enough that the pulse undergoes nonlinear distortion as it propagates into the tissue. One result of the distortion is that as the pulse propagates energy is shifted from the fundamental frequency of the source pulse into its higher harmonics. These harmonics will scatter off objects in the tissue and images formed from the scattered higher harmonics are considered to have superior quality to the images formed from the fundamental frequency. Processes that have been suggested as possibly responsible for the improved imaging in THI include: (1) reduced sensitivity to reverberation, (2) reduced sensitivity to aberration, and (3) reduction in side lobes. By using a combination of controlled experiments and numerical simulations, these three reasons have been investigated. A single element transducer and a clinical ultrasound scanner with a phased array transducer were used to image a commercial tissue-mimicking phantom with calibrated targets. The higher image quality achieved with THI was quantified in terms of spatial resolution and "clutter" signals. A three-dimensional model of the forward propagation of nonlinear sound beams in media with arbitrary spatial properties (a generalized KZK equation) was developed. A time-domain code for solving the KZK equation was validated with measurements of the acoustic field generated by the single element transducer and the phased array transducer. The code was used to investigate the impact of aberration using tissue-like media with three-dimensional variations in all acoustic properties. The three-dimensional maps of tissue properties were derived from the datasets available through the Visible Female project. The experiments and simulations demonstrated that second harmonic imaging (1) suffers less clutter associated with

  13. The Harmonization of Accounting

    Directory of Open Access Journals (Sweden)

    Hajnal Noémi

    2017-11-01

    Full Text Available The development and configuration of the regulatory framework of the accounting systems in Romania and Hungary took place in different ways. Among the reasons for the diversities in these countries’ accounting systems, the following can be certainly mentioned: different purposes of taxation, legal structure, the accountancy’s connection with the corporate law and family law, diversification on corporate financing policy, and cultural heterogeneity. Both countries quickly caught up with the international accounting harmonization standards. The adaptation of the international accounting standards has many advantages and disadvantages; these have been discussed in several previous researches. This paper aims at comparing the Romanian and Hungarian states’ accounting regulations from the early 1990s, which were implemented in order to harmonize the states’ accountancy regulations with the international standards, and their impact on the economy, based on secondary analysis.

  14. Harmonic analysis and suppression in hybrid wind & PV solar system

    Science.gov (United States)

    Gupta, Tripti; Namekar, Swapnil

    2018-04-01

    The growing demand of electricity has led to produce power through non-conventional source of energy such as solar energy, wind energy, hydro power, energy through biogas and biomass etc. Hybrid system is taken to complement the shortcoming of either sources of energy. The proposed system is grid connected hybrid wind and solar system. A 2.1 MW Doubly fed Induction Generator (DFIG) has been taken for analysis of wind farm whose rotor part is connected to two back-to-back converters. A 250 KW Photovoltaic (PV) array taken to analyze solar farm where inverter is required to convert power from DC to AC since electricity generated through solar PV is in the form of DC. Stability and reliability of the system is very important when the system is grid connected. Harmonics is the major Power quality issue which degrades the quality of power at load side. Harmonics in hybrid system arise through the use of power conversion unit. The other causes of harmonics are fluctuation in wind speed and solar irradiance. The power delivered to grid must be free from harmonics and within the limits specified by Indian grid codes. In proposed work, harmonic analysis of the hybrid system is performed in Electrical Transient Analysis program (ETAP) and single tuned harmonic filter is designed to maintain the utility grid harmonics within limits.

  15. High Harmonic Radiation Generation and Attosecond pulse generation from Intense Laser-Solid Interactions

    Energy Technology Data Exchange (ETDEWEB)

    Thomas, Alexander Roy [Univ. of Michigan, Ann Arbor, MI (United States); Krushelnick, Karl [Univ. of Michigan, Ann Arbor, MI (United States)

    2016-09-08

    We have studied ion motion effects in high harmonic generation, including shifts to the harmonics which result in degradation of the attosecond pulse train, and how to mitigate them. We have examined the scaling with intensity of harmonic emission. We have also switched the geometry of the interaction to measure, for the first time, harmonics from a normal incidence interaction. This was performed by using a special parabolic reflector with an on axis hole and is to allow measurements of the attosecond pulses using standard techniques. Here is a summary of the findings: First high harmonic generation in laser-solid interactions at 1021 Wcm-2, demonstration of harmonic focusing, study of ion motion effects in high harmonic generation in laser-solid interactions, and demonstration of harmonic amplification.

  16. A centralized control architecture for harmonic voltage suppression in islanded microgrids

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Blaabjerg, Frede; Chen, Zhe

    2011-01-01

    Resource (DER) units. Thus the harmonic voltage distortion caused by the mismatch between the harmonic conductance and characteristic impedance of the distribution feeder can be reduced. Moreover, to overcome the constraint on transmitting harmonic signals by a low-bandwidth communication line, a Park...

  17. Harmonic ratcheting for fast acceleration

    Science.gov (United States)

    Cook, N.; Brennan, J. M.; Peggs, S.

    2014-04-01

    A major challenge in the design of rf cavities for the acceleration of medium-energy charged ions is the need to rapidly sweep the radio frequency over a large range. From low-power medical synchrotrons to high-power accelerator driven subcritical reactor systems, and from fixed focus alternating gradient accelerators to rapid cycling synchrotrons, there is a strong need for more efficient, and faster, acceleration of protons and light ions in the semirelativistic range of hundreds of MeV/u. A conventional way to achieve a large, rapid frequency sweep (perhaps over a range of a factor of 6) is to use custom-designed ferrite-loaded cavities. Ferrite rings enable the precise tuning of the resonant frequency of a cavity, through the control of the incremental permeability that is possible by introducing a pseudoconstant azimuthal magnetic field. However, rapid changes over large permeability ranges incur anomalous behavior such as the "Q-loss" and "f-dot" loss phenomena that limit performance while requiring high bias currents. Notwithstanding the incomplete understanding of these phenomena, they can be ameliorated by introducing a "harmonic ratcheting" acceleration scheme in which two or more rf cavities take turns accelerating the beam—one turns on when the other turns off, at different harmonics—so that the radio frequency can be constrained to remain in a smaller range. Harmonic ratcheting also has straightforward performance advantages, depending on the particular parameter set at hand. In some typical cases it is possible to halve the length of the cavities, or to double the effective gap voltage, or to double the repetition rate. This paper discusses and quantifies the advantages of harmonic ratcheting in general. Simulation results for the particular case of a rapid cycling medical synchrotron ratcheting from harmonic number 9 to 2 show that stability and performance criteria are met even when realistic engineering details are taken into consideration.

  18. Spatial properties of odd and even low order harmonics generated in gas.

    Science.gov (United States)

    Lambert, G; Andreev, A; Gautier, J; Giannessi, L; Malka, V; Petralia, A; Sebban, S; Stremoukhov, S; Tissandier, F; Vodungbo, B; Zeitoun, Ph

    2015-01-14

    High harmonic generation in gases is developing rapidly as a soft X-ray femtosecond light-source for applications. This requires control over all the harmonics characteristics and in particular, spatial properties have to be kept very good. In previous literature, measurements have always included several harmonics contrary to applications, especially spectroscopic applications, which usually require a single harmonic. To fill this gap, we present here for the first time a detailed study of completely isolated harmonics. The contribution of the surrounding harmonics has been totally suppressed using interferential filtering which is available for low harmonic orders. In addition, this allows to clearly identify behaviors of standard odd orders from even orders obtained by frequency-mixing of a fundamental laser and of its second harmonic. Comparisons of the spatial intensity profiles, of the spatial coherence and of the wavefront aberration level of 5ω at 160 nm and 6ω at 135 nm have then been performed. We have established that the fundamental laser beam aberrations can cause the appearance of a non-homogenous donut-shape in the 6ω spatial intensity distribution. This undesirable effect can be easily controlled. We finally conclude that the spatial quality of an even harmonic can be as excellent as in standard generation.

  19. Acceleration test with mixed higher harmonics in HIMAC

    International Nuclear Information System (INIS)

    Kanazawa, M.; Sugiura, A.; Misu, T.

    2004-01-01

    In HIMAC synchrotron, beam tests with a magnetic ally loaded cavity have been performed. This cavity has very low Q-value of about 0.5, and can be added higher harmonics with fundamental acceleration frequency. In our tested system for higher harmonics, wave form of a DDS (Direct Digital Synthesizer) can be rewrite, and arbitrary wave form can be used for beam acceleration. In the beam test, second and third harmonic wave were added on the fundamental acceleration frequency, and increases of the accelerated beam intensity have been achieved. In this paper, results of the beam test and the acceleration system are presented. (author)

  20. Harmonic Dark Pulse Emission in Erbium-Doped Fiber Laser

    International Nuclear Information System (INIS)

    Zian, Cheak Tiu; Arman, Zarei; Sin, Jin Tan; Harith, Ahmad; Sulaiman, Wadi Harun

    2015-01-01

    A harmonic dark pulse generation in an erbium-doped fiber laser is demonstrated based on a figure-of-eight configuration. It is found that the harmonic dark pulse can be shifted from the fundamental to the 5"t"h order harmonic by increasing the pump power with an appropriate polarization controller orientation. The fundamental repetition rate of 20 kHz is obtained at the pump power of 29 mW. The highest pulse energy of 42.6 nJ is obtained at the fundamental repetition rate. The operating frequency of the dark pulse trains shifts to 2"n"d, 3"r"d, 4"t"h and 5"t"h harmonic as the pump powers are increased to 34 mW, 50 mW, 59 mW and 137 mW, respectively. (paper)

  1. Hyperspherical Harmonics and Their Physical Applications

    DEFF Research Database (Denmark)

    Avery, James Emil; Avery, John Scales

    Hyperspherical harmonics are extremely useful in nuclear physics and reactive scattering theory. However, their use has been confined to specialists with very strong backgrounds in mathematics. This book aims to change the theory of hyperspherical harmonics from an esoteric field, mastered...... by specialists, into an easily-used tool with a place in the working kit of all theoretical physicists, theoretical chemists and mathematicians. The theory presented here is accessible without the knowledge of Lie-groups and representation theory, and can be understood with an ordinary knowledge of calculus...

  2. Dynamics of harmonic generation in atoms and molecules

    International Nuclear Information System (INIS)

    Boutu, W.

    2007-09-01

    Harmonics are generated when an ultra-short laser impulse with an energy of 10 14 W/cm 2 is focused on a gas jet. A radiation in the UV X range is then emitted in the direction of the incident laser beam. This radiation has a periodical spectral structure composed of odd harmonics of the fundamental frequency. The first part of this work is dedicated to the optimization of the harmonic radiation. We have studied an alternative and cheaper solution to the flexible mirror, we have used a set of concentric phase plates in order to control the spatial phase of the beam and create an enlarged square profile near the focusing spot. We show how different parameters like phase shift or luminous-flux density or jet position have an impact on the harmonic signal. This second part of this work deals with the generation of high order harmonics in N 2 and CO 2 molecules. The experimental setting is based on the RABITT method (reconstruction of the atto-second burst by interference of 2-photon transitions). We have observed the presence of a spectral minimum linked to a phenomena of quantum interferences between the molecule and the electron wave packet. Moreover, a shift in the spectral phase appears at the place of the interference. (A.C.)

  3. Effect of Context on the Contribution of Individual Harmonics to Residue Pitch.

    Science.gov (United States)

    Gockel, Hedwig E; Alsindi, Sami; Hardy, Charles; Carlyon, Robert P

    2017-12-01

    There is evidence that the contribution of a given harmonic in a complex tone to residue pitch is influenced by the accuracy with which the frequency of that harmonic is encoded. The present study investigated whether listeners adjust the weights assigned to individual harmonics based on acquired knowledge of the reliability of the frequency estimates of those harmonics. In a two-interval forced-choice task, seven listeners indicated which of two 12-harmonic complex tones had the higher overall pitch. In context trials (60 % of all trials), the fundamental frequency (F0) was 200 Hz in one interval and 200 + ΔF0 Hz in the other. In different (blocked) conditions, either the 3rd or the 4th harmonic (plus the 7th, 9th, and 12th harmonics), were replaced by narrowband noises that were identical in the two intervals. Feedback was provided. In randomly interspersed test trials (40 % of all trials), the fundamental frequency was 200 + ΔF0/2 Hz in both intervals; in the second interval, either the third or the fourth harmonic was shifted slightly up or down in frequency with equal probability. There were no narrowband noises. Feedback was not provided. The results showed that substitution of a harmonic by noise in context trials reduced the contribution of that harmonic to pitch judgements in the test trials by a small but significant amount. This is consistent with the notion that listeners give smaller weight to a harmonic or frequency region when they have learned that this frequency region does not provide reliable information for a given task.

  4. Probabilistic Harmonic Analysis on Distributed Photovoltaic Integration Considering Typical Weather Scenarios

    Science.gov (United States)

    Bin, Che; Ruoying, Yu; Dongsheng, Dang; Xiangyan, Wang

    2017-05-01

    Distributed Generation (DG) integrating to the network would cause the harmonic pollution which would cause damages on electrical devices and affect the normal operation of power system. On the other hand, due to the randomness of the wind and solar irradiation, the output of DG is random, too, which leads to an uncertainty of the harmonic generated by the DG. Thus, probabilistic methods are needed to analyse the impacts of the DG integration. In this work we studied the harmonic voltage probabilistic distribution and the harmonic distortion in distributed network after the distributed photovoltaic (DPV) system integrating in different weather conditions, mainly the sunny day, cloudy day, rainy day and the snowy day. The probabilistic distribution function of the DPV output power in different typical weather conditions could be acquired via the parameter identification method of maximum likelihood estimation. The Monte-Carlo simulation method was adopted to calculate the probabilistic distribution of harmonic voltage content at different frequency orders as well as the harmonic distortion (THD) in typical weather conditions. The case study was based on the IEEE33 system and the results of harmonic voltage content probabilistic distribution as well as THD in typical weather conditions were compared.

  5. Spectral and spatial characteristics of third-harmonic generation in conical light beams

    International Nuclear Information System (INIS)

    Peet, V.E.; Shchemeljov, S.V.

    2003-01-01

    Generation of resonance-enhanced third harmonic in Bessel and other conical beams is analyzed from a simple picture, where the fundamental light field is decomposed into elementary configurations of crossed plain-wave sub-beams. We show that the overall harmonic output can be derived as a superposition of all partial harmonic components driven by elementary configurations of the fundamental field. Good agreement with experimental observations has been obtained in simulation of spectral and spatial characteristics of the generated third harmonic. Some peculiarities of harmonic generation in conical light fields are discussed

  6. Nonlinear harmonic generation and proposed experimental verification in SASE FELs

    CERN Document Server

    Freund, H P; Milton, S V

    2000-01-01

    Recently, a 3D, polychromatic, nonlinear simulation code was developed to study the growth of nonlinear harmonics in self-amplified spontaneous emission (SASE) free-electron lasers (FELs). The simulation was applied to the parameters for each stage of the Advanced Photon Source (APS) SASE FEL, intended for operation in the visible, UV, and short UV wavelength regimes, respectively, to study the presence of nonlinear harmonic generation. Significant nonlinear harmonic growth is seen. Here, a discussion of the code development, the APS SASE FEL, the simulations and results, and, finally, the proposed experimental procedure for verification of such nonlinear harmonic generation at the APS SASE FEL will be given.

  7. Recent applications of harmonic analysis to function spaces, differential equations, and data science novel methods in harmonic analysis

    CERN Document Server

    Gia, Quoc; Mayeli, Azita; Mhaskar, Hrushikesh; Zhou, Ding-Xuan

    2017-01-01

    The second of a two volume set on novel methods in harmonic analysis, this book draws on a number of original research and survey papers from well-known specialists detailing the latest innovations and recently discovered links between various fields. Along with many deep theoretical results, these volumes contain numerous applications to problems in signal processing, medical imaging, geodesy, statistics, and data science. The chapters within cover an impressive range of ideas from both traditional and modern harmonic analysis, such as: the Fourier transform, Shannon sampling, frames, wavelets, functions on Euclidean spaces, analysis on function spaces of Riemannian and sub-Riemannian manifolds, Fourier analysis on manifolds and Lie groups, analysis on combinatorial graphs, sheaves, co-sheaves, and persistent homologies on topological spaces. Volume II is organized around the theme of recent applications of harmonic analysis to function spaces, differential equations, and data science, covering topics such a...

  8. Automatic computation and solution of generalized harmonic balance equations

    Science.gov (United States)

    Peyton Jones, J. C.; Yaser, K. S. A.; Stevenson, J.

    2018-02-01

    Generalized methods are presented for generating and solving the harmonic balance equations for a broad class of nonlinear differential or difference equations and for a general set of harmonics chosen by the user. In particular, a new algorithm for automatically generating the Jacobian of the balance equations enables efficient solution of these equations using continuation methods. Efficient numeric validation techniques are also presented, and the combined algorithm is applied to the analysis of dc, fundamental, second and third harmonic response of a nonlinear automotive damper.

  9. Transfer functions of US transducers for harmonic imaging and bubble respons

    NARCIS (Netherlands)

    van Neer, Paul L.M.J.; Matte, Guillaume; Sijl, J.; Borsboom, Jerome M.G.; de Jong, N.

    2007-01-01

    Current medical diagnostic echo systems are mostly using harmonic imaging. This means that a fundamental frequency (e.g., 2 MHz) is transmitted and the reflected and scattered higher harmonics (e.g., 4 and 6 MHz), produced by nonlinear propagation, are recorded. The signal level of these harmonics

  10. Harmonics: Generation and Suppression in AC System Networks ...

    African Journals Online (AJOL)

    However, reactive power flow in electrical networks has adverse effects depending on their magnitude and the nature of the supply network. How these harmonics are generated by nonlinear loads and the means by which they can be kept low are the focus of this paper. Keywords: non-linear loads, harmonics, reactive ...

  11. Operator Arithmetic-Harmonic Mean Inequality on Krein Spaces

    Directory of Open Access Journals (Sweden)

    M. Dehghani

    2014-03-01

    Full Text Available We prove an operator arithmetic-harmonic mean type inequality in Krein space setting, by using some block matrix techniques of indefinite type. We also give an example which shows that the operator arithmetic-geometric-harmonic mean inequality for two invertible selfadjoint operators on Krein spaces is not valid, in general.

  12. Single-gap multi-harmonic buncher for NSC Pelletron

    International Nuclear Information System (INIS)

    Sarkar, A.; Ghosh, S.; Barua, P.

    1998-01-01

    A single gap multi harmonic buncher has been installed in the pre-acceleration region of the NSC pelletron. For the operation of the booster LINAC, presently under construction, a pre-tandem buncher is required with higher efficiency and producing beam bunches of smaller time spread. The multi harmonic buncher meets all these requirements

  13. High order harmonic generation from plasma mirror

    International Nuclear Information System (INIS)

    Thaury, C.

    2008-09-01

    When an intense laser beam is focused on a solid target, its surface is rapidly ionized and forms a dense plasma that reflects the incident field. For laser intensities above few 10 15 W/cm 2 , high order harmonics of the laser frequency, associated in the time domain to a train of atto-second pulses (1 as = 10 18 s), can be generated upon this reflection. Because such a plasma mirror can be used with arbitrarily high laser intensities, this process should eventually lead to the production of very intense pulses in the X-ray domain. In this thesis, we demonstrate that for laser intensities about 10 19 W/cm 2 , two mechanisms can contribute to the generation of high order harmonics: the coherent wake emission and the relativistic emission. These two mechanisms are studied both theoretically and experimentally. In particular, we show that, thanks to very different properties, the harmonics generated by these two processes can be unambiguously distinguished experimentally. We then investigate the phase properties of the harmonic, in the spectral and in the spatial domain. Finally, we illustrate how to exploit the coherence of the generation mechanisms to get information on the dynamics of the plasma electrons. (author)

  14. Third order harmonic imaging for biological tissues using three phase-coded pulses.

    Science.gov (United States)

    Ma, Qingyu; Gong, Xiufen; Zhang, Dong

    2006-12-22

    Compared to the fundamental and the second harmonic imaging, the third harmonic imaging shows significant improvements in image quality due to the better resolution, but it is degraded by the lower sound pressure and signal-to-noise ratio (SNR). In this study, a phase-coded pulse technique is proposed to selectively enhance the sound pressure of the third harmonic by 9.5 dB whereas the fundamental and the second harmonic components are efficiently suppressed and SNR is also increased by 4.7 dB. Based on the solution of the KZK nonlinear equation, the axial and lateral beam profiles of harmonics radiated from a planar piston transducer were theoretically simulated and experimentally examined. Finally, the third harmonic images using this technique were performed for several biological tissues and compared with the images obtained by the fundamental and the second harmonic imaging. Results demonstrate that the phase-coded pulse technique yields a dramatically cleaner and sharper contrast image.

  15. Challenges and Opportunities for Harmonizing Research Methodology: Raw Accelerometry.

    Science.gov (United States)

    van Hees, Vincent T; Thaler-Kall, Kathrin; Wolf, Klaus-Hendrik; Brønd, Jan C; Bonomi, Alberto; Schulze, Mareike; Vigl, Matthäus; Morseth, Bente; Hopstock, Laila Arnesdatter; Gorzelniak, Lukas; Schulz, Holger; Brage, Søren; Horsch, Alexander

    2016-12-07

    Raw accelerometry is increasingly being used in physical activity research, but diversity in sensor design, attachment and signal processing challenges the comparability of research results. Therefore, efforts are needed to harmonize the methodology. In this article we reflect on how increased methodological harmonization may be achieved. The authors of this work convened for a two-day workshop (March 2014) themed on methodological harmonization of raw accelerometry. The discussions at the workshop were used as a basis for this review. Key stakeholders were identified as manufacturers, method developers, method users (application), publishers, and funders. To facilitate methodological harmonization in raw accelerometry the following action points were proposed: i) Manufacturers are encouraged to provide a detailed specification of their sensors, ii) Each fundamental step of algorithms for processing raw accelerometer data should be documented, and ideally also motivated, to facilitate interpretation and discussion, iii) Algorithm developers and method users should be open about uncertainties in the description of data and the uncertainty of the inference itself, iv) All new algorithms which are pitched as "ready for implementation" should be shared with the community to facilitate replication and ongoing evaluation by independent groups, and v) A dynamic interaction between method stakeholders should be encouraged to facilitate a well-informed harmonization process. The workshop led to the identification of a number of opportunities for harmonizing methodological practice. The discussion as well as the practical checklists proposed in this review should provide guidance for stakeholders on how to contribute to increased harmonization.

  16. Efficiency enhancement of a harmonic lasing free-electron laser

    International Nuclear Information System (INIS)

    Salehi, E.; Maraghechi, B.; Mirian, N. S.

    2015-01-01

    The harmonic lasing free-electron laser amplifier, in which two wigglers is employed in order for the fundamental resonance of the second wiggler to coincide with the third harmonic of the first wiggler to generate ultraviolet radiation, is studied. A set of coupled nonlinear first-order differential equations describing the nonlinear evolution of the system, for a long electron bunch, is solved numerically by CYRUS code. Solutions for the non-averaged and averaged equations are compared. Remarkable agreement is found between the averaged and non-averaged simulations for the evolution of the third harmonic. Thermal effects in the form of longitudinal velocity spread are also investigated. For efficiency enhancement, the second wiggler field is set to decrease linearly and nonlinearly at the point where the radiation of the third harmonic saturates. The optimum starting point and the slope of the tapering of the amplitude of the wiggler are found by a successive run of the code. It is found that tapering can increase the saturated power of the third harmonic considerably. In order to reduce the length of the wiggler, the prebunched electron beam is considered

  17. Efficiency enhancement of a harmonic lasing free-electron laser

    Science.gov (United States)

    Salehi, E.; Maraghechi, B.; Mirian, N. S.

    2015-03-01

    The harmonic lasing free-electron laser amplifier, in which two wigglers is employed in order for the fundamental resonance of the second wiggler to coincide with the third harmonic of the first wiggler to generate ultraviolet radiation, is studied. A set of coupled nonlinear first-order differential equations describing the nonlinear evolution of the system, for a long electron bunch, is solved numerically by CYRUS code. Solutions for the non-averaged and averaged equations are compared. Remarkable agreement is found between the averaged and non-averaged simulations for the evolution of the third harmonic. Thermal effects in the form of longitudinal velocity spread are also investigated. For efficiency enhancement, the second wiggler field is set to decrease linearly and nonlinearly at the point where the radiation of the third harmonic saturates. The optimum starting point and the slope of the tapering of the amplitude of the wiggler are found by a successive run of the code. It is found that tapering can increase the saturated power of the third harmonic considerably. In order to reduce the length of the wiggler, the prebunched electron beam is considered.

  18. 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.

  19. Efficiency enhancement of a harmonic lasing free-electron laser

    Energy Technology Data Exchange (ETDEWEB)

    Salehi, E.; Maraghechi, B., E-mail: behrouz@aut.ac.ir [Department of Physics, Amirkabir University of Technology, 15875-4413 Tehran (Iran, Islamic Republic of); Mirian, N. S. [School of Particle and Accelerator Physics, Institute for Research in Fundamental Sciences (IPM), 19395-5531 Tehran (Iran, Islamic Republic of)

    2015-03-15

    The harmonic lasing free-electron laser amplifier, in which two wigglers is employed in order for the fundamental resonance of the second wiggler to coincide with the third harmonic of the first wiggler to generate ultraviolet radiation, is studied. A set of coupled nonlinear first-order differential equations describing the nonlinear evolution of the system, for a long electron bunch, is solved numerically by CYRUS code. Solutions for the non-averaged and averaged equations are compared. Remarkable agreement is found between the averaged and non-averaged simulations for the evolution of the third harmonic. Thermal effects in the form of longitudinal velocity spread are also investigated. For efficiency enhancement, the second wiggler field is set to decrease linearly and nonlinearly at the point where the radiation of the third harmonic saturates. The optimum starting point and the slope of the tapering of the amplitude of the wiggler are found by a successive run of the code. It is found that tapering can increase the saturated power of the third harmonic considerably. In order to reduce the length of the wiggler, the prebunched electron beam is considered.

  20. Far- and near-field second-harmonic imaging of ferroelectric domain walls

    DEFF Research Database (Denmark)

    Bozhevolnyi, Sergey I.; Pedersen, K.; Skettrup, Torben

    1998-01-01

    Domain walls in periodically poled ferroelectric LiNbO3 crystals are observed with both far- and near-field imaging techniques that make use of second harmonic generation in the transition regions between neighbouring domains. Second harmonic images of domain walls represent bright lines of about.......5 micrometers in width (as measured with the near-field microscope) for the polarization of the second harmonic radiation perpendicular to the domain walls. Origin and selection rules for the constrast in second harmonic images of domain walls are discussed....

  1. Harmonic currents Compensator Grid-Connected Inverter at the Microgrid

    DEFF Research Database (Denmark)

    Asuhaimi Mohd Zin, A.; Naderipour, A.; Habibuddin, M.H.

    2016-01-01

    The main challenge associated with the grid-connected inverter in distributed generation (DG) systems is to maintain the harmonic contents in output current below the specified values and compensates for unbalanced loads even when the grid is subject to disturbances such as harmonic distortion...... and unbalanced loads. To overcome these challenges, a current control strategy for a three-phase grid-connected inverter under unbalanced and nonlinear load conditions is presented. It enables grid-connected inverter by the proposed control method to inject balanced clean currents to the grid even when the local...... loads are unbalanced and/or nonlinear and also compensate of the harmonic currents and control the active and reactive power. The main advantage and objective of this method is to effectively compensate for the harmonic currents content of the grid current and microgrid without using any compensation...

  2. A Kalman-filter estimate of the tidal harmonic constants

    International Nuclear Information System (INIS)

    Morsetti, R.

    1983-01-01

    A Kalman-filter estimate of the tidal harmonic constants is proposed in order to take into account their stochastic behaviour. The filter algorithm has been applied to a state-space model of a stochastic system in which the state is defined by the harmonic constants themselves. The results, analysing Trieste sea-level data, have demonstrated that this approach is very suitable for such a purpose, since good estimates and excellent resolution capabilities have been obtained. Furthermore, this method can be very useful also from a practical point of view because real-time computation of the harmonic constants can be developed where an opportune sea-level data acquisition system is available. In conclusion, this paper has emphasized that tidal harmonic constants have to be treated like random variables and, in consequence, new method of analysis can be used

  3. Harmonic Riemannian Maps on Locally Conformal Kaehler Manifolds

    Indian Academy of Sciences (India)

    We study harmonic Riemannian maps on locally conformal Kaehler manifolds ( l c K manifolds). We show that if a Riemannian holomorphic map between l c K manifolds is harmonic, then the Lee vector field of the domain belongs to the kernel of the Riemannian map under a condition. When the domain is Kaehler, we ...

  4. Analysing Harmonic Motions with an iPhone's Magnetometer

    Science.gov (United States)

    Yavuz, Ahmet; Temiz, Burak Kagan

    2016-01-01

    In this paper, we propose an experiment for analysing harmonic motion using an iPhone's (or iPad's) magnetometer. This experiment consists of the detection of magnetic field variations obtained from an iPhone's magnetometer sensor. A graph of harmonic motion is directly displayed on the iPhone's screen using the "Sensor Kinetics"…

  5. The analysis of harmonic generation coefficients in the ablative Rayleigh-Taylor instability

    Science.gov (United States)

    Lu, Yan; Fan, Zhengfeng; Lu, Xinpei; Ye, Wenhua; Zou, Changlin; Zhang, Ziyun; Zhang, Wen

    2017-10-01

    In this research, we use the numerical simulation method to investigate the generation coefficients of the first three harmonics and the zeroth harmonic in the Ablative Rayleigh-Taylor Instability. It is shown that the interface shifts to the low temperature side during the ablation process. In consideration of the third-order perturbation theory, the first three harmonic amplitudes of the weakly nonlinear regime are calculated and then the harmonic generation coefficients are obtained by curve fitting. The simulation results show that the harmonic generation coefficients changed with time and wavelength. Using the higher-order perturbation theory, we find that more and more harmonics are generated in the later weakly nonlinear stage, which is caused by the negative feedback of the later higher harmonics. Furthermore, extending the third-order theory to the fifth-order theory, we find that the second and the third harmonics coefficients linearly depend on the wavelength, while the feedback coefficients are almost constant. Further analysis also shows that when the fifth-order theory is considered, the normalized effective amplitudes of second and third harmonics can reach about 25%-40%, which are only 15%-25% in the frame of the previous third-order theory. Therefore, the third order perturbation theory is needed to be modified by the higher-order theory when ηL reaches about 20% of the perturbation wavelength.

  6. Means of Harmonization in Religious Discourse

    Directory of Open Access Journals (Sweden)

    Irina Ščukina

    2012-12-01

    Full Text Available Means of harmonization of religious discourse are considered by studying communicational behaviour (verbal and nonverbal between the religion institution and believers. The following factors defining specificity of realization of harmonization in Orthodox and other religious texts are taken into account: the communication channel between the author and the reader, a defining speech genre, the command of language (communication code, and extra-linguistic factors. It is shown that sharing the general social, historical and national experience, as well as a lexical overlapping of actors on both sides of the communication channel are the deciding elements of the harmonization process. The analysis also shows that usage of rational argumentation is more likely to lead to harmonisation in comparison to other rhetoric tools (i. e. affective ones or story-telling. Rational and unemotional sermonic discourse is perceived as a sign of respect (namely, for the listener's intelligence. Another successful and much-applied way seems to be evoking a feeling of equality, unity and/or identity between clerics and their flocks.

  7. Towards harmonized data interchange in food consumption data

    DEFF Research Database (Denmark)

    Pakkala, H.; Christensen, Tue; Presser, K.

    2014-01-01

    Food consumption data are collected and used in several fields of science. The data are often combined from various sources and interchanged between different systems. There is, however, no harmonized and widely used data interchange format. In addition, food consumption data are often combined w...... interchange format for food consumption based on work and experiences related to food composition.The aim is that the data interchange format will provide a basis for wider harmonization in the future.......Food consumption data are collected and used in several fields of science. The data are often combined from various sources and interchanged between different systems. There is, however, no harmonized and widely used data interchange format. In addition, food consumption data are often combined...... with other data such as food composition data. In the field of food composition, successful harmonization has recently been achieved by the European Food Information Resource Network, which is now the basis of a standard draft by the European Committee for Standardization. We present an XML-based data...

  8. Canonical harmonic tracking of charged particles in circular accelerators

    International Nuclear Information System (INIS)

    Kvardakov, V.; Levichev, E.

    2006-01-01

    Harmonic tracking is a method used to study non-linear particle dynamics in a circular accelerator. The tracking algorithm is based on numerical solution of the Hamilton equations of motion. An essential feature of the method is the approximation of Hamiltonian perturbation terms by a finite number of azimuthal harmonics, which provides an effective tool for optimization of non-linear particle motion. The equations of motion are solved canonically, with the first-order prediction made using the explicit Lie transformation. The major features of harmonic tracking are presented and examples of its application are discussed

  9. Canonical harmonic tracking of charged particles in circular accelerators

    Science.gov (United States)

    Kvardakov, V.; Levichev, E.

    2006-03-01

    Harmonic tracking is a method used to study non-linear particle dynamics in a circular accelerator. The tracking algorithm is based on numerical solution of the Hamilton equations of motion. An essential feature of the method is the approximation of Hamiltonian perturbation terms by a finite number of azimuthal harmonics, which provides an effective tool for optimization of non-linear particle motion. The equations of motion are solved canonically, with the first-order prediction made using the explicit Lie transformation. The major features of harmonic tracking are presented and examples of its application are discussed.

  10. Higher-order harmonics of general limited diffraction Bessel beams

    Science.gov (United States)

    Ding, De-Sheng; Huang, Jin-Huang

    2016-12-01

    In this paper, we extensively study the higher-order harmonic generation of the general limited diffraction m-th-order Bessel beam. The analysis is based on successive approximations of the Khokhlov-Zabolotskaya-Kuznetsov (KZK) equation. Asymptotic expansions are presented for higher-order harmonic Bessel beams in near and far fields. The validity of asymptotic approximation is also analyzed. The higher-order harmonic of the Bessel beam with the lowest zero-order is taken as a special example. Project supported by the National Natural Science Foundation of China (Grant Nos. 11074038 and 11374051).

  11. Near-field second-harmonic generation from gold nanoellipsoids

    Energy Technology Data Exchange (ETDEWEB)

    Celebrano, M; Zavelani-Rossi, M; Polli, D; Cerullo, G [Istituto di Fotonica e Nanotecnologie, CNR, Dipartimento di Fisica, Politecnico di Milano, Piazza Leonardo Da Vinci 32, 20133 Milano (Italy); Biagioni, P; Finazzi, M; Duo, L [LNESS - Dipartimento di Fisica, Politecnico di Milano, Piazza Leonardo Da Vinci 32, 20133 Milano (Italy); Labardi, M; Allegrini, M [CNR-INFM, polyLab, Dipartimento di Fisica ' Enrico Fermi' , Universita di Pisa, Largo Pontecorvo 3, 56127 Pisa (Italy); Grand, J; Adam, P M; Royer, P [Laboratoire de Nanotechnologie et d' Instrumentation Optique, Universite de Technologie de Troyes, 12 rue Marie Curie, BP 2060 10010 Troyes cedex (France)

    2008-07-01

    Second-harmonic generation from single gold nanofabricated particles is experimentally investigated by a nonlinear scanning near-field optical microscope (SNOM). High peak power femtosecond polarized light pulses at the output of a hollow pyramid aperture allow for efficient second-harmonic imaging, with sub-100-nm spatial resolution and high contrast. The near-field nonlinear response is found to be directly related to both local surface plasmon resonances and particle morphology. The combined analysis of linear and second-harmonic SNOM images allows one to discriminate among near-field scattering, absorption and re-emission processes, which would not be possible with linear techniques alone. (copyright 2008 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim) (orig.)

  12. Secondary Voltage Control for Harmonics Suppression in Islanded Microgrids

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Guerrero, Josep M.; Blaabjerg, Frede

    2011-01-01

    in islanded microgrids. In addition to the centralized controller for fundamental frequency voltage component, a selective harmonic compensator is implemented in the secondary voltage control system. With the help of Park transformation, the cyclic references generated by the selective harmonic compensator...

  13. Hail, Procrustes! Harmonized accounting standards as a Procrustean bed

    NARCIS (Netherlands)

    Stecher, J.; Suijs, J.P.M.

    2012-01-01

    This article finds that the use of a harmonized accounting standard, such as the International Financial Reporting Standards, increases the information available to markets only if institutional differences across countries using the harmonized standard are insignificant. In all other cases,

  14. An object-oriented approach for harmonization of multimedia markup languages

    Science.gov (United States)

    Chen, Yih-Feng; Kuo, May-Chen; Sun, Xiaoming; Kuo, C.-C. Jay

    2003-12-01

    An object-oriented methodology is proposed to harmonize several different markup languages in this research. First, we adopt the Unified Modelling Language (UML) as the data model to formalize the concept and the process of the harmonization process between the eXtensible Markup Language (XML) applications. Then, we design the Harmonization eXtensible Markup Language (HXML) based on the data model and formalize the transformation between the Document Type Definitions (DTDs) of the original XML applications and HXML. The transformation between instances is also discussed. We use the harmonization of SMIL and X3D as an example to demonstrate the proposed methodology. This methodology can be generalized to various application domains.

  15. Two-harmonic complex spectral-domain optical coherence tomography using achromatic sinusoidal phase modulation

    Science.gov (United States)

    Lu, Sheng-Hua; Huang, Siang-Ru; Chou, Che-Chung

    2018-03-01

    We resolve the complex conjugate ambiguity in spectral-domain optical coherence tomography (SD-OCT) by using achromatic two-harmonic method. Unlike previous researches, the optical phase of the fiber interferometer is modulated by an achromatic phase shifter based on an optical delay line. The achromatic phase modulation leads to a wavelength-independent scaling coefficient for the two harmonics. Dividing the mean absolute value of the first harmonic by that of the second harmonic in a B-scan interferogram directly gives the scaling coefficient. It greatly simplifies the determination of the magnitude ratio between the two harmonics without the need of third harmonic and cumbersome iterative calculations. The inverse fast Fourier transform of the complex-valued interferogram constructed with the scaling coefficient, first and second harmonics yields a full-range OCT image. Experimental results confirm the effectiveness of the proposed achromatic two-harmonic technique for suppressing the mirror artifacts in SD-OCT images.

  16. A Harmonic Impedance Measurement System for Reduction of Harmonics in the Electricity Grid

    NARCIS (Netherlands)

    Heskes, P.J.M.; Myrzik, J.M.A.; Kling, W.L.

    2009-01-01

    This paper describes the development of a Complex Harmonic Impedance Measurement system, called the CHIME-system. This system performs on-line impedance measurements in the electricity grid and will be designed for implementation in Digital Signal Processor (DSP) control systems of grid-connected

  17. A harmonic impedance measurement system for reduction of harmonics in the electricity grid

    NARCIS (Netherlands)

    Heskes, P.J.M.; Myrzik, J.M.A.; Kling, W.L.

    2009-01-01

    This paper describes the development of a Complex Harmonic Impedance Measurement system, called the CHIME-system. This system performs on-line impedance measurements in the electricity grid and will be designed for implementation in Digital Signal Processor (DSP) control systems of grid-connected

  18. Harmonizing power cables and power lines. Harmonisierung der Starkstromkabel und -leitungen

    Energy Technology Data Exchange (ETDEWEB)

    Heinhold, L [Siemens A.G., Erlangen (Germany, F.R.); Retzlaff, E; Warner, A [Verband Deutscher Elektrotechniker (VDE) e.V., Frankfurt am Main (Germany, F.R.)

    1976-01-01

    The article gives a summarizing view of the present level of harmonization in the field of power cables and lines. Special attention is paid to problems referring to using harmonized designs for flexible lines and using lines for solid layout with PVC and rubber insulation in the German standards DIN 57281/VDE 0281 and DIN 57282/VDE 0282 and problems of taking the types used until today out of use. A general view of the power lines fully harmonized is given and a harmonization-labelling (common labelling) for cables and lines is described.

  19. High-Harmonic Generation in Solids with and without Topological Edge States

    DEFF Research Database (Denmark)

    Bauer, Dieter; Hansen, Kenneth Christian Klochmann

    2018-01-01

    High-harmonic generation in the two topological phases of a finite, one-dimensional, periodic structure is investigated using a self-consistent time-dependent density functional theory approach. For harmonic photon energies smaller than the band gap, the harmonic yield is found to differ by up...... to 14 orders of magnitude for the two topological phases. This giant topological effect is explained by the degree of destructive interference in the harmonic emission of all valence-band (and edge-state) electrons, which strongly depends on whether or not topological edge states are present...

  20. The Local Stellar Velocity Field via Vector Spherical Harmonics

    Science.gov (United States)

    Markarov, V. V.; Murphy, D. W.

    2007-01-01

    We analyze the local field of stellar tangential velocities for a sample of 42,339 nonbinary Hipparcos stars with accurate parallaxes, using a vector spherical harmonic formalism. We derive simple relations between the parameters of the classical linear model (Ogorodnikov-Milne) of the local systemic field and low-degree terms of the general vector harmonic decomposition. Taking advantage of these relationships, we determine the solar velocity with respect to the local stars of (V(sub X), V(sub Y), V(sub Z)) (10.5, 18.5, 7.3) +/- 0.1 km s(exp -1) not corrected for the asymmetric drift with respect to the local standard of rest. If only stars more distant than 100 pc are considered, the peculiar solar motion is (V(sub X), V(sub Y), V(sub Z)) (9.9, 15.6, 6.9) +/- 0.2 km s(exp -1). The adverse effects of harmonic leakage, which occurs between the reflex solar motion represented by the three electric vector harmonics in the velocity space and higher degree harmonics in the proper-motion space, are eliminated in our analysis by direct subtraction of the reflex solar velocity in its tangential components for each star. The Oort parameters determined by a straightforward least-squares adjustment in vector spherical harmonics are A=14.0 +/- 1.4, B=13.1 +/- 1.2, K=1.1 +/- 1.8, and C=2.9 +/- 1.4 km s(exp -1) kpc(exp -1). The physical meaning and the implications of these parameters are discussed in the framework of a general linear model of the velocity field. We find a few statistically significant higher degree harmonic terms that do not correspond to any parameters in the classical linear model. One of them, a third-degree electric harmonic, is tentatively explained as the response to a negative linear gradient of rotation velocity with distance from the Galactic plane, which we estimate at approximately -20 km s(exp -1) kpc(exp -1). A similar vertical gradient of rotation velocity has been detected for more distant stars representing the thick disk (z greater than 1 kpc

  1. Imaging theory of nonlinear second harmonic and third harmonic generations in confocal microscopy

    Institute of Scientific and Technical Information of China (English)

    TANG Zhilie; XING Da; LIU Songhao

    2004-01-01

    The imaging theory of nonlinear second harmonic generation (SHG) and third harmonic generation (THG) in confocal microscopy is presented in this paper. The nonlinear effect of SHG and THG on the imaging properties of confocal microscopy has been analyzed in detail by the imaging theory. It is proved that the imaging process of SHG and THG in confocal microscopy, which is different from conventional coherent imaging or incoherent imaging, can be divided into two different processes of coherent imaging. The three-dimensional point spread functions (3D-PSF) of SHG and THG confocal microscopy are derived based on the nonlinear principles of SHG and THG. The imaging properties of SHG and THG confocal microscopy are discussed in detail according to its 3D-PSF. It is shown that the resolution of SHG and THG confocal microscopy is higher than that of single-and two-photon confocal microscopy.

  2. Can temporal fine structure represent the fundamental frequency of unresolved harmonics?

    Science.gov (United States)

    Oxenham, Andrew J; Micheyl, Christophe; Keebler, Michael V

    2009-04-01

    At least two modes of pitch perception exist: in one, the fundamental frequency (F0) of harmonic complex tones is estimated using the temporal fine structure (TFS) of individual low-order resolved harmonics; in the other, F0 is derived from the temporal envelope of high-order unresolved harmonics that interact in the auditory periphery. Pitch is typically more accurate in the former than in the latter mode. Another possibility is that pitch can sometimes be coded via the TFS from unresolved harmonics. A recent study supporting this third possibility [Moore et al. (2006a). J. Acoust. Soc. Am. 119, 480-490] based its conclusion on a condition where phase interaction effects (implying unresolved harmonics) accompanied accurate F0 discrimination (implying TFS processing). The present study tests whether these results were influenced by audible distortion products. Experiment 1 replicated the original results, obtained using a low-level background noise. However, experiments 2-4 found no evidence for the use of TFS cues with unresolved harmonics when the background noise level was raised, or the stimulus level was lowered, to render distortion inaudible. Experiment 5 measured the presence and phase dependence of audible distortion products. The results provide no evidence that TFS cues are used to code the F0 of unresolved harmonics.

  3. Harmonic mapping character of Rosen's bimetric theory of gravity and the geometry of its harmonic mapping space

    International Nuclear Information System (INIS)

    Stoeger, W.R.; Whitman, A.P.; Knill, R.J.

    1985-01-01

    After showing that Rosen's bimetric theory of gravity is a harmonic map, the geometry of the ten-dimensional harmonic mapping space (HMS), and of its nine-dimensional symmetric submanifolds, which are the leaves of the codimension one foliation of the HMS, is detailed. Both structures are global affinely symmetric spaces. For each, the metric, connections, and Riemann, Ricci, and scalar curvatures are given. The Killing vectors in each case are also worked out and related to the ''conserved quantities'' naturally associated with the harmonic mapping character of the theory. The structure of the Rosen HMS is very much like that determined by the DeWitt metric on the six-dimensional Wheeler superspace of all positive definite three-dimensional metrics. It is clear that a slight modification of the Rosen HMS metric will yield the corresponding metric on the space of all four-dimensional metrics of Lorentz signature. Finally, interesting avenues of further research are indicated, particularly with respect to the structure and comparison of Lagrangian-based gravitational theories which are similar to Einstein's general relativity

  4. 3rd harmonic electron cyclotron resonant heating absorption enhancement by 2nd harmonic heating at the same frequency in a tokamak

    International Nuclear Information System (INIS)

    Gnesin, S; Coda, S; Goodman, T P; Decker, J; Peysson, Y; Mazon, D

    2012-01-01

    The fundamental mechanisms responsible for the interplay and synergy between the absorption dynamics of extraordinary-mode electron cyclotron waves at two different harmonic resonances (the 2nd and 3rd) are investigated in the TCV tokamak. An enhanced 3rd harmonic absorption in the presence of suprathermal electrons generated by 2nd harmonic heating is predicted by Fokker–Planck simulations, subject to complex alignment requirements in both physical space and momentum space. The experimental signature for the 2nd/3rd harmonic synergy is sought through the suprathermal bremsstrahlung emission in the hard x-ray range of photon energy. Using a synthetic diagnostic, the emission variation due to synergy is calculated as a function of the injected power and of the radial transport of suprathermal electrons. It is concluded that in the present experimental setup a synergy signature has not been unambiguously detected. The detectability of the synergy is then discussed with respect to variations and uncertainties in the plasma density and effective charge in view of future optimized experiments. (paper)

  5. Reduction of the Harmonic Series Influences Musical Enjoyment With Cochlear Implants.

    Science.gov (United States)

    Nemer, John S; Kohlberg, Gavriel D; Mancuso, Dean M; Griffin, Brianna M; Certo, Michael V; Chen, Stephanie Y; Chun, Michael B; Spitzer, Jaclyn B; Lalwani, Anil K

    2017-01-01

    Cochlear implantation is associated with poor music perception and enjoyment. Reducing music complexity has been shown to enhance music enjoyment in cochlear implant (CI) recipients. In this study, we assess the impact of harmonic series reduction on music enjoyment. Prospective analysis of music enjoyment in normal-hearing (NH) individuals and CI recipients. Single tertiary academic medical center. NH adults (N = 20) and CI users (N = 8) rated the Happy Birthday song on three validated enjoyment modalities-musicality, pleasantness, and naturalness. Subjective rating of music excerpts. Participants listened to seven different instruments play the melody, each with five levels of harmonic reduction (Full, F3+F2+F1+F0, F2+F1+F0, F1+F0, F0). NH participants listened to the segments both with and without CI simulation. Linear mixed effect models (LME) and likelihood ratio tests were used to assess the impact of harmonic reduction on enjoyment. NH listeners without simulation rated segments with the first four harmonics (F3+F2+F1+F0) most pleasant and natural (p <0.001, p = 0.004). NH listeners with simulation rated the first harmonic alone (F0) most pleasant and natural (p <0.001, p = 0.003). Their ratings demonstrated a positive linear relationship between harmonic reduction and both pleasantness (slope estimate = 0.030, SE = 0.004, p <0.001, LME) and naturalness (slope estimate = 0.012, SE = 0.003, p = 0.003, LME). CI recipients also found the first harmonic alone (F0) to be most pleasant (p = 0.003), with a positive linear relationship between harmonic reduction and pleasantness (slope estimate = 0.029, SE = 0.008, p <0.001, LME). Harmonic series reduction increases music enjoyment in CI and NH individuals with or without CI simulation. Therefore, minimization of the harmonics may be a useful strategy for enhancing musical enjoyment among both NH and CI listeners.

  6. Harmonic space and quaternionic manifolds

    International Nuclear Information System (INIS)

    Galperin, A.; Ogievetsky, O.; Ivanov, E.

    1992-10-01

    A principle of harmonic analyticity underlying the quaternionic (quaternion-Kaehler) geometry is found, and the differential constraints which define this geometry are solved. To this end the original 4n-dimensional quaternionic manifold is extended to a biharmonic space. The latter includes additional harmonic coordinates associated with both the tangent local Sp(1) group and an extra rigid SU(2) group rotating the complex structures. An one-to-one correspondence is established between the quaternionic spaces and off-shell N=2 supersymmetric sigma-models coupled to N=2 supergravity. Coordinates of the analytic subspace are identified with superfields describing N=2 matter hypermultiplets and a compensating hypermultiplet of N=2 supergravity. As an illustration the potentials for the symmetric quaternionic spaces are presented. (K.A.) 22 refs

  7. Contrast-enhanced harmonic endoscopic ultrasound

    DEFF Research Database (Denmark)

    Săftoiu, A; Dietrich, C F; Vilmann, P

    2012-01-01

    Second-generation intravenous blood-pool ultrasound contrast agents are increasingly used in endoscopic ultrasound (EUS) for characterization of microvascularization, differential diagnosis of benign and malignant focal lesions, and improving staging and guidance of therapeutic procedures. Although...... initially used as Doppler signal enhancers, second-generation microbubble contrast agents are now used with specific contrast harmonic imaging techniques, which benefit from the highly nonlinear behavior of the microbubbles. Contrast-specific modes based on multi-pulse technology are used to perform...... contrast-enhanced harmonic EUS based on a very low mechanical index (0.08 - 0.12). Quantification techniques based on dynamic contrast-enhanced ultrasound have been recommended for perfusion imaging and monitoring of anti-angiogenic treatment, mainly based on time-intensity curve analysis. Most...

  8. Statistical Analysis and Comparison of Harmonics Measured in Offshore Wind Farms

    DEFF Research Database (Denmark)

    Kocewiak, Lukasz Hubert; Hjerrild, Jesper; Bak, Claus Leth

    2011-01-01

    The paper shows statistical analysis of harmonic components measured in different offshore wind farms. Harmonic analysis is a complex task and requires many aspects, such as measurements, data processing, modeling, validation, to be taken into consideration. The paper describes measurement process...... and shows sophisticated analysis on representative harmonic measurements from Avedøre Holme, Gunfleet Sands and Burbo Bank wind farms. The nature of generation and behavior of harmonic components in offshore wind farms clearly presented and explained based on probabilistic approach. Some issues regarding...... commonly applied standards are also put forward in the discussion. Based on measurements and data analysis it is shown that a general overview about wind farm harmonic behaviour cannot be fully observed only based on single-value measurements as suggested in the standards but using more descriptive...

  9. Large aperture harmonic conversion experiments at Lawrence Livermore National Laboratory

    International Nuclear Information System (INIS)

    Linford, G.J.; Johnson, B.C.; Hildum, J.S.; G. J. Linford is now with Max-Planck-Institut fur Quantenoptik, D-8046 Garching, Federal Republic of Germany)

    1982-01-01

    Large aperture harmonic conversion experiments to 2ω (532 nm), 3ω (355 nm), and 4ω (266 nm) on the Argus laser at the Livermore National Laboratory are described. Harmonically converted energies of up to 346 J have been generated at external conversion efficiencies of 83%. A discussion of the harmonic conversion experiments and a brief summary of enhanced 2ω and 3ω inertial confinement fusion target performances are provided

  10. Large aperture harmonic conversion experiments at Lawrence Livermore National Laboratory

    Energy Technology Data Exchange (ETDEWEB)

    Linford, G.J.; Johnson, B.C.; Hildum, J.S.; Martin, W.E.; Snyder, K.; Boyd, R.D.; Smith, W.L.; Vercimak, C.L.; Eimerle, D.; Hunt, J.T.

    1982-10-15

    Large aperture harmonic conversion experiments to 2..omega.. (532 nm), 3..omega.. (355 nm), and 4..omega.. (266 nm) on the Argus laser at the Livermore National Laboratory are described. Harmonically converted energies of up to 346 J have been generated at external conversion efficiencies of 83%. A discussion of the harmonic conversion experiments and a brief summary of enhanced 2..omega.. and 3..omega.. inertial confinement fusion target performances are provided.

  11. Frequency dependence of quantum path interference in non-collinear high-order harmonic generation

    International Nuclear Information System (INIS)

    Zhong Shi-Yang; He Xin-Kui; Teng Hao; Ye Peng; Wang Li-Feng; He Peng; Wei Zhi-Yi

    2016-01-01

    High-order harmonic generation (HHG) driven by two non-collinear beams including a fundamental and its weak second harmonic is numerically studied. The interference of harmonics from adjacent electron quantum paths is found to be dependent on the relative delay of the driving pulse, and the dependences are different for different harmonic orders. This frequency dependence of the interference is attributed to the spatial frequency chirp in the HHG beam resulting from the harmonic dipole phase, which in turn provides a potential way to gain an insight into the generation of high-order harmonics. As an example, the intensity dependent dipole phase coefficient α is retrieved from the interference fringe. (paper)

  12. Human brain networks function in connectome-specific harmonic waves.

    Science.gov (United States)

    Atasoy, Selen; Donnelly, Isaac; Pearson, Joel

    2016-01-21

    A key characteristic of human brain activity is coherent, spatially distributed oscillations forming behaviour-dependent brain networks. However, a fundamental principle underlying these networks remains unknown. Here we report that functional networks of the human brain are predicted by harmonic patterns, ubiquitous throughout nature, steered by the anatomy of the human cerebral cortex, the human connectome. We introduce a new technique extending the Fourier basis to the human connectome. In this new frequency-specific representation of cortical activity, that we call 'connectome harmonics', oscillatory networks of the human brain at rest match harmonic wave patterns of certain frequencies. We demonstrate a neural mechanism behind the self-organization of connectome harmonics with a continuous neural field model of excitatory-inhibitory interactions on the connectome. Remarkably, the critical relation between the neural field patterns and the delicate excitation-inhibition balance fits the neurophysiological changes observed during the loss and recovery of consciousness.

  13. Numerical modeling of Harmonic Imaging and Pulse Inversion fields

    Science.gov (United States)

    Humphrey, Victor F.; Duncan, Tracy M.; Duck, Francis

    2003-10-01

    Tissue Harmonic Imaging (THI) and Pulse Inversion (PI) Harmonic Imaging exploit the harmonics generated as a result of nonlinear propagation through tissue to improve the performance of imaging systems. A 3D finite difference model, that solves the KZK equation in the frequency domain, is used to investigate the finite amplitude fields produced by rectangular transducers driven with short pulses and their inverses, in water and homogeneous tissue. This enables the characteristic of the fields and the effective PI field to be calculated. The suppression of the fundamental field in PI is monitored, and the suppression of side lobes and a reduction in the effective beamwidth for each field are calculated. In addition, the differences between the pulse and inverse pulse spectra resulting from the use of very short pulses are noted, and the differences in the location of the fundamental and second harmonic spectral peaks observed.

  14. Laser-induced blurring of molecular structure information in high harmonic spectroscopy

    DEFF Research Database (Denmark)

    Risoud, Francois; Leveque, Camille; Labeye, Marie

    2017-01-01

    High harmonic spectroscopy gives access to molecular structure with Angstrom resolution. Such information is encoded in the destructive interferences occurring between the harmonic emissions from the different parts of the molecule. By solving the time-dependent Schrodinger equation, either....... These findings have important consequences for molecular imaging and orbital tomography using high harmonic spectroscopy....

  15. RESEARCH ON THE INTERNATIONAL ACCOUNTING HARMONIZATION PROCESS

    Directory of Open Access Journals (Sweden)

    Tatiana Danescu

    2016-12-01

    Full Text Available During the last decades, the need of harmonization of the financial reporting frameworks has become more acute, mostly because the capital markets are not restricted anymore by country borders and capital movement has outlined the phenomenon of globalization and internationalism. A significant step in harmonizing the financial reporting was done in the process of normalization through different sets of rules and principles, recognized and applied in many states are the International Financial Reporting Standards (IFRS. The process of international recognition of these standards continues along with conceptual development which is based on epistemological research on specific markets, industries, economies open to international capital flows. In this context it becomes of interest to identify and understand generally accepted and applied accounting elements which carry forward the accounting harmonization process along with factors and circumstances that create diversity in nationally applied financial reporting frameworks.

  16. Optical High Harmonic Generation in C60

    Science.gov (United States)

    Zhang, Guoping

    2005-03-01

    C60 et al. Physical Review Letters Physical Review B High harmonic generation (HHG) requires a strong laser field, but in a relatively weak laser field is sufficient. Numerical results presented here show while its low order harmonics result from the laser field, its high order ones are mainly from the multiple excitations. Since high order harmonics directly correlate electronic transitions, the HHG spectrum accurately measures transition energies. Therefore, is not only a promising material for HHG, but may also present an opportunity to develop HHG into an electronic structure probing tool. References: G. P. Zhang, 91, 176801 (2003); G. P. Zhang and T. F. George, 68, 165410 (2003); P. B. Corkum, 71, 1994 (1993); G. P. Zhang and Thomas F. George, 93, 147401 (2004); H. Niikura ,ature 417, 917 (2002); ibid. 421, 826 (2003); Y. Mairesse ,cience 302, 1540 (2003); A. Baltuska ,ature 421, 611 (2003).

  17. Interplay between absorption, dispersion and refraction in high-order harmonic generation

    International Nuclear Information System (INIS)

    Dachraoui, H; Helmstedt, A; Bartz, P; Michelswirth, M; Mueller, N; Pfeiffer, W; Heinzmann, U; Auguste, T; Salieres, P

    2009-01-01

    We report a detailed experimental and theoretical study on high-order harmonic generation of a femtosecond Ti-sapphire laser focused at an intensity of around 10 15 W cm -2 onto a high-pressure (50-210 mbar) neon gas cell of variable length (1-3 mm). Using thorough three-dimensional simulations, we discuss the interplay between the different factors influencing the harmonic-generation efficiency, i.e. phase matching determined by the electronic and atomic dispersions, re-absorption of the harmonics by the medium and refraction of the generating laser beam. Generically, we find that, in our generation conditions, the emission yield of harmonics from the plateau region of the spectrum is absorption limited, whereas the emission from harmonics in the cut-off is strongly reduced due to both electron dispersion and ionization-induced refraction of the laser beam. A good agreement between the numerical results and the experimental data is obtained for the harmonic yield dependence on the various generation parameters (gas pressure, medium length and laser intensity).

  18. Comparing Harmonic Similarity Measures

    NARCIS (Netherlands)

    de Haas, W.B.; Robine, M.; Hanna, P.; Veltkamp, R.C.; Wiering, F.

    2010-01-01

    We present an overview of the most recent developments in polyphonic music retrieval and an experiment in which we compare two harmonic similarity measures. In contrast to earlier work, in this paper we specifically focus on the symbolic chord description as the primary musical representation and

  19. Harmonization of renewable electricity feed-in laws: A comment

    International Nuclear Information System (INIS)

    Soederholm, Patrik

    2008-01-01

    This comment aims at critically analyzing some of the economic efficiency issues that are raised in the paper by Munoz et al. [2007. Harmonization of renewable electricity feed-in laws in the European Union. Energy Policy 35, 3104-3114] on the harmonization of feed-in law schemes for renewable electricity in the European Union. We comment on the choice between green certificate systems and feed-in laws, but pay particular attention to the implementation and design of a harmonized feed-in law scheme. In the comment we argue first that the approach suggested by Munoz et al. tends to downplay many of the practical difficulties in assessing the real costs facing investors in renewable electricity, not the least since the presence of regulatory uncertainty about the marginal costs of renewable electricity may be essential for the choice between different support systems. Concerning the benefit side of renewable electricity promotion, the Munoz et al. (2007) paper builds on an interpretation of the EU Renewables Directive that provides plenty of room for national priorities and that therefore essentially implies that harmonized support premiums per se are of little value. We argue instead that a harmonized system should primarily address the international spillover effects from renewable electricity promotion, not the least those related to improved security of supply in Europe. There exists then a strong case for disregarding the specific national benefits of renewable electricity production in the design of harmonized support systems, and for instead considering international-perhaps at the start bilateral-policy support coordination based on entirely uniform support levels

  20. Effects of low harmonics on tone identification in natural and vocoded speech.

    Science.gov (United States)

    Liu, Chang; Azimi, Behnam; Tahmina, Qudsia; Hu, Yi

    2012-11-01

    This study investigated the contribution of low-frequency harmonics to identifying Mandarin tones in natural and vocoded speech in quiet and noisy conditions. Results showed that low-frequency harmonics of natural speech led to highly accurate tone identification; however, for vocoded speech, low-frequency harmonics yielded lower tone identification than stimuli with full harmonics, except for tone 4. Analysis of the correlation between tone accuracy and the amplitude-F0 correlation index suggested that "more" speech contents (i.e., more harmonics) did not necessarily yield better tone recognition for vocoded speech, especially when the amplitude contour of the signals did not co-vary with the F0 contour.

  1. Lectures on harmonic analysis

    CERN Document Server

    Wolff, Thomas H; Shubin, Carol

    2003-01-01

    This book demonstrates how harmonic analysis can provide penetrating insights into deep aspects of modern analysis. It is both an introduction to the subject as a whole and an overview of those branches of harmonic analysis that are relevant to the Kakeya conjecture. The usual background material is covered in the first few chapters: the Fourier transform, convolution, the inversion theorem, the uncertainty principle and the method of stationary phase. However, the choice of topics is highly selective, with emphasis on those frequently used in research inspired by the problems discussed in the later chapters. These include questions related to the restriction conjecture and the Kakeya conjecture, distance sets, and Fourier transforms of singular measures. These problems are diverse, but often interconnected; they all combine sophisticated Fourier analysis with intriguing links to other areas of mathematics and they continue to stimulate first-rate work. The book focuses on laying out a solid foundation for fu...

  2. Systematic investigation of resonance-induced single-harmonic enhancement in the extreme-ultraviolet range

    International Nuclear Information System (INIS)

    Ganeev, R. A.; Bom, L. B. Elouga; Kieffer, J.-C.; Ozaki, T.

    2007-01-01

    We demonstrate the intensity enhancement of single harmonics in high-order harmonic generation from laser plasma. We identified several targets (In, Sn, Sb, Cr, and Mn) that demonstrate resonance-induced enhancement of single harmonic, that are spectrally close to ionic transitions with strong oscillator strengths. We optimized and obtained enhancements of the 13th, 17th, 21st, 29th, and 33rd harmonics from the above targets, by varying the chirp of the 800 nm wavelength femtosecond laser. We also observe harmonic enhancement by using frequency-doubled pump laser (400 nm wavelength). For Mn plasma pumped by the 400 nm wavelength laser, the maximum order of the enhanced harmonic observed was the 17th order (λ=23.5 nm), which corresponds to the highest photon energy (52.9 eV) reported for an enhanced single harmonic

  3. Modelling and Analysis of DFIG Wind Turbine Harmonics Generated in Grids

    OpenAIRE

    A.Chilambuchelvan; B.BabyPriya,

    2010-01-01

    In this paper an analytic technique for modelling harmonics is proposed for a DFIG wind turbine connected to the grid. An algorithm based on Hilbert transform for the analysis of harmonics in power systems isdeveloped. The simulation results prove the effectiveness of the Hilbert Transform (HT) for power harmonic analysis in DFIG wind turbine connected to a grid.

  4. Frequency Adaptability of Harmonics Controllers for Grid-Interfaced Converters

    DEFF Research Database (Denmark)

    Yang, Yongheng; Zhou, Keliang; Blaabjerg, Frede

    2017-01-01

    sensitivity of the most popular harmonic controllers for grid-interfaced converters. The frequency adaptability of these harmonic controllers is evaluated in the presence of a variable grid frequency within a specified reasonable range, e.g., +-1% of the nominal grid frequency (50 Hz). Solutions...

  5. Higher-order harmonics of limited diffraction Bessel beams

    Science.gov (United States)

    Ding; Lu

    2000-03-01

    We investigate theoretically the nonlinear propagation of the limited diffraction Bessel beam in nonlinear media, under the successive approximation of the KZK equation. The result shows that the nth-order harmonic of the Bessel beam, like its fundamental component, is radially limited diffracting, and that the main beamwidth of the nth-order harmonic is exactly 1/n times that of the fundamental.

  6. High harmonic terahertz confocal gyrotron with nonuniform electron beam

    Energy Technology Data Exchange (ETDEWEB)

    Fu, Wenjie; Guan, Xiaotong; Yan, Yang [THz Research Center, School of Physical Electronics, University of Electronic Science and Technology of China, Chengdu 610054 (China)

    2016-01-15

    The harmonic confocal gyrotron with nonuniform electron beam is proposed in this paper in order to develop compact and high power terahertz radiation source. A 0.56 THz third harmonic confocal gyrotron with a dual arc section nonuniform electron beam has been designed and investigated. The studies show that confocal cavity has extremely low mode density, and has great advantage to operate at high harmonic. Nonuniform electron beam is an approach to improve output power and interaction efficiency of confocal gyrotron. A dual arc beam magnetron injection gun for designed confocal gyrotron has been developed and presented in this paper.

  7. Higher order harmonic generation in the intense laser pulse

    International Nuclear Information System (INIS)

    Parvizi, R.; Bahrampour, A.; Karimi, M.

    2006-01-01

    The high intensity pulse of laser field ionizes the atoms and electrons are going to the continuum states of atoms. electrons absorb energy from the strong laser field. The back ground electromagnetic field causes to come back the electrons to ground states of atoms and the absorbed energy is emitted as a high order odd harmonics of incident light. The intensity of emitted harmonics depends on the material atoms and the laser pulse shape. I this paper the effects of step pulse duration on the high order harmonic radiated by the Argon, Helium, and Hydrogen atoms are reported.

  8. Modeling of higher harmonics formation in medical ultrasound systems

    DEFF Research Database (Denmark)

    Taylor, Louise Kold; Schlaikjer, Malene; Jensen, Jørgen Arendt

    2002-01-01

    a valuable tool for simulating ultrasound harmonic imaging. An extended version of Field II is obtained by means of operator splitting. The pressure eld is calculated by propagation of the eld from the transducer through a number of planes. Every plane serves as a virtual aperture for the next plane...... of the approach is demonstrated by comparing results from simulations and measurements from a convex array transducer. The new simulation tool is capable of simulating the formation of higher harmonics in water on the acoustical axis. The generation of nonlinear higher harmonic components can be predicted...

  9. EU-US standards harmonization task group report : stakeholder engagement and comment resolution.

    Science.gov (United States)

    2012-11-01

    Harmonization Task Groups 1 and 3 (HTG1 and 3) were established by the EU-US International Standards Harmonization Working Group to attempt to harmonize standards (including ISO, CEN, ETSI, IEEE) on security (HTG1) and communications protocols (HTG3)...

  10. EU-US standards harmonization task group report : status of ITS communication standards.

    Science.gov (United States)

    2012-11-01

    Harmonization Task Groups 1 and 3 (HTG1 and 3) were established by the EU-US International Standards Harmonization Working Group to attempt to harmonize standards (including ISO, CEN, ETSI, IEEE) on security (HTG1) and communications protocols (HTG3)...

  11. Harmonic mitigation in islanded microgrids by inverter-interfaced distributed energy resource

    Energy Technology Data Exchange (ETDEWEB)

    Xiongfei Wang

    2012-10-15

    An exciting growth of microgrids market has been witnessed around the world, driven on one hand by the increasing deployment of Distributed Energy Resource (DER) and on the other hand by the ongoing transformations of electric power systems towards more decentralized, intelligent, and resilient networks. The ability of dynamic islanding furnishes microgrids a prominent feature, which not only contributes to a more reliable electricity supply but also provides a systematic way to maximize the benefits of DER units for both customers and utilities. However, during islanded operations, microgrids are more sensitive to power quality disturbances, owing to the low short circuit ratio and limited capacity of DER units. As a consequence, harmonic distortion caused by the proliferation of nonlinear electronic equipment becomes more apparent. The recently released IEEE 1547 series standards have outlined the acceptable harmonic voltage and current distortion limits for islanded operations of microgrids. This thesis concentrates on developing advanced control algorithms for DER inverters in order to provide active harmonic conditioning services, including harmonic voltage reduction, harmonic current filtering and resonance damping in islanded microgrids. The research work is composed of two main parts. The first part is concerned with building a stable islanded microgrid, where the reduction of circulating current in the parallel DER inverters is studied. The second part addresses the harmonic distortion resulting from nonlinear loads and shunt-connected capacitors via the different control algorithms of DER inverters. Furthermore, to establish the basic control aspects for the islanded microgrid built in this project, a wide variety of control schemes for DER inverters within an islanded microgrid environment are evaluated. The merits and demerits of the different control methods are discussed. In light of this, the hierarchical control system is adopted, including the

  12. Isotropic harmonic oscillator plus inverse quadratic potential in N-dimensional spaces

    International Nuclear Information System (INIS)

    Oyewumi, K.A.; Bangudu, E.A.

    2003-01-01

    Some aspects of the N-dimensional isotropic harmonic plus inverse quadratic potential were discussed. The hyperradial equation for isotropic harmonic oscillator plus inverse quadratic potential is solved by transformation into the confluent hypergeometric equation to obtain the normalized hyperradial solution. Together with the hyperangular solutions (hyperspherical harmonics), these form the complete energy eigenfunctions of the N-dimensional isotropic harmonic oscillator plus inverse quadratic potential and the energy eigenvalues are also obtained. These are dimensionally dependent. The dependence of radial solution on the dimensions or potential strength and the degeneracy of the energy levels are discussed. (author)

  13. A current controller of grid-connected converter for harmonic damping in a distribution network

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Blaabjerg, Frede; Chen, Zhe

    2011-01-01

    Harmonic resonance caused by the increased use of shunt-connected capacitors in LCL-filters and power factor correction devices may become a serious power quality challenge in electric distribution systems. A voltage-detection method based on current control is developed to damp harmonic resonances....... However, it is susceptible to the mismatch between harmonic conductance and characteristic impedance of distribution feeder. This paper proposes a current controller which allows discrete adjustment of harmonic conductance for both the characteristic harmonic and the non-characteristic harmonic voltages...

  14. A Harmonic Motion Experiment

    Science.gov (United States)

    Gluck, P.; Krakower, Zeev

    2010-01-01

    We present a unit comprising theory, simulation and experiment for a body oscillating on a vertical spring, in which the simultaneous use of a force probe and an ultrasonic range finder enables one to explore quantitatively and understand many aspects of simple and damped harmonic motions. (Contains 14 figures.)

  15. High-order harmonic generation from a two-dimensional band structure

    Science.gov (United States)

    Jin, Jian-Zhao; Xiao, Xiang-Ru; Liang, Hao; Wang, Mu-Xue; Chen, Si-Ge; Gong, Qihuang; Peng, Liang-You

    2018-04-01

    In the past few years, harmonic generation in solids has attracted tremendous attention. Recently, some experiments of two-dimensional (2D) monolayer or few-layer materials have been carried out. These studies demonstrated that harmonic generation in the 2D case shows a strong dependence on the laser's orientation and ellipticity, which calls for a quantitative theoretical interpretation. In this work, we carry out a systematic study on the harmonic generation from a 2D band structure based on a numerical solution to the time-dependent Schrödinger equation. By comparing with the 1D case, we find that the generation dynamics can have a significant difference due to the existence of many crossing points in the 2D band structure. In particular, the higher conduction bands can be excited step by step via these crossing points and the total contribution of the harmonic is given by the mixing of transitions between different clusters of conduction bands to the valence band. We also present the orientation dependence of the harmonic yield on the laser polarization direction.

  16. Harmonic Scalpel Versus Electrocautery in Axillary Dissection in Carcinoma Breast.

    Science.gov (United States)

    Nawaz, Allah; Waqar, Sadaf; Khan, Ahsan; Mansoor, Rashid; Butt, Usman Ismat; Ayyaz, Mahmood

    2015-12-01

    To compare the results between harmonics scalpel and electrocautery use in axillary dissection for carcinoma breast. Randomized controlled trial. Department of Surgery, Services Hospital, Lahore, from December 2013 to June 2014. Eighty patients fulfilling the inclusion criteria were selected and equally divided in two groups. Axillary dissection for carcinoma breast was performed by using the harmonic scalpel in one group and by using electrocautery in the other group. Total mean axillary drain output and frequency of axillary numbness were noted in both groups and compared. All the patients were females with mean age of 53.52 ± 9.8. Mean axillary drain output in harmonic scalpel group was 167.75 ± 43.90 as compared to 310.00 ± 60.09 in electrocautery group while only 12.5% of patients were positive for axillary numbness in harmonic scalpel group as compared to 100% of patients who were positive for electrocautery group. Use of harmonic scalpel in axillary dissection resulted in decreased total mean axillary drain output and lowered frequency of axillary numbness when compared to utilizing electrocautery.

  17. Neck dissection with harmonic scalpel and electrocautery? A randomised study.

    Science.gov (United States)

    Verma, Roshan K; Mathiazhagan, Arulalan; Panda, Naresh K

    2017-10-01

    Is the use of harmonic scalpel for neck dissection useful? Literature search did not show a single, prospective, randomised control trial. We intended to study the role of harmonic scalpel in neck dissection and compare it with conventional electrocautery technique for oral cavity carcinoma. 40 patients undergoing selective neck dissection for primary oral cavity malignancy were enrolled in this study. The harmonic scalpel (HS) group consisted of 20 patients, and the electrocautery technique (ET) group comprised of 20 patients. The following variables were examined: intraoperative blood loss, operative time, number of ligatures used, postoperative drain, and postoperative hospital stay. Intraoperative blood loss was found to be significantly reduced in harmonic scalpel group as compared to electrocautery group. However, we found no difference in other parameters like operative time, postop drain, postoperative hospital stay and number of ligatures used between both groups. Harmonic scalpel for neck dissection is associated with significantly lesser intraoperative blood loss as compared to electrocautery. There is no effect on operative time and postoperative hospital stay in both groups. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  18. Deterministic and Stochastic Study of Wind Farm Harmonic Currents

    DEFF Research Database (Denmark)

    Sainz, Luis; Mesas, Juan Jose; Teodorescu, Remus

    2010-01-01

    Wind farm harmonic emissions are a well-known power quality problem, but little data based on actual wind farm measurements are available in literature. In this paper, harmonic emissions of an 18 MW wind farm are investigated using extensive measurements, and the deterministic and stochastic char...

  19. Molecular integrals for exponential-type orbitals using hyperspherical harmonics

    DEFF Research Database (Denmark)

    Avery, James Emil; Avery, John Scales

    2015-01-01

    -dimensional hypersphere. Using this projection, Fock was able to show that the Fourier transforms of Coulomb Sturmian basis functions are very simply related to four-dimensional hyperspherical harmonics.With the help of Fock's relationships and the theory of hyperspherical harmonics we are able to evaluate molecular...

  20. Voltage harmonic variation in three-phase induction motors with different coil pitches

    International Nuclear Information System (INIS)

    Deshmukh, Ram; Moses, Anthony John; Anayi, Fatih

    2006-01-01

    A pulse-width modulation (PWM) inverter feeding four different chorded three-phase induction motors was tested for low-order odd harmonic voltage component and efficiency at different loads. Total harmonic distortion (THD) due to 3rd, 5th and 9th harmonics was less in a motor with 160 o coil pitch. Particular harmonic order for each coil pitch was suppressed and the efficiency of a 120 o coil pitch motor was increased by 7.5%

  1. Simultaneous operation of a free-electron laser on two harmonically related wavelengths

    International Nuclear Information System (INIS)

    Burke, A.T.; Ride, S.K.

    1992-01-01

    The interaction of light waves at the fundamental and the third harmonic frequencies in a free-electron laser (FEL) oscillator is explored using the 1-D finite pulse mode-code BFELP. The code, which assumes that only the TEM 00 transverse mode is present at both harmonic frequencies, tracks the temporally-finite pulse electric field amplitudes of the fundamental and the third harmonic which interact with an rf-linac-generated electron micropulse inside a wiggler. The evolution of the pulse profiles, with possibly different mirror reflectivities at each frequency, after many passes through the wiggler and the optical resonator, has been generated for various initial conditions. Results include pulse-dependent third-harmonic coherent-spontaneous emission (CSE) with, and without, multiple-pass interference effects; the effects of sidebands at the fundamental on third-harmonic CSE; and, lasing competition between the fundamental and third harmonic in overlapping spatial regions of the electron micropulse

  2. Harmonic analysis of electrified railway based on improved HHT

    Science.gov (United States)

    Wang, Feng

    2018-04-01

    In this paper, the causes and harms of the current electric locomotive electrical system harmonics are firstly studied and analyzed. Based on the characteristics of the harmonics in the electrical system, the Hilbert-Huang transform method is introduced. Based on the in-depth analysis of the empirical mode decomposition method and the Hilbert transform method, the reasons and solutions to the endpoint effect and modal aliasing problem in the HHT method are explored. For the endpoint effect of HHT, this paper uses point-symmetric extension method to extend the collected data; In allusion to the modal aliasing problem, this paper uses the high frequency harmonic assistant method to preprocess the signal and gives the empirical formula of high frequency auxiliary harmonic. Finally, combining the suppression of HHT endpoint effect and modal aliasing problem, an improved HHT method is proposed and simulated by matlab. The simulation results show that the improved HHT is effective for the electric locomotive power supply system.

  3. Strong nonlinear harmonic generation in a PZT/Aluminum resonator

    Energy Technology Data Exchange (ETDEWEB)

    Parenthoine, D; Haumesser, L; Meulen, F Vander; Tran-Huu-Hue, L-P, E-mail: parenthoine@univ-tours.f [University Francois Rabelais of Tours, U 930 Imagerie et Cerveau, CNRS 2448, ENIVL, rue de la Chocolaterie, BP 3410, 41034 Blois (France)

    2009-11-01

    In this work, the extentional vibration mode of a coupled PZT/ Aluminum rod resonator is studied experimentally. Geometrical characteristics of the PZT are its 27 mm length and its 4x4 mm{sup 2} cross section area. The excitation voltage consists in sinusoidal bursts in the frequency range (20-80 kHz). Velocity measurements are performed at both ends of this system, using a laser probe. Strong harmonic distortions in the mechanical response (up to -20 dB with respect to the primary wave amplitude) have been observed. The corresponding input levels are far lower than those which are necessary to observe quadratic second harmonic generation in a free PZT resonator. The strong nonlinear effect can be explained as a super-harmonic resonance of the system due to a specific ratio between the eigen frequencies of the two parts of the resonator. Evolution of fundamental and harmonic responses are observed as a function of input levels, highlighting hysteretic behavior.

  4. The harmonization of banking legislation in the EU

    Directory of Open Access Journals (Sweden)

    Shkëlqesa Çitaku

    2016-03-01

    Full Text Available This paper attempts to assess the current legislation of banking in the European Union. The process of unification in Europe is also followed by efforts to harmonize and unify the laws of the member states. In the field of banking industry the precondition for harmonization of laws is the integration of internal market with the free movement of capital. The regulation and supervision of banks in EU still remains fragmented. European member states still have diverse regulations concerning the role of the state. The European Commission has the important function of proposing EU legislation on financial services including banks and ensuring that EU law is properly applied throughout the EU. Banks are considered as a key industry enabling all the economic activities via depositing, crediting and arranging of payments. A number of secondary legislation has been adopted by the EU institutions to harmonize the national banking law of Member States. The principles and objectives set by the European Commission Treaty depend on four EU freedoms with the aim of effective and open market including banks. Therefore it was a continuous process of harmonization of national banking regulation via secondary law since the 70’s.

  5. Harmonics analysis of the photonic time stretch system.

    Science.gov (United States)

    Mei, Yuan; Xu, Boyu; Chi, Hao; Jin, Tao; Zheng, Shilie; Jin, Xiaofeng; Zhang, Xianmin

    2016-09-10

    Photonic time stretch (PTS) has been intensively investigated in recent decades due to its potential application to ultra-wideband analog-to-digital conversion. A high-speed analog signal can be captured by an electronic analog-to-digital converter (ADC) with the help of the PTS technique, which slows down the speed of signal in the photonic domain. Unfortunately, the process of the time stretch is not linear due to the nonlinear modulation of the electro-optic intensity modulator in the PTS system, which means the undesired harmonics distortion. In this paper, we present an exact analytical model to fully characterize the harmonics generation in the PTS systems for the first time, to the best of our knowledge. We obtain concise and closed-form expressions for all harmonics of the PTS system with either a single-arm Mach-Zehnder modulator (MZM) or a push-pull MZM. The presented model can largely simplify the PTS system design and the system parameters estimation, such as system bandwidth, harmonics power, time-bandwidth product, and dynamic range. The correctness of the mathematic model is verified by the numerical and experimental results.

  6. Faddeev wave function decomposition using bipolar harmonics

    International Nuclear Information System (INIS)

    Friar, J.L.; Tomusiak, E.L.; Gibson, B.F.; Payne, G.L.

    1981-01-01

    The standard partial wave (channel) representation for the Faddeev solution to the Schroedinger equation for the ground state of 3 nucleons is written in terms of functions which couple the interacting pair and spectator angular momenta to give S, P, and D waves. For each such coupling there are three terms, one for each of the three cyclic permutations of the nucleon coordinates. A series of spherical harmonic identities is developed which allows writing the Faddeev solution in terms of a basis set of 5 bipolar harmonics: 1 for S waves; 1 for P waves; and 3 for D waves. The choice of a D-wave basis is largely arbitrary, and specific choices correspond to the decomposition schemes of Derrick and Blatt, Sachs, Gibson and Schiff, and Bolsterli and Jezak. The bipolar harmonic form greatly simplifies applications which utilize the wave function, and we specifically discuss the isoscalar charge (or mass) density and the 3 He Coulomb energy

  7. Harmonic and complex analysis in several variables

    CERN Document Server

    Krantz, Steven G

    2017-01-01

    Authored by a ranking authority in harmonic analysis of several complex variables, this book embodies a state-of-the-art entrée at the intersection of two important fields of research: complex analysis and harmonic analysis. Written with the graduate student in mind, it is assumed that the reader has familiarity with the basics of complex analysis of one and several complex variables as well as with real and functional analysis. The monograph is largely self-contained and develops the harmonic analysis of several complex variables from the first principles. The text includes copious examples, explanations, an exhaustive bibliography for further reading, and figures that illustrate the geometric nature of the subject. Each chapter ends with an exercise set. Additionally, each chapter begins with a prologue, introducing the reader to the subject matter that follows; capsules presented in each section give perspective and a spirited launch to the segment; preludes help put ideas into context. Mathematicians and...

  8. The Modeling and Harmonic Coupling Analysis of Multiple-Parallel Connected Inverter Using Harmonic State Space (HSS)

    DEFF Research Database (Denmark)

    Kwon, Jun Bum; Wang, Xiongfei; Bak, Claus Leth

    2015-01-01

    As the number of power electronics based systems are increasing, studies about overall stability and harmonic problems are rising. In order to analyze harmonics and stability, most research is using an analysis method, which is based on the Linear Time Invariant (LTI) approach. However, this can...... be difficult in terms of complex multi-parallel connected systems, especially in the case of renewable energy, where possibilities for intermittent operation due to the weather conditions exist. Hence, it can bring many different operating points to the power converter, and the impedance characteristics can...... can demonstrate other phenomenon, which can not be found in the conventional LTI approach. The theoretical modeling and analysis are verified by means of simulations and experiments....

  9. Comparison of spatial harmonics in infinite and finite Bragg stacks for metamaterial homogenization

    DEFF Research Database (Denmark)

    Clausen, Niels Christian Jerichau; Arslanagic, Samel; Breinbjerg, Olav

    2014-01-01

    Metamaterial homogenization may be based on the dominance of a single Floquet-Bloch spatial harmonic in an infinite periodic structure - with the dominance quantified in terms of the relative magnitude of the associated spatial harmonic Poynting vector. For the corresponding finite structure...... the field is not quasi-periodic and cannot be expanded in Floquet-Bloch spatial harmonics; however, a set of pseudo spatial harmonics can be defined and the dominance of a single such harmonic likewise be used to determine whether the structure can be homogenized. For three different lossless Bragg stack...

  10. Control and metrology of high harmonic generation on plasma mirrors

    International Nuclear Information System (INIS)

    Monchoce, Sylvain

    2014-01-01

    When an ultra intense femtosecond laser with high contrast is focused on a solid target, the laser field at focus is sufficient enough to completely ionize the target surface during the rising edge of the laser pulse and form a plasma. This dense plasma entirely reflects the incident beam in the specular direction: this is a so-called plasma mirror. As the interaction between the laser and the plasma mirror is highly non-linear, it thus leads to the high harmonic generation (HHG) in the reflected beam. In the temporal domain, this harmonic spectrum is associated to a train of atto-second pulses. The aim of my PhD were to experimentally control this HHG and to measure the properties of the harmonics. We first studied the optimization of the harmonic signal, and then the spatial characterization of the harmonic beam in the far-field (harmonic divergence). These characterizations are not only important to develop an intense XUV/atto-second light source, but also to get a better understanding of the laser-matter interaction at very high intensity. We have thus been able to get crucial information of the electrons and ions dynamics of the plasma, showing that the harmonics can also be used as a diagnostic of the laser-plasma interaction. We then developed a new general approach for optically-controlled spatial structuring of overdense plasmas generated at the surface of initially plain solid targets. We demonstrate it experimentally by creating sinusoidal plasma gratings of adjustable spatial periodicity and depth, and study the interaction of these transient structures with an ultra-intense laser pulse to establish their usability at relativistically high intensities. We then show how these gratings can be used as a 'spatial ruler' to determine the source size of the high-order harmonic beams produced at the surface of an overdense plasma. These results open new directions both for the metrology of laser-plasma interactions and the emerging field of ultrahigh

  11. Frequency Adaptive Selective Harmonic Control for Grid-Connected Inverters

    DEFF Research Database (Denmark)

    Yang, Yongheng; Zhou, Keliang; Wang, Huai

    2015-01-01

    SHC scheme consists of multiple parallel recursive (nk±m)-order (k = 0, 1, 2, . . ., and m ≤ n/2) harmonic control modules with independent control gains, which can be optimally weighted in accordance with the harmonic distribution. The hybrid SHC thus offers an optimal trade-off among cost...

  12. Harmonics mitigation on industrial loads using series and parallel ...

    African Journals Online (AJOL)

    Most industrial loads are inductive in nature and therefore absorb Volts Ampere Reactance (VARs) leading to lagging power factor. Some inductive loads also produce current and voltage signals with frequencies in integer multiples of the 50 or 60 Hz fundamental frequencies called harmonics. Harmonics in power system ...

  13. Interbasis expansions for isotropic harmonic oscillator

    Energy Technology Data Exchange (ETDEWEB)

    Dong, Shi-Hai, E-mail: dongsh2@yahoo.com [Departamento de Física, Escuela Superior de Física y Matemáticas, Instituto Politécnico Nacional, Edificio 9, Unidad Profesional Adolfo López Mateos, Mexico D.F. 07738 (Mexico)

    2012-03-12

    The exact solutions of the isotropic harmonic oscillator are reviewed in Cartesian, cylindrical polar and spherical coordinates. The problem of interbasis expansions of the eigenfunctions is solved completely. The explicit expansion coefficients of the basis for given coordinates in terms of other two coordinates are presented for lower excited states. Such a property is occurred only for those degenerated states for given principal quantum number n. -- Highlights: ► Exact solutions of harmonic oscillator are reviewed in three coordinates. ► Interbasis expansions of the eigenfunctions is solved completely. ► This is occurred only for those degenerated states for given quantum number n.

  14. Introduction to abstract harmonic analysis

    CERN Document Server

    Loomis, Lynn H

    2011-01-01

    Written by a prominent figure in the field of harmonic analysis, this classic monograph is geared toward advanced undergraduates and graduate students and focuses on methods related to Gelfand's theory of Banach algebra. 1953 edition.

  15. Local solutions of harmonical and Bi-harmonical equations, universal field equation and self-dual configurations of Yang-Mills fields in four dimensions

    International Nuclear Information System (INIS)

    Leznov, A.N.

    1994-01-01

    A general method for the construction of solutions of the d'Alamberian and double d'Alamberian (harmonic and bi-harmonic) equations with local dependence of arbitrary functions upon two independent arguments is proposed. The connection between solutions of this kind and self-dual configurations of gauge fields having no singularities is established. 5 refs

  16. Fast Harmonic Chirp Summation

    DEFF Research Database (Denmark)

    Nielsen, Jesper Kjær; Jensen, Tobias Lindstrøm; Jensen, Jesper Rindom

    2017-01-01

    -robust to noise, or very computationally inten- sive. In this paper, we propose a fast algorithm for the harmonic chirp summation method which has been demonstrated in the liter- ature to be accurate and robust to noise. The proposed algorithm is orders of magnitudes faster than previous algorithms which is also...

  17. Electric shock and elevated EMF levels due to triplen harmonics

    International Nuclear Information System (INIS)

    Tran, T.Q.; Conrad, L.E.; Stallman, B.K.

    1996-01-01

    The increasing use of single phase rectifiers for electric power conversion in residential applications increases harmonic load on utility systems. Many papers have analyzed the effect of these loads on power quality and equipment loadability. However, there are two more critical concerns for harmonic loads served phase to neutral on multi-grounded wye systems. Triplen harmonics, particularly the third, add in the neutral and have little diversity between loads. The higher neutral currents may cause significant problems. Neutral to earth voltages will increase near the substations which could increase stray voltage complaints. The additional neutral current on three phase lines will elevate EMF levels especially in the fringe areas. This paper provides fundamental understanding of triplen harmonic influence on stray voltage and EMF related to multi-grounded wye electric distribution systems

  18. Experimental Verification of a Harmonic-Rejection Mixing Concept using Blind Interference Canceling

    NARCIS (Netherlands)

    Moseley, N.A.; Klumperink, Eric A.M.; Nauta, Bram

    2008-01-01

    Abstract—This paper presents the first practical experiments on a harmonic rejection downconverter, which offers up to 75 dB of harmonic rejection, without an RF filter. The downconverter uses a two-stage approach; the first stage is an analog multipath/ multi-phase harmonic rejection mixer followed

  19. 78 FR 13835 - Harmonization of Airworthiness Standards-Miscellaneous Structures Requirements

    Science.gov (United States)

    2013-03-01

    ... Airworthiness Standards--Miscellaneous Structures Requirements AGENCY: Federal Aviation Administration (FAA... and Dynamics Harmonization Working Group (LDHWG) and the General Structures Harmonization Working Group (GSHWG) to review existing structures regulations and recommend changes that would eliminate...

  20. Harmonic and power balance tools for tapping-mode atomic force microscope

    International Nuclear Information System (INIS)

    Sebastian, A.; Salapaka, M. V.; Chen, D. J.; Cleveland, J. P.

    2001-01-01

    The atomic force microscope (AFM) is a powerful tool for investigating surfaces at atomic scales. Harmonic balance and power balance techniques are introduced to analyze the tapping-mode dynamics of the atomic force microscope. The harmonic balance perspective explains observations hitherto unexplained in the AFM literature. A nonconservative model for the cantilever - sample interaction is developed. The energy dissipation in the sample is studied and the resulting power balance equations combined with the harmonic balance equations are used to estimate the model parameters. Experimental results confirm that the harmonic and power balance tools can be used effectively to predict the behavior of the tapping cantilever. [copyright] 2001 American Institute of Physics

  1. Quantization of the damped harmonic oscillator revisited

    Energy Technology Data Exchange (ETDEWEB)

    Baldiotti, M.C., E-mail: baldiott@fma.if.usp.b [Instituto de Fisica, Universidade de Sao Paulo, Caixa Postal 66318-CEP, 05315-970 Sao Paulo, S.P. (Brazil); Fresneda, R., E-mail: fresneda@gmail.co [Instituto de Fisica, Universidade de Sao Paulo, Caixa Postal 66318-CEP, 05315-970 Sao Paulo, S.P. (Brazil); Gitman, D.M., E-mail: gitman@dfn.if.usp.b [Instituto de Fisica, Universidade de Sao Paulo, Caixa Postal 66318-CEP, 05315-970 Sao Paulo, S.P. (Brazil)

    2011-04-11

    We return to the description of the damped harmonic oscillator with an assessment of previous works, in particular the Bateman-Caldirola-Kanai model and a new model proposed by one of the authors. We argue the latter has better high energy behavior and is connected to existing open-systems approaches. - Highlights: We prove the local equivalence of two damped harmonic oscillator models. We find different high energy behaviors between the two models. Based on the local equivalence, we make a simple construction of the coherent states.

  2. International Harmonization of the Patent-awarding Rules

    OpenAIRE

    Kaz Miyagiwa

    2009-01-01

    While the rest of the world issues patents to those who file applications first the U.S. do so to those who can demonstrate to have made inventions first. The U.S. has recently been under pressure to conform to the international rule. In this paper I examine the effect of international harmonization of the patent-awarding rules. In a dynamic two-country model of R&D competition for sequential inventions, I find that harmonization to the first-to-file rule can undermine innovation. This result...

  3. Azimuthal anisotropy at RHIC: The first and fourth harmonics

    International Nuclear Information System (INIS)

    Adams, J.; Adler, C.; Aggarwal, M.M.; Ahammed, Z.; Amonett, J.; Anderson, B.D.; Anderson, M.; Arkhipkin, D.; Averichev, G.S.; Badyal, S.K.; Balewski, J.; Barannikova, O.; Barnby, L.S.; Baudot, J.; Bekele, S.; Belaga, V.V.; Bellwied, R.; Berger, J.; Bezverkhny, B.I.; Bhardwaj, S.; Bhaskar, P.; Bhati, A.K.; Bichsel, H.; Billmeier, A.; Bland, L.C.; Blyth, C.O.; Bonner, B.E.; Botje, M.; Boucham, A.; Brandin, A.; Bravar, A.; Cadman, R.V.; Cai, X.Z.; Caines, H.; Calderon de la Barca Sanchez, M.; Carroll, J.; Castillo, J.; Castro, M.; Cebra, D.; Chaloupka, P.; Chattopadhyay, S.; Chen, H.F.; Chen, Y.; Chernenko, S.P.; Cherney, M.; Chikanian, A.; Choi, B.; Christie, W.; Coffin, J.P.; Cormier, T.M.; Cramer, J.G.; Crawford, H.J.; Das, D.; Das, S.; Derevschikov, A.A.; Didenko, L.; Dietel, T.; Dong, W.J.; Dong, X.; Draper, J.E.; Du, F.; Dubey, A.K.; Dunin, V.B.; Dunlop, J.C.; Dutta Majumdar, M.R.; Eckardt, V.; Efimov, L.G.; Emelianov, V.; Engelage, J.; Eppley, G.; Erazmus, B.; Estienne, M.; Fachini, P.; Faine, V.; Faivre, J.; Fatemi, R.; Filimonov, K.; Filip, P.; Finch, E.; Fisyak, Y.; Flierl, D.; Foley, K.J.; Fu, J.; Gagliardi, C.A.; Gagunashvili, N.; Gans, J.; Ganti, M.S.; Gaudichet, L.; Germain, M.; Geurts, F.; Ghazikhanian, V.; Ghosh, P.; Gonzalez, J.E.; Grachov, O.; Grigoriev, V.; Gronstal, S.; Drosnick, D.; Guedon, M.; Guertin, S.M.; Gupta, A.; Gushin, E.; Hallman, T.J.; Hardtke, D.; Harris, J.W.; Heinz, M.; Henry, T.W.; Heppelmann, S.; Herston, T.; Hippolyte, B.; Hirsch, A.; Hjort, E.; Hoffmann, G.W.; Horsley, M.; Huang, H.Z.; Huang, S.L.; Humanic, T.J.; Igo, G.; Ishihara, A.; Jacobs, P.; Jacobs, W.W.; Janik, M.; Jiang, H.; Johnson, I.; Jones, P.G.; Judd, E.G.; Kabana, S.; Kaneta, M.; Kaplan, M.; Keane, D.; Khodyrev, V.Yu.; Kiryluk, J.; Kisiel, A.; Klay, J.; Klein, S.R.; Klyachko, A.; Koetke, D.D.; Kollegger, T.; Kopytine, S.M.; Kotchenda, L.; Kovalenko, A.D.; Kramer, M.; Kravtsov, P.; Krueger, K.; Kuhn, C.; Kulikov, A.I.; Kumar, A.; et al.

    2004-01-01

    We report the first observations of the first harmonic (directed flow, v 1 ), and the fourth harmonic (v 4 ), in the azimuthal distribution of particles with respect to the reaction plane in Au+Au collisions at the Relativistic Heavy Ion Collider (RHIC). Both measurements were done taking advantage of the large elliptic flow (v 2 ) generated at RHIC. From the correlation of v 2 with v 1 it is determined that v 2 is positive, or in-plane. The integrated v 4 is about a factor of 10 smaller than v 2 . For the sixth (v 6 ) and eighth (v 8 ) harmonics upper limits on the magnitudes are reported

  4. Tax competition and tax harmonization in the European Union

    Directory of Open Access Journals (Sweden)

    Danuše Nerudová

    2004-01-01

    Full Text Available The article deals with the problems of tax competition and harmonization within the European Union. It reveals the single difficulties connected with harmonization, identifies the problems arising from tax competition and points out the harmful tax competition as well. Single compulsory harmonized tax base in connection with prevailing tax competition in the area of tax rates is the suggested solution in the scope of direct taxation. As the solution in the area of indirect taxation could serve the introduction of “principle of origin”. This would cause remarkable administrative costs decrease not only for economic subjects but for tax authorities as well.

  5. Harmonics Generation by Surface Plasmon Polaritons on Single Nanowires.

    Science.gov (United States)

    de Hoogh, Anouk; Opheij, Aron; Wulf, Matthias; Rotenberg, Nir; Kuipers, L

    2016-08-17

    We present experimental observations of visible wavelength second- and third-harmonic generation on single plasmonic nanowires of variable widths. We identify that near-infrared surface plasmon polaritons, which are guided along the nanowire, act as the source of the harmonics generation. We discuss the underlying mechanism of this nonlinear process, using a combination of spatially resolved measurements and numerical simulations to show that the visible harmonics are generated via a combination of both local and propagating plasmonic modes. Our results provide the first demonstration of nanoscale nonlinear optics with guided, propagating plasmonic modes on a lithographically defined chip, opening up new routes toward integrated optical circuits for information processing.

  6. A toolbox for Harmonic Sums and their analytic continuations

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob; Schneider, Carsten [RISC, J. Kepler University, Linz (Austria); Bluemlein, Johannes [DESY, Zeuthen (Germany)

    2010-07-01

    The package HarmonicSums implemented in the computer algebra system Mathematica is presented. It supports higher loop calculations in QCD and QED to represent single-scale quantities like anomalous dimensions and Wilson coefficients. The package allows to reduce general harmonic sums due to their algebraic and different structural relations. We provide a general framework for these reductions and the explicit representations up to weight w=8. For the use in experimental analyzes we also provide an analytic formalism to continue the harmonic sums form their integer arguments into the complex plane, which includes their recursions and asymptotic representations. The main ideas are illustrated by specific examples.

  7. Transient state work fluctuation theorem for a classical harmonic ...

    Indian Academy of Sciences (India)

    Based on a Hamiltonian description we present a rigorous derivation of the transient state work fluctuation theorem and the Jarzynski equality for a classical harmonic oscillator linearly coupled to a harmonic heat bath, which is dragged by an external agent. Coupling with the bath makes the dynamics dissipative. Since we ...

  8. Phase-locked high-order-harmonic and sub-100-as pulse generation from stretched molecules

    International Nuclear Information System (INIS)

    Lan Pengfei; Lu Peixiang; Cao Wei; Wang Xinlin; Yang Guang

    2006-01-01

    High harmonic generation from diatomic molecules in a linearly polarized intense laser field is investigated and the emission time of the harmonics is discussed with the time-frequency analysis method. It is shown that high harmonic generation from molecules at equilibrium distance is similar to that from atoms. Only the harmonics in the cutoff are synchronized, i.e., well phase-locked, whereas the other harmonics are not phase-locked. For the molecule stretched well beyond its equilibrium distance, the harmonics exhibit distinct time-frequency characteristics. The harmonic spectrum can be extended to I p +8U p , where I p and U p are the ionization and ponderomotive potential, and the harmonics with energies below I p +3.17U p are not phase-locked and the harmonics with energies beyond I p +3.17U p are well phase-locked. Thus a large range of harmonics which are well phase-locked are produced, and a train of clean attosecond (as) pulses with a single 90-as pulse in each half optical cycle can be generated with a multicycle laser pulse. Using a few-cycle laser pulse, an isolated attosecond pulse with a duration of about 95 as is obtained

  9. High-harmonic homodyne detection of the ultrafast dissociation of Br2 molecules.

    Science.gov (United States)

    Wörner, H J; Bertrand, J B; Corkum, P B; Villeneuve, D M

    2010-09-03

    We report the time-resolved observation of the photodissociation of Br2 using high-harmonic generation (HHG) as a probe. The simultaneous measurement of the high-harmonic and ion yields shows that high harmonics generated by the electronically excited state interfere with harmonics generated by the ground state. The resulting homodyne effect provides a high sensitivity to the excited state dynamics. We present a simple theoretical model that accounts for the main observations. Our experiment paves the way towards the dynamic imaging of molecules using HHG.

  10. Efficient second- and third-harmonic radiation generation from relativistic laser-plasma interactions

    Energy Technology Data Exchange (ETDEWEB)

    Singh, Mamta; Gupta, D. N., E-mail: dngupta@physics.du.ac.in [Department of Physics and Astrophysics, University of Delhi, Delhi 110 007 (India); Suk, H. [Department of Physics and Photon Science, Gwangju Institute of Science and Technology, Gwangju 500 712 (Korea, Republic of)

    2015-06-15

    We propose an idea to enhance the efficiency of second- and third-harmonic generation by considering the amplitude-modulation of the fundamental laser pulse. A short-pulse laser of finite spot size is modeled as amplitude modulated in time. Amplitude-modulation of fundamental laser contributes in quiver velocity of the plasma electrons and produces the strong plasma-density perturbations, thereby increase in current density at second- and third-harmonic frequency. In a result, the conversion efficiency of harmonic generation increases significantly. Power conversion efficiency of harmonic generation process is the increasing function of the amplitude-modulation parameter of the fundamental laser beam. Harmonic power generated by an amplitude modulated laser is many folds higher than the power obtained in an ordinary case.

  11. Efficient second- and third-harmonic radiation generation from relativistic laser-plasma interactions

    International Nuclear Information System (INIS)

    Singh, Mamta; Gupta, D. N.; Suk, H.

    2015-01-01

    We propose an idea to enhance the efficiency of second- and third-harmonic generation by considering the amplitude-modulation of the fundamental laser pulse. A short-pulse laser of finite spot size is modeled as amplitude modulated in time. Amplitude-modulation of fundamental laser contributes in quiver velocity of the plasma electrons and produces the strong plasma-density perturbations, thereby increase in current density at second- and third-harmonic frequency. In a result, the conversion efficiency of harmonic generation increases significantly. Power conversion efficiency of harmonic generation process is the increasing function of the amplitude-modulation parameter of the fundamental laser beam. Harmonic power generated by an amplitude modulated laser is many folds higher than the power obtained in an ordinary case

  12. Comparison of fundamental, second harmonic, and superharmonic imaging: a simulation study.

    Science.gov (United States)

    van Neer, Paul L M J; Danilouchkine, Mikhail G; Verweij, Martin D; Demi, Libertario; Voormolen, Marco M; van der Steen, Anton F W; de Jong, Nico

    2011-11-01

    In medical ultrasound, fundamental imaging (FI) uses the reflected echoes from the same spectral band as that of the emitted pulse. The transmission frequency determines the trade-off between penetration depth and spatial resolution. Tissue harmonic imaging (THI) employs the second harmonic of the emitted frequency band to construct images. Recently, superharmonic imaging (SHI) has been introduced, which uses the third to the fifth (super) harmonics. The harmonic level is determined by two competing phenomena: nonlinear propagation and frequency dependent attenuation. Thus, the transmission frequency yielding the optimal trade-off between the spatial resolution and the penetration depth differs for THI and SHI. This paper quantitatively compares the concepts of fundamental, second harmonic, and superharmonic echocardiography at their optimal transmission frequencies. Forward propagation is modeled using a 3D-KZK implementation and the iterative nonlinear contrast source (INCS) method. Backpropagation is assumed to be linear. Results show that the fundamental lateral beamwidth is the narrowest at focus, while the superharmonic one is narrower outside the focus. The lateral superharmonic roll-off exceeds the fundamental and second harmonic roll-off. Also, the axial resolution of SHI exceeds that of FI and THI. The far-field pulse-echo superharmonic pressure is lower than that of the fundamental and second harmonic. SHI appears suited for echocardiography and is expected to improve its image quality at the cost of a slight reduction in depth-of-field.

  13. High-order harmonic generation in solid slabs beyond the single-active-electron approximation

    Science.gov (United States)

    Hansen, Kenneth K.; Deffge, Tobias; Bauer, Dieter

    2017-11-01

    High-harmonic generation by a laser-driven solid slab is simulated using time-dependent density functional theory. Multiple harmonic plateaus up to very high harmonic orders are observed already at surprisingly low field strengths. The full all-electron harmonic spectra are, in general, very different from those of any individual Kohn-Sham orbital. Freezing the Kohn-Sham potential instead is found to be a good approximation for the laser intensities and harmonic orders considered. The origins of the plateau cutoffs are explained in terms of band gaps that can be reached by Kohn-Sham electrons and holes moving through the band structure.

  14. Gradient formula for the four-dimensional hyperspherical harmonics

    International Nuclear Information System (INIS)

    Santos, M.B.

    1975-01-01

    The gradient formula for the hyperspherical harmonics in 4 dimensions is derived, a result which is here obtainned in two distinct ways: either by differentiation of a closed expression for the hyperspherical harmonics or by making use of the Wigner-Eckart theorem for the R 4 group. The result is useful for physical applications in view of the significance of the R 4 group in several physical problems [pt

  15. Intense multimicrojoule high-order harmonics generated from neutral atoms of In2O3 nanoparticles

    International Nuclear Information System (INIS)

    Elouga Bom, L. B.; Abdul-Hadi, J.; Vidal, F.; Ozaki, T.; Ganeev, R. A.

    2009-01-01

    We studied high-order harmonic generation from plasma that contains an abundance of indium oxide nanoparticles. We found that harmonics from nanoparticle-containing plasma are considerably more intense than from plasma produced on the In 2 O 3 bulk target, with high-order harmonic energy ranging from 6 μJ (for the ninth harmonic) to 1 μJ (for the 17th harmonic) in the former case. The harmonic cutoff from nanoparticles was at the 21st order, which is lower than that observed using indium oxide solid target. By comparing the harmonic spectra obtained from solid and nanoparticle indium oxide targets, we concluded that intense harmonics in the latter case are dominantly generated from neutral atoms of the In 2 O 3 nanoparticles

  16. Variable speed DFIG wind energy system for power generation and harmonic current mitigation

    Energy Technology Data Exchange (ETDEWEB)

    Gaillard, A.; Saadate, S. [Groupe de Recherche en Electrotechnique et Electronique de Nancy, Nancy Universite - Universite Henri Poincare Nancy 1, BP239, 54506 Vandoeuvre les Nancy Cedex (France); Poure, P. [Laboratoire d' Instrumentation Electronique de Nancy, Nancy Universite - Universite Henri Poincare Nancy 1, BP239, 54506 Vandoeuvre les Nancy Cedex (France); Machmoum, M. [IREENA, 37 Boulevard de l' Universite, BP 406, 44602 Saint-Nazaire Cedex (France)

    2009-06-15

    This paper presents a novel approach for simultaneous power generation and harmonic current mitigation using variable speed WECS with DFIG. A new control strategy is proposed to upgrade the DFIG control to achieve simultaneously a green active and reactive power source with active filtering capability. To ensure high filtering performance, we studied an improved harmonic isolator in the time-domain, based on a new high selectivity filter developed in our laboratory. We examined two solutions for harmonic current mitigation: first, by compensating the whole harmonic component of the grid currents or second, by selective isolation of the predominant harmonic currents to ensure active filtering of the 5th and 7th harmonics. Simulation results for a 3 MW WECS with DFIG confirm the effectiveness and the performance of the two proposed approaches. (author)

  17. Variation of Rainfall in Three Nigerian Stations, Using harmonic ...

    African Journals Online (AJOL)

    This work is on the variation of rainfall using harmonic analysis for Portharcourt, Kano and Makurdi data, for the three stations the period of study covered 1977 to 2010, for which the time series plot, the amplitude, the first, second and third harmonics were generated. Portharcourt has a gently increasing trend with ...

  18. Free Sixteen Harmonic Fourier Series Web App with Sound

    Science.gov (United States)

    Ruiz, Michael J.

    2018-01-01

    An online HTML5 Fourier synthesizer app is provided that allows students to manipulate sixteen harmonics and construct periodic waves. Students can set the amplitudes and phases for each harmonic, seeing the resulting waveforms and hearing the sounds. Five waveform presets are included: sine, triangle, square, ramp (sawtooth), and pulse train. The…

  19. Superharmonic imaging with chirp coded excitation: filtering spectrally overlapped harmonics.

    Science.gov (United States)

    Harput, Sevan; McLaughlan, James; Cowell, David M J; Freear, Steven

    2014-11-01

    Superharmonic imaging improves the spatial resolution by using the higher order harmonics generated in tissue. The superharmonic component is formed by combining the third, fourth, and fifth harmonics, which have low energy content and therefore poor SNR. This study uses coded excitation to increase the excitation energy. The SNR improvement is achieved on the receiver side by performing pulse compression with harmonic matched filters. The use of coded signals also introduces new filtering capabilities that are not possible with pulsed excitation. This is especially important when using wideband signals. For narrowband signals, the spectral boundaries of the harmonics are clearly separated and thus easy to filter; however, the available imaging bandwidth is underused. Wideband excitation is preferable for harmonic imaging applications to preserve axial resolution, but it generates spectrally overlapping harmonics that are not possible to filter in time and frequency domains. After pulse compression, this overlap increases the range side lobes, which appear as imaging artifacts and reduce the Bmode image quality. In this study, the isolation of higher order harmonics was achieved in another domain by using the fan chirp transform (FChT). To show the effect of excitation bandwidth in superharmonic imaging, measurements were performed by using linear frequency modulated chirp excitation with varying bandwidths of 10% to 50%. Superharmonic imaging was performed on a wire phantom using a wideband chirp excitation. Results were presented with and without applying the FChT filtering technique by comparing the spatial resolution and side lobe levels. Wideband excitation signals achieved a better resolution as expected, however range side lobes as high as -23 dB were observed for the superharmonic component of chirp excitation with 50% fractional bandwidth. The proposed filtering technique achieved >50 dB range side lobe suppression and improved the image quality without

  20. On-line reconstruction of in-core power distribution by harmonics expansion method

    International Nuclear Information System (INIS)

    Wang Changhui; Wu Hongchun; Cao Liangzhi; Yang Ping

    2011-01-01

    Highlights: → A harmonics expansion method for the on-line in-core power reconstruction is proposed. → A harmonics data library is pre-generated off-line and a code named COMS is developed. → Numerical results show that the maximum relative error of the reconstruction is less than 5.5%. → This method has a high computational speed compared to traditional methods. - Abstract: Fixed in-core detectors are most suitable in real-time response to in-core power distributions in pressurized water reactors (PWRs). In this paper, a harmonics expansion method is used to reconstruct the in-core power distribution of a PWR on-line. In this method, the in-core power distribution is expanded by the harmonics of one reference case. The expansion coefficients are calculated using signals provided by fixed in-core detectors. To conserve computing time and improve reconstruction precision, a harmonics data library containing the harmonics of different reference cases is constructed. Upon reconstruction of the in-core power distribution on-line, the two closest reference cases are searched from the harmonics data library to produce expanded harmonics by interpolation. The Unit 1 reactor of DayaBay Nuclear Power Plant (DayaBay NPP) in China is considered for verification. The maximum relative error between the measurement and reconstruction results is less than 5.5%, and the computing time is about 0.53 s for a single reconstruction, indicating that this method is suitable for the on-line monitoring of PWRs.

  1. Harmonic Analysis on Torque Ripple of Brushless DC Motor Based on Advanced Commutation Control

    Directory of Open Access Journals (Sweden)

    Yanpeng Ji

    2018-01-01

    Full Text Available This paper investigates the relationship between current, back electromotive force (back-EMF, and torque for permanent-magnet brushless DC (PM BLDC motors under advanced commutation control from the perspective of harmonics. Considering that the phase current is the influencing factor of both torque and torque ripple, this paper firstly analyzes the effects of advanced commutation on phase current and current harmonics. And then, based on the harmonics of the phase current and back-EMF, the torque harmonic expressions are deduced. The expressions reveal the relationship of harmonic order between the torque, phase current, and back-EMF and highlight the different contribution of individual torque harmonic to the total torque ripple. Finally, the proposed harmonic analysis method is verified by the experiments with different speed and load conditions.

  2. Symmetries in physics and harmonics; Symmetrien in Physik und Harmonik

    Energy Technology Data Exchange (ETDEWEB)

    Kolk, D.

    2006-07-01

    In this book the symmetries of elementary particles are described in relation to the rules of harmonics in music. The selection rules are described in connections with harmonic intervals. Also symmetry breaking is considered in this framework. (HSI)

  3. Wiggler magnetic field assisted third harmonic generation in expanding clusters

    Science.gov (United States)

    Vij, Shivani

    2018-04-01

    A simple theoretical model is constructed to study the wiggler magnetic field assisted third harmonic generation of intense short pulse laser in a cluster in its expanding phase. The ponderomotive force of laser causes density perturbations in cluster electron density which couples with wiggler magnetic field to produce a nonlinear current that generates transverse third harmonic. An intense short pulse laser propagating through a gas embedded with atomic clusters, converts it into hot plasma balls via tunnel ionization. Initially, the electron plasma frequency inside the clusters ω pe > \\sqrt{3}{ω }1 (with ω 1 being the frequency of the laser). As the cluster expands under Coulomb force and hydrodynamic pressure, ω pe decreases to \\sqrt{3}{ω }1. At this time, there is resonant enhancement in the efficiency of the third harmonic generation. The efficiency of third harmonic generation is enhanced due to cluster plasmon resonance and by phase matching due to wiggler magnetic field. The effect of cluster size on the expansion rate is studied to observe that the clusters of different radii would expand differently. The impact of laser intensity and wiggler magnetic field on the efficiency of third harmonic generation is also explored.

  4. Harmonic scalpel versus electrocautery in axillary dissection in carcinoma breast

    International Nuclear Information System (INIS)

    Nawaz, A.; Khan, A.; Mansoor, R.; Butt, U.I.

    2015-01-01

    To compare the results between harmonics scalpel and electrocautery use in axillary dissection for carcinoma breast. Study Design: Randomized controlled trial. Place and Duration of Study: Department of Surgery, Services Hospital, Lahore, from December 2013 to June 2014. Methodology: Eighty patients fulfilling the inclusion criteria were selected and equally divided in two groups. Axillary dissection for carcinoma breast was performed by using the harmonic scalpel in one group and by using electrocautery in the other group. Total mean axillary drain output and frequency of axillary numbness were noted in both groups and compared. Results: All the patients were females with mean age of 53.52 ± 9.8. Mean axillary drain output in harmonic scalpel group was 167.75 ± 43.90 as compared to 310.00 ± 60.09 in electrocautery group while only 12.5% of patients were positive for axillary numbness in harmonic scalpel group as compared to 100% of patients who were positive for electrocautery group. Conclusion: Use of harmonic scalpel in axillary dissection resulted in decreased total mean axillary drain output and lowered frequency of axillary numbness when compared to utilizing electrocautery. (author)

  5. High level harmonic radiation: atto-second impulse generation, application to coherent radiation

    International Nuclear Information System (INIS)

    Kovacev, Milutin

    2003-01-01

    The work presented in this thesis is dedicated to the characterization and optimization of the unique properties of high order harmonic generation in a rare gas: high brilliance, short pulse duration (femtosecond to atto-second, 1 as = 10"-"1"8 s and good mutual coherence. In the first part of this work, we concentrate on the exploitation of a scaling law using a high-energy laser loosely focused inside an extended gaseous medium. For the first time, the generated harmonic energy exceeds the 1 μJ level per laser pulse using the fifteenth harmonic order at a wavelength of 53 nm. The conversion efficiency reaches 4.10"-"5, which results from the combination of a strong dipolar response and a good phase matching within a generating volume that is extended by self guiding of the generating laser pulse. In the second part, our interest is devoted to the temporal profile of the harmonic emission and its atto-second structure. We first demonstrate the feasibility of a spatial/spectral selection of the contributions associated to the two main electronic trajectories, allowing thereby the generation of regular atto-second pulse trains. We then characterize such a pulse train by the measurement of the relative phases of consecutive harmonics. Finally, we describe an original technique for the temporal confinement of the harmonic emission by manipulating the ellipticity of the generating laser beam. In the third part, our interest is dedicated to the mutual coherence properties of the harmonic emission. We first demonstrate the precise control of the relative phase of the harmonic pulses by multiple beam interference in the XUV. This frequency-domain interferometry using four phase-locked temporally separated pulses shows an extreme sensitivity to the relative phase of the pulses on an atto-second time scale. We then measure the first order autocorrelation trace of the harmonic beam thanks to the generation of two harmonic sources mutually coherent and spatially separated

  6. Quantization of the damped harmonic oscillator revisited

    International Nuclear Information System (INIS)

    Baldiotti, M.C.; Fresneda, R.; Gitman, D.M.

    2011-01-01

    We return to the description of the damped harmonic oscillator with an assessment of previous works, in particular the Bateman-Caldirola-Kanai model and a new model proposed by one of the authors. We argue the latter has better high energy behavior and is connected to existing open-systems approaches. - Highlights: → We prove the local equivalence of two damped harmonic oscillator models. → We find different high energy behaviors between the two models. → Based on the local equivalence, we make a simple construction of the coherent states.

  7. Harmonic synchronization in resistively coupled Josephson junctions

    International Nuclear Information System (INIS)

    Blackburn, J.A.; Gronbech-Jensen, N.; Smith, H.J.T.

    1994-01-01

    The oscillations of two resistively coupled Josephson junctions biased only by a single dc current source are shown to lock harmonically in a 1:2 mode over a significant range of bias current, even when the junctions are identical. The dependence of this locking on both junction and coupling parameters is examined, and it is found that, for this particular two-junction configuration, 1:1 locking can never occur, and also that a minimum coupling coefficient is needed to support harmonic locking. Some issues related to subharmonic locking are also discussed

  8. Music of the heavens Kepler's harmonic astronomy

    CERN Document Server

    Stephenson, Bruce

    2014-01-01

    Valued today for its development of the third law of planetary motion, Harmonice mundi (1619) was intended by Kepler to expand on ancient efforts to discern a Creator's plan for the planetary system--an arrangement thought to be based on harmonic relationships. Challenging critics who characterize Kepler's theories of harmonic astronomy as ""mystical,"" Bruce Stephenson offers the first thorough technical analysis of the music the astronomer thought the heavens made, and the logic that led him to find musical patterns in his data. In so doing, Stephenson illuminates crucial aspects of Kepler'

  9. Harmonic and static susceptibilities of YBa2Cu3O7

    International Nuclear Information System (INIS)

    Ishida, T.; Goldfarb, R.B.; Okayasu, S.; Kazumata, Y.; Franz, J.; Arndt, T.; Schauer, W.

    1993-01-01

    Intergranular properties of the sintered superconductor YBa 2 Cu 3 O 7 have been studied in terms of complex harmonic magnetic susceptibility χ n χ n ' - iχ n '' (n integer) as well as DC susceptibility χ dc . As functions of temperature T, χ 1 ' and χ 1 '' depend on both the AC magnetic-field amplitude H ac and the magnitude of a superimposed DC field H dc . Only odd-harmonic susceptibilities are observed below the critical temperature, T c , for zero H dc while both odd and even harmonics are observed for nonzero H dc . With T constant, odd-harmonic susceptibilities are even functions of H dc , whereas even-harmonic susceptibilities are odd functions of H dc . Experimental intergranular characteristics of χ n ' and χ n '' are in good agreement with theoretical predictions from a simplified Kim model of magnetization. In contrast, even-harmonic susceptibilities measured for a GdBa 2 Cu 3 O 7 thin film and an YBa 2 Cu 3 O 7 single crystal are not prominent due to missing weak links, whereas odd-harmonic susceptibilities are remarkable. A survey of several models for the harmonic response of superconductors is presented. The DC susceptibility curve for the zero-field-cooled YBa 2 Cu 3 O 7 sample, χ ZFC (T), has a two-step structure arising from intra- and inter-granular components, similar to χ 1 '. DC susceptibility measured upon warming, χ FCW (T), shows a negative peak near T c for the sample cooled rapidly in small DC fields. DC susceptibility measured upon cooling, χ FCC (T), does not show a peak. A negative peak is not seen in measurements on a powdered sample. The negative peak can be explained by intergranular flux depinning upon warming. (orig.)

  10. Increased first and second pulse harmonics in Tai Chi Chuan practitioners.

    Science.gov (United States)

    Lu, Wan-An; Chen, Yung-Sheng; Kuo, Cheng-Deng

    2016-02-29

    Tai Chi Chuan (TCC) is known to be a good calisthenics for people. This study examined the relationship between pulse harmonics and autonomic nervous modulation in TCC practitioners. Power spectral measures of right pulse wave and heart rate variability (HRV) measures were compared between TCC practitioners and control subjects. Correlation analyses between pulse harmonics and HRV measures were performed using linear regression analysis. At baseline, the total power of pulse (TPp), powers of all individual pulse harmonics, normalized power of the 1(st) harmonics (nPh1) of TCC practitioners were greater, while the normalized power of the 4(th) pulse harmonics (nPh4) of TCC practitioners was smaller, than those of the controls. Similarly, the baseline standard deviation (SD(RR)), coefficient of variation (CV(RR)), and normalized high-frequency power (nHFP) of RR intervals were smaller, while the normalized very low-frequency power (nVLFP) and low-/high- frequency power ratio (LHR) were larger in the TCC practitioners. The TCC age correlated significantly and negatively with nPh1, and nearly significantly and negatively with nPh2 in the TCC practitioners. Thirty min after TCC exercise, the percentage changes in mRRI, SDRR, TP, VLFP were decreased, while the percentage changes in HR, ULFP, nLFP, and Ph2 were increased, relative to the controls. Correlation analysis shows that the %Ph2 correlates significantly and negatively with %mRRI and significantly and positively with %HR. The TCC practitioners had increased baseline total power of pulse and the 1(st) and 2(nd) pulse harmonics, and decreased power of the 4(th) pulse harmonics, along with decreased vagal modulation and increased sympathetic modulation. After TCC exercise, the power of the 2(nd) harmonics of TCC practitioners was increased which might be related to the increase in HR due to decreased vascular resistance after TCC exercise.

  11. Microwave second-harmonic response of ceramic MgB2 samples

    International Nuclear Information System (INIS)

    Agliolo Gallitto, A.; Bonsignore, G.; Li Vigni, M.

    2005-01-01

    Nonlinear microwave response of different ceramic MgB 2 samples has been investigated by the technique of second-harmonic emission. The second-harmonic signal has been investigated as a function of temperature, DC magnetic field and input microwave power. The attention has mainly been devoted to the response at low magnetic fields, where nonlinear processes arising from motion of Abrikosov fluxons are ineffective. The results show that different mechanisms are responsible for the nonlinear response in the different ranges of temperature. At low temperatures, the nonlinear response is due to processes involving weak links. At temperatures close to T c , a further contribution to the harmonic emission is present; it can be ascribed to modulation of the order parameter by the microwave field and gives rise to a peak in the temperature dependence of the harmonic signal

  12. Orthogonal Projection-Based Harmonic Signal Removal for Operational Modal Analysis

    DEFF Research Database (Denmark)

    Gres, Szymon; Andersen, Palle; Hoen, C.

    2019-01-01

    A presence of a high amplitude periodic signals in the output responses from operating structures often pose a challenge for output-only system identification and, in case of health monitoring, damage detection/localization methods. This paper introduces a pre-processing approach that removes...... the harmonic part from the output signals directly in the time domain. The new method uses orthogonal projections of the harmonic realization of the signal onto the raw time series within the stochastic subspace framework. Proposed algorithm is tested on two experimental examples. First, an aluminum plate...... excited with both random white and periodic excitations. Second, a full-scale industrial case of a ferry excited by a random environmental load with harmonic interference from a rotating machinery on-board. In both cases the proposed method removes the harmonics from the structural responses while leaving...

  13. Harmonics in power systems of ships with electrical propulsion drives. Effects on the equipment

    Energy Technology Data Exchange (ETDEWEB)

    Lehtonen, M [VTT Energy, Espoo (Finland). Energy Systems

    1996-11-01

    In this report the effect of harmonics on the power system equipment and loads, with special attention given to the circumstances in ships, is discussed. Some guidelines are given for the computation of additional harmonic losses in power cables and transformers. It is also shown, that if the system is rich in harmonics, these losses must be taken into account when sizing the equipment. The effect of harmonics on electrical machines is also discussed. The influence on induction machines is usually small. However, in large synchronous machines a significant degree of harmonic losses may be expected. Especially in the high voltage system the harmonics must be taken into account when selecting the machine ratings. Also the harmonic resonances, which may arise when using reactive power compensation capacitors, are discussed. Due to the risk of harmonic resonances, the use of capacitors is not recommended in marine power systems. Also the immunity of different load devices to harmonic distortion is discussed. The equipment considered are resistive loads, discharge lamps, universal machines and electronic equipment. Finally a brief survey is given on the standards and recommendations for the maximum distortion levels allowed. (author)

  14. Current controller considering harmonics compensation for grid connected converter in DPGS applications

    DEFF Research Database (Denmark)

    Barote, L.; Marinescu, C.; Teodorescu, Remus

    2012-01-01

    This paper deals with the design and implementation of PR current control method in the αβ stationary reference frame for the grid side converter in Distributed Power Generation Systems (DPGS) applications. The goals of this paper are to implement a control technique for the grid side inverter...... including a LC filter, a compensation technique for low-order harmonics and to examine the grid current harmonic content with and without harmonic compensation. A comparative study in terms of current harmonic distortion between two different values of PR proportional gain running in steady state condition...

  15. Harmonic current control for LCL-filtered VSCs connected to ultra-weak grids

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Yang, Dongsheng; Blaabjerg, Frede

    2017-01-01

    This paper addresses the harmonic current control for LCL-filtered Voltage-Source Converters (VSCs) connected to ultra-weak (high-impedance) grids. It is shown that the harmonic current controllers tend to be unstable as the Short-Circuit Ratio (SCR) of the system reduces. An active stabilizing...... control scheme is thus proposed by feeding back the filter capacitor voltage and the converter-side current. The method not only stabilizes the harmonic current control with a wide range of SCR values, but also mitigates harmonic distortions in the grid-side current of the VSC. The stabilizing mechanism...

  16. Modelling of UWB Antenna Perturbed by Human Phantom in Spherical Harmonics Space

    DEFF Research Database (Denmark)

    Mhedhbi, Meriem; Avrillon, Stephane; Pedersen, Troels

    2014-01-01

    is attractive for simulation purposes. We propose a simple model for the spherical harmonics coefficients allowing to predict the antenna behavior perturbed by a human phantom. The model is based on knowledge of the spherical harmonic coefficients of antenna in free space and the antenna-phantom distance.......In this paper we study how the antenna radiation pattern is perturbed in the presence of a human phantom in terms of changes in the coefficients of the spherical harmonic antenna representation. The spherical harmonic basis allows for a compact representation of the antenna pattern which...

  17. Adaptive Harmonic Compensation in Residential Distribution Grid by Roof-Top PV Systems

    DEFF Research Database (Denmark)

    Zangeneh Bighash, Esmaeil; Sadeghzadeh, Seyed Mohammad; Ebrahimzadeh, Esmaeil

    2018-01-01

    grid- connected roof-top PV inverters in residential distribution grid can be an opportunity to engage these systems in the power quality issues as custom power devices. By implementing a proper control for roof-top PV inverters, these systems may in addition to inject the fundamental current......, additionally act like a virtual harmonic resistance and dedicate their additional current capacity to compensate the harmonics of residential distribution grid. In this paper, each roof-top PV system is a grid harmonic supervisor, where it continually measures the PCC voltage harmonics by Sliding Discrete...

  18. Selective Compensation of Voltage Harmonics in a Grid-Connected Microgrid

    DEFF Research Database (Denmark)

    Savaghebi, M.; Guerrero, Josep M.; Jalilian, A.

    2011-01-01

    In this paper, a method for selective voltage harmonic compensation in a grid-connected microgrid is presented. Harmonic compensation is done through proper control of distributed generators (DGs) interface converters. In order to achieve proper sharing of compensation effort among the DGs, a power...... named “Harmonic Distortion Power (HDP)” is defined. In the proposed method, active and reactive power control loops are considered to control the powers injected by the DGs. Also, a virtual impedance loop and voltage and current proportional-resonant controllers are included. Simulation results show...

  19. Stress in Harmonic Serialism

    Science.gov (United States)

    Pruitt, Kathryn Ringler

    2012-01-01

    This dissertation proposes a model of word stress in a derivational version of Optimality Theory (OT) called Harmonic Serialism (HS; Prince and Smolensky 1993/2004, McCarthy 2000, 2006, 2010a). In this model, the metrical structure of a word is derived through a series of optimizations in which the "best" metrical foot is chosen…

  20. Third-harmonic generation by a Gaussian electromagnetic beam in a magnetoplasma

    International Nuclear Information System (INIS)

    Sodha, M.S.; Umesh, G.

    1978-01-01

    This paper presents an investigation of nonlinear third-harmonic generation in a weakly collisional magnetoplasma due to simultaneous propagation of both the right and left circularly polarized modes, having a Gaussian intensity distribution; self-focusing has been taken into account. At moderate powers, the self-focusing is seen to enhance the harmonic output by two orders of magnitude; at high powers, propagation occurs in an almost uniform waveguide devoid of plasma, and the harmonic output is, consequently, decreased. In the vicinity (ω/sub c//ω=0.7) of the electron cyclotron resonance, the harmonic output of the extraordinary mode is enhanced by an order of magnitude; the present theory is not applicable at resonance

  1. High-brightness high-order harmonic generation at 13 nm with a long gas jet

    International Nuclear Information System (INIS)

    Kim, Hyung Taek; Kim, I Jong; Lee, Dong Gun; Park, Jong Ju; Hong, Kyung Han; Nam, Chang Hee

    2002-01-01

    The generation of high-order harmonics is well-known method producing coherent extreme-ultraviolet radiation with pulse duration in the femtosecond regime. High-order harmonics have attracted much attention due to their unique features such as coherence, ultrashort pulse duration, and table-top scale system. Due to these unique properties, high-order harmonics have many applications of atomic and molecular spectroscopy, plasma diagnostics and solid-state physics. Bright generation of high-order harmonics is important for actual applications. Especially, the generation of strong well-collimated harmonics at 13 nm can be useful for the metrology of EUV lithography optics because of the high reflectivity of Mo-Si mirrors at this wavelength. The generation of bright high-order harmonics is rather difficult in the wavelength region below 15nm. Though argon and xenon gases have large conversion efficiency, harmonic generation from these gases is restricted to wavelengths over 20 nm due to low ionization potential. Hence, we choose neon for the harmonic generation around 13 nm; it has larger conversion efficiency than helium and higher ionization potential than argon. In this experiment, we have observed enhanced harmonic generation efficiency and low beam divergence of high-order harmonics from a elongated neon gas jet by the enhancement of laser propagation in an elongated gas jet. A uniform plasma column was produced when the gas jet was exposed to converging laser pulses.

  2. Harmonic Instability Source Identification in Large Wind Farms

    DEFF Research Database (Denmark)

    Ebrahimzadeh, Esmaeil; Blaabjerg, Frede; Wang, Xiongfei

    2017-01-01

    A large-scale power electronics based power system like a wind farm introduces the passive and active impedances. The interactions between the active and passive impedances can lead to harmonic-frequency oscillations above the fundamental frequency, which can be called harmonic instability....... This paper presents an approach to identify which wind turbine and which bus has more contribution to the harmonic instability problems. In the approach, a wind farm is modeled as a Multi-Input Multi-Output (MIMO) dynamic system. The poles of the MIMO transfer matrix are used to predict the system...... instability and the eigenvalues sensitivity analysis in respect to the elements of the MIMO matrix locates the most influencing buses of the wind farm. Time-domain simulations in PSCAD software environment for a 400-MW wind farm validate that the presented approach is an effective tool to determine the main...

  3. Electroencephalography in ellipsoidal geometry with fourth-order harmonics.

    Science.gov (United States)

    Alcocer-Sosa, M; Gutierrez, D

    2016-08-01

    We present a solution to the electroencephalographs (EEG) forward problem of computing the scalp electric potentials for the case when the head's geometry is modeled using a four-shell ellipsoidal geometry and the brain sources with an equivalent current dipole (ECD). The proposed solution includes terms up to the fourth-order ellipsoidal harmonics and we compare this new approximation against those that only considered up to second- and third-order harmonics. Our comparisons use as reference a solution in which a tessellated volume approximates the head and the forward problem is solved through the boundary element method (BEM). We also assess the solution to the inverse problem of estimating the magnitude of an ECD through different harmonic approximations. Our results show that the fourth-order solution provides a better estimate of the ECD in comparison to lesser order ones.

  4. Harmonic Resonances in Wind Power Plants

    DEFF Research Database (Denmark)

    Fernandez, Francisco Daniel Freijedo; Chaudhary, Sanjay; Teodorescu, Remus

    2015-01-01

    This work reviews the state-of-the-art in the field of harmonic resonance problems in Wind Power Plants (WPPs). Firstly, a generic WPP is modeled according to the equivalent circuits of its passive and active components. Main focus is put on modeling active components, i.e. the ones based on power...... converters. Subsequently, pros and cons of frequency and time domain analysis methods are outlined. The next sections are devoted to mitigation methods implemented in the power electronics converters. From the wind turbine perspective, different techniques to enhance the robustness of the controller...... are analyzed. Subsequently, the suitability for active damping of harmonics using STATCOM devices is assessed, with focus both on control techniques and power converter technologies....

  5. Theory of nonlinear harmonic generation in free-electron lasers with helical wigglers

    International Nuclear Information System (INIS)

    Geloni, G.; Saldin, E.; Schneidmiller, E.; Yurkov, M.

    2007-05-01

    CoherentHarmonicGeneration (CHG), and in particularNonlinearHarmonicGeneration (NHG), is of importance for both short wavelength Free-Electron Lasers (FELs), in relation with the achievement of shorter wavelengths with a fixed electron-beam energy, and high-average power FEL resonators, in relation with destructive effects of higher harmonics radiation on mirrors. In this paper we present a treatment of NHG from helical wigglers with particular emphasis on the second harmonic. Our study is based on an exact analytical solution of Maxwell's equations, derived with the help of a Green's function method. In particular, we demonstrate that nonlinear harmonic generation (NHG) fromhelicalwigglers vanishes on axis. Our conclusion is in open contrast with results in literature, that include a kinematical mistake in the description of the electron motion. (orig.)

  6. First operation of a harmonic lasing self-seeded free electron laser

    International Nuclear Information System (INIS)

    Schneidmiller, E.A.; Faatz, B.; Kuhlmann, M.; Roensch-Schulenburg, J.; Schreiber, S.; Tischer, M.; Yurkov, M.V.

    2016-12-01

    Harmonic lasing is a perspective mode of operation of X-ray FEL user facilities that allows to provide brilliant beams of higher energy photons for user experiments. Another useful application of harmonic lasing is so called Harmonic Lasing Self-Seeded Free Electron Laser (HLSS FEL) that allows to improve spectral brightness of these facilities. In the past, harmonic lasing has been demonstrated in the FEL oscillators in infrared and visible wavelength ranges, but not in high-gain FELs and not at short wavelengths. In this paper we report on the first evidence of the harmonic lasing and the first operation of the HLSS FEL at the soft X-ray FEL user facility FLASH in the wavelength range between 4.5 nm and 15 nm. Spectral brightness was improved in comparison with Self-Amplified Spontaneous emission (SASE) FEL by a factor of six in the exponential gain regime. A better performance of HLSS FEL with respect to SASE FEL in the post-saturation regime with a tapered undulator was observed as well. The first demonstration of harmonic lasing in a high-gain FEL and at short wavelengths paves the way for a variety of applications of this new operation mode in X-ray FELs.

  7. High-order harmonic generation in a laser plasma: a review of recent achievements

    International Nuclear Information System (INIS)

    Ganeev, R A

    2007-01-01

    A review of studies of high-order harmonic generation in plasma plumes is presented. The generation of high-order harmonics (up to the 101st order, λ = 7.9 nm) of Ti:sapphire laser radiation during the propagation of short laser pulses through a low-excited, low-ionized plasma produced on the surfaces of different targets is analysed. The observation of considerable resonance-induced enhancement of a single harmonic (λ = 61.2 nm) at the plateau region with 10 -4 conversion efficiency in the case of an In plume can offer some expectations that analogous processes can be realized in other plasma samples in the shorter wavelength range. Recent achievements of single-harmonic enhancement at mid- and end-plateau regions are discussed. Various methods for the optimization of harmonic generation are analysed, such as the application of the second harmonic of driving radiation and the application of prepulses of different durations. The enhancement of harmonic generation efficiency during the propagation of femtosecond pulses through a nanoparticle-containing plasma is discussed. (topical review)

  8. Nonlinear processes in laser-produced dense plasma (observation of the fractional harmonics)

    International Nuclear Information System (INIS)

    Lyu, K.S.

    1988-01-01

    One of the main issues of laser plasma physics interactions is harmonic generation. The harmonic emission spectrum provides clues as to which non-linear processes take place in the plasma. Several effects contribute to a given line as judged from the complexity of the actual spectra. Unfolding of them has not been done satisfactorily yet. Harmonic lines with half integer or integer orders have been observed, but the physics are far from complete. In this dissertation research, we observed the usual second harmonic generation and a set of fractional harmonics which we believe have been observed for the first time in plasma physics. The plasma was produced by a high power laser and we have characterized its properties from the analysis of the radiation spectra, including the harmonic lines, as measured using the methods of transient spectroscopy. We produced the plasma with a Nd:glass laser which had a 65 nsec pulse width (FWHM) with a total energy of up to 6 Joules. The targets were steel alloys, copper, and aluminum. The harmonic generation from the plasma with a planar metal target was not strong. But, it became stronger when we made a dead hole (cavity) at the laser spot on the target surface. The second harmonic line appears first before the time of the peak of laser pulse. The fractional harmonics, which are related to the laser wavelength by rational number other than integers or half integers, appear near or after the time of the laser peak and weaker in UV wavelength range but stronger if some atomic emission line are near by. To understand the plasma evolution better, we developed computer simulation codes. The codes contain all relevant processes necessary to compute the plasma evolution

  9. The Impact of Harmonics Calculation Methods on Power Quality Assessment in Wind Farms

    DEFF Research Database (Denmark)

    Kocewiak, Lukasz Hubert; Hjerrild, Jesper; Bak, Claus Leth

    2010-01-01

    Different methods of calculating harmonics in measurements obtained from offshore wind farms are shown in this paper. Appropriate data processing methods are suggested for harmonics with different origin and nature. Enhancements of discrete Fourier transform application in order to reduce...... measurement data processing errors are proposed and compared with classical methods. Comparison of signal processing methods for harmonic studies is presented and application dependent on harmonics origin and nature recommended. Certain aspects related to magnitude and phase calculation in stationary...... measurement data are analysed and described. Qualitative indices of measurement data harmonic analysis in order to assess the calculation accuracy are suggested and used....

  10. Harmonic detection of magnetic resonance for sensitivity improvement of optical atomic magnetometers

    Energy Technology Data Exchange (ETDEWEB)

    Ranjbaran, M. [Laser and Plasma Research Institute, Shahid Beheshti University, Tehran (Iran, Islamic Republic of); Tehranchi, M.M., E-mail: teranchi@sbu.ac.ir [Laser and Plasma Research Institute, Shahid Beheshti University, Tehran (Iran, Islamic Republic of); Physics Department, Shahid Beheshti University, Tehran (Iran, Islamic Republic of); Hamidi, S.M. [Laser and Plasma Research Institute, Shahid Beheshti University, Tehran (Iran, Islamic Republic of); Khalkhali, S.M.H. [Physics Department, Kharazmi University, Tehran (Iran, Islamic Republic of)

    2017-02-15

    Highly sensitive atomic magnetometers use optically detected magnetic resonance of atomic spins to measure extremely weak magnetic field changes. The magnetometer sensitivity is directly proportional to the ratio of intensity to line-shape of the resonance signal. To obtain narrower resonance signal, we implemented harmonic detection of magnetic resonance method in M{sub x} configuration. The nonlinear spin polarization dynamics in detection of the higher harmonics were employed in phenomenological Bloch equations. The measured and simulated harmonic components of the resonance signals in frequency domain yielded significantly narrower line-width accompanying much improved sensitivity. Our results confirm the sensitivity improvement by a factor of two in optical atomic magnetometer via second harmonic signal which can open a new insight in the weak magnetic field measurement system design. - Highlights: • Highly sensitive atomic magnetometers have been used to measure weak magentic filed. • To obtain narrower resonance signal, we impalnted harmonic detection of magnetic resonance. • The nonlinear spin polarization dynamics in detetion of the higher harmonics were imployed.

  11. Highlighting the harmonic regime generated by electric locomotives equipped with DC motors

    Science.gov (United States)

    Baciu, I.; Cunţan, C. D.

    2018-01-01

    The paper presents the results of measurements made using the C.A. 8334 power quality analyzer on an electric locomotive equipped with DC motors. We carried out determinations of the current-voltage regime using a locomotive motor. The harmonic regime of the other motors being identical to the analysed one, we could easily deduce the effects caused by the entire locomotive. The data measured with the analyzer were firstly transferred into a computer system using the Qualistar software, followed by data processing in Excel, enabling therefore a graphical representation of the characteristic parameters of power quality. Based on the acquired data, we determined the power factor, as well as the active, reactive and apparent power. The measurements revealed high values of the current harmonics, fact that required some measures to be taken for reducing the values of these harmonics. For this, we ran a simulation using the PSCAD/EMTDC software, by introducing LC filters in tune with the harmonic frequencies. The result was a significant reduction in the harmonic regime, either in the harmonics values or the power factor and reactive power.

  12. Plasma wave and second harmonic generation

    International Nuclear Information System (INIS)

    Sodha, M.S.; Sharma, J.K.; Tewari, D.P.; Sharma, R.P.; Kaushik, S.C.

    1978-01-01

    An investigation is made of a plasma wave at pump wave frequency and second harmonic generation caused by a self induced transverse inhomogeneity introduced by a Gaussian electromagnetic beam in a hot collisionless plasma. In the presence of a Gaussian beam the carriers get redistributed from the high field region to the low field region by ponderomative force and a transverse density gradient is established in the plasma. When the electric vector of the main beam is parallel to this density gradient, a plasma wave at the pump wave frequency is generated. In addition to this the transverse intensity gradient of the electromagnetic wave also contributes significantly to the plasma wave generation. The power of the plasma wave exhibits a maximum and minimum with the power of the pump wave (at z = 0). The generated plasma wave interacts with the electromagnetic wave and leads to the generation of a second harmonic. Furthermore, if the initial power of the pump wave is more than the critical power for self-focusing, the beam gets self-focused and hence the generated plasma wave and second harmonic which depend upon the background electron concentration and power of the main beam also get accordingly modified. (author)

  13. Harmonic Function of Poincare Cone Condition In Solving Dirichlet ...

    African Journals Online (AJOL)

    This paper describes the set of harmonic functions on a given open set U which can be seen as the kernel of the Laplace operator and is therefore a vector space over R .It also reviews the harmonic theorem, the dirichlet problem and maximum principle where we conclude that the application of sums , differences and ...

  14. EU-US standards harmonization task group report : feedback to standards development organizations - security

    Science.gov (United States)

    2012-11-12

    Harmonization Task Groups 1 and 3 (HTG1 and 3) were established by the EU-US International Standards Harmonization Working Group to attempt to harmonize standards (including ISO, CEN, ETSI, IEEE) on security (HTG1) and communications protocols (HTG3)...

  15. EUROPEAN HARMONIZATION OF CONSOLIDATED FINANCIAL STATEMENTS REGULATIONS?

    Directory of Open Access Journals (Sweden)

    Cirstea Andreea

    2012-07-01

    Full Text Available The purpose of this paper is to analyze the degree of formal accounting harmonization within the European Union with respect to the EC Regulation No. 1606/2002 adopted by the European Parliament and European Council on the 19th of July 2002, which regulates the application of IAS/IFRS regarding the financial reporting of listed European companies. The conclusions of the paper were drawn after the completion of a thorough analysis performed by using correlation and/ or association coefficients, namely: the Jaccard’s Correlation Coefficients, Rogers and Tanimoto Coefficient, Lance and Williams Coefficient and Binary Euclidian Distance Coefficient. The results lead us to conclude that although our first hypothesis is verified, the degree of harmonization between the accounting systems of EU Member States could be truly quantified only through an analysis of the material accounting harmonization, more precisely by analyzing the way the companies put into practice the requirements imposed through the EC Regulation No. 1606/2002.

  16. Human sperm steer with second harmonics of the flagellar beat.

    Science.gov (United States)

    Saggiorato, Guglielmo; Alvarez, Luis; Jikeli, Jan F; Kaupp, U Benjamin; Gompper, Gerhard; Elgeti, Jens

    2017-11-10

    Sperm are propelled by bending waves traveling along their flagellum. For steering in gradients of sensory cues, sperm adjust the flagellar waveform. Symmetric and asymmetric waveforms result in straight and curved swimming paths, respectively. Two mechanisms causing spatially asymmetric waveforms have been proposed: an average flagellar curvature and buckling. We image flagella of human sperm tethered with the head to a surface. The waveform is characterized by a fundamental beat frequency and its second harmonic. The superposition of harmonics breaks the beat symmetry temporally rather than spatially. As a result, sperm rotate around the tethering point. The rotation velocity is determined by the second-harmonic amplitude and phase. Stimulation with the female sex hormone progesterone enhances the second-harmonic contribution and, thereby, modulates sperm rotation. Higher beat frequency components exist in other flagellated cells; therefore, this steering mechanism might be widespread and could inspire the design of synthetic microswimmers.

  17. Analysis of higher order harmonics with holographic reflection gratings

    Science.gov (United States)

    Mas-Abellan, P.; Madrigal, R.; Fimia, A.

    2017-05-01

    Silver halide emulsions have been considered one of the most energetic sensitive materials for holographic applications. Nonlinear recording effects on holographic reflection gratings recorded on silver halide emulsions have been studied by different authors obtaining excellent experimental results. In this communication specifically we focused our investigation on the effects of refractive index modulation, trying to get high levels of overmodulation that will produce high order harmonics. We studied the influence of the overmodulation and its effects on the transmission spectra for a wide exposure range by use of 9 μm thickness films of ultrafine grain emulsion BB640, exposed to single collimated beams using a red He-Ne laser (wavelength 632.8 nm) with Denisyuk configuration obtaining a spatial frequency of 4990 l/mm recorded on the emulsion. The experimental results show that high overmodulation levels of refractive index produce second order harmonics with high diffraction efficiency (higher than 75%) and a narrow grating bandwidth (12.5 nm). Results also show that overmodulation produce diffraction spectra deformation of the second order harmonic, transforming the spectrum from sinusoidal to approximation of square shape due to very high overmodulation. Increasing the levels of overmodulation of refractive index, we have obtained higher order harmonics, obtaining third order harmonic with diffraction efficiency (up to 23%) and narrowing grating bandwidth (5 nm). This study is the first step to develop a new easy technique to obtain narrow spectral filters based on the use of high index modulation reflection gratings.

  18. Advanced configuration of hybrid passive filter for reactive power and harmonic compensation.

    Science.gov (United States)

    Kececioglu, O Fatih; Acikgoz, Hakan; Sekkeli, Mustafa

    2016-01-01

    Harmonics is one of the major power quality problems for power systems. The harmonics can be eliminated by power filters such as passive, active, and hybrid. In this study, a new passive filter configuration has been improved in addition to the existing passive filter configurations. Conventional hybrid passive filters are not successful to compensate rapidly changing reactive power demand. The proposed configure are capable of compensating both harmonics and reactive power at the same time. Simulation results show that performance of reactive power and harmonic compensation with advanced hybrid passive filter is better than conventional hybrid passive filters.

  19. Linear conversion theory on the second harmonic emission from a plasma filament

    International Nuclear Information System (INIS)

    Tan Weihan; Gu Min

    1989-01-01

    The linear conversion theory of laser produced plasma filaments is studied. By calculations for the energy flux of the second harmonic emission on the basis of the planar wave-plasma interaction model, it has been found that there exists no 2ω 0 harmonic emission in the direction perpendicular to the incident laser, in contradiction with the experiments. A linear conversion theory is proposed on the second harmonic emission from a plasma filament and discovered the intense 2ω 0 harmonic emission in the direction perpendicular to the incident laser, which is in agreement with the experiments. (author)

  20. Harmonic dissection versus electrocautery in breast surgery in regional Victoria.

    Science.gov (United States)

    Kiyingi, Andrew K; Macdonald, Leigh J; Shugg, Sarah A; Bollard, Ruth C

    2015-05-01

    Harmonic instruments are an alternative tool for surgical dissection. The aim of this study is to evaluate differences in clinical outcomes relating to harmonic dissection when compared with electrocautery in patients undergoing major breast surgery in a regional centre over a 3-year period. Retrospective chart analysis was conducted of 52 patients undergoing major breast surgery for carcinoma or ductal carcinoma in situ by a single surgeon in a regional centre from May 2008 to January 2011. Analysis involved the extraction of qualitative data relating to patient demographics, surgery type and specimen histopathology. Quantitative data were extracted relating to duration of surgery, duration of patient-controlled analgesia (PCA) use, length of hospital admission, drainage output and presence of infection, haematoma or seroma. Fifty-two patients underwent major breast surgery; harmonic dissection n = 32 and electrocautery n = 20. The two groups were comparable. There was no significant difference identified relating the outcome measures. The median operative duration was shorter in the harmonic dissection group, however, was not of statistical significance. No significant difference was identified between groups relating to length of inpatient stay, duration of PCA use and total volume wound drainage and total days of drainage. Incidence of seroma and infection in the groups was not significantly different. The harmonic dissection is safe and effective in major breast surgery. The study did not demonstrate any clinical advantage from the use of harmonic dissection in major breast surgery compared with electrocautery, nor was there any difference in the complication rates measured. © 2014 Royal Australasian College of Surgeons.

  1. Resonant third harmonic generation of KrF laser in Ar gas

    Energy Technology Data Exchange (ETDEWEB)

    Rakowski, R. [Department of Experimental Physics, University of Szeged, 6720 Szeged, Dóm tér 9 (Hungary); Institute of Optoelectronics, Military University of Technology, Gen. S. Kaliskiego 2, 00–908 Warsaw (Poland); Barna, A. [Department of Experimental Physics, University of Szeged, 6720 Szeged, Dóm tér 9 (Hungary); Wigner Research Centre for Physics, Institute for Particle and Nuclear Physics, EURATOM Association HAS, 1121 Budapest, XII. Konkoly Thege Miklós út 29-33 (Hungary); Suta, T.; Földes, I. B. [Wigner Research Centre for Physics, Institute for Particle and Nuclear Physics, EURATOM Association HAS, 1121 Budapest, XII. Konkoly Thege Miklós út 29-33 (Hungary); Bohus, J.; Szatmári, S. [Department of Experimental Physics, University of Szeged, 6720 Szeged, Dóm tér 9 (Hungary); Mikołajczyk, J.; Bartnik, A.; Fiedorowicz, H. [Institute of Optoelectronics, Military University of Technology, Gen. S. Kaliskiego 2, 00–908 Warsaw (Poland); Verona, C. [Department of Mechanical Engineering, University “Tor Vergata”, Via Orazio Raimondo, 18–00173, Rome (Italy); Verona Rinati, G. [Department of Industrial Engineering, University “Tor Vergata”, Via Orazio Raimondo, 18–00173, Rome (Italy); Margarone, D. [Institute of Physics ASCR, v.v.i. (FZU), ELI-Beamlines Project, 182 21 Prague (Czech Republic); Nowak, T. [Institute of Nuclear Physics, PAN, E. Radzikowskiego 152, 31–342 Cracow (Poland); and others

    2014-12-15

    Investigations of emission of harmonics from argon gas jet irradiated by 700 fs, 5 mJ pulses from a KrF laser are presented. Harmonics conversion was optimized by varying the experimental geometry and the nozzle size. For the collection of the harmonic radiation silicon and solar-blind diamond semiconductor detectors equipped with charge preamplifiers were applied. The possibility of using a single-crystal CVD diamond detector for separate measurement of the 3rd harmonic in the presence of a strong pumping radiation was explored. Our experiments show that the earlier suggested 0.7% conversion efficiency can really be obtained, but only in the case when phase matching is optimized with an elongated gas target length corresponding to the length of coherence.

  2. High-Harmonic Generation in Solids with and without Topological Edge States

    Science.gov (United States)

    Bauer, Dieter; Hansen, Kenneth K.

    2018-04-01

    High-harmonic generation in the two topological phases of a finite, one-dimensional, periodic structure is investigated using a self-consistent time-dependent density functional theory approach. For harmonic photon energies smaller than the band gap, the harmonic yield is found to differ by up to 14 orders of magnitude for the two topological phases. This giant topological effect is explained by the degree of destructive interference in the harmonic emission of all valence-band (and edge-state) electrons, which strongly depends on whether or not topological edge states are present. The combination of strong-field laser physics with topological condensed matter opens up new possibilities to electronically control strong-field-based light or particle sources or—conversely—to steer by all optical means topological electronics.

  3. Polarization control of high order harmonics in the EUV photon energy range.

    Science.gov (United States)

    Vodungbo, Boris; Barszczak Sardinha, Anna; Gautier, Julien; Lambert, Guillaume; Valentin, Constance; Lozano, Magali; Iaquaniello, Grégory; Delmotte, Franck; Sebban, Stéphane; Lüning, Jan; Zeitoun, Philippe

    2011-02-28

    We report the generation of circularly polarized high order harmonics in the extreme ultraviolet range (18-27 nm) from a linearly polarized infrared laser (40 fs, 0.25 TW) focused into a neon filled gas cell. To circularly polarize the initially linearly polarized harmonics we have implemented a four-reflector phase-shifter. Fully circularly polarized radiation has been obtained with an efficiency of a few percents, thus being significantly more efficient than currently demonstrated direct generation of elliptically polarized harmonics. This demonstration opens up new experimental capabilities based on high order harmonics, for example, in biology and materials science. The inherent femtosecond time resolution of high order harmonic generating table top laser sources renders these an ideal tool for the investigation of ultrafast magnetization dynamics now that the magnetic circular dichroism at the absorption M-edges of transition metals can be exploited.

  4. Sigma models in (4,4) harmonic superspace

    International Nuclear Information System (INIS)

    Ivanov, E.; Joint Inst. for Nuclear Research, Dubna; Sutulin, A.

    1994-04-01

    We define basics of (4,4) 2D harmonic superspace with two independent sets of SU(2) harmonic variables and apply it to construct new superfield actions of (4,4) supersymmetric two-dimensional sigma models with torsion and mutually commuting left and right complex structures, as well as of their massive deformations. We show that the generic off-shell sigma model action is the general action of constrained analytic superfields q (1,1) representing twisted N=4 multiplets in (4,4) harmonic superspace. The massive term of q (1,1) is shown to be unique; it generates a scalar potential the form of which is determined by the metric on the target bosonic manifold. We discuss in detail (4,4) supersymmetric group manifold SU(2)xU(1) WZNW sigma model and its Liouville deformation. A deep analogy of the relevant superconformally invariant analytic superfield action to that of the improved tensor N=2 4D multiplet is found. We define (4,4) duality transformation and find new off-shell dual representations of the previously constructed actions via unconstrained analytic (4,4) superfields. The main peculiarities of the (4,4) duality transformation are: (i) It preserves manifest (4,4) supersymmetry; (ii) dual actions reveal a gauge invariance needed for the onshell equivalence to the original description; (iii) in the actions dual to the massive ones 2D supersymmetry is modified off shell by SU(2) tensor central charges. The dual representation suggests some hints of how to describe (4,4) models with non-commuting complex structures in the harmonic superspace. (orig.)

  5. Harmonic Coupling Analysis of a Multi-Drive System with Slim DC-link Drive

    DEFF Research Database (Denmark)

    Yang, Feng; Kwon, Jun Bum; Blaabjerg, Frede

    2017-01-01

    One of the problems with slim dc-link adjustable speed drive is the difficulties to analyze the harmonic coupling when it is integrated into a multi-drive system. The traditional methods analyze this harmonic issue by neglecting the harmonic coupling, and base on the linear time-invariant methods....... Its disadvantages include the time consumption and large computer memory. This paper proposes to do harmonic analysis by using the harmonic state-space modeling method by using the linear time-periodic theory. By using the proposed model, the harmonic couplings, between dc-link and point of common...... coupling in different drives, are all analyzed in the multi-drive system. In the meantime, the effects of the small film dc-link capacitance and the nonlinear characteristic of the diode rectifier are considered. The detailed modeling procedure, the simulations and the lab experiment on a two-drive system...

  6. Efficient and tunable high-order harmonic light sources for photoelectron spectroscopy at surfaces

    International Nuclear Information System (INIS)

    Chiang, Cheng-Tien; Huth, Michael; Trützschler, Andreas; Schumann, Frank O.; Kirschner, Jürgen; Widdra, Wolf

    2015-01-01

    Highlights: • An overview of photoelectron spectroscopy using high-order harmonics is presented. • Photoemission spectra on Ag(0 0 1) using megahertz harmonics are shown. • A gas recycling system for harmonic generation is presented. • Non-stop operation of megahertz harmonics up to 76 h is demonstrated. • The bandwidth and pulse duration of the harmonics are discussed. - Abstract: With the recent progress in high-order harmonic generation (HHG) using femtosecond lasers, laboratory photoelectron spectroscopy with an ultrafast, widely tunable vacuum-ultraviolet light source has become available. Despite the well-established technique of HHG-based photoemission experiments at kilohertz repetition rates, the efficiency of these setups can be intrinsically limited by the space-charge effects. Here we present recent developments of compact HHG light sources for photoelectron spectroscopy at high repetition rates up to megahertz, and examples for angle-resolved photoemission experiments are demonstrated.

  7. Harmonic elimination in diode-clamped multilevel inverter using evolutionary algorithms

    Energy Technology Data Exchange (ETDEWEB)

    Barkati, Said [Laboratoire d' analyse des Signaux et Systemes (LASS), Universite de M' sila, BP. 166, rue Ichbilia 28000 M' sila (Algeria); Baghli, Lotfi [Groupe de Recherche en Electrotechnique et Electronique de Nancy (GREEN), CNRS UMR 7030, Universite Henri Poincare Nancy 1, BP. 239, 54506 Vandoeuvre-les-Nancy (France); Berkouk, El Madjid; Boucherit, Mohamed-Seghir [Laboratoire de Commande des Processus (LCP), Ecole Nationale Polytechnique, BP. 182, 10 Avenue Hassen Badi, 16200 El Harrach, Alger (Algeria)

    2008-10-15

    This paper describes two evolutionary algorithms for the optimized harmonic stepped-waveform technique. Genetic algorithms and particle swarm optimization are applied to compute the switching angles in a three-phase seven-level inverter to produce the required fundamental voltage while, at the same time, specified harmonics are eliminated. Furthermore, these algorithms are also used to solve the starting point problem of the Newton-Raphson conventional method. This combination provides a very effective method for the harmonic elimination technique. This strategy is useful for different structures of seven-level inverters. The diode-clamped topology is considered in this study. (author)

  8. Pulse Splitting for Harmonic Beamforming in Time-Modulated Linear Arrays

    Directory of Open Access Journals (Sweden)

    Lorenzo Poli

    2014-01-01

    Full Text Available A novel strategy for harmonic beamforming in time-modulated linear arrays is proposed. The pulse splitting technique is exploited to simultaneously generate two harmonic patterns, one at the central frequency and another at a preselected harmonic of arbitrary order, while controlling the maximum level of the remaining sideband radiations. An optimization strategy based on the particle swarm optimizer is developed in order to determine the optimal parameters describing the pulse sequence used to modulate the excitation weights of the array elements. Representative numerical results are reported and discussed to point out potentialities and limitations of the proposed approach.

  9. Non-Characteristic Harmonics Analysis of the ITER Pulsed Power Supply

    International Nuclear Information System (INIS)

    Yang Wei; Xu Liuwei; Fu Peng; Lu Huawei; Sheng Zhicai

    2009-01-01

    The ITER pulsed power supply system will be operated in non-ideal conditions including an asymmetric firing angle, an unbalanced AC supply and an unbalanced AC side impedance of the transformer. In this study the switching functions approach is used to calculate non-characteristic harmonics in ITER, possibly caused by an AC-DC convertor in non-ideal conditions. A PSCAD simulation model is set up to study the non-characteristic harmonics in those non-ideal conditions. It is found that the non-characteristic harmonic does appear and the simulation result is in accordance with the calculating strategy. (fusion engineering)

  10. Identification and control of harmonic distortions report on Furnas experience

    Energy Technology Data Exchange (ETDEWEB)

    Mantuano Filho, Salvatore; Medeiros, Jose Roberto de; Bezerra, Luiz Roberto; Oliveira, Denise Borges de; Praca, Antonio Augusto Souza; Paiva Fontes, Marco Antonio de; Marques, Luiz Carlos Borges C. [FURNAS, Rio de Janeiro, RJ (Brazil)

    1994-12-31

    This paper describes FURNAS experience on identification and control of harmonic distortions obtained from conservation of system operation and research for solutions. Special attention is paid to the harmonic overload observed at Ibiuna substation, the receiving end of the FURNAS HVDC transmission of the Itaipu 50 Hz energy, and the solutions that have been adopted. Methods of measurement and digital simulation have been developed and successfully tested so far. The present stage of those methods will be described. Not less important is the need for a specific legislation on harmonic distortion as explained in this paper. (author) 6 refs., 2 figs.

  11. Effects of external magnetic field on harmonics generated in laser interaction with underdense plasma

    International Nuclear Information System (INIS)

    Faghihi-Nik, M.; Ghorbanalilu, M.; Shokri, B.

    2010-01-01

    Complete text of publication follows. Generation of harmonic radiation is an important subject of laser plasma interaction and attracts great attention due to a wide range of applications. It has been seen that intense electromagnetic and quasi-static transverse magnetic fields are generated in laser plasma interaction. An extremely intense magnetic field (up to hundreds of MG) has been observed by experimental measurements in interaction of short laser pulses with plasma. These self-generated or applied magnetic fields affect the propagation of the laser pulses. In most laser interactions with homogeneous plasma, odd harmonics of laser frequency are generated. In this paper, we point out the possibility of even harmonics generation when a linearly polarized laser beam propagates in homogeneous plasma in the presence of a transverse magnetic field. It is shown that applying external field induces a transverse current density oscillating twice of the laser field which leds to generation of second harmonic radiation. This current density is derived using the perturbation method, and the steady state amplitude of the second harmonic obtained by solution of the wave equation. By the same procedure the current density and then the steady state amplitude of higher order harmonics are calculated. The efficiency of harmonic generation (the ratio of harmonic power to incident power) is a drastically function of the strength of external magnetic field. It is found that the efficiency of even harmonics is zero in the absence of magnetic field and increases as the magnetic field is increased. For odd harmonics, applying the external magnetic field enhances the generated harmonics as well. The conversion efficiency also increases with increase in plasma density and intensity of the laser beam.

  12. Nonlinearly driven harmonics of Alfvén modes

    Science.gov (United States)

    Zhang, B.; Breizman, B. N.; Zheng, L. J.; Berk, H. L.

    2014-01-01

    In order to study the leading order nonlinear magneto-hydrodynamic (MHD) harmonic response of a plasma in realistic geometry, the AEGIS code has been generalized to account for inhomogeneous source terms. These source terms are expressed in terms of the quadratic corrections that depend on the functional form of a linear MHD eigenmode, such as the Toroidal Alfvén Eigenmode. The solution of the resultant equation gives the second order harmonic response. Preliminary results are presented here.

  13. Nonlinearly driven harmonics of Alfvén modes

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, B., E-mail: bozhang@austin.utexas.edu; Breizman, B. N.; Zheng, L. J.; Berk, H. L. [Institute for Fusion Studies, The University of Texas at Austin, Austin, Texas 78712 (United States)

    2014-01-15

    In order to study the leading order nonlinear magneto-hydrodynamic (MHD) harmonic response of a plasma in realistic geometry, the AEGIS code has been generalized to account for inhomogeneous source terms. These source terms are expressed in terms of the quadratic corrections that depend on the functional form of a linear MHD eigenmode, such as the Toroidal Alfvén Eigenmode. The solution of the resultant equation gives the second order harmonic response. Preliminary results are presented here.

  14. Second harmonic generation in a molecular magnetic chain

    Science.gov (United States)

    Cavigli, L.; Sessoli, R.; Gurioli, M.; Bogani, L.

    2006-05-01

    A setup for the determination of all the components of the second harmonic generation tensor in molecular materials is presented. It allows overcoming depletion problems, which one can expect to be common in molecular systems. A preliminary characterization of the nonlinear properties of the single chain magnet CoPhOMe is carried out. We observe a high second harmonic signal, comparable to that of urea, and show that the bulk contributions are dominant over the surface ones.

  15. Secondary magnetic field harmonics dependence on vacuum beam chamber geometry

    Directory of Open Access Journals (Sweden)

    S. Y. Shim

    2013-08-01

    Full Text Available The harmonic magnetic field properties due to eddy currents have been studied with respect to the geometry of the vacuum beam chamber. We derived a generalized formula enabling the precise prediction of any field harmonics generated by eddy currents in beam tubes with different cross-sectional geometries. Applying our model to study the properties of field harmonics in beam tubes with linear dipole magnetic field ramping clearly proved that the circular cross section tube generates only a dipole field from eddy currents. The elliptic tube showed noticeable magnitudes of sextupole and dipole fields. We demonstrate theoretically that it is feasible to suppress the generation of the sextupole field component by appropriately varying the tube wall thickness as a function of angle around the tube circumference. This result indicates that it is possible to design an elliptical-shaped beam tube that generates a dipole field component with zero magnitude of sextupole. In a rectangular-shaped beam tube, one of the selected harmonic fields can be prevented if an appropriate wall thickness ratio between the horizontal and vertical tube walls is properly chosen. Our generalized formalism can be used for optimization of arbitrarily complex-shaped beam tubes, with respect to suppression of detrimental field harmonics.

  16. High-order harmonic generation in laser plasma plumes

    CERN Document Server

    Ganeev, Rashid A

    2013-01-01

    This book represents the first comprehensive treatment of high-order harmonic generation in laser-produced plumes, covering the principles, past and present experimental status and important applications. It shows how this method of frequency conversion of laser radiation towards the extreme ultraviolet range matured over the course of multiple studies and demonstrated new approaches in the generation of strong coherent short-wavelength radiation for various applications. Significant discoveries and pioneering contributions of researchers in this field carried out in various laser scientific centers worldwide are included in this first attempt to describe the important findings in this area of nonlinear spectroscopy. "High-Order Harmonic Generation in Laser Plasma Plumes" is a self-contained and unified review of the most recent achievements in the field, such as the application of clusters (fullerenes, nanoparticles, nanotubes) for efficient harmonic generation of ultrashort laser pulses in cluster-containin...

  17. Harmonic Inverse FEL Interaction at 800nm

    CERN Document Server

    Sears, C M S; Siemann, R; Spencer, J E

    2005-01-01

    The inverse Free Electron Laser (IFEL) interaction has recently been proposed and demonstrated as a premodulator for High Gain Harmonic Generation (HGHG) experiments. These experiments utilized the fundamental of the interaction between the laser field and electron bunch. In the current experiment, we explore the higher order resonances of the IFEL interaction from a 3 period, 1.8 centimeter wavelength undulator with a picosecond, 0.25 mJ/pulse laser at 800nm. The resonances are observed by adjusting the gap of the undulator while keeping the beam energy constant. The harmonic IFEL can add flexibility to HGHG FEL design.

  18. Variational Integrals of a Class of Nonhomogeneous -Harmonic Equations

    Directory of Open Access Journals (Sweden)

    Guanfeng Li

    2014-01-01

    Full Text Available We introduce a class of variational integrals whose Euler equations are nonhomogeneous -harmonic equations. We investigate the relationship between the minimization problem and the Euler equation and give a simple proof of the existence of some nonhomogeneous -harmonic equations by applying direct methods of the calculus of variations. Besides, we establish some interesting results on variational integrals.

  19. Degenerate Fermi gas in a combined harmonic-lattice potential

    International Nuclear Information System (INIS)

    Blakie, P. B.; Bezett, A.; Buonsante, P.

    2007-01-01

    In this paper we derive an analytic approximation to the density of states for atoms in a combined optical lattice and harmonic trap potential as used in current experiments with quantum degenerate gases. We compare this analytic density of states to numerical solutions and demonstrate its validity regime. Our work explicitly considers the role of higher bands and when they are important in quantitative analysis of this system. Applying our density of states to a degenerate Fermi gas, we consider how adiabatic loading from a harmonic trap into the combined harmonic-lattice potential affects the degeneracy temperature. Our results suggest that occupation of excited bands during loading should lead to more favorable conditions for realizing degenerate Fermi gases in optical lattices

  20. Spherical harmonics and integration in superspace

    International Nuclear Information System (INIS)

    Bie, H de; Sommen, F

    2007-01-01

    In this paper, the classical theory of spherical harmonics in R m is extended to superspace using techniques from Clifford analysis. After defining a super-Laplace operator and studying some basic properties of polynomial null-solutions of this operator, a new type of integration over the supersphere is introduced by exploiting the formal equivalence with an old result of Pizzetti. This integral is then used to prove orthogonality of spherical harmonics of different degree, Green-like theorems and also an extension of the important Funk-Hecke theorem to superspace. Finally, this integration over the supersphere is used to define an integral over the whole superspace, and it is proven that this is equivalent with the Berezin integral, thus providing a more sound definition of the Berezin integral