WorldWideScience

Sample records for frequency domain error

  1. Time versus frequency domain measurements: layered model ...

    African Journals Online (AJOL)

    ... their high frequency content while among TEM data sets with low frequency content, the averaging times for the FEM ellipticity were shorter than the TEM quality. Keywords: ellipticity, frequency domain, frequency electromagnetic method, model parameter, orientation error, time domain, transient electromagnetic method

  2. Orthogonal Multi-Carrier DS-CDMA with Frequency-Domain Equalization

    Science.gov (United States)

    Tanaka, Ken; Tomeba, Hiromichi; Adachi, Fumiyuki

    Orthogonal multi-carrier direct sequence code division multiple access (orthogonal MC DS-CDMA) is a combination of orthogonal frequency division multiplexing (OFDM) and time-domain spreading, while multi-carrier code division multiple access (MC-CDMA) is a combination of OFDM and frequency-domain spreading. In MC-CDMA, a good bit error rate (BER) performance can be achieved by using frequency-domain equalization (FDE), since the frequency diversity gain is obtained. On the other hand, the conventional orthogonal MC DS-CDMA fails to achieve any frequency diversity gain. In this paper, we propose a new orthogonal MC DS-CDMA that can obtain the frequency diversity gain by applying FDE. The conditional BER analysis is presented. The theoretical average BER performance in a frequency-selective Rayleigh fading channel is evaluated by the Monte-Carlo numerical computation method using the derived conditional BER and is confirmed by computer simulation of the orthogonal MC DS-CDMA signal transmission.

  3. Pilot-Assisted Channel Estimation for Orthogonal Multi-Carrier DS-CDMA with Frequency-Domain Equalization

    Science.gov (United States)

    Shima, Tomoyuki; Tomeba, Hiromichi; Adachi, Fumiyuki

    Orthogonal multi-carrier direct sequence code division multiple access (orthogonal MC DS-CDMA) is a combination of time-domain spreading and orthogonal frequency division multiplexing (OFDM). In orthogonal MC DS-CDMA, the frequency diversity gain can be obtained by applying frequency-domain equalization (FDE) based on minimum mean square error (MMSE) criterion to a block of OFDM symbols and can improve the bit error rate (BER) performance in a severe frequency-selective fading channel. FDE requires an accurate estimate of the channel gain. The channel gain can be estimated by removing the pilot modulation in the frequency domain. In this paper, we propose a pilot-assisted channel estimation suitable for orthogonal MC DS-CDMA with FDE and evaluate, by computer simulation, the BER performance in a frequency-selective Rayleigh fading channel.

  4. Testing for Granger Causality in the Frequency Domain: A Phase Resampling Method.

    Science.gov (United States)

    Liu, Siwei; Molenaar, Peter

    2016-01-01

    This article introduces phase resampling, an existing but rarely used surrogate data method for making statistical inferences of Granger causality in frequency domain time series analysis. Granger causality testing is essential for establishing causal relations among variables in multivariate dynamic processes. However, testing for Granger causality in the frequency domain is challenging due to the nonlinear relation between frequency domain measures (e.g., partial directed coherence, generalized partial directed coherence) and time domain data. Through a simulation study, we demonstrate that phase resampling is a general and robust method for making statistical inferences even with short time series. With Gaussian data, phase resampling yields satisfactory type I and type II error rates in all but one condition we examine: when a small effect size is combined with an insufficient number of data points. Violations of normality lead to slightly higher error rates but are mostly within acceptable ranges. We illustrate the utility of phase resampling with two empirical examples involving multivariate electroencephalography (EEG) and skin conductance data.

  5. Frequency-wavenumber domain phase inversion along reflection wavepaths

    KAUST Repository

    Yu, Han

    2014-12-01

    A background velocity model containing the correct low-wavenumber information is desired for both the quality of the migration image and the success of waveform inversion. To achieve this goal, the velocity is updated along the reflection wavepaths, rather than along both the reflection ellipses and transmission wavepaths as in conventional FWI. This method allows for reconstructing the low-wavenumber part of the background velocity model, even in the absence of long offsets and low-frequency component of the data. Moreover, in gradient-based iterative updates, instead of forming the data error conventionally, we propose to exploit the phase mismatch between the observed and the calculated data. The phase mismatch emphasizes a kinematic error and varies quasi-linearly with respect to the velocity error. The phase mismatch is computed (1) in the frequency-wavenumber (f-k) domain replacing the magnitudes of the calculated common shot gather by those of the observed one, and (2) in the temporal-spatial domain to form the difference between the transformed calculated common-shot gather and the observed one. The background velocity model inverted according to the proposed methods can serve as an improved initial velocity model for conventional waveform inversion. Tests with synthetic and field data show both the benefits and limitations of this method.

  6. A Frequency-Domain Adaptive Filter (FDAF) Prediction Error Method (PEM) Framework for Double-Talk-Robust Acoustic Echo Cancellation

    DEFF Research Database (Denmark)

    Gil-Cacho, Jose M.; van Waterschoot, Toon; Moonen, Marc

    2014-01-01

    to the FDAF-PEM-AFROW algorithm. We show that FDAF-PEM-AFROW is by construction related to the best linear unbiased estimate (BLUE) of the echo path. We depart from this framework to show an improvement in performance with respect to other adaptive filters minimizing the BLUE criterion, namely the PEM......In this paper, we propose a new framework to tackle the double-talk (DT) problem in acoustic echo cancellation (AEC). It is based on a frequency-domain adaptive filter (FDAF) implementation of the so-called prediction error method adaptive filtering using row operations (PEM-AFROW) leading...... regularization (VR) algorithms. The FDAF-PEM-AFROW versions significantly outperform the original versions in every simulation. In terms of computational complexity, the FDAF-PEM-AFROW versions are themselves about two orders of magnitude cheaper than the original versions....

  7. Frequency Domain Image Filtering Using CUDA

    Directory of Open Access Journals (Sweden)

    Muhammad Awais Rajput

    2014-10-01

    Full Text Available In this paper, we investigate the implementation of image filtering in frequency domain using NVIDIA?s CUDA (Compute Unified Device Architecture. In contrast to signal and image filtering in spatial domain which uses convolution operations and hence is more compute-intensive for filters having larger spatial extent, the frequency domain filtering uses FFT (Fast Fourier Transform which is much faster and significantly reduces the computational complexity of the filtering. We implement the frequency domain filtering on CPU and GPU respectively and analyze the speed-up obtained from the CUDA?s parallel processing paradigm. In order to demonstrate the efficiency of frequency domain filtering on CUDA, we implement three frequency domain filters, i.e., Butterworth, low-pass and Gaussian for processing different sizes of images on CPU and GPU respectively and perform the GPU vs. CPU benchmarks. The results presented in this paper show that the frequency domain filtering with CUDA achieves significant speed-up over the CPU processing in frequency domain with the same level of (output image quality on both the processing architectures

  8. Frequency domain image filtering using cuda

    International Nuclear Information System (INIS)

    Rajput, M.A.; Khan, U.A.

    2014-01-01

    In this paper, we investigate the implementation of image filtering in frequency domain using NVIDIA's CUDA (Compute Unified Device Architecture). In contrast to signal and image filtering in spatial domain which uses convolution operations and hence is more compute-intensive for filters having larger spatial extent, the frequency domain filtering uses FFT (Fast Fourier Transform) which is much faster and significantly reduces the computational complexity of the filtering. We implement the frequency domain filtering on CPU and GPU respectively and analyze the speed-up obtained from the CUDA's parallel processing paradigm. In order to demonstrate the efficiency of frequency domain filtering on CUDA, we implement three frequency domain filters, i.e., Butter worth, low-pass and Gaussian for processing different sizes of images on CPU and GPU respectively and perform the GPU vs. CPU benchmarks. The results presented in this paper show that the frequency domain filtering with CUDA achieves significant speed-up over the CPU processing in frequency domain with the same level of (output) image quality on both the processing architectures. (author)

  9. Evaluating the Appropriateness and Use of Domain Critical Errors

    Directory of Open Access Journals (Sweden)

    Chad W. Buckendahl

    2012-10-01

    Full Text Available The consequences associated with the uses and interpretations of scores for many credentialing testing programs have important implications for a range of stakeholders. Within licensure settings specifically, results from examination programs are often one of the final steps in the process of assessing whether individuals will be allowed to enter practice. This article focuses on the concept of domain critical errors and suggests a framework for considering their use in practice. Domain critical errors are defined here as knowledge, skills, abilities, or judgments that are essential to the definition of minimum qualifications in a testing program's pass-'fail decision-making process. Using domain critical errors has psychometric and policy implications, particularly for licensure programs that are mandatory for entry-level practice. Because these errors greatly influence pass-'fail decisions, the measurement community faces an ongoing challenge to promote defensible practices while concurrently providing assessment literacy development about the appropriate design and use of testing methods like domain critical errors.

  10. Frequency-domain multisource optical spectrometer and oximeter

    Science.gov (United States)

    Fantini, Sergio; Franceschini, Maria-Angela; Maier, John S.; Walker, Scott A.; Gratton, Enrico

    1995-01-01

    We have designed and constructed a near-infrared spectrometer for the non-invasive optical study of biological tissue. This instrument works in the frequency-domain and employs multiple source-detector distances to recover the absorption coefficient ((mu) (alpha )) and the reduced scattering coefficient ((mu) s') of tissue. The light sources are eight light emitting diodes (LEDs) whose intensities are modulated at a frequency of 120 MHz. Four LEDs emit light at a peak wavelength of 715 nm ((lambda) 1), while the other four LEDs emit at a peak wavelength of 850 nm ((lambda) 2). From the frequency-domain raw data of phase, dc intensity, and ac amplitude obtained from each one of the eight light sources, which are located at different distances from the detector fiber, we calculate (mu) (alpha ) and (mu) s' at the two wavelengths (lambda) 1 and (lambda) 2. The concentrations of oxy- and deoxy-hemoglobin, and hence hemoglobin saturation, are then derived from the known extinction coefficients of oxy- and deoxy-hemoglobin at (lambda) 1 and (lambda) 2. The statistical error in the measurement of the optical coefficients due to instrument noise is about 1 - 2%. The accuracy in the determination of the absolute value of the optical coefficients is within 10 - 20%. Preliminary results obtained in vivo on the forearm of a volunteer during an ischemia measurement protocol are presented.

  11. Precise Aperture-Dependent Motion Compensation with Frequency Domain Fast Back-Projection Algorithm

    Directory of Open Access Journals (Sweden)

    Man Zhang

    2017-10-01

    Full Text Available Precise azimuth-variant motion compensation (MOCO is an essential and difficult task for high-resolution synthetic aperture radar (SAR imagery. In conventional post-filtering approaches, residual azimuth-variant motion errors are generally compensated through a set of spatial post-filters, where the coarse-focused image is segmented into overlapped blocks concerning the azimuth-dependent residual errors. However, image domain post-filtering approaches, such as precise topography- and aperture-dependent motion compensation algorithm (PTA, have difficulty of robustness in declining, when strong motion errors are involved in the coarse-focused image. In this case, in order to capture the complete motion blurring function within each image block, both the block size and the overlapped part need necessary extension leading to degeneration of efficiency and robustness inevitably. Herein, a frequency domain fast back-projection algorithm (FDFBPA is introduced to deal with strong azimuth-variant motion errors. FDFBPA disposes of the azimuth-variant motion errors based on a precise azimuth spectrum expression in the azimuth wavenumber domain. First, a wavenumber domain sub-aperture processing strategy is introduced to accelerate computation. After that, the azimuth wavenumber spectrum is partitioned into a set of wavenumber blocks, and each block is formed into a sub-aperture coarse resolution image via the back-projection integral. Then, the sub-aperture images are straightforwardly fused together in azimuth wavenumber domain to obtain a full resolution image. Moreover, chirp-Z transform (CZT is also introduced to implement the sub-aperture back-projection integral, increasing the efficiency of the algorithm. By disusing the image domain post-filtering strategy, robustness of the proposed algorithm is improved. Both simulation and real-measured data experiments demonstrate the effectiveness and superiority of the proposal.

  12. Conversion of Dielectric Data from the Time Domain to the Frequency Domain

    Directory of Open Access Journals (Sweden)

    Vladimir Durman

    2005-01-01

    Full Text Available Polarisation and conduction processes in dielectric systems can be identified by the time domain or the frequency domain measurements. If the systems is a linear one, the results of the time domain measurements can be transformed into the frequency domain, and vice versa. Commonly, the time domain data of the absorption conductivity are transformed into the frequency domain data of the dielectric susceptibility. In practice, the relaxation are mainly evaluated by the frequency domain data. In the time domain, the absorption current measurement were prefered up to now. Recent methods are based on the recovery voltage measurements. In this paper a new method of the recovery data conversion from the time the frequency domain is proposed. The method is based on the analysis of the recovery voltage transient based on the Maxwell equation for the current density in a dielectric. Unlike the previous published solutions, the Laplace fransform was used to derive a formula suitable for practical purposes. the proposed procedure allows also calculating of the insulation resistance and separating the polarisation and conduction losses.

  13. Time-domain modeling of electromagnetic diffusion with a frequency-domain code

    NARCIS (Netherlands)

    Mulder, W.A.; Wirianto, M.; Slob, E.C.

    2007-01-01

    We modeled time-domain EM measurements of induction currents for marine and land applications with a frequency-domain code. An analysis of the computational complexity of a number of numerical methods shows that frequency-domain modeling followed by a Fourier transform is an attractive choice if a

  14. Joint Frequency-Domain Equalization and Despreading for Multi-Code DS-CDMA Using Cyclic Delay Transmit Diversity

    Science.gov (United States)

    Yamamoto, Tetsuya; Takeda, Kazuki; Adachi, Fumiyuki

    Frequency-domain equalization (FDE) based on the minimum mean square error (MMSE) criterion can provide a better bit error rate (BER) performance than rake combining. To further improve the BER performance, cyclic delay transmit diversity (CDTD) can be used. CDTD simultaneously transmits the same signal from different antennas after adding different cyclic delays to increase the number of equivalent propagation paths. Although a joint use of CDTD and MMSE-FDE for direct sequence code division multiple access (DS-CDMA) achieves larger frequency diversity gain, the BER performance improvement is limited by the residual inter-chip interference (ICI) after FDE. In this paper, we propose joint FDE and despreading for DS-CDMA using CDTD. Equalization and despreading are simultaneously performed in the frequency-domain to suppress the residual ICI after FDE. A theoretical conditional BER analysis is presented for the given channel condition. The BER analysis is confirmed by computer simulation.

  15. Gearbox fault diagnosis based on time-frequency domain synchronous averaging and feature extraction technique

    Science.gov (United States)

    Zhang, Shengli; Tang, Jiong

    2016-04-01

    Gearbox is one of the most vulnerable subsystems in wind turbines. Its healthy status significantly affects the efficiency and function of the entire system. Vibration based fault diagnosis methods are prevalently applied nowadays. However, vibration signals are always contaminated by noise that comes from data acquisition errors, structure geometric errors, operation errors, etc. As a result, it is difficult to identify potential gear failures directly from vibration signals, especially for the early stage faults. This paper utilizes synchronous averaging technique in time-frequency domain to remove the non-synchronous noise and enhance the fault related time-frequency features. The enhanced time-frequency information is further employed in gear fault classification and identification through feature extraction algorithms including Kernel Principal Component Analysis (KPCA), Multilinear Principal Component Analysis (MPCA), and Locally Linear Embedding (LLE). Results show that the LLE approach is the most effective to classify and identify different gear faults.

  16. 2-Step Maximum Likelihood Channel Estimation for Multicode DS-CDMA with Frequency-Domain Equalization

    Science.gov (United States)

    Kojima, Yohei; Takeda, Kazuaki; Adachi, Fumiyuki

    Frequency-domain equalization (FDE) based on the minimum mean square error (MMSE) criterion can provide better downlink bit error rate (BER) performance of direct sequence code division multiple access (DS-CDMA) than the conventional rake combining in a frequency-selective fading channel. FDE requires accurate channel estimation. In this paper, we propose a new 2-step maximum likelihood channel estimation (MLCE) for DS-CDMA with FDE in a very slow frequency-selective fading environment. The 1st step uses the conventional pilot-assisted MMSE-CE and the 2nd step carries out the MLCE using decision feedback from the 1st step. The BER performance improvement achieved by 2-step MLCE over pilot assisted MMSE-CE is confirmed by computer simulation.

  17. RLS Channel Estimation with Adaptive Forgetting Factor for DS-CDMA Frequency-Domain Equalization

    Science.gov (United States)

    Kojima, Yohei; Tomeba, Hiromichi; Takeda, Kazuaki; Adachi, Fumiyuki

    Frequency-domain equalization (FDE) based on the minimum mean square error (MMSE) criterion can increase the downlink bit error rate (BER) performance of DS-CDMA beyond that possible with conventional rake combining in a frequency-selective fading channel. FDE requires accurate channel estimation. Recently, we proposed a pilot-assisted channel estimation (CE) based on the MMSE criterion. Using MMSE-CE, the channel estimation accuracy is almost insensitive to the pilot chip sequence, and a good BER performance is achieved. In this paper, we propose a channel estimation scheme using one-tap recursive least square (RLS) algorithm, where the forgetting factor is adapted to the changing channel condition by the least mean square (LMS)algorithm, for DS-CDMA with FDE. We evaluate the BER performance using RLS-CE with adaptive forgetting factor in a frequency-selective fast Rayleigh fading channel by computer simulation.

  18. Domain Decomposition Solvers for Frequency-Domain Finite Element Equations

    KAUST Repository

    Copeland, Dylan

    2010-10-05

    The paper is devoted to fast iterative solvers for frequency-domain finite element equations approximating linear and nonlinear parabolic initial boundary value problems with time-harmonic excitations. Switching from the time domain to the frequency domain allows us to replace the expensive time-integration procedure by the solution of a simple linear elliptic system for the amplitudes belonging to the sine- and to the cosine-excitation or a large nonlinear elliptic system for the Fourier coefficients in the linear and nonlinear case, respectively. The fast solution of the corresponding linear and nonlinear system of finite element equations is crucial for the competitiveness of this method. © 2011 Springer-Verlag Berlin Heidelberg.

  19. Domain Decomposition Solvers for Frequency-Domain Finite Element Equations

    KAUST Repository

    Copeland, Dylan; Kolmbauer, Michael; Langer, Ulrich

    2010-01-01

    The paper is devoted to fast iterative solvers for frequency-domain finite element equations approximating linear and nonlinear parabolic initial boundary value problems with time-harmonic excitations. Switching from the time domain to the frequency domain allows us to replace the expensive time-integration procedure by the solution of a simple linear elliptic system for the amplitudes belonging to the sine- and to the cosine-excitation or a large nonlinear elliptic system for the Fourier coefficients in the linear and nonlinear case, respectively. The fast solution of the corresponding linear and nonlinear system of finite element equations is crucial for the competitiveness of this method. © 2011 Springer-Verlag Berlin Heidelberg.

  20. Calculation and simulation on mid-spatial frequency error in continuous polishing

    International Nuclear Information System (INIS)

    Xie Lei; Zhang Yunfan; You Yunfeng; Ma Ping; Liu Yibin; Yan Dingyao

    2013-01-01

    Based on theoretical model of continuous polishing, the influence of processing parameters on the polishing result was discussed. Possible causes of mid-spatial frequency error in the process were analyzed. The simulation results demonstrated that the low spatial frequency error was mainly caused by large rotating ratio. The mid-spatial frequency error would decrease as the low spatial frequency error became lower. The regular groove shape was the primary reason of the mid-spatial frequency error. When irregular and fitful grooves were adopted, the mid-spatial frequency error could be lessened. Moreover, the workpiece swing could make the polishing process more uniform and reduce the mid-spatial frequency error caused by the fix-eccentric plane polishing. (authors)

  1. Full waveform inversion in the frequency domain using classified time-domain residual wavefields

    Science.gov (United States)

    Son, Woohyun; Koo, Nam-Hyung; Kim, Byoung-Yeop; Lee, Ho-Young; Joo, Yonghwan

    2017-04-01

    We perform the acoustic full waveform inversion in the frequency domain using residual wavefields that have been separated in the time domain. We sort the residual wavefields in the time domain according to the order of absolute amplitudes. Then, the residual wavefields are separated into several groups in the time domain. To analyze the characteristics of the residual wavefields, we compare the residual wavefields of conventional method with those of our residual separation method. From the residual analysis, the amplitude spectrum obtained from the trace before separation appears to have little energy at the lower frequency bands. However, the amplitude spectrum obtained from our strategy is regularized by the separation process, which means that the low-frequency components are emphasized. Therefore, our method helps to emphasize low-frequency components of residual wavefields. Then, we generate the frequency-domain residual wavefields by taking the Fourier transform of the separated time-domain residual wavefields. With these wavefields, we perform the gradient-based full waveform inversion in the frequency domain using back-propagation technique. Through a comparison of gradient directions, we confirm that our separation method can better describe the sub-salt image than the conventional approach. The proposed method is tested on the SEG/EAGE salt-dome model. The inversion results show that our algorithm is better than the conventional gradient based waveform inversion in the frequency domain, especially for deeper parts of the velocity model.

  2. Frequency Domain Electroretinography in Retinitis Pigmentosa versus Normal Eyes

    Directory of Open Access Journals (Sweden)

    Homa Hassan-Karimi

    2012-01-01

    Full Text Available Purpose: To compare electroretinogram (ERG characteristics in patients with retinitis pigmentosa (RP and normal subjects using frequency domain analysis. Methods: Five basic ERG recordings were performed in normal subjects and patients with a clinical diagnosis of RP according to the ISCEV (International Society of Clinical Electrophysiology of Vision protocol. Frequency domain analysis was performed by MATLAB software. Different frequency domain parameters were compared between the study groups. Results: Peak frequency (Fmod of flicker and oscillatory responses in RP patients showed significant (P<0.0001 high pass response as compared to normal controls. Peak frequency (Fmod of the other responses was not significantly different between the two groups. Conclusion: In addition to conventional ERG using time domain methods, frequency domain analysis may be useful for diagnosis of RP. Oscillatory and flicker responses may be analyzed in frequency domain. Fast Fourier transform may reveal two distinct high pass responses (shift to higher frequencies in Fmod. Time and frequency domain analyses may be performed simultaneously with many modern ERG machines and may therefore be recommended in RP patients.

  3. Transformation Algorithm of Dielectric Response in Time-Frequency Domain

    Directory of Open Access Journals (Sweden)

    Ji Liu

    2014-01-01

    Full Text Available A transformation algorithm of dielectric response from time domain to frequency domain is presented. In order to shorten measuring time of low or ultralow frequency dielectric response characteristics, the transformation algorithm is used in this paper to transform the time domain relaxation current to frequency domain current for calculating the low frequency dielectric dissipation factor. In addition, it is shown from comparing the calculation results with actual test data that there is a coincidence for both results over a wide range of low frequencies. Meanwhile, the time domain test data of depolarization currents in dry and moist pressboards are converted into frequency domain results on the basis of the transformation. The frequency domain curves of complex capacitance and dielectric dissipation factor at the low frequency range are obtained. Test results of polarization and depolarization current (PDC in pressboards are also given at the different voltage and polarization time. It is demonstrated from the experimental results that polarization and depolarization current are affected significantly by moisture contents of the test pressboards, and the transformation algorithm is effective in ultralow frequency of 10−3 Hz. Data analysis and interpretation of the test results conclude that analysis of time-frequency domain dielectric response can be used for assessing insulation system in power transformer.

  4. Integrating angle-frequency domain synchronous averaging technique with feature extraction for gear fault diagnosis

    Science.gov (United States)

    Zhang, Shengli; Tang, J.

    2018-01-01

    Gear fault diagnosis relies heavily on the scrutiny of vibration responses measured. In reality, gear vibration signals are noisy and dominated by meshing frequencies as well as their harmonics, which oftentimes overlay the fault related components. Moreover, many gear transmission systems, e.g., those in wind turbines, constantly operate under non-stationary conditions. To reduce the influences of non-synchronous components and noise, a fault signature enhancement method that is built upon angle-frequency domain synchronous averaging is developed in this paper. Instead of being averaged in the time domain, the signals are processed in the angle-frequency domain to solve the issue of phase shifts between signal segments due to uncertainties caused by clearances, input disturbances, and sampling errors, etc. The enhanced results are then analyzed through feature extraction algorithms to identify the most distinct features for fault classification and identification. Specifically, Kernel Principal Component Analysis (KPCA) targeting at nonlinearity, Multilinear Principal Component Analysis (MPCA) targeting at high dimensionality, and Locally Linear Embedding (LLE) targeting at local similarity among the enhanced data are employed and compared to yield insights. Numerical and experimental investigations are performed, and the results reveal the effectiveness of angle-frequency domain synchronous averaging in enabling feature extraction and classification.

  5. System Identification A Frequency Domain Approach

    CERN Document Server

    Pintelon, Rik

    2012-01-01

    System identification is a general term used to describe mathematical tools and algorithms that build dynamical models from measured data. Used for prediction, control, physical interpretation, and the designing of any electrical systems, they are vital in the fields of electrical, mechanical, civil, and chemical engineering. Focusing mainly on frequency domain techniques, System Identification: A Frequency Domain Approach, Second Edition also studies in detail the similarities and differences with the classical time domain approach. It high??lights many of the important steps in the identi

  6. Performance Comparison between CDTD and STTD for DS-CDMA/MMSE-FDE with Frequency-Domain ICI Cancellation

    Science.gov (United States)

    Takeda, Kazuaki; Kojima, Yohei; Adachi, Fumiyuki

    Frequency-domain equalization (FDE) based on the minimum mean square error (MMSE) criterion can provide a better bit error rate (BER) performance than rake combining. However, the residual inter-chip interference (ICI) is produced after MMSE-FDE and this degrades the BER performance. Recently, we showed that frequency-domain ICI cancellation can bring the BER performance close to the theoretical lower bound. To further improve the BER performance, transmit antenna diversity technique is effective. Cyclic delay transmit diversity (CDTD) can increase the number of equivalent paths and hence achieve a large frequency diversity gain. Space-time transmit diversity (STTD) can obtain antenna diversity gain due to the space-time coding and achieve a better BER performance than CDTD. Objective of this paper is to show that the BER performance degradation of CDTD is mainly due to the residual ICI and that the introduction of ICI cancellation gives almost the same BER performance as STTD. This study provides a very important result that CDTD has a great advantage of providing a higher throughput than STTD. This is confirmed by computer simulation. The computer simulation results show that CDTD can achieve higher throughput than STTD when ICI cancellation is introduced.

  7. Linear dispersion codes in space-frequency domain for SCFDE

    DEFF Research Database (Denmark)

    Marchetti, Nicola; Cianca, Ernestina; Prasad, Ramjee

    2007-01-01

    This paper presents a general framework for applying the Linear Dispersion Codes (LDC) in the space and frequency domains to Single Carrier - Frequency Domain Equalization (SCFDE) systems. Space-Frequency (SF)LDC are more suitable than Space-Time (ST)-LDC in high mobility environment. However......, the application of LDC in space-frequency domain in SCFDE systems is not straightforward as in Orthogonal Frequency Division Multiplexing (OFDM), since there is no direct access to the subcarriers at the transmitter. This paper describes how to build the space-time dispersion matrices to be used...

  8. Analysis on optical heterodyne frequency error of full-field heterodyne interferometer

    Science.gov (United States)

    Li, Yang; Zhang, Wenxi; Wu, Zhou; Lv, Xiaoyu; Kong, Xinxin; Guo, Xiaoli

    2017-06-01

    The full-field heterodyne interferometric measurement technology is beginning better applied by employing low frequency heterodyne acousto-optical modulators instead of complex electro-mechanical scanning devices. The optical element surface could be directly acquired by synchronously detecting the received signal phases of each pixel, because standard matrix detector as CCD and CMOS cameras could be used in heterodyne interferometer. Instead of the traditional four-step phase shifting phase calculating, Fourier spectral analysis method is used for phase extracting which brings lower sensitivity to sources of uncertainty and higher measurement accuracy. In this paper, two types of full-field heterodyne interferometer are described whose advantages and disadvantages are also specified. Heterodyne interferometer has to combine two different frequency beams to produce interference, which brings a variety of optical heterodyne frequency errors. Frequency mixing error and beat frequency error are two different kinds of inescapable heterodyne frequency errors. In this paper, the effects of frequency mixing error to surface measurement are derived. The relationship between the phase extraction accuracy and the errors are calculated. :: The tolerance of the extinction ratio of polarization splitting prism and the signal-to-noise ratio of stray light is given. The error of phase extraction by Fourier analysis that caused by beat frequency shifting is derived and calculated. We also propose an improved phase extraction method based on spectrum correction. An amplitude ratio spectrum correction algorithm with using Hanning window is used to correct the heterodyne signal phase extraction. The simulation results show that this method can effectively suppress the degradation of phase extracting caused by beat frequency error and reduce the measurement uncertainty of full-field heterodyne interferometer.

  9. Yaw Angle Error Compensation for Airborne 3-D SAR Based on Wavenumber-domain Subblock

    Directory of Open Access Journals (Sweden)

    Ding Zhen-yu

    2015-08-01

    Full Text Available Airborne array antenna SAR is used to obtain three-dimensional imaging; however it is impaired by motion errors. In particular, rotation error changes the relative position among the different antenna units and strongly affects the image quality. Unfortunately, the presently available algorithm can not compensate for the rotation error. In this study, an airborne array antenna SAR three-dimensional imaging model is discussed along with the effect of rotation errors, and more specifically, the yaw angle error. The analysis reveals that along- and cross-track wavenumbers can be obtained from the echo phase, and when used to calculate the range error, these wavenumbers lead to a target position irrelevant result that eliminates the error's spatial variance. Therefore, a wavenumber-domain subblock compensation method is proposed by computing the range error in the subblock of the along- and cross-track 2-D wavenumber domain and precisely compensating for the error in the space domain. Simulations show that the algorithm can compensate for the effect of yaw angle error.

  10. Low-frequency Periodic Error Identification and Compensation for Star Tracker Attitude Measurement

    Institute of Scientific and Technical Information of China (English)

    WANG Jiongqi; XIONG Kai; ZHOU Haiyin

    2012-01-01

    The low-frequency periodic error of star tracker is one of the most critical problems for high-accuracy satellite attitude determination.In this paper an approach is proposed to identify and compensate the low-frequency periodic error for star tracker in attitude measurement.The analytical expression between the estimated gyro drift and the low-frequency periodic error of star tracker is derived firstly.And then the low-frequency periodic error,which can be expressed by Fourier series,is identified by the frequency spectrum of the estimated gyro drift according to the solution of the first step.Furthermore,the compensated model of the low-frequency periodic error is established based on the identified parameters to improve the attitude determination accuracy.Finally,promising simulated experimental results demonstrate the validity and effectiveness of the proposed method.The periodic error for attitude determination is eliminated basically and the estimation precision is improved greatly.

  11. Segmentation error and macular thickness measurements obtained with spectral-domain optical coherence tomography devices in neovascular age-related macular degeneration

    Directory of Open Access Journals (Sweden)

    Moosang Kim

    2013-01-01

    Full Text Available Purpose: To evaluate frequency and severity of segmentation errors of two spectral-domain optical coherence tomography (SD-OCT devices and error effect on central macular thickness (CMT measurements. Materials and Methods: Twenty-seven eyes of 25 patients with neovascular age-related macular degeneration, examined using the Cirrus HD-OCT and Spectralis HRA + OCT, were retrospectively reviewed. Macular cube 512 × 128 and 5-line raster scans were performed with the Cirrus and 512 × 25 volume scans with the Spectralis. Frequency and severity of segmentation errors were compared between scans. Results: Segmentation error frequency was 47.4% (baseline, 40.7% (1 month, 40.7% (2 months, and 48.1% (6 months for the Cirrus, and 59.3%, 62.2%, 57.8%, and 63.7%, respectively, for the Spectralis, differing significantly between devices at all examinations (P < 0.05, except at baseline. Average error score was 1.21 ± 1.65 (baseline, 0.79 ± 1.18 (1 month, 0.74 ± 1.12 (2 months, and 0.96 ± 1.11 (6 months for the Cirrus, and 1.73 ± 1.50, 1.54 ± 1.35, 1.38 ± 1.40, and 1.49 ± 1.30, respectively, for the Spectralis, differing significantly at 1 month and 2 months (P < 0.02. Automated and manual CMT measurements by the Spectralis were larger than those by the Cirrus. Conclusions: The Cirrus HD-OCT had a lower frequency and severity of segmentation error than the Spectralis HRA + OCT. SD-OCT error should be considered when evaluating retinal thickness.

  12. Preliminary frequency-domain analysis for the reconstructed spatial resolution of muon tomography

    Science.gov (United States)

    Yu, B.; Zhao, Z.; Wang, X.; Wang, Y.; Wu, D.; Zeng, Z.; Zeng, M.; Yi, H.; Luo, Z.; Yue, X.; Cheng, J.

    2014-11-01

    Muon tomography is an advanced technology to non-destructively detect high atomic number materials. It exploits the multiple Coulomb scattering information of muon to reconstruct the scattering density image of the traversed object. Because of the statistics of muon scattering, the measurement error of system and the data incompleteness, the reconstruction is always accompanied with a certain level of interference, which will influence the reconstructed spatial resolution. While statistical noises can be reduced by extending the measuring time, system parameters determine the ultimate spatial resolution that one system can reach. In this paper, an effective frequency-domain model is proposed to analyze the reconstructed spatial resolution of muon tomography. The proposed method modifies the resolution analysis in conventional computed tomography (CT) to fit the different imaging mechanism in muon scattering tomography. The measured scattering information is described in frequency domain, then a relationship between the measurements and the original image is proposed in Fourier domain, which is named as "Muon Central Slice Theorem". Furthermore, a preliminary analytical expression of the ultimate reconstructed spatial is derived, and the simulations are performed for validation. While the method is able to predict the ultimate spatial resolution of a given system, it can also be utilized for the optimization of system design and construction.

  13. Preliminary frequency-domain analysis for the reconstructed spatial resolution of muon tomography

    International Nuclear Information System (INIS)

    Yu, B.; Zhao, Z.; Wang, X.; Wang, Y.; Wu, D.; Zeng, Z.; Zeng, M.; Yi, H.; Luo, Z.; Yue, X.; Cheng, J.

    2014-01-01

    Muon tomography is an advanced technology to non-destructively detect high atomic number materials. It exploits the multiple Coulomb scattering information of muon to reconstruct the scattering density image of the traversed object. Because of the statistics of muon scattering, the measurement error of system and the data incompleteness, the reconstruction is always accompanied with a certain level of interference, which will influence the reconstructed spatial resolution. While statistical noises can be reduced by extending the measuring time, system parameters determine the ultimate spatial resolution that one system can reach. In this paper, an effective frequency-domain model is proposed to analyze the reconstructed spatial resolution of muon tomography. The proposed method modifies the resolution analysis in conventional computed tomography (CT) to fit the different imaging mechanism in muon scattering tomography. The measured scattering information is described in frequency domain, then a relationship between the measurements and the original image is proposed in Fourier domain, which is named as M uon Central Slice Theorem . Furthermore, a preliminary analytical expression of the ultimate reconstructed spatial is derived, and the simulations are performed for validation. While the method is able to predict the ultimate spatial resolution of a given system, it can also be utilized for the optimization of system design and construction

  14. Segmented frequency-domain fluorescence lifetime measurements: minimizing the effects of photobleaching within a multi-component system.

    Science.gov (United States)

    Marwani, Hadi M; Lowry, Mark; Keating, Patrick; Warner, Isiah M; Cook, Robert L

    2007-11-01

    This study introduces a newly developed frequency segmentation and recombination method for frequency-domain fluorescence lifetime measurements to address the effects of changing fractional contributions over time and minimize the effects of photobleaching within multi-component systems. Frequency segmentation and recombination experiments were evaluated using a two component system consisting of fluorescein and rhodamine B. Comparison of experimental data collected in traditional and segmented fashion with simulated data, generated using different changing fractional contributions, demonstrated the validity of the technique. Frequency segmentation and recombination was also applied to a more complex system consisting of pyrene with Suwannee River fulvic acid reference and was shown to improve recovered lifetimes and fractional intensity contributions. It was observed that photobleaching in both systems led to errors in recovered lifetimes which can complicate the interpretation of lifetime results. Results showed clear evidence that the frequency segmentation and recombination method reduced errors resulting from a changing fractional contribution in a multi-component system, and allowed photobleaching issues to be addressed by commercially available instrumentation.

  15. Direct measurement of the poliovirus RNA polymerase error frequency in vitro

    International Nuclear Information System (INIS)

    Ward, C.D.; Stokes, M.A.M.; Flanegan, J.B.

    1988-01-01

    The fidelity of RNA replication by the poliovirus-RNA-dependent RNA polymerase was examined by copying homopolymeric RNA templates in vitro. The poliovirus RNA polymerase was extensively purified and used to copy poly(A), poly(C), or poly(I) templates with equimolar concentrations of noncomplementary and complementary ribonucleotides. The error frequency was expressed as the amount of a noncomplementary nucleotide incorporated divided by the total amount of complementary and noncomplementary nucleotide incorporated. The polymerase error frequencies were very high, depending on the specific reaction conditions. The activity of the polymerase on poly(U) and poly(G) was too low to measure error frequencies on these templates. A fivefold increase in the error frequency was observed when the reaction conditions were changed from 3.0 mM Mg 2+ (pH 7.0) to 7.0 mM Mg 2+ (pH 8.0). This increase in the error frequency correlates with an eightfold increase in the elongation rate that was observed under the same conditions in a previous study

  16. Frequency-domain interferometer simulation with higher-order spatial modes

    International Nuclear Information System (INIS)

    Freise, A; Heinzel, G; Lueck, H; Schilling, R; Willke, B; Danzmann, K

    2004-01-01

    FINESSE is a software simulation allowing one to compute the optical properties of laser interferometers used by interferometric gravitational-wave detectors today. This fast and versatile tool has already proven to be useful in the design and commissioning of gravitational-wave detectors. The basic algorithm of FINESSE numerically computes the light amplitudes inside an interferometer using Hermite-Gauss modes in the frequency domain. In addition, FINESSE provides a number of commands for easily generating and plotting the most common signals including power enhancement, error and control signals, transfer functions and shot-noise-limited sensitivities. Among the various simulation tools available to the gravitational wave community today, FINESSE provides an advanced and versatile optical simulation based on a general analysis of user-defined optical setups and is quick to install and easy to use

  17. Time and frequency domain analyses of the Hualien Large-Scale Seismic Test

    International Nuclear Information System (INIS)

    Kabanda, John; Kwon, Oh-Sung; Kwon, Gunup

    2015-01-01

    Highlights: • Time- and frequency-domain analysis methods are verified against each other. • The two analysis methods are validated against Hualien LSST. • The nonlinear time domain (NLTD) analysis resulted in more realistic response. • The frequency domain (FD) analysis shows amplification at resonant frequencies. • The NLTD analysis requires significant modeling and computing time. - Abstract: In the nuclear industry, the equivalent-linear frequency domain analysis method has been the de facto standard procedure primarily due to the method's computational efficiency. This study explores the feasibility of applying the nonlinear time domain analysis method for the soil–structure-interaction analysis of nuclear power facilities. As a first step, the equivalency of the time and frequency domain analysis methods is verified through a site response analysis of one-dimensional soil, a dynamic impedance analysis of soil–foundation system, and a seismic response analysis of the entire soil–structure system. For the verifications, an idealized elastic soil–structure system is used to minimize variables in the comparison of the two methods. Then, the verified analysis methods are used to develop time and frequency domain models of Hualien Large-Scale Seismic Test. The predicted structural responses are compared against field measurements. The models are also analyzed with an amplified ground motion to evaluate discrepancies of the time and frequency domain analysis methods when the soil–structure system behaves beyond the elastic range. The analysis results show that the equivalent-linear frequency domain analysis method amplifies certain frequency bands and tends to result in higher structural acceleration than the nonlinear time domain analysis method. A comparison with field measurements shows that the nonlinear time domain analysis method better captures the frequency distribution of recorded structural responses than the frequency domain

  18. Frequency-domain method for separating signal and noise

    Institute of Scientific and Technical Information of China (English)

    2000-01-01

    A new method for separation of signal and noise (SSN) is put forward. Frequency is redefined according to the features of signal and its derivative in the sampl ing time interval, thus double orthogonal basis (DOB) is constructed so that a signal can be precisely signified with a linear combination of low-frequency DOB . Under joint consideration in time domain (TD) and frequency domain (FD), a method on SSN with high accuracy is derived and a matched algorithm is designed and analyzed. This method is applicable to SSN in multiple frequency bands, and convenient in applying signal characteristics in TD and FD synthetically with highe raccuracy.

  19. Frequency-domain method for separating signal and noise

    Institute of Scientific and Technical Information of China (English)

    王正明; 段晓君

    2000-01-01

    A new method for separation of signal and noise (SSN) is put forward. Frequency is redefined according to the features of signal and its derivative in the sampling time interval, thus double orthogonal basis (DOB) is constructed so that a signal can be precisely signified with a linear combination of low-frequency DOB. Under joint consideration in time domain (TD) and frequency domain (FD), a method on SSN with high accuracy is derived and a matched algorithm is designed and analyzed. This method is applicable to SSN in multiple frequency bands, and convenient in applying signal characteristics in TD and FD synthetically with higher accuracy.

  20. Performance of Downlink Frequency Domain Packet Scheduling for the UTRAN Long Term Evolution

    DEFF Research Database (Denmark)

    Pokhariyal, Akhilesh; Kolding, Troels E.; Mogensen, Preben

    2006-01-01

    -blind, but time-opportunistic scheduling, FDPS shows gain in both average system capacity and cell-edge data rates on the order of 40%. However, FDPS performance is shown to depend significantly on the frequency-domain scheduling resolution as well as the accuracy of the channel state reports. Assuming Typical...... Urban channel profile, studies show that the scheduling resolution should preferably be as low as 375 kHz to yield significant FDPS gain and the std. of the error of radio state reports need to be kept within 1.5-2 dB....

  1. Analysis of error type and frequency in apraxia of speech among Portuguese speakers

    Directory of Open Access Journals (Sweden)

    Maysa Luchesi Cera

    Full Text Available Abstract Most studies characterizing errors in the speech of patients with apraxia involve English language. Objectives: To analyze the types and frequency of errors produced by patients with apraxia of speech whose mother tongue was Brazilian Portuguese. Methods: 20 adults with apraxia of speech caused by stroke were assessed. The types of error committed by patients were analyzed both quantitatively and qualitatively, and frequencies compared. Results: We observed the presence of substitution, omission, trial-and-error, repetition, self-correction, anticipation, addition, reiteration and metathesis, in descending order of frequency, respectively. Omission type errors were one of the most commonly occurring whereas addition errors were infrequent. These findings differed to those reported in English speaking patients, probably owing to differences in the methodologies used for classifying error types; the inclusion of speakers with apraxia secondary to aphasia; and the difference in the structure of Portuguese language to English in terms of syllable onset complexity and effect on motor control. Conclusions: The frequency of omission and addition errors observed differed to the frequency reported for speakers of English.

  2. Analysis of error type and frequency in apraxia of speech among Portuguese speakers.

    Science.gov (United States)

    Cera, Maysa Luchesi; Minett, Thaís Soares Cianciarullo; Ortiz, Karin Zazo

    2010-01-01

    Most studies characterizing errors in the speech of patients with apraxia involve English language. To analyze the types and frequency of errors produced by patients with apraxia of speech whose mother tongue was Brazilian Portuguese. 20 adults with apraxia of speech caused by stroke were assessed. The types of error committed by patients were analyzed both quantitatively and qualitatively, and frequencies compared. We observed the presence of substitution, omission, trial-and-error, repetition, self-correction, anticipation, addition, reiteration and metathesis, in descending order of frequency, respectively. Omission type errors were one of the most commonly occurring whereas addition errors were infrequent. These findings differed to those reported in English speaking patients, probably owing to differences in the methodologies used for classifying error types; the inclusion of speakers with apraxia secondary to aphasia; and the difference in the structure of Portuguese language to English in terms of syllable onset complexity and effect on motor control. The frequency of omission and addition errors observed differed to the frequency reported for speakers of English.

  3. Spectral element method for elastic and acoustic waves in frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Shi, Linlin; Zhou, Yuanguo; Wang, Jia-Min; Zhuang, Mingwei [Institute of Electromagnetics and Acoustics, and Department of Electronic Science, Xiamen, 361005 (China); Liu, Na, E-mail: liuna@xmu.edu.cn [Institute of Electromagnetics and Acoustics, and Department of Electronic Science, Xiamen, 361005 (China); Liu, Qing Huo, E-mail: qhliu@duke.edu [Department of Electrical and Computer Engineering, Duke University, Durham, NC, 27708 (United States)

    2016-12-15

    Numerical techniques in time domain are widespread in seismic and acoustic modeling. In some applications, however, frequency-domain techniques can be advantageous over the time-domain approach when narrow band results are desired, especially if multiple sources can be handled more conveniently in the frequency domain. Moreover, the medium attenuation effects can be more accurately and conveniently modeled in the frequency domain. In this paper, we present a spectral-element method (SEM) in frequency domain to simulate elastic and acoustic waves in anisotropic, heterogeneous, and lossy media. The SEM is based upon the finite-element framework and has exponential convergence because of the use of GLL basis functions. The anisotropic perfectly matched layer is employed to truncate the boundary for unbounded problems. Compared with the conventional finite-element method, the number of unknowns in the SEM is significantly reduced, and higher order accuracy is obtained due to its spectral accuracy. To account for the acoustic-solid interaction, the domain decomposition method (DDM) based upon the discontinuous Galerkin spectral-element method is proposed. Numerical experiments show the proposed method can be an efficient alternative for accurate calculation of elastic and acoustic waves in frequency domain.

  4. Extending the Effective Ranging Depth of Spectral Domain Optical Coherence Tomography by Spatial Frequency Domain Multiplexing

    Directory of Open Access Journals (Sweden)

    Tong Wu

    2016-11-01

    Full Text Available We present a spatial frequency domain multiplexing method for extending the imaging depth range of a spectral domain optical coherence tomography (SDOCT system without any expensive device. This method uses two galvo scanners with different pivot-offset distances in two independent reference arms for spatial frequency modulation and multiplexing. The spatial frequency contents corresponding to different depth regions of the sample can be shifted to different frequency bands. The spatial frequency domain multiplexing SDOCT system provides an approximately 1.9-fold increase in the effective ranging depth compared with that of a conventional full-range SDOCT system. The reconstructed images of phantom and biological tissue demonstrate the expected increase in ranging depth. The parameters choice criterion for this method is discussed.

  5. Application of frequency domain line edge roughness characterization methodology in lithography

    Science.gov (United States)

    Sun, Lei; Wang, Wenhui; Beique, Genevieve; Wood, Obert; Kim, Ryoung-Han

    2015-03-01

    A frequency domain 3 sigma LER characterization methodology combining the standard deviation and power spectral density (PSD) methods is proposed. In the new method, the standard deviation is calculated in the frequency domain instead of the spatial domain as in the conventional method. The power spectrum of the LER is divided into three regions: low frequency (LF), middle frequency (MF) and high frequency (HF) regions. The frequency region definition is based on process visual comparisons. Three standard deviation numbers are used to characterize the LER in the three frequency regions. Pattern wiggling can be detected quantitatively with a wiggling factor which is also proposed in this paper.

  6. Frequency domain analysis of piping systems under short duration loading

    International Nuclear Information System (INIS)

    Sachs, K.; Sand, H.; Lockau, J.

    1981-01-01

    In piping analysis two procedures are used almost exclusively: the modal superposition method for relatively long input time histories (e.g., earthquake) and direct integration of the equations of motion for short input time histories. A third possibility, frequency domain analysis, has only rarely been applied to piping systems to date. This paper suggests the use of frequency domain analysis for specific piping problems for which only direct integration could be used in the past. Direct integration and frequency domain analysis are compared, and it is shown that the frequency domain method is less costly if more than four or five load cases are considered. In addition, this method offers technical advantages, such as more accurate representation of modal damping and greater insight into the structural behavior of the system. (orig.)

  7. Frequency-domain waveform inversion using the phase derivative

    KAUST Repository

    Choi, Yun Seok

    2013-09-26

    Phase wrapping in the frequency domain or cycle skipping in the time domain is the major cause of the local minima problem in the waveform inversion when the starting model is far from the true model. Since the phase derivative does not suffer from the wrapping effect, its inversion has the potential of providing a robust and reliable inversion result. We propose a new waveform inversion algorithm using the phase derivative in the frequency domain along with the exponential damping term to attenuate reflections. We estimate the phase derivative, or what we refer to as the instantaneous traveltime, by taking the derivative of the Fourier-transformed wavefield with respect to the angular frequency, dividing it by the wavefield itself and taking the imaginary part. The objective function is constructed using the phase derivative and the gradient of the objective function is computed using the back-propagation algorithm. Numerical examples show that our inversion algorithm with a strong damping generates a tomographic result even for a high ‘single’ frequency, which can be a good initial model for full waveform inversion and migration.

  8. Interaction between two adjacent grounded sources in frequency domain semi-airborne electromagnetic survey.

    Science.gov (United States)

    Zhou, Haigen; Lin, Jun; Liu, Changsheng; Kang, Lili; Li, Gang; Zeng, Xinsen

    2016-03-01

    Multi-source and multi-frequency emission method can make full use of the valuable and short flight time in frequency domain semi-airborne electromagnetic (FSAEM) exploration, which has potential to investigate the deep earth structure in complex terrain region. Because several sources are adjacent in multi-source emission method, the interaction of different sources should be considered carefully. An equivalent circuit model of dual-source is established in this paper to assess the interaction between two individual sources, where the parameters are given with the typical values based on the practical instrument system and its application. By simulating the output current of two sources in different cases, the influence from the adjacent source is observed clearly. The current waveforms show that the mutual resistance causes the fluctuation and drift in another source and that the mutual inductance causes transient peaks. A field test with dual-source was conducted to certify the existence of interaction between adjacent sources. The simulation of output current also shows that current errors at low frequency are mainly caused by the mutual resistance while those at high frequency are mainly due to the mutual inductance. Increasing the distance between neighboring sources is a proposed measure to reduce the emission signal errors with designed ones. The feasible distance is discussed in the end. This study gives a useful guidance to lay multi sources to meet the requirement of measurement accuracy in FSAEM survey.

  9. Frequency-domain Green's functions for radar waves in heterogeneous 2.5D media

    Science.gov (United States)

    Ellefsen, K.J.; Croize, D.; Mazzella, A.T.; McKenna, J.R.

    2009-01-01

    Green's functions for radar waves propagating in heterogeneous 2.5D media might be calculated in the frequency domain using a hybrid method. The model is defined in the Cartesian coordinate system, and its electromagnetic properties might vary in the x- and z-directions, but not in the y-direction. Wave propagation in the x- and z-directions is simulated with the finite-difference method, and wave propagation in the y-direction is simulated with an analytic function. The absorbing boundaries on the finite-difference grid are perfectly matched layers that have been modified to make them compatible with the hybrid method. The accuracy of these numerical Greens functions is assessed by comparing them with independently calculated Green's functions. For a homogeneous model, the magnitude errors range from -4.16% through 0.44%, and the phase errors range from -0.06% through 4.86%. For a layered model, the magnitude errors range from -2.60% through 2.06%, and the phase errors range from -0.49% through 2.73%. These numerical Green's functions might be used for forward modeling and full waveform inversion. ?? 2009 Society of Exploration Geophysicists. All rights reserved.

  10. Frequency-domain and time-domain methods for feedback nonlinear systems and applications to chaos control

    International Nuclear Information System (INIS)

    Duan Zhisheng; Wang Jinzhi; Yang Ying; Huang Lin

    2009-01-01

    This paper surveys frequency-domain and time-domain methods for feedback nonlinear systems and their possible applications to chaos control, coupled systems and complex dynamical networks. The absolute stability of Lur'e systems with single equilibrium and global properties of a class of pendulum-like systems with multi-equilibria are discussed. Time-domain and frequency-domain criteria for the convergence of solutions are presented. Some latest results on analysis and control of nonlinear systems with multiple equilibria and applications to chaos control are reviewed. Finally, new chaotic oscillating phenomena are shown in a pendulum-like system and a new nonlinear system with an attraction/repulsion function.

  11. Frequency-domain waveform inversion using the unwrapped phase

    KAUST Repository

    Choi, Yun Seok; Alkhalifah, Tariq Ali

    2011-01-01

    Phase wrapping in the frequency-domain (or cycle skipping in the time-domain) is the major cause of the local minima problem in the waveform inversion. The unwrapped phase has the potential to provide us with a robust and reliable waveform inversion

  12. Frequency domain method for the stack of seismic and radar data

    Energy Technology Data Exchange (ETDEWEB)

    Zhou, H; Sato, M [Tohoku University, Sendai (Japan); Xu, S

    1997-10-22

    With relation to the stacking method of elastic wave and radar wave, the frequency domain stacking method using the Fourier conversion was proposed as a method for automatically removing errors in time correction leaving advantages of the conventional horizontal stacking method. Concerning an example of wave motion with the same wave form and time difference, as a result of the analysis conducted by this method, it was found that not only effects are kept of suppressing random noise and regular noise in the conventional horizontal stacking method, but the resolution in the original wave motion data is kept. In the example, amplitude of the noise was a half of the wave motion signal, but if it is more than 0.85 times of the wave motion signal, favorable result cannot be obtained in this method. In the analysis in the area where time correction is very difficult and the correction cannot be made completely, it is useful also for the time domain stacking method to acquire data on high resolution of elastic wave and radar wave. 4 refs., 2 figs.

  13. Frequency-domain waveform inversion using the phase derivative

    KAUST Repository

    Choi, Yun Seok; Alkhalifah, Tariq Ali

    2013-01-01

    Phase wrapping in the frequency domain or cycle skipping in the time domain is the major cause of the local minima problem in the waveform inversion when the starting model is far from the true model. Since the phase derivative does not suffer from

  14. Video error concealment using block matching and frequency selective extrapolation algorithms

    Science.gov (United States)

    P. K., Rajani; Khaparde, Arti

    2017-06-01

    Error Concealment (EC) is a technique at the decoder side to hide the transmission errors. It is done by analyzing the spatial or temporal information from available video frames. It is very important to recover distorted video because they are used for various applications such as video-telephone, video-conference, TV, DVD, internet video streaming, video games etc .Retransmission-based and resilient-based methods, are also used for error removal. But these methods add delay and redundant data. So error concealment is the best option for error hiding. In this paper, the error concealment methods such as Block Matching error concealment algorithm is compared with Frequency Selective Extrapolation algorithm. Both the works are based on concealment of manually error video frames as input. The parameter used for objective quality measurement was PSNR (Peak Signal to Noise Ratio) and SSIM(Structural Similarity Index). The original video frames along with error video frames are compared with both the Error concealment algorithms. According to simulation results, Frequency Selective Extrapolation is showing better quality measures such as 48% improved PSNR and 94% increased SSIM than Block Matching Algorithm.

  15. Parametric time-frequency domain spatial audio

    CERN Document Server

    Delikaris-Manias, Symeon; Politis, Archontis

    2018-01-01

    This book provides readers with the principles and best practices in spatial audio signal processing. It describes how sound fields and their perceptual attributes are captured and analyzed within the time-frequency domain, how essential representation parameters are coded, and how such signals are efficiently reproduced for practical applications. The book is split into four parts starting with an overview of the fundamentals. It then goes on to explain the reproduction of spatial sound before offering an examination of signal-dependent spatial filtering. The book finishes with coverage of both current and future applications and the direction that spatial audio research is heading in. Parametric Time-frequency Domain Spatial Audio focuses on applications in entertainment audio, including music, home cinema, and gaming--covering the capturing and reproduction of spatial sound as well as its generation, transduction, representation, transmission, and perception. This book will teach readers the tools needed...

  16. Microresonator-Based Optical Frequency Combs: A Time Domain Perspective

    Science.gov (United States)

    2016-04-19

    AFRL-AFOSR-VA-TR-2016-0165 (BRI) Microresonator-Based Optical Frequency Combs: A Time Domain Perspective Andrew Weiner PURDUE UNIVERSITY 401 SOUTH...Optical Frequency Combs: A Time Domain Perspective 5a. CONTRACT NUMBER 5b. GRANT NUMBER FA9550-12-1-0236 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S...average 1 hour per response, including the time for reviewing instructions, searching existing data sources, gathering and maintaining the data

  17. Frequency-domain waveform inversion using the unwrapped phase

    KAUST Repository

    Choi, Yun Seok

    2011-01-01

    Phase wrapping in the frequency-domain (or cycle skipping in the time-domain) is the major cause of the local minima problem in the waveform inversion. The unwrapped phase has the potential to provide us with a robust and reliable waveform inversion, with reduced local minima. We propose a waveform inversion algorithm using the unwrapped phase objective function in the frequency-domain. The unwrapped phase, or what we call the instantaneous traveltime, is given by the imaginary part of dividing the derivative of the wavefield with respect to the angular frequency by the wavefield itself. As a result, the objective function is given a traveltime-like function, which allows us to smooth it and reduce its nonlinearity. The gradient of the objective function is computed using the back-propagation algorithm based on the adjoint-state technique. We apply both our waveform inversion algorithm using the unwrapped phase and the conventional waveform inversion and show that our inversion algorithm gives better convergence to the true model than the conventional waveform inversion. © 2011 Society of Exploration Geophysicists.

  18. Block-Iterative Frequency-Domain Equalizations for SC-IDMA Systems

    Directory of Open Access Journals (Sweden)

    Salah Awad Salman

    2015-07-01

    Full Text Available In wireless broadband communications using single-carrier interleave division multiple access (SC-IDMA systems, efficient multiuser detection (MUD classes that make use of joint hybrid decision feedback equalization (HDFE/ frequency decision-feedback equalization (FDFE and interference cancellation (IC techniques, are proposed in conjunction with channel coding to deal with several users accessing the multipath fading channels. In FDFE-IDMA, the feedforward (FF and feedback (FB filtering operations of FDFE, which use to remove intersymbol interference (ISI, are implemented by Fast Fourier Transforms (FFTs, while in HDFE-IDMA the only FF filter is implemented by FFTs. Further, the parameters involved in the FDFE/HDFE filtering are derived according to the minimum mean square error (MMSE criteria, and the feedback symbol decisions are directly designed from soft detection of the decoded signals at the previous iteration. The simulation results including comparisons with those of frequency domain equalization (FDE, SC-FDE-IDMA and multi-carrier OFDM-IDMA schemes, with cyclic prefixing (CP and zero padding (ZP techniques, show that the combination of FDFE-IC/HDFE-IC provides an efficient solution with good performance for IDMA systems in ISI channels. Moreover, these iterative structures with block equalization yield a much lower complexity than equivalent existing structures, making them attractive for a wealth of applications.

  19. Finite-Difference Frequency-Domain Method in Nanophotonics

    DEFF Research Database (Denmark)

    Ivinskaya, Aliaksandra

    Optics and photonics are exciting, rapidly developing fields building their success largely on use of more and more elaborate artificially made, nanostructured materials. To further advance our understanding of light-matter interactions in these complicated artificial media, numerical modeling...... is often indispensable. This thesis presents the development of rigorous finite-difference method, a very general tool to solve Maxwell’s equations in arbitrary geometries in three dimensions, with an emphasis on the frequency-domain formulation. Enhanced performance of the perfectly matched layers...... is obtained through free space squeezing technique, and nonuniform orthogonal grids are built to greatly improve the accuracy of simulations of highly heterogeneous nanostructures. Examples of the use of the finite-difference frequency-domain method in this thesis range from simulating localized modes...

  20. Load Estimation by Frequency Domain Decomposition

    DEFF Research Database (Denmark)

    Pedersen, Ivar Chr. Bjerg; Hansen, Søren Mosegaard; Brincker, Rune

    2007-01-01

    When performing operational modal analysis the dynamic loading is unknown, however, once the modal properties of the structure have been estimated, the transfer matrix can be obtained, and the loading can be estimated by inverse filtering. In this paper loads in frequency domain are estimated by ...

  1. Simulation of power fluctuation of wind farms based on frequency domain

    DEFF Research Database (Denmark)

    Lin, Jin; Sun, Yuanzhang; Li, Guojie

    2011-01-01

    , however, is incapable of completely explaining the physical mechanism of randomness of power fluctuation. To remedy such a situation, fluctuation modeling based on the frequency domain is proposed. The frequency domain characteristics of stochastic fluctuation on large wind farms are studied using...... the power spectral density of wind speed, the frequency domain model of a wind power generator and the information on weather and geography of the wind farms. The correctness and effectiveness of the model are verified by comparing the measurement data with simulation results of a certain wind farm. © 2011...

  2. Metrology for terahertz time-domain spectrometers

    Science.gov (United States)

    Molloy, John F.; Naftaly, Mira

    2015-12-01

    In recent years the terahertz time-domain spectrometer (THz TDS) [1] has emerged as a key measurement device for spectroscopic investigations in the frequency range of 0.1-5 THz. To date, almost every type of material has been studied using THz TDS, including semiconductors, ceramics, polymers, metal films, liquid crystals, glasses, pharmaceuticals, DNA molecules, proteins, gases, composites, foams, oils, and many others. Measurements with a TDS are made in the time domain; conversion from the time domain data to a frequency spectrum is achieved by applying the Fourier Transform, calculated numerically using the Fast Fourier Transform (FFT) algorithm. As in many other types of spectrometer, THz TDS requires that the sample data be referenced to similarly acquired data with no sample present. Unlike frequency-domain spectrometers which detect light intensity and measure absorption spectra, a TDS records both amplitude and phase information, and therefore yields both the absorption coefficient and the refractive index of the sample material. The analysis of the data from THz TDS relies on the assumptions that: a) the frequency scale is accurate; b) the measurement of THz field amplitude is linear; and c) that the presence of the sample does not affect the performance characteristics of the instrument. The frequency scale of a THz TDS is derived from the displacement of the delay line; via FFT, positioning errors may give rise to frequency errors that are difficult to quantify. The measurement of the field amplitude in a THz TDS is required to be linear with a dynamic range of the order of 10 000. And attention must be given to the sample positioning and handling in order to avoid sample-related errors.

  3. Finding the Secret of Image Saliency in the Frequency Domain.

    Science.gov (United States)

    Li, Jia; Duan, Ling-Yu; Chen, Xiaowu; Huang, Tiejun; Tian, Yonghong

    2015-12-01

    There are two sides to every story of visual saliency modeling in the frequency domain. On the one hand, image saliency can be effectively estimated by applying simple operations to the frequency spectrum. On the other hand, it is still unclear which part of the frequency spectrum contributes the most to popping-out targets and suppressing distractors. Toward this end, this paper tentatively explores the secret of image saliency in the frequency domain. From the results obtained in several qualitative and quantitative experiments, we find that the secret of visual saliency may mainly hide in the phases of intermediate frequencies. To explain this finding, we reinterpret the concept of discrete Fourier transform from the perspective of template-based contrast computation and thus develop several principles for designing the saliency detector in the frequency domain. Following these principles, we propose a novel approach to design the saliency detector under the assistance of prior knowledge obtained through both unsupervised and supervised learning processes. Experimental results on a public image benchmark show that the learned saliency detector outperforms 18 state-of-the-art approaches in predicting human fixations.

  4. Thermal Loss of High-Q Antennas in Time Domain vs. Frequency Domain Solver

    DEFF Research Database (Denmark)

    Bahramzy, Pevand; Pedersen, Gert Frølund

    2014-01-01

    High-Q structures pose great challenges to their loss simulations in Time Domain Solvers (TDS). Therefore, in this work the thermal loss of high-Q antennas is calculated both in TDS and Frequency Domain Solver (FDS), which are then compared with each other and with the actual measurements....... The thermal loss calculation in FDS is shown to be more accurate for high-Q antennas....

  5. English word frequency and recognition in bilinguals: Inter-corpus comparison and error analysis.

    Science.gov (United States)

    Shi, Lu-Feng

    2015-01-01

    This study is the second of a two-part investigation on lexical effects on bilinguals' performance on a clinical English word recognition test. Focus is on word-frequency effects using counts provided by four corpora. Frequency of occurrence was obtained for 200 NU-6 words from the Hoosier mental lexicon (HML) and three contemporary corpora, American National Corpora, Hyperspace analogue to language (HAL), and SUBTLEX(US). Correlation analysis was performed between word frequency and error rate. Ten monolinguals and 30 bilinguals participated. Bilinguals were further grouped according to their age of English acquisition and length of schooling/working in English. Word frequency significantly affected word recognition in bilinguals who acquired English late and had limited schooling/working in English. When making errors, bilinguals tended to replace the target word with a word of a higher frequency. Overall, the newer corpora outperformed the HML in predicting error rate. Frequency counts provided by contemporary corpora predict bilinguals' recognition of English monosyllabic words. Word frequency also helps explain top replacement words for misrecognized targets. Word-frequency effects are especially prominent for bilinguals foreign born and educated.

  6. MULTILOOP PI CONTROLLER FOR ACHIEVING SIMULTANEOUS TIME AND FREQUENCY DOMAIN SPECIFICATIONS

    Directory of Open Access Journals (Sweden)

    M. SENTHILKUMAR

    2015-08-01

    Full Text Available Most of the controllers in control system are designed to satisfy either time domain or frequency domain specifications. This work presents the computation of a multiloop PI controller for achieving time and frequency domain specifications simultaneously. The desired time and frequency domain measures are to be specified initially to the design. To obtain the desired value of the performance measures the graphical relationship between the PI controller and the performance criteria is given. Thus by using graphical method a set of PI controller parameters to meet the desired performance measures are obtained in an effective and simpler way. The coupled tank has become a classic design of control engineering for multivariable process. The proposed control strategy has been implemented in the same coupled tank process and validated through simulation studies.

  7. Frequency domain analysis of knock images

    Science.gov (United States)

    Qi, Yunliang; He, Xin; Wang, Zhi; Wang, Jianxin

    2014-12-01

    High speed imaging-based knock analysis has mainly focused on time domain information, e.g. the spark triggered flame speed, the time when end gas auto-ignition occurs and the end gas flame speed after auto-ignition. This study presents a frequency domain analysis on the knock images recorded using a high speed camera with direct photography in a rapid compression machine (RCM). To clearly visualize the pressure wave oscillation in the combustion chamber, the images were high-pass-filtered to extract the luminosity oscillation. The luminosity spectrum was then obtained by applying fast Fourier transform (FFT) to three basic colour components (red, green and blue) of the high-pass-filtered images. Compared to the pressure spectrum, the luminosity spectra better identify the resonant modes of pressure wave oscillation. More importantly, the resonant mode shapes can be clearly visualized by reconstructing the images based on the amplitudes of luminosity spectra at the corresponding resonant frequencies, which agree well with the analytical solutions for mode shapes of gas vibration in a cylindrical cavity.

  8. Enhanced UXO Discrimination Using Frequency-Domain Electromagnetic Induction

    National Research Council Canada - National Science Library

    Nelson, H. H; Steinhurst, D. A; Barrow, B; Bell, T; Khadar, N; SanFilipo, B; Won, I. J

    2007-01-01

    .... With support from the Environmental Security Technology Certification Program, we have developed a frequency-domain electromagnetic induction sensor array to extend the discrimination capabilities of the MTADS...

  9. Analysis of measured data of human body based on error correcting frequency

    Science.gov (United States)

    Jin, Aiyan; Peipei, Gao; Shang, Xiaomei

    2014-04-01

    Anthropometry is to measure all parts of human body surface, and the measured data is the basis of analysis and study of the human body, establishment and modification of garment size and formulation and implementation of online clothing store. In this paper, several groups of the measured data are gained, and analysis of data error is gotten by analyzing the error frequency and using analysis of variance method in mathematical statistics method. Determination of the measured data accuracy and the difficulty of measured parts of human body, further studies of the causes of data errors, and summarization of the key points to minimize errors possibly are also mentioned in the paper. This paper analyses the measured data based on error frequency, and in a way , it provides certain reference elements to promote the garment industry development.

  10. Frequency-Domain Joint Motion and Disparity Estimation Using Steerable Filters

    Directory of Open Access Journals (Sweden)

    Dimitrios Alexiadis

    2018-02-01

    Full Text Available In this paper, the problem of joint disparity and motion estimation from stereo image sequences is formulated in the spatiotemporal frequency domain, and a novel steerable filter-based approach is proposed. Our rationale behind coupling the two problems is that according to experimental evidence in the literature, the biological visual mechanisms for depth and motion are not independent of each other. Furthermore, our motivation to study the problem in the frequency domain and search for a filter-based solution is based on the fact that, according to early experimental studies, the biological visual mechanisms can be modelled based on frequency-domain or filter-based considerations, for both the perception of depth and the perception of motion. The proposed framework constitutes the first attempt to solve the joint estimation problem through a filter-based solution, based on frequency-domain considerations. Thus, the presented ideas provide a new direction of work and could be the basis for further developments. From an algorithmic point of view, we additionally extend state-of-the-art ideas from the disparity estimation literature to handle the joint disparity-motion estimation problem and formulate an algorithm that is evaluated through a number of experimental results. Comparisons with state-of-the-art-methods demonstrate the accuracy of the proposed approach.

  11. Frequency-domain readout multiplexing of transition-edge sensor arrays

    Energy Technology Data Exchange (ETDEWEB)

    Lanting, T.M. [Physics Department, University of California, Berkeley, CA 94720 (United States)]. E-mail: tlanting@berkeley.edu; Arnold, K. [Physics Department, University of California, Berkeley, CA 94720 (United States); Cho, Hsiao-Mei [Physics Department, University of California, Berkeley, CA 94720 (United States); Clarke, John [Physics Department, University of California, Berkeley, CA 94720 (United States); Materials Sciences Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States); Dobbs, Matt [Physics Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States); Holzapfel, William [Physics Department, University of California, Berkeley, CA 94720 (United States); Lee, Adrian T. [Physics Department, University of California, Berkeley, CA 94720 (United States); Physics Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States); Lueker, M. [Physics Department, University of California, Berkeley, CA 94720 (United States); Richards, P.L. [Physics Department, University of California, Berkeley, CA 94720 (United States); Materials Sciences Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States); Space Sciences Laboratory, University of California, Berkeley, CA 94720 (United States); Smith, A.D. [Northrop-Grumman, Redondo Beach, CA 94278 (United States); Spieler, H.G. [Physics Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720 (United States)

    2006-04-15

    We have demonstrated frequency-domain readout multiplexing of eight channels for superconducting transition-edge sensor bolometer arrays. The multiplexed readout noise is 6.5 pA/{radical}Hz, well below the bolometer dark noise of 15-20 pA/{radical}Hz. We measure an upper limit on crosstalk of 0.004 between channels adjacent in frequency which meets our design requirement of 0.01. We have observed vibration insensitivity in our frequency-domain multiplexed transition-edge sensors, making this system very attractive for telescope and satellite observations. We also discuss extensions to our multiplexed readout. In particular, we are developing a SQUID flux-locked loop that is entirely cold and collaborating on digital multiplexer technology in order to scale up the number of multiplexed channels.

  12. Investigating Simulated Driving Errors in Amnestic Single- and Multiple-Domain Mild Cognitive Impairment.

    Science.gov (United States)

    Hird, Megan A; Vesely, Kristin A; Fischer, Corinne E; Graham, Simon J; Naglie, Gary; Schweizer, Tom A

    2017-01-01

    The areas of driving impairment characteristic of mild cognitive impairment (MCI) remain unclear. This study compared the simulated driving performance of 24 individuals with MCI, including amnestic single-domain (sd-MCI, n = 11) and amnestic multiple-domain MCI (md-MCI, n = 13), and 20 age-matched controls. Individuals with MCI committed over twice as many driving errors (20.0 versus 9.9), demonstrated difficulty with lane maintenance, and committed more errors during left turns with traffic compared to healthy controls. Specifically, individuals with md-MCI demonstrated greater driving difficulty compared to healthy controls, relative to those with sd-MCI. Differentiating between different subtypes of MCI may be important when evaluating driving safety.

  13. A parallel adaptive finite element simplified spherical harmonics approximation solver for frequency domain fluorescence molecular imaging

    International Nuclear Information System (INIS)

    Lu Yujie; Zhu Banghe; Rasmussen, John C; Sevick-Muraca, Eva M; Shen Haiou; Wang Ge

    2010-01-01

    Fluorescence molecular imaging/tomography may play an important future role in preclinical research and clinical diagnostics. Time- and frequency-domain fluorescence imaging can acquire more measurement information than the continuous wave (CW) counterpart, improving the image quality of fluorescence molecular tomography. Although diffusion approximation (DA) theory has been extensively applied in optical molecular imaging, high-order photon migration models need to be further investigated to match quantitation provided by nuclear imaging. In this paper, a frequency-domain parallel adaptive finite element solver is developed with simplified spherical harmonics (SP N ) approximations. To fully evaluate the performance of the SP N approximations, a fast time-resolved tetrahedron-based Monte Carlo fluorescence simulator suitable for complex heterogeneous geometries is developed using a convolution strategy to realize the simulation of the fluorescence excitation and emission. The validation results show that high-order SP N can effectively correct the modeling errors of the diffusion equation, especially when the tissues have high absorption characteristics or when high modulation frequency measurements are used. Furthermore, the parallel adaptive mesh evolution strategy improves the modeling precision and the simulation speed significantly on a realistic digital mouse phantom. This solver is a promising platform for fluorescence molecular tomography using high-order approximations to the radiative transfer equation.

  14. Time-domain analysis of frequency dependent inertial wave forces on cylinders

    DEFF Research Database (Denmark)

    Krenk, Steen

    2013-01-01

    a simple time-domain procedure for the inertial force, in which the frequency dependence is represented via a simple explicit time filter on the wave particle acceleration or velocity. The frequency dependence of the inertia coefficient is known analytically as a function of the wave......-number, and the relevant range of waves shorter than about six times the diameter typically corresponds to deep water waves. This permits a universal non-dimensional frequency representation, that is converted to rational form to provide the relevant filter equation. Simple time-domain simulations demonstrate...... the reduction of the resonant part of the response for natural structural frequencies above the dominating wave frequency....

  15. Frequency-Domain Adaptive Algorithm for Network Echo Cancellation in VoIP

    Directory of Open Access Journals (Sweden)

    Patrick A. Naylor

    2008-05-01

    Full Text Available We propose a new low complexity, low delay, and fast converging frequency-domain adaptive algorithm for network echo cancellation in VoIP exploiting MMax and sparse partial (SP tap-selection criteria in the frequency domain. We incorporate these tap-selection techniques into the multidelay filtering (MDF algorithm in order to mitigate the delay inherent in frequency-domain algorithms. We illustrate two such approaches and discuss their tradeoff between convergence performance and computational complexity. Simulation results show an improvement in convergence rate for the proposed algorithm over MDF and significantly reduced complexity. The proposed algorithm achieves a convergence performance close to that of the recently proposed, but substantially more complex improved proportionate MDF (IPMDF algorithm.

  16. Image pre-filtering for measurement error reduction in digital image correlation

    Science.gov (United States)

    Zhou, Yihao; Sun, Chen; Song, Yuntao; Chen, Jubing

    2015-02-01

    In digital image correlation, the sub-pixel intensity interpolation causes a systematic error in the measured displacements. The error increases toward high-frequency component of the speckle pattern. In practice, a captured image is usually corrupted by additive white noise. The noise introduces additional energy in the high frequencies and therefore raises the systematic error. Meanwhile, the noise also elevates the random error which increases with the noise power. In order to reduce the systematic error and the random error of the measurements, we apply a pre-filtering to the images prior to the correlation so that the high-frequency contents are suppressed. Two spatial-domain filters (binomial and Gaussian) and two frequency-domain filters (Butterworth and Wiener) are tested on speckle images undergoing both simulated and real-world translations. By evaluating the errors of the various combinations of speckle patterns, interpolators, noise levels, and filter configurations, we come to the following conclusions. All the four filters are able to reduce the systematic error. Meanwhile, the random error can also be reduced if the signal power is mainly distributed around DC. For high-frequency speckle patterns, the low-pass filters (binomial, Gaussian and Butterworth) slightly increase the random error and Butterworth filter produces the lowest random error among them. By using Wiener filter with over-estimated noise power, the random error can be reduced but the resultant systematic error is higher than that of low-pass filters. In general, Butterworth filter is recommended for error reduction due to its flexibility of passband selection and maximal preservation of the allowed frequencies. Binomial filter enables efficient implementation and thus becomes a good option if computational cost is a critical issue. While used together with pre-filtering, B-spline interpolator produces lower systematic error than bicubic interpolator and similar level of the random

  17. Frequency domain indirect identification of AMB rotor systems based on fictitious proportional feedback gain

    Energy Technology Data Exchange (ETDEWEB)

    Ahn, Hyeong Joon [Dept. of Mechanical Engineering, Soongsil University, Seoul (Korea, Republic of); Kim, Chan Jung [Dept. of Mechanical Design Engineering, Pukyong National University, Busan(Korea, Republic of)

    2016-12-15

    It is very difficult to directly identify an unstable system with uncertain dynamics from frequency domain input-output data. Hence, in these cases, closed-loop frequency responses calculated using a fictitious feedback could be more identifiable than open-loop data. This paper presents a frequency domain indirect identification of AMB rotor systems based on a Fictitious proportional feedback gain (FPFG). The closed-loop effect due to the FPFG can enhance the detectability of the system by moving the system poles, and significantly weigh the target mode in the frequency domain. The effectiveness of the proposed identification method was verified through the frequency domain identification of active magnetic bearing rotor systems.

  18. Reduced order for nuclear reactor model in frequency and time domain

    International Nuclear Information System (INIS)

    Nugroho, D.H.

    1997-01-01

    In control system theory, a model can be represented by frequency or time domain. In frequency domain, the model was represented by transfer function. in time domain, the model was represented by state space. for the sake of simplification in computation, it is necessary to reduce the model order. the main aim of this research is to find the best in nuclear reactor model. Model order reduction in frequency domain can be done utilizing pole-zero cancellation method; while in time domain utilizing balanced aggregation method the balanced aggregation method was developed by moore (1981). In this paper, the two kinds of method were applied to reduce a nuclear reactor model which was constructed by neutron dynamics and heat transfer equations. to validate that the model characteristics were not change when model order reduction applied, the response was utilized for full and reduced order. it was shown that the nuclear reactor order model can be reduced from order 8 to 2 order 2 is the best order for nuclear reactor model

  19. A frequency domain approach for MPC tuning

    NARCIS (Netherlands)

    Özkan, L.; Meijs, J.B.; Backx, A.C.P.M.; Karimi, I.A.; Srinivasan, R.

    2012-01-01

    This paper presents a frequency domain based approach to tune the penalty weights in the model predictive control (MPC) formulation. The two-step tuning method involves the design of a favourite controller taking into account the model-plant mismatch followed by the controller matching. We implement

  20. Reduction of low frequency error for SED36 and APS based HYDRA star trackers

    Science.gov (United States)

    Ouaknine, Julien; Blarre, Ludovic; Oddos-Marcel, Lionel; Montel, Johan; Julio, Jean-Marc

    2017-11-01

    In the frame of the CNES Pleiades satellite, a reduction of the star tracker low frequency error, which is the most penalizing error for the satellite attitude control, was performed. For that purpose, the SED36 star tracker was developed, with a design based on the flight qualified SED16/26. In this paper, the SED36 main features will be first presented. Then, the reduction process of the low frequency error will be developed, particularly the optimization of the optical distortion calibration. The result is an attitude low frequency error of 1.1" at 3 sigma along transverse axes. The implementation of these improvements to HYDRA, the new multi-head APS star tracker developed by SODERN, will finally be presented.

  1. Spatial frequency domain spectroscopy of two layer media

    Science.gov (United States)

    Yudovsky, Dmitry; Durkin, Anthony J.

    2011-10-01

    Monitoring of tissue blood volume and oxygen saturation using biomedical optics techniques has the potential to inform the assessment of tissue health, healing, and dysfunction. These quantities are typically estimated from the contribution of oxyhemoglobin and deoxyhemoglobin to the absorption spectrum of the dermis. However, estimation of blood related absorption in superficial tissue such as the skin can be confounded by the strong absorption of melanin in the epidermis. Furthermore, epidermal thickness and pigmentation varies with anatomic location, race, gender, and degree of disease progression. This study describes a technique for decoupling the effect of melanin absorption in the epidermis from blood absorption in the dermis for a large range of skin types and thicknesses. An artificial neural network was used to map input optical properties to spatial frequency domain diffuse reflectance of two layer media. Then, iterative fitting was used to determine the optical properties from simulated spatial frequency domain diffuse reflectance. Additionally, an artificial neural network was trained to directly map spatial frequency domain reflectance to sets of optical properties of a two layer medium, thus bypassing the need for iteration. In both cases, the optical thickness of the epidermis and absorption and reduced scattering coefficients of the dermis were determined independently. The accuracy and efficiency of the iterative fitting approach was compared with the direct neural network inversion.

  2. Bias Errors due to Leakage Effects When Estimating Frequency Response Functions

    Directory of Open Access Journals (Sweden)

    Andreas Josefsson

    2012-01-01

    Full Text Available Frequency response functions are often utilized to characterize a system's dynamic response. For a wide range of engineering applications, it is desirable to determine frequency response functions for a system under stochastic excitation. In practice, the measurement data is contaminated by noise and some form of averaging is needed in order to obtain a consistent estimator. With Welch's method, the discrete Fourier transform is used and the data is segmented into smaller blocks so that averaging can be performed when estimating the spectrum. However, this segmentation introduces leakage effects. As a result, the estimated frequency response function suffers from both systematic (bias and random errors due to leakage. In this paper the bias error in the H1 and H2-estimate is studied and a new method is proposed to derive an approximate expression for the relative bias error at the resonance frequency with different window functions. The method is based on using a sum of real exponentials to describe the window's deterministic autocorrelation function. Simple expressions are derived for a rectangular window and a Hanning window. The theoretical expressions are verified with numerical simulations and a very good agreement is found between the results from the proposed bias expressions and the empirical results.

  3. Fast convergent frequency-domain MIMO equalizer for few-mode fiber communication systems

    Science.gov (United States)

    He, Xuan; Weng, Yi; Wang, Junyi; Pan, Z.

    2018-02-01

    Space division multiplexing using few-mode fibers has been extensively explored to sustain the continuous traffic growth. In few-mode fiber optical systems, both spatial and polarization modes are exploited to transmit parallel channels, thus increasing the overall capacity. However, signals on spatial channels inevitably suffer from the intrinsic inter-modal coupling and large accumulated differential mode group delay (DMGD), which causes spatial modes de-multiplex even harder. Many research articles have demonstrated that frequency domain adaptive multi-input multi-output (MIMO) equalizer can effectively compensate the DMGD and demultiplex the spatial channels with digital signal processing (DSP). However, the large accumulated DMGD usually requires a large number of training blocks for the initial convergence of adaptive MIMO equalizers, which will decrease the overall system efficiency and even degrade the equalizer performance in fast-changing optical channels. Least mean square (LMS) algorithm is always used in MIMO equalization to dynamically demultiplex the spatial signals. We have proposed to use signal power spectral density (PSD) dependent method and noise PSD directed method to improve the convergence speed of adaptive frequency domain LMS algorithm. We also proposed frequency domain recursive least square (RLS) algorithm to further increase the convergence speed of MIMO equalizer at cost of greater hardware complexity. In this paper, we will compare the hardware complexity and convergence speed of signal PSD dependent and noise power directed algorithms against the conventional frequency domain LMS algorithm. In our numerical study of a three-mode 112 Gbit/s PDM-QPSK optical system with 3000 km transmission, the noise PSD directed and signal PSD dependent methods could improve the convergence speed by 48.3% and 36.1% respectively, at cost of 17.2% and 10.7% higher hardware complexity. We will also compare the frequency domain RLS algorithm against

  4. Correction of electrode modelling errors in multi-frequency EIT imaging.

    Science.gov (United States)

    Jehl, Markus; Holder, David

    2016-06-01

    The differentiation of haemorrhagic from ischaemic stroke using electrical impedance tomography (EIT) requires measurements at multiple frequencies, since the general lack of healthy measurements on the same patient excludes time-difference imaging methods. It has previously been shown that the inaccurate modelling of electrodes constitutes one of the largest sources of image artefacts in non-linear multi-frequency EIT applications. To address this issue, we augmented the conductivity Jacobian matrix with a Jacobian matrix with respect to electrode movement. Using this new algorithm, simulated ischaemic and haemorrhagic strokes in a realistic head model were reconstructed for varying degrees of electrode position errors. The simultaneous recovery of conductivity spectra and electrode positions removed most artefacts caused by inaccurately modelled electrodes. Reconstructions were stable for electrode position errors of up to 1.5 mm standard deviation along both surface dimensions. We conclude that this method can be used for electrode model correction in multi-frequency EIT.

  5. Combined failure acoustical diagnosis based on improved frequency domain blind deconvolution

    International Nuclear Information System (INIS)

    Pan, Nan; Wu, Xing; Chi, YiLin; Liu, Xiaoqin; Liu, Chang

    2012-01-01

    According to gear box combined failure extraction in complex sound field, an acoustic fault detection method based on improved frequency domain blind deconvolution was proposed. Follow the frequency-domain blind deconvolution flow, the morphological filtering was firstly used to extract modulation features embedded in the observed signals, then the CFPA algorithm was employed to do complex-domain blind separation, finally the J-Divergence of spectrum was employed as distance measure to resolve the permutation. Experiments using real machine sound signals was carried out. The result demonstrate this algorithm can be efficiently applied to gear box combined failure detection in practice.

  6. Frequency and determinants of drug administration errors in the intensive care unit

    NARCIS (Netherlands)

    van den Bemt, PMLA; Fijn, R; van der Voort, PHJ; Gossen, AA; Egberts, TCG; Brouwers, JRBJ

    Objective., The study aimed to identify both the frequency and the determinants of drug administration errors in the intensive care unit. Design: Administration errors were detected by using the disguised-observation technique (observation of medication administrations by nurses, without revealing

  7. Eliminating the domain error in local explicitly correlated second-order Møller-Plesset perturbation theory.

    Science.gov (United States)

    Werner, Hans-Joachim

    2008-09-14

    A new explicitly correlated local MP2-F12 method is proposed in which the error caused by truncating the virtual orbital space to pair-specific local domains is almost entirely removed. This is achieved by a simple modification of the ansatz for the explicitly correlated wave function, which makes it possible that the explicitly correlated terms correct both for the basis set incompleteness error as well as for the domain error in the LMP2. Benchmark calculations are presented for 21 molecules and 16 chemical reactions. The results demonstrate that the local approximations have hardly any effect on the accuracy of the computed correlation energies and reaction energies, and the LMP2-F12 reaction energies agree within 0.1-0.2 kcal/mol with estimated MP2 basis set limits.

  8. The frequency of diagnostic errors in radiologic reports depends on the patient's age

    International Nuclear Information System (INIS)

    Diaz, Sandra; Ekberg, Olle

    2010-01-01

    Background: Patients who undergo treatment may suffer preventable medical errors. Some of these errors are due to diagnostic imaging procedures. Purpose: To compare the frequency of diagnostic errors in different age groups in an urban European population. Material and Methods: A total of 19 129 reported radiologic examinations were included. During a 6-month period, the analyzed age groups were: children (aged 0-9 years), adults (40-49 years), and elderly (86-95 years). Results: The frequency of radiologic examinations per year was 0.3 in children, 0.6 in adults, and 1.1 in elderly. Significant errors were significantly more frequent in the elderly (1.7%) and children (1.4%) compared with adults (0.8%). There were 60 false-positive reports and 232 false-negative reports. Most errors were made by staff radiologists after hours when they reported on examinations outside their area of expertise. Conclusion: Diagnostic errors are more frequent in children and the elderly compared with middle-aged adults

  9. An operational modal analysis method in frequency and spatial domain

    Science.gov (United States)

    Wang, Tong; Zhang, Lingmi; Tamura, Yukio

    2005-12-01

    A frequency and spatial domain decomposition method (FSDD) for operational modal analysis (OMA) is presented in this paper, which is an extension of the complex mode indicator function (CMIF) method for experimental modal analysis (EMA). The theoretical background of the FSDD method is clarified. Singular value decomposition is adopted to separate the signal space from the noise space. Finally, an enhanced power spectrum density (PSD) is proposed to obtain more accurate modal parameters by curve fitting in the frequency domain. Moreover, a simulation case and an application case are used to validate this method.

  10. An investigation of time-frequency domain phase-weighted stacking and its application to phase-velocity extraction from ambient noise's empirical Green's functions

    Science.gov (United States)

    Li, Guoliang; Niu, Fenglin; Yang, Yingjie; Xie, Jun

    2018-02-01

    The time-frequency domain phase-weighted stacking (tf-PWS) technique based on the S transform has been employed in stacking empirical Green's functions (EGFs) derived from ambient noise data, mainly due to its superior power in enhancing weak signals. Questions such as the induced waveform distortion and the feasibility of phase-velocity extraction are yet to be thoroughly explored. In this study, we investigate these issues by conducting extensive numerical tests with both synthetic data and USArray transportable array (TA) ambient noise data. We find that the errors in the measured phase velocities associated with waveform distortion caused by the tf-PWS depend largely on the way of how the inverse S transform (IST) is implemented. If frequency IST is employed in tf-PWS, the corresponding errors are generally less than 0.1 per cent, sufficiently small that the measured phase velocities can be safely used in regular surface wave tomography. On the other hand, if a time IST is used in tf-PWS, then the extracted phase velocities are systematically larger than those measured from linearly stacked ones, and the discrepancy can reach as much as ˜0.4 per cent at some periods. Therefore, if tf-PWS is used in stacking EGFs, then frequency IST is preferred to transform the stacked S spectra back to the time domain for the stacked EGFs.

  11. Wavelets and triple difference as a mathematical method for filtering and mitigation of DGPS errors

    Directory of Open Access Journals (Sweden)

    Aly M. El-naggar

    2015-12-01

    Wavelet spectral techniques can separate GPS signals into sub-bands where different errors can be separated and mitigated. The main goal of this paper was the development and implementation of DGPS error mitigation techniques using triple difference and wavelet. This paper studies, analyzes and provides new techniques that will help mitigate these errors in the frequency domain. The proposed technique applied to smooth noise for GPS receiver positioning data is based upon the analysis of wavelet transform (WT. The technique is applied using wavelet as a de-noising tool to tackle the high-frequency errors in the triple difference domain and to obtain a de-noised triple difference signal that can be used in a positioning calculation.

  12. Bayesian Frequency Domain Identification of LTI Systems with OBFs kernels

    NARCIS (Netherlands)

    Darwish, M.A.H.; Lataire, J.P.G.; Tóth, R.

    2017-01-01

    Regularised Frequency Response Function (FRF) estimation based on Gaussian process regression formulated directly in the frequency-domain has been introduced recently The underlying approach largely depends on the utilised kernel function, which encodes the relevant prior knowledge on the system

  13. Learning curves, taking instructions, and patient safety: using a theoretical domains framework in an interview study to investigate prescribing errors among trainee doctors

    Directory of Open Access Journals (Sweden)

    Duncan Eilidh M

    2012-09-01

    Full Text Available Abstract Background Prescribing errors are a major source of morbidity and mortality and represent a significant patient safety concern. Evidence suggests that trainee doctors are responsible for most prescribing errors. Understanding the factors that influence prescribing behavior may lead to effective interventions to reduce errors. Existing investigations of prescribing errors have been based on Human Error Theory but not on other relevant behavioral theories. The aim of this study was to apply a broad theory-based approach using the Theoretical Domains Framework (TDF to investigate prescribing in the hospital context among a sample of trainee doctors. Method Semistructured interviews, based on 12 theoretical domains, were conducted with 22 trainee doctors to explore views, opinions, and experiences of prescribing and prescribing errors. Content analysis was conducted, followed by applying relevance criteria and a novel stage of critical appraisal, to identify which theoretical domains could be targeted in interventions to improve prescribing. Results Seven theoretical domains met the criteria of relevance: “social professional role and identity,” “environmental context and resources,” “social influences,” “knowledge,” “skills,” “memory, attention, and decision making,” and “behavioral regulation.” From critical appraisal of the interview data, “beliefs about consequences” and “beliefs about capabilities” were also identified as potentially important domains. Interrelationships between domains were evident. Additionally, the data supported theoretical elaboration of the domain behavioral regulation. Conclusions In this investigation of hospital-based prescribing, participants’ attributions about causes of errors were used to identify domains that could be targeted in interventions to improve prescribing. In a departure from previous TDF practice, critical appraisal was used to identify additional domains

  14. Learning curves, taking instructions, and patient safety: using a theoretical domains framework in an interview study to investigate prescribing errors among trainee doctors.

    Science.gov (United States)

    Duncan, Eilidh M; Francis, Jill J; Johnston, Marie; Davey, Peter; Maxwell, Simon; McKay, Gerard A; McLay, James; Ross, Sarah; Ryan, Cristín; Webb, David J; Bond, Christine

    2012-09-11

    Prescribing errors are a major source of morbidity and mortality and represent a significant patient safety concern. Evidence suggests that trainee doctors are responsible for most prescribing errors. Understanding the factors that influence prescribing behavior may lead to effective interventions to reduce errors. Existing investigations of prescribing errors have been based on Human Error Theory but not on other relevant behavioral theories. The aim of this study was to apply a broad theory-based approach using the Theoretical Domains Framework (TDF) to investigate prescribing in the hospital context among a sample of trainee doctors. Semistructured interviews, based on 12 theoretical domains, were conducted with 22 trainee doctors to explore views, opinions, and experiences of prescribing and prescribing errors. Content analysis was conducted, followed by applying relevance criteria and a novel stage of critical appraisal, to identify which theoretical domains could be targeted in interventions to improve prescribing. Seven theoretical domains met the criteria of relevance: "social professional role and identity," "environmental context and resources," "social influences," "knowledge," "skills," "memory, attention, and decision making," and "behavioral regulation." From critical appraisal of the interview data, "beliefs about consequences" and "beliefs about capabilities" were also identified as potentially important domains. Interrelationships between domains were evident. Additionally, the data supported theoretical elaboration of the domain behavioral regulation. In this investigation of hospital-based prescribing, participants' attributions about causes of errors were used to identify domains that could be targeted in interventions to improve prescribing. In a departure from previous TDF practice, critical appraisal was used to identify additional domains that should also be targeted, despite participants' perceptions that they were not relevant to

  15. Multi-beam synchronous measurement based on PSD phase detection using frequency-domain multiplexing

    Science.gov (United States)

    Duan, Ying; Qin, Lan; Xue, Lian; Xi, Feng; Mao, Jiubing

    2013-10-01

    According to the principle of centroid measurement, position-sensitive detectors (PSD) are commonly used for micro displacement detection. However, single-beam detection method cannot satisfy such tasks as multi-dimension position measurement, three dimension vision reconstruction, and robot precision positioning, which require synchronous measurement of multiple light beams. Consequently, we designed PSD phase detection method using frequency-domain multiplexing for synchronous detection of multiple modulated light beams. Compared to previous PSD amplitude detection method, the phase detection method using FDM has advantages of simplified measuring system, low cost, high capability of resistance to light interference as well as improved resolution. The feasibility of multi-beam synchronous measurement based on PSD phase detection using FDM was validated by multi-beam measuring experiments. The maximum non-linearity error of the multi-beam synchronous measurement is 6.62%.

  16. Detrimental Effect Elimination of Laser Frequency Instability in Brillouin Optical Time Domain Reflectometer by Using Self-Heterodyne Detection

    Directory of Open Access Journals (Sweden)

    Yongqian Li

    2017-03-01

    Full Text Available A useful method for eliminating the detrimental effect of laser frequency instability on Brillouin signals by employing the self-heterodyne detection of Rayleigh and Brillouin scattering is presented. From the analysis of Brillouin scattering spectra from fibers with different lengths measured by heterodyne detection, the maximum usable pulse width immune to laser frequency instability is obtained to be about 4 µs in a self-heterodyne detection Brillouin optical time domain reflectometer (BOTDR system using a broad-band laser with low frequency stability. Applying the self-heterodyne detection of Rayleigh and Brillouin scattering in BOTDR system, we successfully demonstrate that the detrimental effect of laser frequency instability on Brillouin signals can be eliminated effectively. Employing the broad-band laser modulated by a 130-ns wide pulse driven electro-optic modulator, the observed maximum errors in temperatures measured by the local heterodyne and self-heterodyne detection BOTDR systems are 7.9 °C and 1.2 °C, respectively.

  17. Acoustic Imaging Frequency Dynamics of Ferroelectric Domains by Atomic Force Microscopy

    International Nuclear Information System (INIS)

    Kun-Yu, Zhao; Hua-Rong, Zeng; Hong-Zhang, Song; Sen-Xing, Hui; Guo-Rong, Li; Qing-Rui, Yin; Shimamura, Kiyoshi; Kannan, Chinna Venkadasamy; Villora, Encarnacion Antonia Garcia; Takekawa, Shunji; Kitamura, Kenji

    2008-01-01

    We report the acoustic imaging frequency dynamics of ferroelectric domains by low-frequency acoustic probe microscopy based on the commercial atomic force microscopy It is found that ferroelectric domain could be firstly visualized at lower frequency down to 0.5 kHz by AFM-based acoustic microscopy The frequency-dependent acoustic signal revealed a strong acoustic response in the frequency range from 7kHz to 10kHz, and reached maximum at 8.1kHz. The acoustic contrast mechanism can be ascribed to the different elastic response of ferroelectric microstructures to local elastic stress fields, which is induced by the acoustic wave transmitting in the sample when the piezoelectric transducer is vibrating and exciting acoustic wave under ac electric fields due to normal piezoelectric effects. (condensed matter: electronic structure, electrical, magnetic, and optical properties)

  18. Wideband Radar Echo Frequency-domain Simulation and Analysis for High Speed Moving Targets

    Directory of Open Access Journals (Sweden)

    Ning Chao

    2014-04-01

    Full Text Available A frequency-domain method is proposed for wideband radar echo simulation of high-speed moving targets. Based on the physical process of electromagnetic waves observing a moving target, a frequency-domain echo model of wideband radar is constructed, and the block diagram of the radar echo simulation in frequency-domain is presented. Then, the impacts of radial velocity and slant range on the matching filtering of LFM radar are analyzed, and some quantitative conclusions on the shift and expansion of the radar profiles are obtained. Simulation results illustrate the correctness and efficiency of the proposed method.

  19. Soil-structure interaction analysis of NPP containments: substructure and frequency domain methods

    International Nuclear Information System (INIS)

    Venancio-Filho, F.; Almeida, M.C.F.; Ferreira, W.G.; De Barros, F.C.P.

    1997-01-01

    Substructure and frequency domain methods for soil-structure interaction are addressed in this paper. After a brief description of mathematical models for the soil and of excitation, the equations for dynamic soil-structure interaction are developed for a rigid surface foundation and for an embedded foundation. The equations for the frequency domain analysis of MDOF systems are provided. An example of soil-structure interaction analysis with frequency-dependent soil properties is given and examples of identification of foundation impedance functions and soil properties are presented. (orig.)

  20. ProteinAC: a frequency domain technique for analyzing protein dynamics

    Science.gov (United States)

    Bozkurt Varolgunes, Yasemin; Demir, Alper

    2018-03-01

    It is widely believed that the interactions of proteins with ligands and other proteins are determined by their dynamic characteristics as opposed to only static, time-invariant processes. We propose a novel computational technique, called ProteinAC (PAC), that can be used to analyze small scale functional protein motions as well as interactions with ligands directly in the frequency domain. PAC was inspired by a frequency domain analysis technique that is widely used in electronic circuit design, and can be applied to both coarse-grained and all-atom models. It can be considered as a generalization of previously proposed static perturbation-response methods, where the frequency of the perturbation becomes the key. We discuss the precise relationship of PAC to static perturbation-response schemes. We show that the frequency of the perturbation may be an important factor in protein dynamics. Perturbations at different frequencies may result in completely different response behavior while magnitude and direction are kept constant. Furthermore, we introduce several novel frequency dependent metrics that can be computed via PAC in order to characterize response behavior. We present results for the ferric binding protein that demonstrate the potential utility of the proposed techniques.

  1. Biometric identification based on novel frequency domain facial asymmetry measures

    Science.gov (United States)

    Mitra, Sinjini; Savvides, Marios; Vijaya Kumar, B. V. K.

    2005-03-01

    In the modern world, the ever-growing need to ensure a system's security has spurred the growth of the newly emerging technology of biometric identification. The present paper introduces a novel set of facial biometrics based on quantified facial asymmetry measures in the frequency domain. In particular, we show that these biometrics work well for face images showing expression variations and have the potential to do so in presence of illumination variations as well. A comparison of the recognition rates with those obtained from spatial domain asymmetry measures based on raw intensity values suggests that the frequency domain representation is more robust to intra-personal distortions and is a novel approach for performing biometric identification. In addition, some feature analysis based on statistical methods comparing the asymmetry measures across different individuals and across different expressions is presented.

  2. Frequency domain modeling and dynamic characteristics evaluation of existing wind turbine systems

    Science.gov (United States)

    Chiang, Chih-Hung; Yu, Chih-Peng

    2016-04-01

    It is quite well accepted that frequency domain procedures are suitable for the design and dynamic analysis of wind turbine structures, especially for floating offshore wind turbines, since random wind loads and wave induced motions are most likely simulated in the frequency domain. This paper presents specific applications of an effective frequency domain scheme to the linear analysis of wind turbine structures in which a 1-D spectral element was developed based on the axially-loaded member. The solution schemes are summarized for the spectral analyses of the tower, the blades, and the combined system with selected frequency-dependent coupling effect from foundation-structure interactions. Numerical examples demonstrate that the modal frequencies obtained using spectral-element models are in good agreement with those found in the literature. A 5-element mono-pile model results in less than 0.3% deviation from an existing 160-element model. It is preliminarily concluded that the proposed scheme is relatively efficient in performing quick verification for test data obtained from the on-site vibration measurement using the microwave interferometer.

  3. Numerical solutions of ordinary and partial differential equations in the frequency domain

    International Nuclear Information System (INIS)

    Hazi, G.; Por, G.

    1997-01-01

    Numerical problems during the noise simulation in a nuclear power plant are discussed. The solutions of ordinary and partial differential equations are studied in the frequency domain. Numerical methods by the transfer function method are applied. It is shown that the correctness of the numerical methods is limited for ordinary differential equations in the frequency domain. To overcome the difficulties, step-size selection is suggested. (author)

  4. Frequency-domain full-waveform inversion with non-linear descent directions

    Science.gov (United States)

    Geng, Yu; Pan, Wenyong; Innanen, Kristopher A.

    2018-05-01

    Full-waveform inversion (FWI) is a highly non-linear inverse problem, normally solved iteratively, with each iteration involving an update constructed through linear operations on the residuals. Incorporating a flexible degree of non-linearity within each update may have important consequences for convergence rates, determination of low model wavenumbers and discrimination of parameters. We examine one approach for doing so, wherein higher order scattering terms are included within the sensitivity kernel during the construction of the descent direction, adjusting it away from that of the standard Gauss-Newton approach. These scattering terms are naturally admitted when we construct the sensitivity kernel by varying not the current but the to-be-updated model at each iteration. Linear and/or non-linear inverse scattering methodologies allow these additional sensitivity contributions to be computed from the current data residuals within any given update. We show that in the presence of pre-critical reflection data, the error in a second-order non-linear update to a background of s0 is, in our scheme, proportional to at most (Δs/s0)3 in the actual parameter jump Δs causing the reflection. In contrast, the error in a standard Gauss-Newton FWI update is proportional to (Δs/s0)2. For numerical implementation of more complex cases, we introduce a non-linear frequency-domain scheme, with an inner and an outer loop. A perturbation is determined from the data residuals within the inner loop, and a descent direction based on the resulting non-linear sensitivity kernel is computed in the outer loop. We examine the response of this non-linear FWI using acoustic single-parameter synthetics derived from the Marmousi model. The inverted results vary depending on data frequency ranges and initial models, but we conclude that the non-linear FWI has the capability to generate high-resolution model estimates in both shallow and deep regions, and to converge rapidly, relative to a

  5. Frequency-domain thermal modelling of power semiconductor devices

    DEFF Research Database (Denmark)

    Ma, Ke; Blaabjerg, Frede; Andresen, Markus

    2015-01-01

    to correctly predict the device temperatures, especially when considering the thermal grease and heat sink attached to the power semiconductor devices. In this paper, the frequency-domain approach is applied to the modelling of thermal dynamics for power devices. The limits of the existing RC lump...

  6. Advantages of frequency-domain modeling in dynamic-susceptibility contrast magnetic resonance cerebral blood flow quantification.

    Science.gov (United States)

    Chen, Jean J; Smith, Michael R; Frayne, Richard

    2005-03-01

    In dynamic-susceptibility contrast magnetic resonance perfusion imaging, the cerebral blood flow (CBF) is estimated from the tissue residue function obtained through deconvolution of the contrast concentration functions. However, the reliability of CBF estimates obtained by deconvolution is sensitive to various distortions including high-frequency noise amplification. The frequency-domain Fourier transform-based and the time-domain singular-value decomposition-based (SVD) algorithms both have biases introduced into their CBF estimates when noise stability criteria are applied or when contrast recirculation is present. The recovery of the desired signal components from amid these distortions by modeling the residue function in the frequency domain is demonstrated. The basic advantages and applicability of the frequency-domain modeling concept are explored through a simple frequency-domain Lorentzian model (FDLM); with results compared to standard SVD-based approaches. The performance of the FDLM method is model dependent, well representing residue functions in the exponential family while less accurately representing other functions. (c) 2005 Wiley-Liss, Inc.

  7. On low-frequency errors of uniformly modulated filtered white-noise models for ground motions

    Science.gov (United States)

    Safak, Erdal; Boore, David M.

    1988-01-01

    Low-frequency errors of a commonly used non-stationary stochastic model (uniformly modulated filtered white-noise model) for earthquake ground motions are investigated. It is shown both analytically and by numerical simulation that uniformly modulated filter white-noise-type models systematically overestimate the spectral response for periods longer than the effective duration of the earthquake, because of the built-in low-frequency errors in the model. The errors, which are significant for low-magnitude short-duration earthquakes, can be eliminated by using the filtered shot-noise-type models (i. e. white noise, modulated by the envelope first, and then filtered).

  8. Handheld Frequency Domain Vector EMI Sensing for UXO Discrimination

    Science.gov (United States)

    2010-07-01

    MATERIALS AND METHODS: GEM-3D+ SOFTWARE 4.6 NSMS Modeling of GEM-3D+ and HAP Method parametrized by a Pasion Oldenburg type model and/or combined with...Sens., 39:1286–1293, June 2001. 33, 38 [9] Leonard R. Pasion and Douglas W. Oldenburg. A discrimination algorithm for UXO using time domain...Oct. 1969. 52, 69 [39] Nicolas Lhomme, Leonard R. Pasion , Stephen D. Billings, and Douglas W. Oldenburg. Inversion of frequency domain data

  9. Recent progress in synchrotron-based frequency-domain Fourier-transform THz-EPR.

    Science.gov (United States)

    Nehrkorn, Joscha; Holldack, Karsten; Bittl, Robert; Schnegg, Alexander

    2017-07-01

    We describe frequency-domain Fourier-transform THz-EPR as a method to assign spin-coupling parameters of high-spin (S>1/2) systems with very large zero-field splittings. The instrumental foundations of synchrotron-based FD-FT THz-EPR are presented, alongside with a discussion of frequency-domain EPR simulation routines. The capabilities of this approach is demonstrated for selected mono- and multinuclear HS systems. Finally, we discuss remaining challenges and give an outlook on the future prospects of the technique. Copyright © 2017 Elsevier Inc. All rights reserved.

  10. Frequency of medication errors in an emergency department of a large teaching hospital in southern Iran

    Directory of Open Access Journals (Sweden)

    Vazin A

    2014-12-01

    Full Text Available Afsaneh Vazin,1 Zahra Zamani,1 Nahid Hatam2 1Department of Clinical Pharmacy, Faculty of Pharmacy, 2School of Management and Medical Information Sciences, Shiraz University of Medical Sciences, Shiraz, Iran Abstract: This study was conducted with the purpose of determining the frequency of medication errors (MEs occurring in tertiary care emergency department (ED of a large academic hospital in Iran. The incidence of MEs was determined through the disguised direct observation method conducted by a trained observer. A total of 1,031 medication doses administered to 202 patients admitted to the tertiary care ED were observed over a course of 54 6-hour shifts. Following collection of the data and analysis of the errors with the assistance of a clinical pharmacist, frequency of errors in the different stages was reported and analyzed in SPSS-21 software. For the 202 patients and the 1,031 medication doses evaluated in the present study, 707 (68.5% MEs were recorded in total. In other words, 3.5 errors per patient and almost 0.69 errors per medication are reported to have occurred, with the highest frequency of errors pertaining to cardiovascular (27.2% and antimicrobial (23.6% medications. The highest rate of errors occurred during the administration phase of the medication use process with a share of 37.6%, followed by errors of prescription and transcription with a share of 21.1% and 10% of errors, respectively. Omission (7.6% and wrong time error (4.4% were the most frequent administration errors. The less-experienced nurses (P=0.04, higher patient-to-nurse ratio (P=0.017, and the morning shifts (P=0.035 were positively related to administration errors. Administration errors marked the highest share of MEs occurring in the different medication use processes. Increasing the number of nurses and employing the more experienced of them in EDs can help reduce nursing errors. Addressing the shortcomings with further research should result in reduction

  11. Output Error Method for Tiltrotor Unstable in Hover

    Directory of Open Access Journals (Sweden)

    Lichota Piotr

    2017-03-01

    Full Text Available This article investigates unstable tiltrotor in hover system identification from flight test data. The aircraft dynamics was described by a linear model defined in Body-Fixed-Coordinate System. Output Error Method was selected in order to obtain stability and control derivatives in lateral motion. For estimating model parameters both time and frequency domain formulations were applied. To improve the system identification performed in the time domain, a stabilization matrix was included for evaluating the states. In the end, estimates obtained from various Output Error Method formulations were compared in terms of parameters accuracy and time histories. Evaluations were performed in MATLAB R2009b environment.

  12. Time-domain representation of frequency-dependent foundation impedance functions

    Science.gov (United States)

    Safak, E.

    2006-01-01

    Foundation impedance functions provide a simple means to account for soil-structure interaction (SSI) when studying seismic response of structures. Impedance functions represent the dynamic stiffness of the soil media surrounding the foundation. The fact that impedance functions are frequency dependent makes it difficult to incorporate SSI in standard time-history analysis software. This paper introduces a simple method to convert frequency-dependent impedance functions into time-domain filters. The method is based on the least-squares approximation of impedance functions by ratios of two complex polynomials. Such ratios are equivalent, in the time-domain, to discrete-time recursive filters, which are simple finite-difference equations giving the relationship between foundation forces and displacements. These filters can easily be incorporated into standard time-history analysis programs. Three examples are presented to show the applications of the method.

  13. CALCULATION OF CONTROL CIRCUITS IN FREQUENCY DOMAIN USING SCILAB ENVIRONEMNT

    Directory of Open Access Journals (Sweden)

    Chioncel Petru

    2014-10-01

    Full Text Available The paper presents the computing of control circuits in the frequency domain, starting from the mathematical model of the frequency response H(jw obtained from the transfer function H(s where the operational variable keeps just the image part. For PT1 and PT2 elements, using Scilab, the geometrical place is illustrated and the frequency diagrams are determinate for different duping constants (PT2. The logarithmic frequency diagrams (Bode, determine the amplitude and phase reserve for a control circuits with three PT1 elements.

  14. THEORETICAL RESEARCH ON HYDRODYNAMICS OF A GEOMETRIC SPAR IN FREQUENCY- AND TIME-DOMAINS

    Institute of Scientific and Technical Information of China (English)

    WANG Ying; YANG Jian-min; HU Zhi-qiang; XIAO Long-fei

    2008-01-01

    Considering the coupling effects of the vessel and its riser and mooring system, hydrodynamic analyses of a geometric spar were performed both in frequency- and time-domains. Based on the boundary element method, the 3-D panel model of the geometric spar and the related free water surface model were established, and the first-order and second-order difference-frequency wave loads and other hydrodynamic coefficients were calculated. Frequency domain analysis of the motion Response Amplitude Operators (RAO) and Quadratic Transfer Functions (QTF) and time domain analysis of the response series and spectra in an extreme wave condition were conducted for the coupled system with the mooring lines and risers involved. These analyses were further validated by the physical model test results.

  15. Using Weighted Constraints to Diagnose Errors in Logic Programming--The Case of an Ill-Defined Domain

    Science.gov (United States)

    Le, Nguyen-Thinh; Menzel, Wolfgang

    2009-01-01

    In this paper, we introduce logic programming as a domain that exhibits some characteristics of being ill-defined. In order to diagnose student errors in such a domain, we need a means to hypothesise the student's intention, that is the strategy underlying her solution. This is achieved by weighting constraints, so that hypotheses about solution…

  16. Frequency domain performance analysis of nonlinearly controlled motion systems

    NARCIS (Netherlands)

    Pavlov, A.V.; Wouw, van de N.; Pogromski, A.Y.; Heertjes, M.F.; Nijmeijer, H.

    2007-01-01

    At the heart of the performance analysis of linear motion control systems lie essential frequency domain characteristics such as sensitivity and complementary sensitivity functions. For a class of nonlinear motion control systems called convergent systems, generalized versions of these sensitivity

  17. 3D Frequency-Domain Seismic Inversion with Controlled Sloppiness

    NARCIS (Netherlands)

    Herrmann, F.; van Leeuwen, T.

    2014-01-01

    Seismic waveform inversion aims at obtaining detailed estimates of subsurface medium parameters, such as the spatial distribution of soundspeed, from multiexperiment seismic data. A formulation of this inverse problem in the frequency domain leads to an optimization problem constrained by a

  18. 3D Frequency-Domain Seismic Inversion with Controlled Sloppiness.

    NARCIS (Netherlands)

    T. van Leeuwen (Tristan); F.J. Herrmann

    2014-01-01

    htmlabstractSeismic waveform inversion aims at obtaining detailed estimates of subsurface medium parameters, such as the spatial distribution of soundspeed, from multiexperiment seismic data. A formulation of this inverse problem in the frequency domain leads to an optimization problem constrained

  19. Uncertainty quantification of dynamic responses in the frequency domain in the context of virtual testing

    Science.gov (United States)

    Brehm, Maik; Deraemaeker, Arnaud

    2015-04-01

    For the development of innovative materials, construction types or maintenance strategies, experimental investigations are inevitable to validate theoretical approaches in praxis. Numerical simulations, embedded in a general virtual testing approach, are alternatives to expensive experimental investigations. The statistical properties of the dynamic response in the frequency domain obtained from continuously measured data are often the basis for many developments, such as the optimization of damage indicators for structural health monitoring systems or the investigation of data-based frequency response function estimates. Two straightforward numerical simulation approaches exist to derive the statistics of a response due to random excitation and measurement errors. One approach is the sample-based technique, wherein for each excitation sample a time integration solution is needed. This can be computationally very demanding if a high accuracy of the statistical properties is of interest. The other approach consists in using the relationship between the excitation and the response directly in the frequency domain, wherein a weakly stationary process is assumed. This approach is inherently related to an infinite time response, which can hardly be derived from measured data. In this paper, a novel approach is proposed that overcomes the limitation of both aforementioned methods, by providing a fast analytical probabilistic framework for uncertainty quantification to determine accurately the statistics of short time dynamic responses. It is assumed that the structural system is known and can be described by deterministic parameters. The influences of signal processing techniques, such as linear combinations, windowing, and segmentation used in Welch's method, are considered as well. The performance of the new algorithm is investigated in comparison to both previous approaches on a three degrees of freedom system. The benchmark shows that the novel approach outperforms

  20. A mixed finite element domain decomposition method for nearly elastic wave equations in the frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Feng, Xiaobing [Univ. of Tennessee, Knoxville, TN (United States)

    1996-12-31

    A non-overlapping domain decomposition iterative method is proposed and analyzed for mixed finite element methods for a sequence of noncoercive elliptic systems with radiation boundary conditions. These differential systems describe the motion of a nearly elastic solid in the frequency domain. The convergence of the iterative procedure is demonstrated and the rate of convergence is derived for the case when the domain is decomposed into subdomains in which each subdomain consists of an individual element associated with the mixed finite elements. The hybridization of mixed finite element methods plays a important role in the construction of the discrete procedure.

  1. Simulation of power fluctuation of wind farms based on frequency domain

    DEFF Research Database (Denmark)

    Lin, Jin; Sun, Yuanzhang; Li, Guojie

    2011-01-01

    The wind power fluctuation model built up in the frequency domain is mathematically equivalent with that in the time domain, and has a clearer physical meaning therefore describes the fluctuation more accurately. However, the simulation of this model is required to deal with the time......-frequency transformation related to the power spectrum density (PSD), which is more special and complicated than normal transformations. Meanwhile, the computational complexity also increases significantly, more computation resources are needed. These problems negatively affect the engineering application of the model....... To overcome these disadvantages, the physical meaning of PSD based on fundamental concepts is presented, so that the specialties of this model compared with conventional ones can be understood. Then the time-frequency transformation algorithm is derived, which is fast to be implemented in digital computers...

  2. Comparison between time-and frequency-domain induced polarisation parameters

    CSIR Research Space (South Africa)

    Van Schoor, Abraham M

    2009-09-01

    Full Text Available of mineralised rocks and of the contrast between different rock types. It is further shown that a multi-frequency (spectral) approach can be used to avoid this pitfall; similarly, the calculation of different time-domain induced polarisation (IP) parameters...

  3. Bifurcation Observation of Combining Spiral Gear Transmission Based on Parameter Domain Structure Analysis

    Directory of Open Access Journals (Sweden)

    He Lin

    2016-01-01

    Full Text Available This study considers the bifurcation evolutions for a combining spiral gear transmission through parameter domain structure analysis. The system nonlinear vibration equations are created with piecewise backlash and general errors. Gill’s numerical integration algorithm is implemented in calculating the vibration equation sets. Based on cell-mapping method (CMM, two-dimensional dynamic domain planes have been developed and primarily focused on the parameters of backlash, transmission error, mesh frequency and damping ratio, and so forth. Solution demonstrates that Period-doubling bifurcation happens as the mesh frequency increases; moreover nonlinear discontinuous jump breaks the periodic orbit and also turns the periodic state into chaos suddenly. In transmission error planes, three cell groups which are Period-1, Period-4, and Chaos have been observed, and the boundary cells are the sensitive areas to dynamic response. Considering the parameter planes which consist of damping ratio associated with backlash, transmission error, mesh stiffness, and external load, the solution domain structure reveals that the system step into chaos undergoes Period-doubling cascade with Period-2m (m: integer periodic regions. Direct simulations to obtain the bifurcation diagram and largest Lyapunov exponent (LE match satisfactorily with the parameter domain solutions.

  4. Fast time- and frequency-domain finite-element methods for electromagnetic analysis

    Science.gov (United States)

    Lee, Woochan

    Fast electromagnetic analysis in time and frequency domain is of critical importance to the design of integrated circuits (IC) and other advanced engineering products and systems. Many IC structures constitute a very large scale problem in modeling and simulation, the size of which also continuously grows with the advancement of the processing technology. This results in numerical problems beyond the reach of existing most powerful computational resources. Different from many other engineering problems, the structure of most ICs is special in the sense that its geometry is of Manhattan type and its dielectrics are layered. Hence, it is important to develop structure-aware algorithms that take advantage of the structure specialties to speed up the computation. In addition, among existing time-domain methods, explicit methods can avoid solving a matrix equation. However, their time step is traditionally restricted by the space step for ensuring the stability of a time-domain simulation. Therefore, making explicit time-domain methods unconditionally stable is important to accelerate the computation. In addition to time-domain methods, frequency-domain methods have suffered from an indefinite system that makes an iterative solution difficult to converge fast. The first contribution of this work is a fast time-domain finite-element algorithm for the analysis and design of very large-scale on-chip circuits. The structure specialty of on-chip circuits such as Manhattan geometry and layered permittivity is preserved in the proposed algorithm. As a result, the large-scale matrix solution encountered in the 3-D circuit analysis is turned into a simple scaling of the solution of a small 1-D matrix, which can be obtained in linear (optimal) complexity with negligible cost. Furthermore, the time step size is not sacrificed, and the total number of time steps to be simulated is also significantly reduced, thus achieving a total cost reduction in CPU time. The second contribution

  5. Practical iterative learning control with frequency domain design and sampled data implementation

    CERN Document Server

    Wang, Danwei; Zhang, Bin

    2014-01-01

    This book is on the iterative learning control (ILC) with focus on the design and implementation. We approach the ILC design based on the frequency domain analysis and address the ILC implementation based on the sampled data methods. This is the first book of ILC from frequency domain and sampled data methodologies. The frequency domain design methods offer ILC users insights to the convergence performance which is of practical benefits. This book presents a comprehensive framework with various methodologies to ensure the learnable bandwidth in the ILC system to be set with a balance between learning performance and learning stability. The sampled data implementation ensures effective execution of ILC in practical dynamic systems. The presented sampled data ILC methods also ensure the balance of performance and stability of learning process. Furthermore, the presented theories and methodologies are tested with an ILC controlled robotic system. The experimental results show that the machines can work in much h...

  6. Joint time-frequency domain proportional fair scheduler with HARQ for 3GPP LTE systems

    OpenAIRE

    Beh, KC; Doufexi, A; Armour, SMD

    2008-01-01

    This paper explores the potential gain of joint diversity in both frequency domain and time domain which can be exploited to achieve spectral efficiency gains whilst simultaneously facilitating QoS/ fairness in an OFDMA system particularly in 3GPP Long Term Evolution (LTE)). The performance of several joint time-frequency schedulers is investigated. Simulation results show that joint time frequency schedulers achieve significantly superior performance compared to a more conventional time doma...

  7. A Frequency Domain Design Method For Sampled-Data Compensators

    DEFF Research Database (Denmark)

    Niemann, Hans Henrik; Jannerup, Ole Erik

    1990-01-01

    A new approach to the design of a sampled-data compensator in the frequency domain is investigated. The starting point is a continuous-time compensator for the continuous-time system which satisfy specific design criteria. The new design method will graphically show how the discrete...

  8. JPEG2000-coded image error concealment exploiting convex sets projections.

    Science.gov (United States)

    Atzori, Luigi; Ginesu, Giaime; Raccis, Alessio

    2005-04-01

    Transmission errors in JPEG2000 can be grouped into three main classes, depending on the affected area: LL, high frequencies at the lower decomposition levels, and high frequencies at the higher decomposition levels. The first type of errors are the most annoying but can be concealed exploiting the signal spatial correlation like in a number of techniques proposed in the past; the second are less annoying but more difficult to address; the latter are often imperceptible. In this paper, we address the problem of concealing the second class or errors when high bit-planes are damaged by proposing a new approach based on the theory of projections onto convex sets. Accordingly, the error effects are masked by iteratively applying two procedures: low-pass (LP) filtering in the spatial domain and restoration of the uncorrupted wavelet coefficients in the transform domain. It has been observed that a uniform LP filtering brought to some undesired side effects that negatively compensated the advantages. This problem has been overcome by applying an adaptive solution, which exploits an edge map to choose the optimal filter mask size. Simulation results demonstrated the efficiency of the proposed approach.

  9. Modal Identification from Ambient Responses using Frequency Domain Decomposition

    DEFF Research Database (Denmark)

    Brincker, Rune; Zhang, L.; Andersen, P.

    2000-01-01

    In this paper a new frequency domain technique is introduced for the modal identification from ambient responses, ie. in the case where the modal parameters must be estimated without knowing the input exciting the system. By its user friendliness the technique is closely related to the classical ...

  10. The Peltier driven frequency domain approach in thermal analysis.

    Science.gov (United States)

    De Marchi, Andrea; Giaretto, Valter

    2014-10-01

    The merits of Frequency Domain analysis as a tool for thermal system characterization are discussed, and the complex thermal impedance approach is illustrated. Pure AC thermal flux generation with negligible DC component is possible with a Peltier device, differently from other existing methods in which a significant DC component is intrinsically attached to the generated AC flux. Such technique is named here Peltier Driven Frequency Domain (PDFD). As a necessary prerequisite, a novel one-dimensional analytical model for an asymmetrically loaded Peltier device is developed, which is general enough to be useful in most practical situations as a design tool for measurement systems and as a key for the interpretation of experimental results. Impedance analysis is possible with Peltier devices by the inbuilt Seebeck effect differential thermometer, and is used in the paper for an experimental validation of the analytical model. Suggestions are then given for possible applications of PDFD, including the determination of thermal properties of materials.

  11. Double peak-induced distance error in short-time-Fourier-transform-Brillouin optical time domain reflectometers event detection and the recovery method.

    Science.gov (United States)

    Yu, Yifei; Luo, Linqing; Li, Bo; Guo, Linfeng; Yan, Jize; Soga, Kenichi

    2015-10-01

    The measured distance error caused by double peaks in the BOTDRs (Brillouin optical time domain reflectometers) system is a kind of Brillouin scattering spectrum (BSS) deformation, discussed and simulated for the first time in the paper, to the best of the authors' knowledge. Double peak, as a kind of Brillouin spectrum deformation, is important in the enhancement of spatial resolution, measurement accuracy, and crack detection. Due to the variances of the peak powers of the BSS along the fiber, the measured starting point of a step-shape frequency transition region is shifted and results in distance errors. Zero-padded short-time-Fourier-transform (STFT) can restore the transition-induced double peaks in the asymmetric and deformed BSS, thus offering more accurate and quicker measurements than the conventional Lorentz-fitting method. The recovering method based on the double-peak detection and corresponding BSS deformation can be applied to calculate the real starting point, which can improve the distance accuracy of the STFT-based BOTDR system.

  12. Modal Identification from Ambient Responses Using Frequency Domain Decomposition

    DEFF Research Database (Denmark)

    Brincker, Rune; Zhang, Lingmi; Andersen, Palle

    2000-01-01

    In this paper a new frequency domain technique is introduced for the modal identification from ambient responses, i.e. in the case where the modal parameters must be estimated without knowing the input exciting the system. By its user friendliness the technique is closely related to the classical...

  13. Two dimensional microcirculation mapping with real time spatial frequency domain imaging

    Science.gov (United States)

    Zheng, Yang; Chen, Xinlin; Lin, Weihao; Cao, Zili; Zhu, Xiuwei; Zeng, Bixin; Xu, M.

    2018-02-01

    We present a spatial frequency domain imaging (SFDI) study of local hemodynamics in the human finger cuticle of healthy volunteers performing paced breathing and the forearm of healthy young adults performing normal breathing with our recently developed Real Time Single Snapshot Multiple Frequency Demodulation - Spatial Frequency Domain Imaging (SSMD-SFDI) system. A two-layer model was used to map the concentrations of deoxy-, oxy-hemoglobin, melanin, epidermal thickness and scattering properties at the subsurface of the forearm and the finger cuticle. The oscillations of the concentrations of deoxy- and oxy-hemoglobin at the subsurface of the finger cuticle and forearm induced by paced breathing and normal breathing, respectively, were found to be close to out-of-phase, attributed to the dominance of the blood flow modulation by paced breathing or heartbeat. Our results suggest that the real time SFDI platform may serve as one effective imaging modality for microcirculation monitoring.

  14. Time- and Frequency-domain Comparisons of the Wavepiston Wave Energy Converter

    DEFF Research Database (Denmark)

    Read, Robert; Bingham, Harry

    Analysis of wave-energy converters is most frequently undertaken in the time-domain. This formulation allows the direct inclusion of nonlinear time-varying loads such as power take-off (PTO) reactions, mooring forces, and viscous drag. However, integrating the governing equations of motion...... forces arising from both the PTO reactions and the non-negligible viscous drag acting on the plate. Equivalent linear damping coeffcients are used to model these forces in the frequency domain, while they are included explicitly in the time domain. The main idea of this paper is to quantify...

  15. An OFDM Receiver with Frequency Domain Diversity Combined Impulsive Noise Canceller for Underwater Network

    Science.gov (United States)

    Saotome, Rie; Hai, Tran Minh; Matsuda, Yasuto; Suzuki, Taisaku; Wada, Tomohisa

    2015-01-01

    In order to explore marine natural resources using remote robotic sensor or to enable rapid information exchange between ROV (remotely operated vehicles), AUV (autonomous underwater vehicle), divers, and ships, ultrasonic underwater communication systems are used. However, if the communication system is applied to rich living creature marine environment such as shallow sea, it suffers from generated Impulsive Noise so-called Shrimp Noise, which is randomly generated in time domain and seriously degrades communication performance in underwater acoustic network. With the purpose of supporting high performance underwater communication, a robust digital communication method for Impulsive Noise environments is necessary. In this paper, we propose OFDM ultrasonic communication system with diversity receiver. The main feature of the receiver is a newly proposed Frequency Domain Diversity Combined Impulsive Noise Canceller. The OFDM receiver utilizes 20–28 KHz ultrasonic channel and subcarrier spacing of 46.875 Hz (MODE3) and 93.750 Hz (MODE2) OFDM modulations. In addition, the paper shows Impulsive Noise distribution data measured at a fishing port in Okinawa and at a barge in Shizuoka prefectures and then proposed diversity OFDM transceivers architecture and experimental results are described. By the proposed Impulsive Noise Canceller, frame bit error rate has been decreased by 20–30%. PMID:26351656

  16. An OFDM Receiver with Frequency Domain Diversity Combined Impulsive Noise Canceller for Underwater Network.

    Science.gov (United States)

    Saotome, Rie; Hai, Tran Minh; Matsuda, Yasuto; Suzuki, Taisaku; Wada, Tomohisa

    2015-01-01

    In order to explore marine natural resources using remote robotic sensor or to enable rapid information exchange between ROV (remotely operated vehicles), AUV (autonomous underwater vehicle), divers, and ships, ultrasonic underwater communication systems are used. However, if the communication system is applied to rich living creature marine environment such as shallow sea, it suffers from generated Impulsive Noise so-called Shrimp Noise, which is randomly generated in time domain and seriously degrades communication performance in underwater acoustic network. With the purpose of supporting high performance underwater communication, a robust digital communication method for Impulsive Noise environments is necessary. In this paper, we propose OFDM ultrasonic communication system with diversity receiver. The main feature of the receiver is a newly proposed Frequency Domain Diversity Combined Impulsive Noise Canceller. The OFDM receiver utilizes 20-28 KHz ultrasonic channel and subcarrier spacing of 46.875 Hz (MODE3) and 93.750 Hz (MODE2) OFDM modulations. In addition, the paper shows Impulsive Noise distribution data measured at a fishing port in Okinawa and at a barge in Shizuoka prefectures and then proposed diversity OFDM transceivers architecture and experimental results are described. By the proposed Impulsive Noise Canceller, frame bit error rate has been decreased by 20-30%.

  17. An OFDM Receiver with Frequency Domain Diversity Combined Impulsive Noise Canceller for Underwater Network

    Directory of Open Access Journals (Sweden)

    Rie Saotome

    2015-01-01

    Full Text Available In order to explore marine natural resources using remote robotic sensor or to enable rapid information exchange between ROV (remotely operated vehicles, AUV (autonomous underwater vehicle, divers, and ships, ultrasonic underwater communication systems are used. However, if the communication system is applied to rich living creature marine environment such as shallow sea, it suffers from generated Impulsive Noise so-called Shrimp Noise, which is randomly generated in time domain and seriously degrades communication performance in underwater acoustic network. With the purpose of supporting high performance underwater communication, a robust digital communication method for Impulsive Noise environments is necessary. In this paper, we propose OFDM ultrasonic communication system with diversity receiver. The main feature of the receiver is a newly proposed Frequency Domain Diversity Combined Impulsive Noise Canceller. The OFDM receiver utilizes 20–28 KHz ultrasonic channel and subcarrier spacing of 46.875 Hz (MODE3 and 93.750 Hz (MODE2 OFDM modulations. In addition, the paper shows Impulsive Noise distribution data measured at a fishing port in Okinawa and at a barge in Shizuoka prefectures and then proposed diversity OFDM transceivers architecture and experimental results are described. By the proposed Impulsive Noise Canceller, frame bit error rate has been decreased by 20–30%.

  18. Quantifying Stability Using Frequency Domain Data from Wireless Inertial Measurement Units

    Directory of Open Access Journals (Sweden)

    Stephen Slaughter

    2013-06-01

    Full Text Available The quantification of gait stability can provide valuable information when evaluating subjects for age related and neuromuscular disease changes. Using tri-axial inertial measurement units (IMU for acceleration and rotational data provide a non-linear profile for this type of movement. As subjects traverse various surfaces representing decreasing stability, the different phasing of gait data make comparisons difficult. By converting from time to frequency domain data, the phase effects can be ignored, allowing for significant correlations. In this study, 12 subjects provided gait information over various surfaces while wearing an IMU. Instabilities were determined by comparing frequency domain data over less stable surfaces to frequency domain data of neural network (NN models representing the normal gait for any given participant. Time dependent data from 2 axes of acceleration and 2 axes of rotation were converted using a discrete Fourier transform (FFT algorithm. The data over less stable surfaces were compared to the normal gait NN model by averaging the Pearson product moment correlation (r values. This provided a method to quantify the decreased stability. Data showed progressively decreasing correlation coefficient values as subjects encountered progressively less stable surface environments. This methodology has allowed for the quantification of instability in gait situations for application in real-time fall prevention situations.

  19. Quantifying Stability Using Frequency Domain Data from Wireless Inertial Measurement Units

    Directory of Open Access Journals (Sweden)

    Stephen Slaughter

    2012-08-01

    Full Text Available The quantification of gait stability can provide valuable information when evaluating subjects for age related and neuromuscular disease changes. Using tri-axial inertial measurement units (IMU for acceleration and rotational data provide a non-linear profile for this type of movement. As subjects traverse various surfaces representing decreasing stability, the different phasing of gait data make comparisons difficult. By converting from time to frequency domain data, the phase effects can be ignored, allowing for significant correlations. In this study, 12 subjects provided gait information over various surfaces while wearing an IMU. Instabilities were determined by comparing frequency domain data over less stable surfaces to frequency domain data of neural network (NN models representing the normal gait for any given participant. Time dependent data from 2 axes of acceleration and 2 axes of rotation were converted using a discrete Fourier transform (FFT algorithm. The data over less stable surfaces were compared to the normal gait NN model by averaging the Pearson product moment correlation (r values. This provided a method to quantify the decreased stability. Data showed progressively decreasing correlation coefficient values as subjects encountered progressively less stable surface environments. This methodology has allowed for the quantification of instability in gait situations for application in real-time fall prevention situations.

  20. 2.5-D frequency-domain viscoelastic wave modelling using finite-element method

    Science.gov (United States)

    Zhao, Jian-guo; Huang, Xing-xing; Liu, Wei-fang; Zhao, Wei-jun; Song, Jian-yong; Xiong, Bin; Wang, Shang-xu

    2017-10-01

    2-D seismic modelling has notable dynamic information discrepancies with field data because of the implicit line-source assumption, whereas 3-D modelling suffers from a huge computational burden. The 2.5-D approach is able to overcome both of the aforementioned limitations. In general, the earth model is treated as an elastic material, but the real media is viscous. In this study, we develop an accurate and efficient frequency-domain finite-element method (FEM) for modelling 2.5-D viscoelastic wave propagation. To perform the 2.5-D approach, we assume that the 2-D viscoelastic media are based on the Kelvin-Voigt rheological model and a 3-D point source. The viscoelastic wave equation is temporally and spatially Fourier transformed into the frequency-wavenumber domain. Then, we systematically derive the weak form and its spatial discretization of 2.5-D viscoelastic wave equations in the frequency-wavenumber domain through the Galerkin weighted residual method for FEM. Fixing a frequency, the 2-D problem for each wavenumber is solved by FEM. Subsequently, a composite Simpson formula is adopted to estimate the inverse Fourier integration to obtain the 3-D wavefield. We implement the stiffness reduction method (SRM) to suppress artificial boundary reflections. The results show that this absorbing boundary condition is valid and efficient in the frequency-wavenumber domain. Finally, three numerical models, an unbounded homogeneous medium, a half-space layered medium and an undulating topography medium, are established. Numerical results validate the accuracy and stability of 2.5-D solutions and present the adaptability of finite-element method to complicated geographic conditions. The proposed 2.5-D modelling strategy has the potential to address modelling studies on wave propagation in real earth media in an accurate and efficient way.

  1. A novel frequency domain fluorescence technique for determination of triplet decay times

    NARCIS (Netherlands)

    Sterenborg, H. J.; Janson, M. E.; van Gemert, M. J.

    1999-01-01

    Frequency domain fluorescence measurement using two diode lasers with amplitude modulation in the kHz range yields a signal component at the sum frequency. This intermodulation phenomenon was observed in an aqueous solution of haematoporphyrin (HP) and could be related to triplet state population

  2. A frequency domain subspace algorithm for mixed causal, anti-causal LTI systems

    NARCIS (Netherlands)

    Fraanje, Rufus; Verhaegen, Michel; Verdult, Vincent; Pintelon, Rik

    2003-01-01

    The paper extends the subspacc identification method to estimate state-space models from frequency response function (FRF) samples, proposed by McKelvey et al. (1996) for mixed causal/anti-causal systems, and shows that other frequency domain subspace algorithms can be extended similarly. The method

  3. The PolyMAX Frequency-Domain Method: A New Standard for Modal Parameter Estimation?

    Directory of Open Access Journals (Sweden)

    Bart Peeters

    2004-01-01

    Full Text Available Recently, a new non-iterative frequency-domain parameter estimation method was proposed. It is based on a (weighted least-squares approach and uses multiple-input-multiple-output frequency response functions as primary data. This so-called “PolyMAX” or polyreference least-squares complex frequency-domain method can be implemented in a very similar way as the industry standard polyreference (time-domain least-squares complex exponential method: in a first step a stabilisation diagram is constructed containing frequency, damping and participation information. Next, the mode shapes are found in a second least-squares step, based on the user selection of stable poles. One of the specific advantages of the technique lies in the very stable identification of the system poles and participation factors as a function of the specified system order, leading to easy-to-interpret stabilisation diagrams. This implies a potential for automating the method and to apply it to “difficult” estimation cases such as high-order and/or highly damped systems with large modal overlap. Some real-life automotive and aerospace case studies are discussed. PolyMAX is compared with classical methods concerning stability, accuracy of the estimated modal parameters and quality of the frequency response function synthesis.

  4. Charge domain filter operating up to 20 MHz clock frequency

    NARCIS (Netherlands)

    Gal, R.A.J.; Wallinga, Hans

    1983-01-01

    An analog sampled data low pass third order Butterworth filter has been realised in a buried channel CCD technology. This Charge Domain Filter, composed of transversal and recursive CCD filter sections, has been tested at clock frequencies up to 20 MHz.

  5. Nonlinear system identification NARMAX methods in the time, frequency, and spatio-temporal domains

    CERN Document Server

    Billings, Stephen A

    2013-01-01

    Nonlinear System Identification: NARMAX Methods in the Time, Frequency, and Spatio-Temporal Domains describes a comprehensive framework for the identification and analysis of nonlinear dynamic systems in the time, frequency, and spatio-temporal domains. This book is written with an emphasis on making the algorithms accessible so that they can be applied and used in practice. Includes coverage of: The NARMAX (nonlinear autoregressive moving average with exogenous inputs) modelThe orthogonal least squares algorithm that allows models to be built term by

  6. Online Identification of a Mechanical System in the Frequency Domain with Short-Time DFT

    Directory of Open Access Journals (Sweden)

    Niko Nevaranta

    2015-07-01

    Full Text Available A proper system identification method is of great importance in the process of acquiring an analytical model that adequately represents the characteristics of the monitored system. While the use of different time-domain online identification techniques has been widely recognized as a powerful approach for system diagnostics, the frequency domain identification techniques have primarily been considered for offline commissioning purposes. This paper addresses issues in the online frequency domain identification of a flexible two-mass mechanical system with varying dynamics, and a particular attention is paid to detect the changes in the system dynamics. An online identification method is presented that is based on a recursive Kalman filter configured to perform like a discrete Fourier transform (DFT at a selected set of frequencies. The experimental online identification results are compared with the corresponding values obtained from the offline-identified frequency responses. The results show an acceptable agreement and demonstrate the feasibility of the proposed identification method.

  7. Gastric Emptying Assessment in Frequency and Time Domain Using Bio-impedance: Preliminary Results

    Science.gov (United States)

    Huerta-Franco, R.; Vargas-Luna, M.; Hernández, E.; Córdova, T.; Sosa, M.; Gutiérrez, G.; Reyes, P.; Mendiola, C.

    2006-09-01

    The impedance assessment to measure gastric emptying and in general gastric activity has been reported since 1985. The physiological interpretation of these measurements, is still under research. This technique usually uses a single frequency, and the conductivity parameter. The frequency domain and the Fourier analysis of the time domain behavior of the gastric impedance in different gastric conditions (fasting state, and after food administration) has not been explored in detail. This work presents some insights of the potentiality of these alternative methodologies to measure gastric activity.

  8. Frequency domain finite-element and spectral-element acoustic wave modeling using absorbing boundaries and perfectly matched layer

    Science.gov (United States)

    Rahimi Dalkhani, Amin; Javaherian, Abdolrahim; Mahdavi Basir, Hadi

    2018-04-01

    Wave propagation modeling as a vital tool in seismology can be done via several different numerical methods among them are finite-difference, finite-element, and spectral-element methods (FDM, FEM and SEM). Some advanced applications in seismic exploration benefit the frequency domain modeling. Regarding flexibility in complex geological models and dealing with the free surface boundary condition, we studied the frequency domain acoustic wave equation using FEM and SEM. The results demonstrated that the frequency domain FEM and SEM have a good accuracy and numerical efficiency with the second order interpolation polynomials. Furthermore, we developed the second order Clayton and Engquist absorbing boundary condition (CE-ABC2) and compared it with the perfectly matched layer (PML) for the frequency domain FEM and SEM. In spite of PML method, CE-ABC2 does not add any additional computational cost to the modeling except assembling boundary matrices. As a result, considering CE-ABC2 is more efficient than PML for the frequency domain acoustic wave propagation modeling especially when computational cost is high and high-level absorbing performance is unnecessary.

  9. Frequency-domain analysis of resonant-type ring magnet power supplies

    International Nuclear Information System (INIS)

    Kim, J.M.S.; Reiniger, K.W.

    1993-01-01

    For fast-cycling synchrotrons, resonant-type ring magnet power supplies are commonly used to provide a dc-biased ac excitation for the ring magnets. Up to the present, this power supply system has been analyzed using simplified analytical approximation, namely assuming the resonant frequency of the ring magnet network is fixed and equal to the accelerator frequency. This paper presents a frequency-domain analysis technique for a more accurate analysis of resonant-type ring magnet power supplies. This approach identifies that, with the variation of the resonant frequency, the operating conditions of the power supply changes quite dramatically because of the high Q value of the resonant network. The analytical results are verified, using both experimental results and simulation results

  10. Exploring the initial steps of the testing process: frequency and nature of pre-preanalytic errors.

    Science.gov (United States)

    Carraro, Paolo; Zago, Tatiana; Plebani, Mario

    2012-03-01

    Few data are available on the nature of errors in the so-called pre-preanalytic phase, the initial steps of the testing process. We therefore sought to evaluate pre-preanalytic errors using a study design that enabled us to observe the initial procedures performed in the ward, from the physician's test request to the delivery of specimens in the clinical laboratory. After a 1-week direct observational phase designed to identify the operating procedures followed in 3 clinical wards, we recorded all nonconformities and errors occurring over a 6-month period. Overall, the study considered 8547 test requests, for which 15 917 blood sample tubes were collected and 52 982 tests undertaken. No significant differences in error rates were found between the observational phase and the overall study period, but underfilling of coagulation tubes was found to occur more frequently in the direct observational phase (P = 0.043). In the overall study period, the frequency of errors was found to be particularly high regarding order transmission [29 916 parts per million (ppm)] and hemolysed samples (2537 ppm). The frequency of patient misidentification was 352 ppm, and the most frequent nonconformities were test requests recorded in the diary without the patient's name and failure to check the patient's identity at the time of blood draw. The data collected in our study confirm the relative frequency of pre-preanalytic errors and underline the need to consensually prepare and adopt effective standard operating procedures in the initial steps of laboratory testing and to monitor compliance with these procedures over time.

  11. Corrections for frequency domain transformations of Winfrith binary cross correlator responses

    International Nuclear Information System (INIS)

    Cummins, J.D.

    1968-04-01

    This report considers the corrections for frequency domain transformations of Winfrith binary cross correlator responses; (i) for the finite bandwidth of the equivalent input signal; (2) for the finite time required for the actuator to move between the two positions appropriate to the two levels of the periodic binary chain code input and (3) for the averaging of experimental determinations of the system frequency response and calculations of the standard deviations of the modulus and phase of the frequency responses determined from the cross correlator responses. (author)

  12. A Frequency-Domain Model for a Novel Wave Energy Converter

    NARCIS (Netherlands)

    Wei, Yanji; Yu, Zhiheng; Barradas Berglind, Jose de Jesus; van Rooij, Marijn; Prins, Wouter; Jayawardhana, Bayu; Vakis, Antonis I.

    In this work, we develop a frequency-domain model for the novel Ocean Grazer (OG) wave energy converter (WEC), with the intention to study the hydrodynamic behavior of its array of floater elements individually connected to power take-off (PTO) systems. To investigate these hydrodynamic

  13. Frequency-Domain Maximum-Likelihood Estimation of High-Voltage Pulse Transformer Model Parameters

    CERN Document Server

    Aguglia, D; Martins, C.D.A.

    2014-01-01

    This paper presents an offline frequency-domain nonlinear and stochastic identification method for equivalent model parameter estimation of high-voltage pulse transformers. Such kinds of transformers are widely used in the pulsed-power domain, and the difficulty in deriving pulsed-power converter optimal control strategies is directly linked to the accuracy of the equivalent circuit parameters. These components require models which take into account electric fields energies represented by stray capacitance in the equivalent circuit. These capacitive elements must be accurately identified, since they greatly influence the general converter performances. A nonlinear frequency-based identification method, based on maximum-likelihood estimation, is presented, and a sensitivity analysis of the best experimental test to be considered is carried out. The procedure takes into account magnetic saturation and skin effects occurring in the windings during the frequency tests. The presented method is validated by experim...

  14. Interpretations of Frequency Domain Analyses of Neural Entrainment: Periodicity, Fundamental Frequency, and Harmonics.

    Science.gov (United States)

    Zhou, Hong; Melloni, Lucia; Poeppel, David; Ding, Nai

    2016-01-01

    Brain activity can follow the rhythms of dynamic sensory stimuli, such as speech and music, a phenomenon called neural entrainment. It has been hypothesized that low-frequency neural entrainment in the neural delta and theta bands provides a potential mechanism to represent and integrate temporal information. Low-frequency neural entrainment is often studied using periodically changing stimuli and is analyzed in the frequency domain using the Fourier analysis. The Fourier analysis decomposes a periodic signal into harmonically related sinusoids. However, it is not intuitive how these harmonically related components are related to the response waveform. Here, we explain the interpretation of response harmonics, with a special focus on very low-frequency neural entrainment near 1 Hz. It is illustrated why neural responses repeating at f Hz do not necessarily generate any neural response at f Hz in the Fourier spectrum. A strong neural response at f Hz indicates that the time scales of the neural response waveform within each cycle match the time scales of the stimulus rhythm. Therefore, neural entrainment at very low frequency implies not only that the neural response repeats at f Hz but also that each period of the neural response is a slow wave matching the time scale of a f Hz sinusoid.

  15. Application of the effective Fisher matrix to the frequency domain inspiral waveforms

    International Nuclear Information System (INIS)

    Cho, Hee-Suk; Lee, Chang-Hwan

    2014-01-01

    The Fisher matrix (FM) has been generally used to predict the accuracy of the gravitational wave parameter estimation. Although the limitation of the FM has been well known, it is still mainly used due to its very low computational cost compared to the Monte Carlo simulations. Recently, Rodriguez et al (2013 Phys. Rev. D 88 084013) performed Markov chain Monte Carlo (MCMC) simulations using a frequency domain inspiral waveform model (TaylorF2) for nonspinning binary systems with total masses M⩽20M ⊙ , and they found systematic differences between the predictions from FM and MCMC for M>10M ⊙ . On the other hand, an effective Fisher matrix (eFM) was recently introduced by Cho et al (2013 Phys. Rev. D 87 24004). The eFM is a semi-analytic approach to the standard FM, in which the derivative is taken of a quadratic function fitted to the local overlap surface. In this work, we apply the eFM method to the TaylorF2 waveform for nonspinning binary systems with a moderately high signal-to-noise ratio (SNR∼15) and find that the eFM can reproduce the MCMC error bounds in Rodriguez et al well, even for high masses. By comparing the eFM standard deviation directly with the 1-σ confidence interval of the marginalized overlap that approximates the MCMC posterior distribution, we show that the eFM can be acceptable in all mass regions for the estimation of the MCMC error bounds. We also investigate the dependence on the signal strength. (paper)

  16. Modal Identification of Output-Only Systems using Frequency Domain Decomposition

    DEFF Research Database (Denmark)

    Brincker, Rune; Zhang, L.; Andersen, P.

    2000-01-01

    In this paper a new frequency domain technique is introduced for the modal identification from ambient responses, ie. in the case where the modal parameters must be estimated without knowing the input exciting the system. By its user friendliness the technique is closely related to the classical ...

  17. Multiple-image hiding using super resolution reconstruction in high-frequency domains

    Science.gov (United States)

    Li, Xiao-Wei; Zhao, Wu-Xiang; Wang, Jun; Wang, Qiong-Hua

    2017-12-01

    In this paper, a robust multiple-image hiding method using the computer-generated integral imaging and the modified super-resolution reconstruction algorithm is proposed. In our work, the host image is first transformed into frequency domains by cellular automata (CA), to assure the quality of the stego-image, the secret images are embedded into the CA high-frequency domains. The proposed method has the following advantages: (1) robustness to geometric attacks because of the memory-distributed property of elemental images, (2) increasing quality of the reconstructed secret images as the scheme utilizes the modified super-resolution reconstruction algorithm. The simulation results show that the proposed multiple-image hiding method outperforms other similar hiding methods and is robust to some geometric attacks, e.g., Gaussian noise and JPEG compression attacks.

  18. A frequency domain radar interferometric imaging (FII) technique based on high-resolution methods

    Science.gov (United States)

    Luce, H.; Yamamoto, M.; Fukao, S.; Helal, D.; Crochet, M.

    2001-01-01

    In the present work, we propose a frequency-domain interferometric imaging (FII) technique for a better knowledge of the vertical distribution of the atmospheric scatterers detected by MST radars. This is an extension of the dual frequency-domain interferometry (FDI) technique to multiple frequencies. Its objective is to reduce the ambiguity (resulting from the use of only two adjacent frequencies), inherent with the FDI technique. Different methods, commonly used in antenna array processing, are first described within the context of application to the FII technique. These methods are the Fourier-based imaging, the Capon's and the singular value decomposition method used with the MUSIC algorithm. Some preliminary simulations and tests performed on data collected with the middle and upper atmosphere (MU) radar (Shigaraki, Japan) are also presented. This work is a first step in the developments of the FII technique which seems to be very promising.

  19. Photon acceleration versus frequency-domain interferometry for laser wakefield diagnostics

    Energy Technology Data Exchange (ETDEWEB)

    Dias, J M; Oliveira e Silva, L; Mendonca, J T [GoLP/Centro de Fisica de Plasmas, Inst. Superior Tecnico, Lisbon (Portugal)

    1998-03-01

    A detailed comparison between the photon acceleration diagnostic technique and the frequency-domain interferometric technique for laser wakefield diagnostics, by using ray-tracing equations is presented here. The dispersion effects on the probe beam and the implications of an arbitrary phase velocity of the plasma wave are discussed for both diagnostic techniques. In the presence of large amplitude plasma wave and long interaction distances significant frequency shifts can be observed. The importance of this effect on the determination of the phase and frequency shifts measurements given by each of the two diagnostic techniques, is also analyzed. The accuracy of both diagnostic techniques is discussed and some of their technical problems are reviewed. (author)

  20. Minimum Mean-Square Error Estimation of Mel-Frequency Cepstral Features

    DEFF Research Database (Denmark)

    Jensen, Jesper; Tan, Zheng-Hua

    2015-01-01

    In this work we consider the problem of feature enhancement for noise-robust automatic speech recognition (ASR). We propose a method for minimum mean-square error (MMSE) estimation of mel-frequency cepstral features, which is based on a minimum number of well-established, theoretically consistent......-of-the-art MFCC feature enhancement algorithms within this class of algorithms, while theoretically suboptimal or based on theoretically inconsistent assumptions, perform close to optimally in the MMSE sense....

  1. Extraction of repetitive transients with frequency domain multipoint kurtosis for bearing fault diagnosis

    Science.gov (United States)

    Liao, Yuhe; Sun, Peng; Wang, Baoxiang; Qu, Lei

    2018-05-01

    The appearance of repetitive transients in a vibration signal is one typical feature of faulty rolling element bearings. However, accurate extraction of these fault-related characteristic components has always been a challenging task, especially when there is interference from large amplitude impulsive noises. A frequency domain multipoint kurtosis (FDMK)-based fault diagnosis method is proposed in this paper. The multipoint kurtosis is redefined in the frequency domain and the computational accuracy is improved. An envelope autocorrelation function is also presented to estimate the fault characteristic frequency, which is used to set the frequency hunting zone of the FDMK. Then, the FDMK, instead of kurtosis, is utilized to generate a fast kurtogram and only the optimal band with maximum FDMK value is selected for envelope analysis. Negative interference from both large amplitude impulsive noise and shaft rotational speed related harmonic components are therefore greatly reduced. The analysis results of simulation and experimental data verify the capability and feasibility of this FDMK-based method

  2. Modeling of Nanophotonic Resonators with the Finite-Difference Frequency-Domain Method

    DEFF Research Database (Denmark)

    Ivinskaya, Aliaksandra; Lavrinenko, Andrei; Shyroki, Dzmitry

    2011-01-01

    Finite-difference frequency-domain method with perfectly matched layers and free-space squeezing is applied to model open photonic resonators of arbitrary morphology in three dimensions. Treating each spatial dimension independently, nonuniform mesh of continuously varying density can be built ea...

  3. Radiative transport-based frequency-domain fluorescence tomography

    International Nuclear Information System (INIS)

    Joshi, Amit; Rasmussen, John C; Sevick-Muraca, Eva M; Wareing, Todd A; McGhee, John

    2008-01-01

    We report the development of radiative transport model-based fluorescence optical tomography from frequency-domain boundary measurements. The coupled radiative transport model for describing NIR fluorescence propagation in tissue is solved by a novel software based on the established Attila(TM) particle transport simulation platform. The proposed scheme enables the prediction of fluorescence measurements with non-contact sources and detectors at a minimal computational cost. An adjoint transport solution-based fluorescence tomography algorithm is implemented on dual grids to efficiently assemble the measurement sensitivity Jacobian matrix. Finally, we demonstrate fluorescence tomography on a realistic computational mouse model to locate nM to μM fluorophore concentration distributions in simulated mouse organs

  4. Asymptotically exact localized expansions for signals in the time–frequency domain

    International Nuclear Information System (INIS)

    Muzhikyan, Aramazd H; Avanesyan, Gagik T

    2012-01-01

    Based on a unique waveform with strong exponential localization property, an exact mathematical method for solving problems in signal analysis in the time–frequency domain is presented. An analogue of the Gabor frame exposes the non-commutative geometry of the time–frequency plane. Signals are visualized using the constructed graphical representation. This article is part of a special issue of Journal of Physics A: Mathematical and Theoretical devoted to ‘Coherent states: mathematical and physical aspects’. (paper)

  5. Ultrasound breast imaging using frequency domain reverse time migration

    Science.gov (United States)

    Roy, O.; Zuberi, M. A. H.; Pratt, R. G.; Duric, N.

    2016-04-01

    Conventional ultrasonography reconstruction techniques, such as B-mode, are based on a simple wave propagation model derived from a high frequency approximation. Therefore, to minimize model mismatch, the central frequency of the input pulse is typically chosen between 3 and 15 megahertz. Despite the increase in theoretical resolution, operating at higher frequencies comes at the cost of lower signal-to-noise ratio. This ultimately degrades the image contrast and overall quality at higher imaging depths. To address this issue, we investigate a reflection imaging technique, known as reverse time migration, which uses a more accurate propagation model for reconstruction. We present preliminary simulation results as well as physical phantom image reconstructions obtained using data acquired with a breast imaging ultrasound tomography prototype. The original reconstructions are filtered to remove low-wavenumber artifacts that arise due to the inclusion of the direct arrivals. We demonstrate the advantage of using an accurate sound speed model in the reverse time migration process. We also explain how the increase in computational complexity can be mitigated using a frequency domain approach and a parallel computing platform.

  6. Suppressing carrier removal error in the Fourier transform method for interferogram analysis

    International Nuclear Information System (INIS)

    Fan, Qi; Yang, Hongru; Li, Gaoping; Zhao, Jianlin

    2010-01-01

    A new carrier removal method for interferogram analysis using the Fourier transform is presented. The proposed method can be used to suppress the carrier removal error as well as the spectral leakage error. First, the carrier frequencies are estimated with the spectral centroid of the up sidelobe of the apodized interferogram, and then the up sidelobe can be shifted to the origin in the frequency domain by multiplying the original interferogram by a constructed plane reference wave. The influence of the carrier frequencies without an integer multiple of the frequency interval and the window function for apodization of the interferogram can be avoided in our work. The simulation and experimental results show that this method is effective for phase measurement with a high accuracy from a single interferogram

  7. Nature and frequency of medication errors in a geriatric ward: an Indonesian experience

    Directory of Open Access Journals (Sweden)

    Ernawati DK

    2014-06-01

    Full Text Available Desak Ketut Ernawati,1,2 Ya Ping Lee,2 Jeffery David Hughes21Faculty of Medicine, Udayana University, Denpasar, Bali, Indonesia; 2School of Pharmacy and Curtin Health Innovation and Research Institute, Curtin University, Perth, WA, AustraliaPurpose: To determine the nature and frequency of medication errors during medication delivery processes in a public teaching hospital geriatric ward in Bali, Indonesia.Methods: A 20-week prospective study on medication errors occurring during the medication delivery process was conducted in a geriatric ward in a public teaching hospital in Bali, Indonesia. Participants selected were inpatients aged more than 60 years. Patients were excluded if they had a malignancy, were undergoing surgery, or receiving chemotherapy treatment. The occurrence of medication errors in prescribing, transcribing, dispensing, and administration were detected by the investigator providing in-hospital clinical pharmacy services.Results: Seven hundred and seventy drug orders and 7,662 drug doses were reviewed as part of the study. There were 1,563 medication errors detected among the 7,662 drug doses reviewed, representing an error rate of 20.4%. Administration errors were the most frequent medication errors identified (59%, followed by transcription errors (15%, dispensing errors (14%, and prescribing errors (7%. Errors in documentation were the most common form of administration errors. Of these errors, 2.4% were classified as potentially serious and 10.3% as potentially significant.Conclusion: Medication errors occurred in every stage of the medication delivery process, with administration errors being the most frequent. The majority of errors identified in the administration stage were related to documentation. Provision of in-hospital clinical pharmacy services could potentially play a significant role in detecting and preventing medication errors.Keywords: geriatric, medication errors, inpatients, medication delivery process

  8. Super-resolution reconstruction in frequency, image, and wavelet domains to reduce through-plane partial voluming in MRI

    International Nuclear Information System (INIS)

    Gholipour, Ali; Afacan, Onur; Scherrer, Benoit; Prabhu, Sanjay P.; Warfield, Simon K.; Aganj, Iman; Sahin, Mustafa

    2015-01-01

    Purpose: To compare and evaluate the use of super-resolution reconstruction (SRR), in frequency, image, and wavelet domains, to reduce through-plane partial voluming effects in magnetic resonance imaging. Methods: The reconstruction of an isotropic high-resolution image from multiple thick-slice scans has been investigated through techniques in frequency, image, and wavelet domains. Experiments were carried out with thick-slice T2-weighted fast spin echo sequence on the Academic College of Radiology MRI phantom, where the reconstructed images were compared to a reference high-resolution scan using peak signal-to-noise ratio (PSNR), structural similarity image metric (SSIM), mutual information (MI), and the mean absolute error (MAE) of image intensity profiles. The application of super-resolution reconstruction was then examined in retrospective processing of clinical neuroimages of ten pediatric patients with tuberous sclerosis complex (TSC) to reduce through-plane partial voluming for improved 3D delineation and visualization of thin radial bands of white matter abnormalities. Results: Quantitative evaluation results show improvements in all evaluation metrics through super-resolution reconstruction in the frequency, image, and wavelet domains, with the highest values obtained from SRR in the image domain. The metric values for image-domain SRR versus the original axial, coronal, and sagittal images were PSNR = 32.26 vs 32.22, 32.16, 30.65; SSIM = 0.931 vs 0.922, 0.924, 0.918; MI = 0.871 vs 0.842, 0.844, 0.831; and MAE = 5.38 vs 7.34, 7.06, 6.19. All similarity metrics showed high correlations with expert ranking of image resolution with MI showing the highest correlation at 0.943. Qualitative assessment of the neuroimages of ten TSC patients through in-plane and out-of-plane visualization of structures showed the extent of partial voluming effect in a real clinical scenario and its reduction using SRR. Blinded expert evaluation of image resolution in

  9. Super-resolution reconstruction in frequency, image, and wavelet domains to reduce through-plane partial voluming in MRI

    Energy Technology Data Exchange (ETDEWEB)

    Gholipour, Ali, E-mail: ali.gholipour@childrens.harvard.edu; Afacan, Onur; Scherrer, Benoit; Prabhu, Sanjay P.; Warfield, Simon K. [Department of Radiology, Boston Children’s Hospital, Boston, Massachusetts 02115 and Harvard Medical School, Boston, Massachusetts 02115 (United States); Aganj, Iman [Radiology Department, Martinos Center for Biomedical Imaging, Massachusetts General Hospital, Boston, Massachusetts 02129 and Harvard Medical School, Boston, Massachusetts 02115 (United States); Sahin, Mustafa [Department of Neurology, Boston Children’s Hospital, Boston, Massachusetts 02115 and Harvard Medical School, Boston, Massachusetts 02115 (United States)

    2015-12-15

    Purpose: To compare and evaluate the use of super-resolution reconstruction (SRR), in frequency, image, and wavelet domains, to reduce through-plane partial voluming effects in magnetic resonance imaging. Methods: The reconstruction of an isotropic high-resolution image from multiple thick-slice scans has been investigated through techniques in frequency, image, and wavelet domains. Experiments were carried out with thick-slice T2-weighted fast spin echo sequence on the Academic College of Radiology MRI phantom, where the reconstructed images were compared to a reference high-resolution scan using peak signal-to-noise ratio (PSNR), structural similarity image metric (SSIM), mutual information (MI), and the mean absolute error (MAE) of image intensity profiles. The application of super-resolution reconstruction was then examined in retrospective processing of clinical neuroimages of ten pediatric patients with tuberous sclerosis complex (TSC) to reduce through-plane partial voluming for improved 3D delineation and visualization of thin radial bands of white matter abnormalities. Results: Quantitative evaluation results show improvements in all evaluation metrics through super-resolution reconstruction in the frequency, image, and wavelet domains, with the highest values obtained from SRR in the image domain. The metric values for image-domain SRR versus the original axial, coronal, and sagittal images were PSNR = 32.26 vs 32.22, 32.16, 30.65; SSIM = 0.931 vs 0.922, 0.924, 0.918; MI = 0.871 vs 0.842, 0.844, 0.831; and MAE = 5.38 vs 7.34, 7.06, 6.19. All similarity metrics showed high correlations with expert ranking of image resolution with MI showing the highest correlation at 0.943. Qualitative assessment of the neuroimages of ten TSC patients through in-plane and out-of-plane visualization of structures showed the extent of partial voluming effect in a real clinical scenario and its reduction using SRR. Blinded expert evaluation of image resolution in

  10. An Effective Experimental Optimization Method for Wireless Power Transfer System Design Using Frequency Domain Measurement

    Directory of Open Access Journals (Sweden)

    Sangyeong Jeong

    2017-10-01

    Full Text Available This paper proposes an experimental optimization method for a wireless power transfer (WPT system. The power transfer characteristics of a WPT system with arbitrary loads and various types of coupling and compensation networks can be extracted by frequency domain measurements. The various performance parameters of the WPT system, such as input real/imaginary/apparent power, power factor, efficiency, output power and voltage gain, can be accurately extracted in a frequency domain by a single passive measurement. Subsequently, the design parameters can be efficiently tuned by separating the overall design steps into two parts. The extracted performance parameters of the WPT system were validated with time-domain experiments.

  11. Frequency-domain analysis of intrinsic neuronal properties using high-resistant electrodes

    Directory of Open Access Journals (Sweden)

    Christian Rössert

    2009-08-01

    Full Text Available Intrinsic cellular properties of neurons in culture or slices are usually studied by the whole cell clamp method using low-resistant patch pipettes. These electrodes allow detailed analyses with standard electrophysiological methods such as current- or voltage-clamp. However, in these preparations large parts of the network and dendritic structures may be removed, thus preventing an adequate study of synaptic signal processing. Therefore, intact in vivo preparations or isolated in vitro whole brains have been used in which intracellular recordings are usually made with sharp, high-resistant electrodes to optimize the impalement of neurons. The general non-linear resistance properties of these electrodes, however, severely limit accurate quantitative studies of membrane dynamics especially needed for precise modelling. Therefore, we have developed a frequency-domain analysis of membrane properties that uses a Piece-wise Non-linear Electrode Compensation (PNEC method. The technique was tested in second-order vestibular neurons and abducens motoneurons of isolated frog whole brain preparations using sharp potassium chloride- or potassium acetate-filled electrodes. All recordings were performed without online electrode compensation. The properties of each electrode were determined separately after the neuronal recordings and were used in the frequency-domain analysis of the combined measurement of electrode and cell. This allowed detailed analysis of membrane properties in the frequency-domain with high-resistant electrodes and provided quantitative data that can be further used to model channel kinetics. Thus, sharp electrodes can be used for the characterization of intrinsic properties and synaptic inputs of neurons in intact brains.

  12. Elastic frequency-domain finite-difference contrast source inversion method

    International Nuclear Information System (INIS)

    He, Qinglong; Chen, Yong; Han, Bo; Li, Yang

    2016-01-01

    In this work, we extend the finite-difference contrast source inversion (FD-CSI) method to the frequency-domain elastic wave equations, where the parameters describing the subsurface structure are simultaneously reconstructed. The FD-CSI method is an iterative nonlinear inversion method, which exhibits several strengths. First, the finite-difference operator only relies on the background media and the given angular frequency, both of which are unchanged during inversion. Therefore, the matrix decomposition is performed only once at the beginning of the iteration if a direct solver is employed. This makes the inversion process relatively efficient in terms of the computational cost. In addition, the FD-CSI method automatically normalizes different parameters, which could avoid the numerical problems arising from the difference of the parameter magnitude. We exploit a parallel implementation of the FD-CSI method based on the domain decomposition method, ensuring a satisfactory scalability for large-scale problems. A simple numerical example with a homogeneous background medium is used to investigate the convergence of the elastic FD-CSI method. Moreover, the Marmousi II model proposed as a benchmark for testing seismic imaging methods is presented to demonstrate the performance of the elastic FD-CSI method in an inhomogeneous background medium. (paper)

  13. Postural analysis in time and frequency domains in patients with Ehlers-Danlos syndrome.

    Science.gov (United States)

    Galli, Manuela; Rigoldi, Chiara; Celletti, Claudia; Mainardi, Luca; Tenore, Nunzio; Albertini, Giorgio; Camerota, Filippo

    2011-01-01

    The goal of this work is to analyze postural control in Ehlers-Danlos syndrome (EDS) participants in time and frequency domain. This study considered a pathological group composed by 22 EDS participants performing a postural test consisting in maintaining standing position over a force platform for 30s in two conditions: open eyes (OE) and closed eyes (CE). In order to compare pathological group we acquired in the same conditions a control group composed by 20 healthy participants. The obtained center of pressure (COP) signal was analyzed in time and frequency domain using an AR model. Results revealed differences between pathological and control group: EDS participants pointed out difficulties in controlling COP displacements trying to keep it inside the BOS in AP direction and for this reason increased the use of ML mechanism in order to avoid the risk of fall. Also in CE conditions they demonstrated more difficulties in maintaining posture revealing the proprioceptive system is impaired, due to ligament laxity that characterized EDS participants. Frequency domain analysis showed no differences between the two groups, affirming that the changes in time domain reflected really the impairment to the postural control mechanism and not a different strategy assumed by EDS participants. These data could help in decision-making process to establish a correct rehabilitation approach, based on the reinforcing of muscle tone to supply the ligament laxity in order to prevent risks of falls and its consequences. Copyright © 2010 Elsevier Ltd. All rights reserved.

  14. Frecuencia de errores de los pacientes con su medicación Frequency of medication errors by patients

    Directory of Open Access Journals (Sweden)

    José Joaquín Mira

    2012-02-01

    Full Text Available OBJETIVO: Analizar la frecuencia de errores de medicación que son cometidos e informados por los pacientes. MÉTODOS: Estudio descriptivo basado en encuestas telefónicas a una muestra aleatoria de pacientes adultos del nivel primario de salud del sistema público español. Respondieron un total de 1 247 pacientes (tasa de respuesta, 75%. El 63% eran mujeres y 29% eran mayores de 70 años. RESULTADOS: Mientras 37 pacientes (3%, IC 95%: 2-4 sufrieron complicaciones asociadas a la medicación en el curso del tratamiento, 241 (19,4%, IC 95%: 17-21 informaron haber cometido algún error con la medicación. Un menor tiempo de consulta (P OBJECTIVE: Analyze the frequency of medication errors committed and reported by patients. METHODS: Descriptive study based on a telephone survey of a random sample of adult patients from the primary care level of the Spanish public health care system. A total of 1 247 patients responded (75% response rate; 63% were women and 29% were older than 70 years. RESULTS: While 37 patients (3%, 95% CI: 2-4 experienced complications associated with medication in the course of treatment, 241 (19.4%, 95% CI: 17-21 reported having made some mistake with their medication. A shorter consultation time (P < 0.01 and a worse assessment of the information provided by the physician (P < 0.01 were associated with the fact that during pharmacy dispensing the patient was told that the prescribed treatment was not appropriate. CONCLUSIONS: In addition to the known risks of an adverse event due to a health intervention resulting from a system or practitioner error, there are risks associated with patient errors in the self-administration of medication. Patients who were unsatisfied with the information provided by the physician reported a greater number of errors.

  15. Causality between regional stock markets: A frequency domain approach

    Directory of Open Access Journals (Sweden)

    Gradojević Nikola

    2013-01-01

    Full Text Available Using a data set from five regional stock exchanges (Serbia, Croatia, Slovenia, Hungary and Germany, this paper presents a frequency domain analysis of a causal relationship between the returns on the CROBEX, SBITOP, CETOP and DAX indices, and the return on the major Serbian stock exchange index, BELEX 15. We find evidence of a somewhat dominant effect of the CROBEX and CETOP stock indices on the BELEX 15 stock index across a range of frequencies. The results also indicate that the BELEX 15 index and the SBITOP index interact in a bi-directional causal fashion. Finally, the DAX index movements consistently drive the BELEX 15 index returns for cycle lengths between 3 and 11 days without any feedback effect.

  16. A hybrid absorbing boundary condition for frequency-domain finite-difference modelling

    International Nuclear Information System (INIS)

    Ren, Zhiming; Liu, Yang

    2013-01-01

    Liu and Sen (2010 Geophysics 75 A1–6; 2012 Geophys. Prospect. 60 1114–32) proposed an efficient hybrid scheme to significantly absorb boundary reflections for acoustic and elastic wave modelling in the time domain. In this paper, we extend the hybrid absorbing boundary condition (ABC) into the frequency domain and develop specific strategies for regular-grid and staggered-grid modelling, respectively. Numerical modelling tests of acoustic, visco-acoustic, elastic and vertically transversely isotropic (VTI) equations show significant absorptions for frequency-domain modelling. The modelling results of the Marmousi model and the salt model also demonstrate the effectiveness of the hybrid ABC. For elastic modelling, the hybrid Higdon ABC and the hybrid Clayton and Engquist (CE) ABC are implemented, respectively. Numerical simulations show that the hybrid Higdon ABC gets better absorption than the hybrid CE ABC, especially for S-waves. We further compare the hybrid ABC with the classical perfectly matched layer (PML). Results show that the two ABCs cost the same computation time and memory space for the same absorption width. However, the hybrid ABC is more effective than the PML for the same small absorption width and the absorption effects of the two ABCs gradually become similar when the absorption width is increased. (paper)

  17. Error Analysis of Clay-Rock Water Content Estimation with Broadband High-Frequency Electromagnetic Sensors—Air Gap Effect

    Science.gov (United States)

    Bore, Thierry; Wagner, Norman; Delepine Lesoille, Sylvie; Taillade, Frederic; Six, Gonzague; Daout, Franck; Placko, Dominique

    2016-01-01

    Broadband electromagnetic frequency or time domain sensor techniques present high potential for quantitative water content monitoring in porous media. Prior to in situ application, the impact of the relationship between the broadband electromagnetic properties of the porous material (clay-rock) and the water content on the frequency or time domain sensor response is required. For this purpose, dielectric properties of intact clay rock samples experimental determined in the frequency range from 1 MHz to 10 GHz were used as input data in 3-D numerical frequency domain finite element field calculations to model the one port broadband frequency or time domain transfer function for a three rods based sensor embedded in the clay-rock. The sensor response in terms of the reflection factor was analyzed in time domain with classical travel time analysis in combination with an empirical model according to Topp equation, as well as the theoretical Lichtenecker and Rother model (LRM) to estimate the volumetric water content. The mixture equation considering the appropriate porosity of the investigated material provide a practical and efficient approach for water content estimation based on classical travel time analysis with the onset-method. The inflection method is not recommended for water content estimation in electrical dispersive and absorptive material. Moreover, the results clearly indicate that effects due to coupling of the sensor to the material cannot be neglected. Coupling problems caused by an air gap lead to dramatic effects on water content estimation, even for submillimeter gaps. Thus, the quantitative determination of the in situ water content requires careful sensor installation in order to reach a perfect probe clay rock coupling. PMID:27096865

  18. Error Analysis of Clay-Rock Water Content Estimation with Broadband High-Frequency Electromagnetic Sensors—Air Gap Effect

    Directory of Open Access Journals (Sweden)

    Thierry Bore

    2016-04-01

    Full Text Available Broadband electromagnetic frequency or time domain sensor techniques present high potential for quantitative water content monitoring in porous media. Prior to in situ application, the impact of the relationship between the broadband electromagnetic properties of the porous material (clay-rock and the water content on the frequency or time domain sensor response is required. For this purpose, dielectric properties of intact clay rock samples experimental determined in the frequency range from 1 MHz to 10 GHz were used as input data in 3-D numerical frequency domain finite element field calculations to model the one port broadband frequency or time domain transfer function for a three rods based sensor embedded in the clay-rock. The sensor response in terms of the reflection factor was analyzed in time domain with classical travel time analysis in combination with an empirical model according to Topp equation, as well as the theoretical Lichtenecker and Rother model (LRM to estimate the volumetric water content. The mixture equation considering the appropriate porosity of the investigated material provide a practical and efficient approach for water content estimation based on classical travel time analysis with the onset-method. The inflection method is not recommended for water content estimation in electrical dispersive and absorptive material. Moreover, the results clearly indicate that effects due to coupling of the sensor to the material cannot be neglected. Coupling problems caused by an air gap lead to dramatic effects on water content estimation, even for submillimeter gaps. Thus, the quantitative determination of the in situ water content requires careful sensor installation in order to reach a perfect probe clay rock coupling.

  19. Error Analysis of Clay-Rock Water Content Estimation with Broadband High-Frequency Electromagnetic Sensors--Air Gap Effect.

    Science.gov (United States)

    Bore, Thierry; Wagner, Norman; Lesoille, Sylvie Delepine; Taillade, Frederic; Six, Gonzague; Daout, Franck; Placko, Dominique

    2016-04-18

    Broadband electromagnetic frequency or time domain sensor techniques present high potential for quantitative water content monitoring in porous media. Prior to in situ application, the impact of the relationship between the broadband electromagnetic properties of the porous material (clay-rock) and the water content on the frequency or time domain sensor response is required. For this purpose, dielectric properties of intact clay rock samples experimental determined in the frequency range from 1 MHz to 10 GHz were used as input data in 3-D numerical frequency domain finite element field calculations to model the one port broadband frequency or time domain transfer function for a three rods based sensor embedded in the clay-rock. The sensor response in terms of the reflection factor was analyzed in time domain with classical travel time analysis in combination with an empirical model according to Topp equation, as well as the theoretical Lichtenecker and Rother model (LRM) to estimate the volumetric water content. The mixture equation considering the appropriate porosity of the investigated material provide a practical and efficient approach for water content estimation based on classical travel time analysis with the onset-method. The inflection method is not recommended for water content estimation in electrical dispersive and absorptive material. Moreover, the results clearly indicate that effects due to coupling of the sensor to the material cannot be neglected. Coupling problems caused by an air gap lead to dramatic effects on water content estimation, even for submillimeter gaps. Thus, the quantitative determination of the in situ water content requires careful sensor installation in order to reach a perfect probe clay rock coupling.

  20. Application of Time-Frequency Domain Transform to Three-Dimensional Interpolation of Medical Images.

    Science.gov (United States)

    Lv, Shengqing; Chen, Yimin; Li, Zeyu; Lu, Jiahui; Gao, Mingke; Lu, Rongrong

    2017-11-01

    Medical image three-dimensional (3D) interpolation is an important means to improve the image effect in 3D reconstruction. In image processing, the time-frequency domain transform is an efficient method. In this article, several time-frequency domain transform methods are applied and compared in 3D interpolation. And a Sobel edge detection and 3D matching interpolation method based on wavelet transform is proposed. We combine wavelet transform, traditional matching interpolation methods, and Sobel edge detection together in our algorithm. What is more, the characteristics of wavelet transform and Sobel operator are used. They deal with the sub-images of wavelet decomposition separately. Sobel edge detection 3D matching interpolation method is used in low-frequency sub-images under the circumstances of ensuring high frequency undistorted. Through wavelet reconstruction, it can get the target interpolation image. In this article, we make 3D interpolation of the real computed tomography (CT) images. Compared with other interpolation methods, our proposed method is verified to be effective and superior.

  1. A new Monte Carlo method for neutron noise calculations in the frequency domain

    International Nuclear Information System (INIS)

    Rouchon, Amélie; Zoia, Andrea; Sanchez, Richard

    2017-01-01

    Neutron noise equations, which are obtained by assuming small perturbations of macroscopic cross sections around a steady-state neutron field and by subsequently taking the Fourier transform in the frequency domain, have been usually solved by analytical techniques or by resorting to diffusion theory. A stochastic approach has been recently proposed in the literature by using particles with complex-valued weights and by applying a weight cancellation technique. We develop a new Monte Carlo algorithm that solves the transport neutron noise equations in the frequency domain. The stochastic method presented here relies on a modified collision operator and does not need any weight cancellation technique. In this paper, both Monte Carlo methods are compared with deterministic methods (diffusion in a slab geometry and transport in a simplified rod model) for several noise frequencies and for isotropic and anisotropic noise sources. Our stochastic method shows better performances in the frequency region of interest and is easier to implement because it relies upon the conventional algorithm for fixed-source problems.

  2. High-frequency domain wall excitations in magnetic garnet films with in-plane magnetization

    International Nuclear Information System (INIS)

    Synogach, V.T.; Doetsch, H.

    1996-01-01

    Magnetic garnet films of compositions (YBi) 3 Fe 5 O 12 and (LuBi) 3 Fe 5 O 12 are grown by liquid-phase epitaxy on [110]- and [100]-oriented substrates of gadolinium gallium garnet, respectively. All films have in-plane magnetization. 180 degree and 90 degree domain walls in these films are studied by microwave technique. In addition to the known low-frequency mode of wall translation new multiple resonant modes of both 90 degree and 180 degree domain walls with very small linewidth (4.2 MHz) are observed at frequencies near 1 GHz. Resonances are effectively excited by an rf magnetic field which is parallel or perpendicular to the wall plane. Resonance frequencies are shown to have nonlinear dispersion dependence on the mode number: they decrease with increasing in-plane magnetic field normal to the wall plane. copyright 1996 The American Physical Society

  3. Simultaneous storage of medical images in the spatial and frequency domain: A comparative study

    Directory of Open Access Journals (Sweden)

    Acharya U Rajendra

    2004-06-01

    Full Text Available Abstract Background Digital watermarking is a technique of hiding specific identification data for copyright authentication. This technique is adapted here for interleaving patient information with medical images, to reduce storage and transmission overheads. Methods The patient information is encrypted before interleaving with images to ensure greater security. The bio-signals are compressed and subsequently interleaved with the image. This interleaving is carried out in the spatial domain and Frequency domain. The performance of interleaving in the spatial, Discrete Fourier Transform (DFT, Discrete Cosine Transform (DCT and Discrete Wavelet Transform (DWT coefficients is studied. Differential pulse code modulation (DPCM is employed for data compression as well as encryption and results are tabulated for a specific example. Results It can be seen from results, the process does not affect the picture quality. This is attributed to the fact that the change in LSB of a pixel changes its brightness by 1 part in 256. Spatial and DFT domain interleaving gave very less %NRMSE as compared to DCT and DWT domain. Conclusion The Results show that spatial domain the interleaving, the %NRMSE was less than 0.25% for 8-bit encoded pixel intensity. Among the frequency domain interleaving methods, DFT was found to be very efficient.

  4. Hybridizable discontinuous Galerkin method for the 2-D frequency-domain elastic wave equations

    Science.gov (United States)

    Bonnasse-Gahot, Marie; Calandra, Henri; Diaz, Julien; Lanteri, Stéphane

    2018-04-01

    Discontinuous Galerkin (DG) methods are nowadays actively studied and increasingly exploited for the simulation of large-scale time-domain (i.e. unsteady) seismic wave propagation problems. Although theoretically applicable to frequency-domain problems as well, their use in this context has been hampered by the potentially large number of coupled unknowns they incur, especially in the 3-D case, as compared to classical continuous finite element methods. In this paper, we address this issue in the framework of the so-called hybridizable discontinuous Galerkin (HDG) formulations. As a first step, we study an HDG method for the resolution of the frequency-domain elastic wave equations in the 2-D case. We describe the weak formulation of the method and provide some implementation details. The proposed HDG method is assessed numerically including a comparison with a classical upwind flux-based DG method, showing better overall computational efficiency as a result of the drastic reduction of the number of globally coupled unknowns in the resulting discrete HDG system.

  5. Accelerated pharmacokinetic map determination for dynamic contrast enhanced MRI using frequency-domain based Tofts model.

    Science.gov (United States)

    Vajuvalli, Nithin N; Nayak, Krupa N; Geethanath, Sairam

    2014-01-01

    Dynamic Contrast Enhanced Magnetic Resonance Imaging (DCE-MRI) is widely used in the diagnosis of cancer and is also a promising tool for monitoring tumor response to treatment. The Tofts model has become a standard for the analysis of DCE-MRI. The process of curve fitting employed in the Tofts equation to obtain the pharmacokinetic (PK) parameters is time-consuming for high resolution scans. Current work demonstrates a frequency-domain approach applied to the standard Tofts equation to speed-up the process of curve-fitting in order to obtain the pharmacokinetic parameters. The results obtained show that using the frequency domain approach, the process of curve fitting is computationally more efficient compared to the time-domain approach.

  6. Frequency-domain reduced order models for gravitational waves from aligned-spin compact binaries

    International Nuclear Information System (INIS)

    Pürrer, Michael

    2014-01-01

    Black-hole binary coalescences are one of the most promising sources for the first detection of gravitational waves. Fast and accurate theoretical models of the gravitational radiation emitted from these coalescences are highly important for the detection and extraction of physical parameters. Spinning effective-one-body models for binaries with aligned-spins have been shown to be highly faithful, but are slow to generate and thus have not yet been used for parameter estimation (PE) studies. I provide a frequency-domain singular value decomposition-based surrogate reduced order model that is thousands of times faster for typical system masses and has a faithfulness mismatch of better than ∼0.1% with the original SEOBNRv1 model for advanced LIGO detectors. This model enables PE studies up to signal-to-noise ratios (SNRs) of 20 and even up to 50 for total masses below 50 M ⊙ . This paper discusses various choices for approximations and interpolation over the parameter space that can be made for reduced order models of spinning compact binaries, provides a detailed discussion of errors arising in the construction and assesses the fidelity of such models. (paper)

  7. Double-grid finite-difference frequency-domain (DG-FDFD) method for scattering from chiral objects

    CERN Document Server

    Alkan, Erdogan; Elsherbeni, Atef

    2013-01-01

    This book presents the application of the overlapping grids approach to solve chiral material problems using the FDFD method. Due to the two grids being used in the technique, we will name this method as Double-Grid Finite Difference Frequency-Domain (DG-FDFD) method. As a result of this new approach the electric and magnetic field components are defined at every node in the computation space. Thus, there is no need to perform averaging during the calculations as in the aforementioned FDFD technique [16]. We formulate general 3D frequency-domain numerical methods based on double-grid

  8. Frequency domain performance analysis of marginally stable LTI systems with saturation

    NARCIS (Netherlands)

    Berg, van den R.A.; Pogromski, A.Y.; Rooda, J.E.; Leonov, G.; Nijmeijer, H.; Pogromsky, A.; Fradkov, A.

    2009-01-01

    In this paper we discuss the frequency domain performance analysis of a marginally stable linear time-invariant (LTI) system with saturation in the feedback loop. We present two methods, both based on the notion of convergent systems, that allow to evaluate the performance of this type of systems in

  9. EEG Frequency Changes Prior to Making Errors in an Easy Stroop Task

    Directory of Open Access Journals (Sweden)

    Rachel Atchley

    2017-10-01

    Full Text Available Background: Mind-wandering is a form of off-task attention that has been associated with negative affect and rumination. The goal of this study was to assess potential electroencephalographic markers of task-unrelated thought, or mind-wandering state, as related to error rates during a specialized cognitive task. We used EEG to record frontal frequency band activity while participants completed a Stroop task that was modified to induce boredom, task-unrelated thought, and therefore mind-wandering.Methods: A convenience sample of 27 older adults (50–80 years completed a computerized Stroop matching task. Half of the Stroop trials were congruent (word/color match, and the other half were incongruent (mismatched. Behavioral data and EEG recordings were assessed. EEG analysis focused on the 1-s epochs prior to stimulus presentation in order to compare trials followed by correct versus incorrect responses.Results: Participants made errors on 9% of incongruent trials. There were no errors on congruent trials. There was a decrease in alpha and theta band activity during the epochs followed by error responses.Conclusion: Although replication of these results is necessary, these findings suggest that potential mind-wandering, as evidenced by errors, can be characterized by a decrease in alpha and theta activity compared to on-task, accurate performance periods.

  10. Resolution enhancement of robust Bayesian pre-stack inversion in the frequency domain

    Science.gov (United States)

    Yin, Xingyao; Li, Kun; Zong, Zhaoyun

    2016-10-01

    AVO/AVA (amplitude variation with an offset or angle) inversion is one of the most practical and useful approaches to estimating model parameters. So far, publications on AVO inversion in the Fourier domain have been quite limited in view of its poor stability and sensitivity to noise compared with time-domain inversion. For the resolution and stability of AVO inversion in the Fourier domain, a novel robust Bayesian pre-stack AVO inversion based on the mixed domain formulation of stationary convolution is proposed which could solve the instability and achieve superior resolution. The Fourier operator will be integrated into the objective equation and it avoids the Fourier inverse transform in our inversion process. Furthermore, the background constraints of model parameters are taken into consideration to improve the stability and reliability of inversion which could compensate for the low-frequency components of seismic signals. Besides, the different frequency components of seismic signals can realize decoupling automatically. This will help us to solve the inverse problem by means of multi-component successive iterations and the convergence precision of the inverse problem could be improved. So, superior resolution compared with the conventional time-domain pre-stack inversion could be achieved easily. Synthetic tests illustrate that the proposed method could achieve high-resolution results with a high degree of agreement with the theoretical model and verify the quality of anti-noise. Finally, applications on a field data case demonstrate that the proposed method could obtain stable inversion results of elastic parameters from pre-stack seismic data in conformity with the real logging data.

  11. Band extension in digital methods of transfer function determination – signal conditioners asymmetry error corrections

    Directory of Open Access Journals (Sweden)

    Zbigniew Staroszczyk

    2014-12-01

    Full Text Available [b]Abstract[/b]. In the paper, the calibrating method for error correction in transfer function determination with the use of DSP has been proposed. The correction limits/eliminates influence of transfer function input/output signal conditioners on the estimated transfer functions in the investigated object. The method exploits frequency domain conditioning paths descriptor found during training observation made on the known reference object.[b]Keywords[/b]: transfer function, band extension, error correction, phase errors

  12. 2.5D Inversion Algorithm of Frequency-Domain Airborne Electromagnetics with Topography

    Directory of Open Access Journals (Sweden)

    Jianjun Xi

    2016-01-01

    Full Text Available We presented a 2.5D inversion algorithm with topography for frequency-domain airborne electromagnetic data. The forward modeling is based on edge finite element method and uses the irregular hexahedron to adapt the topography. The electric and magnetic fields are split into primary (background and secondary (scattered field to eliminate the source singularity. For the multisources of frequency-domain airborne electromagnetic method, we use the large-scale sparse matrix parallel shared memory direct solver PARDISO to solve the linear system of equations efficiently. The inversion algorithm is based on Gauss-Newton method, which has the efficient convergence rate. The Jacobian matrix is calculated by “adjoint forward modelling” efficiently. The synthetic inversion examples indicated that our proposed method is correct and effective. Furthermore, ignoring the topography effect can lead to incorrect results and interpretations.

  13. High-Speed Microscale Optical Tracking Using Digital Frequency-Domain Multiplexing

    OpenAIRE

    MacLachlan, Robert A.; Riviere, Cameron N.

    2009-01-01

    Position-sensitive detectors (PSDs), or lateral-effect photodiodes, are commonly used for high-speed, high-resolution optical position measurement. This paper describes the instrument design for multidimensional position and orientation measurement based on the simultaneous position measurement of multiple modulated sources using frequency-domain-multiplexed (FDM) PSDs. The important advantages of this optical configuration in comparison with laser/mirror combinations are that it has a large ...

  14. Quality Assurance Analysis of a Large Multicenter Practice: Does Increased Complexity of Intensity-Modulated Radiotherapy Lead to Increased Error Frequency?

    International Nuclear Information System (INIS)

    Olson, Adam C.; Wegner, Rodney E.; Scicutella, Carol; Heron, Dwight E.; Greenberger, Joel S.; Huq, M. Saiful; Bednarz, Gregory; Flickinger, John C.

    2012-01-01

    Purpose: Error reduction is an important concern in clinical medicine. Intensity-modulated radiotherapy (IMRT) is an important advancement in radiation oncology that increases the complexity of treatment, potentially increasing the error risk. We studied the frequency and severity of errors in a large multicenter practice to ascertain the impact of quality improvement interventions over time, IMRT, and type of practice. Methods and Materials: We analyzed prospective data from three academic and 16 community practice sites with 24,775 courses of radiotherapy (9,210 IMRT courses and 15,565 non-IMRT) between January 2006 and December 2009. All IMRT treatment was performed using one centralized dose planning center for all sites. Results: We prospectively identified various errors or potential errors in 0.14 % vs. 0.40 % of the IMRT vs. non-IMRT courses (13/9,210 vs. 62/15,565, p = 0.0004) and excluding potential errors: 0.03 % for IMRT vs. 0.21% for non-IMRT. We developed the Clinical Radiotherapy Error Severity Scale (CRESS) to classify error severity from 1 to 10, with 1 to 3 for potential or completely correctable errors, 4 to 5 for dose variations 5%. Multivariate analyses of CRESS values, severity >4, and any error (including potential) correlated significantly reduced errors with IMRT (p = 0.0001–0.0024) but found no significant difference between the academic and community practice sites and no change in error frequency over time despite implementation of 39 system-wide policy changes by the centralized quality improvement committee. Conclusions: Despite the increase in complexity with IMRT compared with conventional radiotherapy, it can be delivered with reduced error frequency.

  15. Frequency-domain elastic full waveform inversion using encoded simultaneous sources

    Science.gov (United States)

    Jeong, W.; Son, W.; Pyun, S.; Min, D.

    2011-12-01

    Currently, numerous studies have endeavored to develop robust full waveform inversion and migration algorithms. These processes require enormous computational costs, because of the number of sources in the survey. To avoid this problem, the phase encoding technique for prestack migration was proposed by Romero (2000) and Krebs et al. (2009) proposed the encoded simultaneous-source inversion technique in the time domain. On the other hand, Ben-Hadj-Ali et al. (2011) demonstrated the robustness of the frequency-domain full waveform inversion with simultaneous sources for noisy data changing the source assembling. Although several studies on simultaneous-source inversion tried to estimate P- wave velocity based on the acoustic wave equation, seismic migration and waveform inversion based on the elastic wave equations are required to obtain more reliable subsurface information. In this study, we propose a 2-D frequency-domain elastic full waveform inversion technique using phase encoding methods. In our algorithm, the random phase encoding method is employed to calculate the gradients of the elastic parameters, source signature estimation and the diagonal entries of approximate Hessian matrix. The crosstalk for the estimated source signature and the diagonal entries of approximate Hessian matrix are suppressed with iteration as for the gradients. Our 2-D frequency-domain elastic waveform inversion algorithm is composed using the back-propagation technique and the conjugate-gradient method. Source signature is estimated using the full Newton method. We compare the simultaneous-source inversion with the conventional waveform inversion for synthetic data sets of the Marmousi-2 model. The inverted results obtained by simultaneous sources are comparable to those obtained by individual sources, and source signature is successfully estimated in simultaneous source technique. Comparing the inverted results using the pseudo Hessian matrix with previous inversion results

  16. Frequency domain kinetic of positron-electron annihilation in the MgO-Al2O3 spinel-type ceramics

    Science.gov (United States)

    Fl'unt, Orest; Klym, Halyna; Ingram, Adam

    2018-03-01

    In this work, the kinetic of positron-electron annihilation in the MgO-Al2O3 spinel-type ceramics sintered at different temperatures (1100, 1200 and 1400 °C) has been calculated and analyzed in a frequency domain. The spectra of real (in-phase) and imaginary (quadrature) components of positron-electron annihilation kinetic have been obtained numerically from usual temporal characteristics using integral Fourier transform. The numerical calculations were carried out using cubic spline interpolation of the pulse characteristics of MgO-Al2O3 ceramics in time domain with following analytical calculations of integrals. The obtained spectra as real so imaginary part of MgO-Al2O3 ceramics in frequency domain almost good obey a Debye law denying correlation between elementary positron annihilation processes. Complex diagrams of frequency domain responses of as-prepared samples have a shape of semicircles with close characteristic frequencies. Some deviation on low-frequency side of the semicircles is observed confirming an availability of longer time kinetic processes. Sintering temperature dependencies of the relaxation times and characteristic frequencies of positron-electron annihilation processes have been obtained. It is shown that position of large maxima on the frequency dependencies of imaginary part corresponds to fast average relaxation lifetime representing the most intensive interaction process of positrons with small cavity traps in solids.

  17. Frequency and time domain analysis of an external cavity laser with strong filtered optical feedback

    DEFF Research Database (Denmark)

    Detoma, Enrico; Tromborg, Bjarne; Montrosset, Ivo

    The stability properties of an external cavity laser with strong grating-filtered optical feedback to an anti-reflection coated facet are studied with a general frequency domain model. The model takes into account non-linear effects like four wave mixing and gain compression. A small......-signal analysis in the frequency domain allows a calculation of the range of operation without mode hopping around the grating reflectivity peak. This region should be as large as possible for proper operation of the tunable laser source. The analysis shows this stabilizing effect of mode coupling and gain...

  18. Patellofemoral pain syndrome: electromyography in a frequency domain analysis

    Science.gov (United States)

    Catelli, D. S.; Kuriki, H. U.; Polito, L. F.; Azevedo, F. M.; Negrão Filho, R. F.; Alves, N.

    2011-09-01

    The Patellofemoral Pain Syndrome (PFPS), has a multifactorial etiology and affects approximately 7 to 15% of the population, mostly women, youth, adults and active persons. PFPS causes anterior or retropatelar pain that is exacerbated during functional motor gestures, such as up and down stairs or spending long periods of time sitting, squatting or kneeling. As the diagnostic evaluation of this syndrome is still indirect, different mechanisms and methodologies try to make a classification that distinguishes patients with PFPS in relation to asymptomatic. Thereby, the purpose of this investigation was to determine the characteristics of the electromyographic (EMG) signal in the frequency domain of the vastus medialis oblique (VMO) and vastus lateralis (VL) in patients with PFPS, during the ascent of stairs. 33 young women (22 control group and 11 PFPS group), were evaluated by EMG during ascent of stairs. The VMO mean power frequency (MPF) and the VL frequency 95% (F95) were lower in symptomatic individuals. This may be related to the difference in muscle recruitment strategy exerted by each muscle in the PFPS group compared to the control group.

  19. Novel Burst Suppression Segmentation in the Joint Time-Frequency Domain for EEG in Treatment of Status Epilepticus

    Directory of Open Access Journals (Sweden)

    Jaeyun Lee

    2016-01-01

    Full Text Available We developed a method to distinguish bursts and suppressions for EEG burst suppression from the treatments of status epilepticus, employing the joint time-frequency domain. We obtained the feature used in the proposed method from the joint use of the time and frequency domains, and we estimated the decision as to whether the measured EEG was a burst segment or suppression segment by the maximum likelihood estimation. We evaluated the performance of the proposed method in terms of its accordance with the visual scores and estimation of the burst suppression ratio. The accuracy was higher than the sole use of the time or frequency domains, as well as conventional methods conducted in the time domain. In addition, probabilistic modeling provided a more simplified optimization than conventional methods. Burst suppression quantification necessitated precise burst suppression segmentation with an easy optimization; therefore, the excellent discrimination and the easy optimization of burst suppression by the proposed method appear to be beneficial.

  20. Overview of multi-input frequency domain modal testing methods with an emphasis on sine testing

    Science.gov (United States)

    Rost, Robert W.; Brown, David L.

    1988-01-01

    An overview of the current state of the art multiple-input, multiple-output modal testing technology is discussed. A very brief review of the current time domain methods is given. A detailed review of frequency and spatial domain methods is presented with an emphasis on sine testing.

  1. Error rates in forensic DNA analysis: definition, numbers, impact and communication.

    Science.gov (United States)

    Kloosterman, Ate; Sjerps, Marjan; Quak, Astrid

    2014-09-01

    Forensic DNA casework is currently regarded as one of the most important types of forensic evidence, and important decisions in intelligence and justice are based on it. However, errors occasionally occur and may have very serious consequences. In other domains, error rates have been defined and published. The forensic domain is lagging behind concerning this transparency for various reasons. In this paper we provide definitions and observed frequencies for different types of errors at the Human Biological Traces Department of the Netherlands Forensic Institute (NFI) over the years 2008-2012. Furthermore, we assess their actual and potential impact and describe how the NFI deals with the communication of these numbers to the legal justice system. We conclude that the observed relative frequency of quality failures is comparable to studies from clinical laboratories and genetic testing centres. Furthermore, this frequency is constant over the five-year study period. The most common causes of failures related to the laboratory process were contamination and human error. Most human errors could be corrected, whereas gross contamination in crime samples often resulted in irreversible consequences. Hence this type of contamination is identified as the most significant source of error. Of the known contamination incidents, most were detected by the NFI quality control system before the report was issued to the authorities, and thus did not lead to flawed decisions like false convictions. However in a very limited number of cases crucial errors were detected after the report was issued, sometimes with severe consequences. Many of these errors were made in the post-analytical phase. The error rates reported in this paper are useful for quality improvement and benchmarking, and contribute to an open research culture that promotes public trust. However, they are irrelevant in the context of a particular case. Here case-specific probabilities of undetected errors are needed

  2. Frequency domain analysis and design of nonlinear systems based on Volterra series expansion a parametric characteristic approach

    CERN Document Server

    Jing, Xingjian

    2015-01-01

    This book is a systematic summary of some new advances in the area of nonlinear analysis and design in the frequency domain, focusing on the application oriented theory and methods based on the GFRF concept, which is mainly done by the author in the past 8 years. The main results are formulated uniformly with a parametric characteristic approach, which provides a convenient and novel insight into nonlinear influence on system output response in terms of characteristic parameters and thus facilitate nonlinear analysis and design in the frequency domain.  The book starts with a brief introduction to the background of nonlinear analysis in the frequency domain, followed by recursive algorithms for computation of GFRFs for different parametric models, and nonlinear output frequency properties. Thereafter the parametric characteristic analysis method is introduced, which leads to the new understanding and formulation of the GFRFs, and nonlinear characteristic output spectrum (nCOS) and the nCOS based analysis a...

  3. Frequency-domain optical tomographic image reconstruction algorithm with the simplified spherical harmonics (SP3) light propagation model.

    Science.gov (United States)

    Kim, Hyun Keol; Montejo, Ludguier D; Jia, Jingfei; Hielscher, Andreas H

    2017-06-01

    We introduce here the finite volume formulation of the frequency-domain simplified spherical harmonics model with n -th order absorption coefficients (FD-SP N ) that approximates the frequency-domain equation of radiative transfer (FD-ERT). We then present the FD-SP N based reconstruction algorithm that recovers absorption and scattering coefficients in biological tissue. The FD-SP N model with 3 rd order absorption coefficient (i.e., FD-SP 3 ) is used as a forward model to solve the inverse problem. The FD-SP 3 is discretized with a node-centered finite volume scheme and solved with a restarted generalized minimum residual (GMRES) algorithm. The absorption and scattering coefficients are retrieved using a limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) algorithm. Finally, the forward and inverse algorithms are evaluated using numerical phantoms with optical properties and size that mimic small-volume tissue such as finger joints and small animals. The forward results show that the FD-SP 3 model approximates the FD-ERT (S 12 ) solution within relatively high accuracy; the average error in the phase (<3.7%) and the amplitude (<7.1%) of the partial current at the boundary are reported. From the inverse results we find that the absorption and scattering coefficient maps are more accurately reconstructed with the SP 3 model than those with the SP 1 model. Therefore, this work shows that the FD-SP 3 is an efficient model for optical tomographic imaging of small-volume media with non-diffuse properties both in terms of computational time and accuracy as it requires significantly lower CPU time than the FD-ERT (S 12 ) and also it is more accurate than the FD-SP 1 .

  4. Time-domain electromagnetic energy in a frequency-dispersive left-handed medium

    International Nuclear Information System (INIS)

    Cui Tiejun; Kong Jinau

    2004-01-01

    From Maxwell's equations and the Poynting theorem, the time-domain electric and magnetic energy densities are generally defined in the frequency-dispersive media based on the conservation of energy. As a consequence, a general definition of electric and magnetic energy is proposed. Comparing with existing formulations of electric and magnetic energy in frequency-dispersive media, the new definition is more reasonable and is valid in any case. Using the new definition and staring from the equation of motion, we have shown rigorously that the total energy density and the individual electric and magnetic energy densities are always positive in a realistic artificial left-handed medium (LHM) [R. A. Shelby, D. R. Smith, and S. Schultz, Science 292, 77 (2001)], which obeys actually the Lorentz medium model, although such a LHM has negative permittivity and negative permeability simultaneously in a certain frequency range. We have also shown that the conservation of energy is not violated in LHM. The earlier conclusions can be easily extended to the Drude medium model and the cold plasma medium model. Through an exact analysis of a one-dimensional transient current source radiating in LHM, numerical results are given to demonstrate that the work done by source, the power flowing outwards a surface, and the electric and magnetic energy stored in a volume are all positive in the time domain

  5. A Novel Comb-Pilot Transform Domain Frequency Diversity Channel Estimation for OFDM System

    Directory of Open Access Journals (Sweden)

    L. Liu

    2009-12-01

    Full Text Available Due to implementation complexity, the transform domain channel estimation based on training symbols or comb-type pilots has been paid more attention because of its efficient algorithm FFT/IFFT. However, in a comb-type OFDM system, the length of the channel impulse response is much smaller than the pilot number. In this case, the comb-pilot transform domain channel estimation only works as interpolation like the Least Squares (LS algorithm, but loses the noise suppression function. In this paper, we propose a novel frequency diversity channel estimation method via grouped pilots combining. With this estimator, not only the channel frequency response on non-pilot subcarriers can be interpolated, but also the noise can be better suppressed. Moreover, it does not need prior statistical characteristics of the wireless channel.

  6. Controller design for flexible, distributed parameter mechanical arms via combined state space and frequency domain techniques

    Science.gov (United States)

    Book, W. J.; Majett, M.

    1982-01-01

    The potential benefits of the ability to control more flexible mechanical arms are discussed. A justification is made in terms of speed of movement. A new controller design procedure is then developed to provide this capability. It uses both a frequency domain representation and a state variable representation of the arm model. The frequency domain model is used to update the modal state variable model to insure decoupled states. The technique is applied to a simple example with encouraging results.

  7. GUM2DFT—a software tool for uncertainty evaluation of transient signals in the frequency domain

    International Nuclear Information System (INIS)

    Eichstädt, S; Wilkens, V

    2016-01-01

    The Fourier transform and its counterpart for discrete time signals, the discrete Fourier transform (DFT), are common tools in measurement science and application. Although almost every scientific software package offers ready-to-use implementations of the DFT, the propagation of uncertainties in line with the guide to the expression of uncertainty in measurement (GUM) is typically neglected. This is of particular importance in dynamic metrology, when input estimation is carried out by deconvolution in the frequency domain. To this end, we present the new open-source software tool GUM2DFT, which utilizes closed formulas for the efficient propagation of uncertainties for the application of the DFT, inverse DFT and input estimation in the frequency domain. It handles different frequency domain representations, accounts for autocorrelation and takes advantage of the symmetry inherent in the DFT result for real-valued time domain signals. All tools are presented in terms of examples which form part of the software package. GUM2DFT will foster GUM-compliant evaluation of uncertainty in a DFT-based analysis and enable metrologists to include uncertainty evaluations in their routine work. (paper)

  8. A frequency domain global parameter estimation method for multiple reference frequency response measurements

    Science.gov (United States)

    Shih, C. Y.; Tsuei, Y. G.; Allemang, R. J.; Brown, D. L.

    1988-10-01

    A method of using the matrix Auto-Regressive Moving Average (ARMA) model in the Laplace domain for multiple-reference global parameter identification is presented. This method is particularly applicable to the area of modal analysis where high modal density exists. The method is also applicable when multiple reference frequency response functions are used to characterise linear systems. In order to facilitate the mathematical solution, the Forsythe orthogonal polynomial is used to reduce the ill-conditioning of the formulated equations and to decouple the normal matrix into two reduced matrix blocks. A Complex Mode Indicator Function (CMIF) is introduced, which can be used to determine the proper order of the rational polynomials.

  9. RF-heating of plasma in the frequency domain of the ion cyclotron harmonics

    International Nuclear Information System (INIS)

    Hahnekamp, H.G.; Stampa, A.; Tuczek, H.; Laeuter, R.; Wulf, H.O.

    1976-01-01

    Experiments on rf-heating of plasmas in the frequency domain of the ion cyclotron harmonics are reported. The rf-power is coupled to the magneto-acoustic wave for frequencies between ωsub(ci) and 5ωsub(ci). The measurements indicate that the damping of the pump wave is mainly due to the excitation of turbulence, whereas direct resonance at 2ωsub(ci) seems to be of minor importance

  10. Frequency domain, waveform inversion of laboratory crosswell radar data

    Science.gov (United States)

    Ellefsen, Karl J.; Mazzella, Aldo T.; Horton, Robert J.; McKenna, Jason R.

    2010-01-01

    A new waveform inversion for crosswell radar is formulated in the frequency-domain for a 2.5D model. The inversion simulates radar waves using the vector Helmholtz equation for electromagnetic waves. The objective function is minimized using a backpropagation method suitable for a 2.5D model. The inversion is tested by processing crosswell radar data collected in a laboratory tank. The estimated model is consistent with the known electromagnetic properties of the tank. The formulation for the 2.5D model can be extended to inversions of acoustic and elastic data.

  11. A perspective on single-channel frequency-domain speech enhancement

    CERN Document Server

    Benesty, Jacob

    2010-01-01

    This book focuses on a class of single-channel noise reduction methods that are performed in the frequency domain via the short-time Fourier transform (STFT). The simplicity and relative effectiveness of this class of approaches make them the dominant choice in practical systems. Even though many popular algorithms have been proposed through more than four decades of continuous research, there are a number of critical areas where our understanding and capabilities still remain quite rudimentary, especially with respect to the relationship between noise reduction and speech distortion. All exis

  12. A note on eigenfrequency sensitivities and structural eigenfrequency optimization based on local sub-domain frequencies

    DEFF Research Database (Denmark)

    Pedersen, Pauli; Pedersen, Niels Leergaard

    2014-01-01

    foundation. A numerical heuristic redesign procedure is proposed and illustrated with examples. For the ideal case, an optimality criterion is fulfilled if the design have the same sub-domain frequency (local Rayleigh quotient). Sensitivity analysis shows an important relation between squared system...... eigenfrequency and squared local sub-domain frequency for a given eigenmode. Higher order eigenfrequenciesmay also be controlled in this manner. The presented examples are based on 2D finite element models with the use of subspace iteration for analysis and a heuristic recursive design procedure based...... on the derived optimality condition. The design that maximize a frequency depend on the total amount of available material and on a necessary interpolation as illustrated by different design cases.In this note we have assumed a linear and conservative eigenvalue problem without multiple eigenvalues. The presence...

  13. Equation-Method for correcting clipping errors in OFDM signals.

    Science.gov (United States)

    Bibi, Nargis; Kleerekoper, Anthony; Muhammad, Nazeer; Cheetham, Barry

    2016-01-01

    Orthogonal frequency division multiplexing (OFDM) is the digital modulation technique used by 4G and many other wireless communication systems. OFDM signals have significant amplitude fluctuations resulting in high peak to average power ratios which can make an OFDM transmitter susceptible to non-linear distortion produced by its high power amplifiers (HPA). A simple and popular solution to this problem is to clip the peaks before an OFDM signal is applied to the HPA but this causes in-band distortion and introduces bit-errors at the receiver. In this paper we discuss a novel technique, which we call the Equation-Method, for correcting these errors. The Equation-Method uses the Fast Fourier Transform to create a set of simultaneous equations which, when solved, return the amplitudes of the peaks before they were clipped. We show analytically and through simulations that this method can, correct all clipping errors over a wide range of clipping thresholds. We show that numerical instability can be avoided and new techniques are needed to enable the receiver to differentiate between correctly and incorrectly received frequency-domain constellation symbols.

  14. Every photon counts: improving low, mid, and high-spatial frequency errors on astronomical optics and materials with MRF

    Science.gov (United States)

    Maloney, Chris; Lormeau, Jean Pierre; Dumas, Paul

    2016-07-01

    Many astronomical sensing applications operate in low-light conditions; for these applications every photon counts. Controlling mid-spatial frequencies and surface roughness on astronomical optics are critical for mitigating scattering effects such as flare and energy loss. By improving these two frequency regimes higher contrast images can be collected with improved efficiency. Classically, Magnetorheological Finishing (MRF) has offered an optical fabrication technique to correct low order errors as well has quilting/print-through errors left over in light-weighted optics from conventional polishing techniques. MRF is a deterministic, sub-aperture polishing process that has been used to improve figure on an ever expanding assortment of optical geometries, such as planos, spheres, on and off axis aspheres, primary mirrors and freeform optics. Precision optics are routinely manufactured by this technology with sizes ranging from 5-2,000mm in diameter. MRF can be used for form corrections; turning a sphere into an asphere or free form, but more commonly for figure corrections achieving figure errors as low as 1nm RMS while using careful metrology setups. Recent advancements in MRF technology have improved the polishing performance expected for astronomical optics in low, mid and high spatial frequency regimes. Deterministic figure correction with MRF is compatible with most materials, including some recent examples on Silicon Carbide and RSA905 Aluminum. MRF also has the ability to produce `perfectly-bad' compensating surfaces, which may be used to compensate for measured or modeled optical deformation from sources such as gravity or mounting. In addition, recent advances in MRF technology allow for corrections of mid-spatial wavelengths as small as 1mm simultaneously with form error correction. Efficient midspatial frequency corrections make use of optimized process conditions including raster polishing in combination with a small tool size. Furthermore, a novel MRF

  15. Random Numbers Demonstrate the Frequency of Type I Errors: Three Spreadsheets for Class Instruction

    Science.gov (United States)

    Duffy, Sean

    2010-01-01

    This paper describes three spreadsheet exercises demonstrating the nature and frequency of type I errors using random number generation. The exercises are designed specifically to address issues related to testing multiple relations using correlation (Demonstration I), t tests varying in sample size (Demonstration II) and multiple comparisons…

  16. The frequency-domain approach for apparent density mapping

    Science.gov (United States)

    Tong, T.; Guo, L.

    2017-12-01

    Apparent density mapping is a technique to estimate density distribution in the subsurface layer from the observed gravity data. It has been widely applied for geologic mapping, tectonic study and mineral exploration for decades. Apparent density mapping usually models the density layer as a collection of vertical, juxtaposed prisms in both horizontal directions, whose top and bottom surfaces are assumed to be horizontal or variable-depth, and then inverts or deconvolves the gravity anomalies to determine the density of each prism. Conventionally, the frequency-domain approach, which assumes that both top and bottom surfaces of the layer are horizontal, is usually utilized for fast density mapping. However, such assumption is not always valid in the real world, since either the top surface or the bottom surface may be variable-depth. Here, we presented a frequency-domain approach for apparent density mapping, which permits both the top and bottom surfaces of the layer to be variable-depth. We first derived the formula for forward calculation of gravity anomalies caused by the density layer, whose top and bottom surfaces are variable-depth, and the formula for inversion of gravity anomalies for the density distribution. Then we proposed the procedure for density mapping based on both the formulas of inversion and forward calculation. We tested the approach on the synthetic data, which verified its effectiveness. We also tested the approach on the real Bouguer gravity anomalies data from the central South China. The top surface was assumed to be flat and was on the sea level, and the bottom surface was considered as the Moho surface. The result presented the crustal density distribution, which was coinciding well with the basic tectonic features in the study area.

  17. A systems perspective of managing error recovery and tactical re-planning of operating teams in safety critical domains.

    Science.gov (United States)

    Kontogiannis, Tom

    2011-04-01

    Research in human error has provided useful tools for designing procedures, training, and intelligent interfaces that trap errors at an early stage. However, this "error prevention" policy may not be entirely successful because human errors will inevitably occur. This requires that the error management process (e.g., detection, diagnosis and correction) must also be supported. Research has focused almost exclusively on error detection; little is known about error recovery, especially in the context of safety critical systems. The aim of this paper is to develop a research framework that integrates error recovery strategies employed by experienced practitioners in handling their own errors. A control theoretic model of human performance was used to integrate error recovery strategies assembled from reviews of the literature, analyses of near misses from aviation and command & control domains, and observations of abnormal situations training at air traffic control facilities. The method of system dynamics has been used to analyze and compare error recovery strategies in terms of patterns of interaction, system affordances, and types of recovery plans. System dynamics offer a promising basis for studying the nature of error recovery management in the context of team interactions and system characteristics. The proposed taxonomy of error recovery strategies can help human factors and safety experts to develop resilient system designs and training solutions for managing human errors in unforeseen situations; it may also help incident investigators to explore why people's actions and assessments were not corrected at the time. Copyright © 2011 Elsevier Ltd. All rights reserved.

  18. Computationally Efficient Amplitude Modulated Sinusoidal Audio Coding using Frequency-Domain Linear Prediction

    DEFF Research Database (Denmark)

    Christensen, M. G.; Jensen, Søren Holdt

    2006-01-01

    A method for amplitude modulated sinusoidal audio coding is presented that has low complexity and low delay. This is based on a subband processing system, where, in each subband, the signal is modeled as an amplitude modulated sum of sinusoids. The envelopes are estimated using frequency......-domain linear prediction and the prediction coefficients are quantized. As a proof of concept, we evaluate different configurations in a subjective listening test, and this shows that the proposed method offers significant improvements in sinusoidal coding. Furthermore, the properties of the frequency...

  19. Joint Impact of Frequency Synchronization Errors and Intermodulation Distortion on the Performance of Multicarrier DS-CDMA Systems

    Directory of Open Access Journals (Sweden)

    Rugini Luca

    2005-01-01

    Full Text Available The performance of multicarrier systems is highly impaired by intercarrier interference (ICI due to frequency synchronization errors at the receiver and by intermodulation distortion (IMD introduced by a nonlinear amplifier (NLA at the transmitter. In this paper, we evaluate the bit-error rate (BER of multicarrier direct-sequence code-division multiple-access (MC-DS-CDMA downlink systems subject to these impairments in frequency-selective Rayleigh fading channels, assuming quadrature amplitude modulation (QAM. The analytical findings allow to establish the sensitivity of MC-DS-CDMA systems to carrier frequency offset (CFO and NLA distortions, to identify the maximum CFO that is tolerable at the receiver side in different scenarios, and to find out the optimum value of the NLA output power backoff for a given CFO. Simulation results show that the approximated analysis is quite accurate in several conditions.

  20. Input preshaping with frequency domain information for flexible-link manipulator control

    Science.gov (United States)

    Tzes, Anthony; Englehart, Matthew J.; Yurkovich, Stephen

    1989-01-01

    The application of an input preshaping scheme to flexible manipulators is considered. The resulting control corresponds to a feedforward term that convolves in real-time the desired reference input with a sequence of impulses and produces a vibration free output. The robustness of the algorithm with respect to injected disturbances and modal frequency variations is not satisfactory and can be improved by convolving the input with a longer sequence of impulses. The incorporation of the preshaping scheme to a closed-loop plant, using acceleration feedback, offers satisfactory disturbance rejection due to feedback and cancellation of the flexible mode effects due to the preshaping. A frequency domain identification scheme is used to estimate the modal frequencies on-line and subsequently update the spacing between the impulses. The combined adaptive input preshaping scheme provides the fastest possible slew that results in a vibration free output.

  1. A procedure for the significance testing of unmodeled errors in GNSS observations

    Science.gov (United States)

    Li, Bofeng; Zhang, Zhetao; Shen, Yunzhong; Yang, Ling

    2018-01-01

    It is a crucial task to establish a precise mathematical model for global navigation satellite system (GNSS) observations in precise positioning. Due to the spatiotemporal complexity of, and limited knowledge on, systematic errors in GNSS observations, some residual systematic errors would inevitably remain even after corrected with empirical model and parameterization. These residual systematic errors are referred to as unmodeled errors. However, most of the existing studies mainly focus on handling the systematic errors that can be properly modeled and then simply ignore the unmodeled errors that may actually exist. To further improve the accuracy and reliability of GNSS applications, such unmodeled errors must be handled especially when they are significant. Therefore, a very first question is how to statistically validate the significance of unmodeled errors. In this research, we will propose a procedure to examine the significance of these unmodeled errors by the combined use of the hypothesis tests. With this testing procedure, three components of unmodeled errors, i.e., the nonstationary signal, stationary signal and white noise, are identified. The procedure is tested by using simulated data and real BeiDou datasets with varying error sources. The results show that the unmodeled errors can be discriminated by our procedure with approximately 90% confidence. The efficiency of the proposed procedure is further reassured by applying the time-domain Allan variance analysis and frequency-domain fast Fourier transform. In summary, the spatiotemporally correlated unmodeled errors are commonly existent in GNSS observations and mainly governed by the residual atmospheric biases and multipath. Their patterns may also be impacted by the receiver.

  2. Peculiarities of low-frequency dielectric spectra and domain wall motion in gadolinium molybdate

    International Nuclear Information System (INIS)

    Galiyarova, N.M.; Gorin, S.V.; Dontsova, L.I.; Shil'nikov, A.V.; Shuvalov, L.A.

    1994-01-01

    Low-frequency Debye dispersion of dielectric permeability in GMO with the low values of high-frequency limit ε ∞ was investigated in a wide temperature range as well as in fields of variable amplitude. The features of domain boundaries motion were studied at the partial repolarization in monopolar P-pulsed fields. The model of cooperationrelaxation motion brifing in parallel with positive to negative contribution to polarization that explained the low values of ε ∞ was suggested

  3. Preconditioned finite-difference frequency-domain for modelling periodic dielectric structures - comparisons with FDTD

    NARCIS (Netherlands)

    Chabory, A.; Hon, de B.P.; Schilders, W.H.A.; Tijhuis, A.G.

    2008-01-01

    Finite-difference techniques are very popular and versatile numerical tools in computational electromagnetics. In this paper, we propose a preconditioned finite-difference frequency-domain method (FDFD) to model periodic structures in 2D and 3D. The preconditioner follows from a modal decoupling

  4. Preconditioned finite-difference frequency-domain for modelling periodic dielectric structures : comparisons with FDTD

    NARCIS (Netherlands)

    Chabory, A.; Hon, de B.P.; Schilders, W.H.A.; Tijhuis, A.G.

    2008-01-01

    Finite-difference techniques are very popular and versatile numerical tools in computational electromagnetics. In this paper, we propose a preconditioned finite-difference frequency-domain method (FDFD) to model periodic structures in 2D and 3D. The preconditioner follows from a modal decoupling

  5. Plastique: A synchrotron radiation beamline for time resolved fluorescence in the frequency domain

    Science.gov (United States)

    De Stasio, Gelsomina; Zema, N.; Antonangeli, F.; Savoia, A.; Parasassi, T.; Rosato, N.

    1991-06-01

    PLASTIQUE is the only synchrotron radiation beamline in the world that performs time resolved fluorescence experiments in frequency domain. These experiments are extremely valuable sources of information on the structure and dynamics of molecules. We describe the beamline and some initial data.

  6. Performance analysis of super-orthogonal space-frequency trellis coded OFDM system

    CSIR Research Space (South Africa)

    Sokoya, O

    2009-08-01

    Full Text Available that is used with OFDM. SOSFTC-OFDM utilizes the diversities in frequency and space domain by assuming that coding is done along adjacent subcarrier in an OFDM environment. This paper evaluates the exact pairwise error probability (PEP) of the SOSFTC...

  7. A frequency domain linearized Navier-Stokes equations approach to acoustic propagation in flow ducts with sharp edges.

    Science.gov (United States)

    Kierkegaard, Axel; Boij, Susann; Efraimsson, Gunilla

    2010-02-01

    Acoustic wave propagation in flow ducts is commonly modeled with time-domain non-linear Navier-Stokes equation methodologies. To reduce computational effort, investigations of a linearized approach in frequency domain are carried out. Calculations of sound wave propagation in a straight duct are presented with an orifice plate and a mean flow present. Results of transmission and reflections at the orifice are presented on a two-port scattering matrix form and are compared to measurements with good agreement. The wave propagation is modeled with a frequency domain linearized Navier-Stokes equation methodology. This methodology is found to be efficient for cases where the acoustic field does not alter the mean flow field, i.e., when whistling does not occur.

  8. A new image cipher in time and frequency domains

    Science.gov (United States)

    Abd El-Latif, Ahmed A.; Niu, Xiamu; Amin, Mohamed

    2012-10-01

    Recently, various encryption techniques based on chaos have been proposed. However, most existing chaotic encryption schemes still suffer from fundamental problems such as small key space, weak security function and slow performance speed. This paper introduces an efficient encryption scheme for still visual data that overcome these disadvantages. The proposed scheme is based on hybrid Linear Feedback Shift Register (LFSR) and chaotic systems in hybrid domains. The core idea is to scramble the pixel positions based on 2D chaotic systems in frequency domain. Then, the diffusion is done on the scrambled image based on cryptographic primitive operations and the incorporation of LFSR and chaotic systems as round keys. The hybrid compound of LFSR, chaotic system and cryptographic primitive operations strengthen the encryption performance and enlarge the key space required to resist the brute force attacks. Results of statistical and differential analysis show that the proposed algorithm has high security for secure digital images. Furthermore, it has key sensitivity together with a large key space and is very fast compared to other competitive algorithms.

  9. Efficient 3D frequency response modeling with spectral accuracy by the rapid expansion method

    KAUST Repository

    Chu, Chunlei

    2012-07-01

    Frequency responses of seismic wave propagation can be obtained either by directly solving the frequency domain wave equations or by transforming the time domain wavefields using the Fourier transform. The former approach requires solving systems of linear equations, which becomes progressively difficult to tackle for larger scale models and for higher frequency components. On the contrary, the latter approach can be efficiently implemented using explicit time integration methods in conjunction with running summations as the computation progresses. Commonly used explicit time integration methods correspond to the truncated Taylor series approximations that can cause significant errors for large time steps. The rapid expansion method (REM) uses the Chebyshev expansion and offers an optimal solution to the second-order-in-time wave equations. When applying the Fourier transform to the time domain wavefield solution computed by the REM, we can derive a frequency response modeling formula that has the same form as the original time domain REM equation but with different summation coefficients. In particular, the summation coefficients for the frequency response modeling formula corresponds to the Fourier transform of those for the time domain modeling equation. As a result, we can directly compute frequency responses from the Chebyshev expansion polynomials rather than the time domain wavefield snapshots as do other time domain frequency response modeling methods. When combined with the pseudospectral method in space, this new frequency response modeling method can produce spectrally accurate results with high efficiency. © 2012 Society of Exploration Geophysicists.

  10. PLASTIQUE: A synchrotron radiation beamline for time resolved fluorescence in the frequency domain

    International Nuclear Information System (INIS)

    De Stasio, G.; Zema, N.; Antonangeli, F.; Parasassi, T.; Rosato, N.

    1991-01-01

    PLASTIQUE is the only synchrotron radiation beamline in the world that performs time resolved fluorescence experiments in the frequency domain. These experiments are extremely valuable sources of informations on the structure and dynamics of molecules. The beamline and some examples of initial data are described

  11. Automatic frequency and phase alignment of in vivo J-difference-edited MR spectra by frequency domain correlation.

    Science.gov (United States)

    Wiegers, Evita C; Philips, Bart W J; Heerschap, Arend; van der Graaf, Marinette

    2017-12-01

    J-difference editing is often used to select resonances of compounds with coupled spins in 1 H-MR spectra. Accurate phase and frequency alignment prior to subtracting J-difference-edited MR spectra is important to avoid artefactual contributions to the edited resonance. In-vivo J-difference-edited MR spectra were aligned by maximizing the normalized scalar product between two spectra (i.e., the correlation over a spectral region). The performance of our correlation method was compared with alignment by spectral registration and by alignment of the highest point in two spectra. The correlation method was tested at different SNR levels and for a broad range of phase and frequency shifts. In-vivo application of the proposed correlation method showed reduced subtraction errors and increased fit reliability in difference spectra as compared with conventional peak alignment. The correlation method and the spectral registration method generally performed equally well. However, better alignment using the correlation method was obtained for spectra with a low SNR (down to ~2) and for relatively large frequency shifts. Our correlation method for simultaneously phase and frequency alignment is able to correct both small and large phase and frequency drifts and also performs well at low SNR levels.

  12. Analysis on the time and frequency domains of the acceleration in front crawl stroke.

    Science.gov (United States)

    Gil, Joaquín Madera; Moreno, Luis-Millán González; Mahiques, Juan Benavent; Muñoz, Víctor Tella

    2012-05-01

    The swimming involves accelerations and decelerations in the swimmer's body. Thus, the main objective of this study is to make a temporal and frequency analysis of the acceleration in front crawl swimming, regarding the gender and the performance. The sample was composed by 31 male swimmers (15 of high-level and 16 of low-level) and 20 female swimmers (11 of high-level and 9 of low-level). The acceleration was registered from the third complete cycle during eight seconds in a 25 meters maximum velocity test. A position transducer (200Hz) was used to collect the data, and it was synchronized to an aquatic camera (25Hz). The acceleration in the temporal (root mean square, minimum and maximum of the acceleration) and frequency (power peak, power peak frequency and spectral area) domains was calculated with Fourier analysis, as well as the velocity and the spectrums distribution in function to present one or more main peaks (type 1 and type 2). A one-way ANOVA was used to establish differences between gender and performance. Results show differences between genders in all the temporal domain variables (p<0.05) and only the Spectral Area (SA) in the frequency domain (p<0.05). Between gender and performance, only the Root Mean Square (RMS) showed differences in the performance of the male swimmers (p<0.05) and in the higher level swimmers, the Maximum (Max) and the Power Peak (PP) of the acceleration showed differences between both genders (p<0.05). These results confirms the importance of knowing the RMS to determine the efficiency of the swimmers regarding gender and performance level.

  13. Multiobjective Optimization for Electronic Circuit Design in Time and Frequency Domains

    Directory of Open Access Journals (Sweden)

    J. Dobes

    2013-04-01

    Full Text Available The multiobjective optimization provides an extraordinary opportunity for the finest design of electronic circuits because it allows to mathematically balance contradictory requirements together with possible constraints. In this paper, an original and substantial improvement of an existing method for the multiobjective optimization known as GAM (Goal Attainment Method is suggested. In our proposal, the GAM algorithm itself is combined with a procedure that automatically provides a set of parameters -- weights, coordinates of the reference point -- for which the method generates noninferior solutions uniformly spread over an appropriately selected part of the Pareto front. Moreover, the resulting set of obtained solutions is then presented in a suitable graphic form so that the solution representing the most satisfactory tradeoff can be easily chosen by the designer. Our system generates various types of plots that conveniently characterize results of up to four-dimensional problems. Technically, the procedures of the multiobjective optimization were created as a software add-on to the CIA (Circuit Interactive Analyzer program. This way enabled us to utilize many powerful features of this program, including the sensitivity analyses in time and frequency domains. As a result, the system is also able to perform the multiobjective optimization in the time domain and even highly nonlinear circuits can be significantly improved by our program. As a demonstration of this feature, a multiobjective optimization of a C-class power amplifier in the time domain is thoroughly described in the paper. Further, a four-dimensional optimization of a video amplifier is demonstrated with an original graphic representation of the Pareto front, and also some comparison with the weighting method is done. As an example of improving noise properties, a multiobjective optimization of a low-noise amplifier is performed, and the results in the frequency domain are shown

  14. A Novel Sub-pixel Measurement Algorithm Based on Mixed the Fractal and Digital Speckle Correlation in Frequency Domain

    Directory of Open Access Journals (Sweden)

    Zhangfang Hu

    2014-10-01

    Full Text Available The digital speckle correlation is a non-contact in-plane displacement measurement method based on machine vision. Motivated by the facts that the low accuracy and large amount of calculation produced by the traditional digital speckle correlation method in spatial domain, we introduce a sub-pixel displacement measurement algorithm which employs a fast interpolation method based on fractal theory and digital speckle correlation in frequency domain. This algorithm can overcome either the blocking effect or the blurring caused by the traditional interpolation methods, and the frequency domain processing also avoids the repeated searching in the correlation recognition of the spatial domain, thus the operation quantity is largely reduced and the information extracting speed is improved. The comparative experiment is given to verify that the proposed algorithm in this paper is effective.

  15. A comparison of helicopter-borne electromagnetics in frequency- and time-domain at the Cuxhaven valley in Northern Germany

    DEFF Research Database (Denmark)

    Steuner, Annika; Siemon, Bernhard; Auken, Esben

    2010-01-01

    Two different airborne electromagnetic methods were applied in the same area: the frequency-domain helicopter-borne electromagnetic (HEM)system operated by the Federal Institute for Geosciences and Natural Resources, Germany, and the time-domain SkyTEM system of theHydroGeophysics Group at the Un......Two different airborne electromagnetic methods were applied in the same area: the frequency-domain helicopter-borne electromagnetic (HEM)system operated by the Federal Institute for Geosciences and Natural Resources, Germany, and the time-domain SkyTEM system of theHydroGeophysics Group...... at the University of Aarhus, Denmark. For verification of and comparison with the airborne methods, ground-basedtransient electromagnetics and 2-D resistivity surveying were carried out. The target of investigation was the Cuxhaven valley in NorthernGermany, which is a significant local groundwater reservoir...

  16. Globally Deghosting for Marine Streamer with Alternating Minimization Approach in Frequency-slowness Domain

    Science.gov (United States)

    Wang, C.; Zhu, Z.; Gu, H.; Liu, C.; Liu, Z.; Jiao, Z.

    2017-12-01

    The ghost effects of the sea surface can generate notch in marine towed-streamer data, which results in narrow bandwidth of seismic data. Currently, deghosting is widely utilized to increase the bandwidth of the seismic data or the images. However, most of the conventional deghosting algorithms havenot considered the error of streamer depth causing a biased ghost-delay time (τ) with respect to primary reflection and amplitude difference coefficient (r) between ghost and primary reflection varies with offset due to rugged seabed and target depth variation. We proposed a ghost filtering operator considering the protentional biases within the ghost-delay time (τ) and the amplitude difference coefficient (r). The up-going wavefield (u), ghost-delay time (τ) and amplitude difference coefficient (r) can be obtained by utilizing alternating minimization approach for minimizing the difference between actual wavefield and theoretical wavefield in frequency-slowness domain. The main idea is to alternatively updating u, τ and r in each iteration: we update u by least-squares when we keep τ and r constant; and we then keep u constant and optimize over τ and r with a closed-form solution which is closely related to matched filtering. The convergence of the proposed algorithm is guaranteed since we have closed-form solutions for each stage. The experiments on synthetic record confirmed the reliability of the proposed algorithm. We also demonstrate our proposed method in marine VDS shot acquisition. After migration stack processing, our ghosting method significantly increases the bandwidth of the average amplitude, amplitude energy of the medium and high frequency spectrum, improving resolution of medium and deep reflection and providing higher signal-to-noise ratio with clear break point. This research is funded by China Important National Science & Technology Specific Projects (2016ZX05026001-001).

  17. Key Concept Identification: A Comprehensive Analysis of Frequency and Topical Graph-Based Approaches

    Directory of Open Access Journals (Sweden)

    Muhammad Aman

    2018-05-01

    Full Text Available Automatic key concept extraction from text is the main challenging task in information extraction, information retrieval and digital libraries, ontology learning, and text analysis. The statistical frequency and topical graph-based ranking are the two kinds of potentially powerful and leading unsupervised approaches in this area, devised to address the problem. To utilize the potential of these approaches and improve key concept identification, a comprehensive performance analysis of these approaches on datasets from different domains is needed. The objective of the study presented in this paper is to perform a comprehensive empirical analysis of selected frequency and topical graph-based algorithms for key concept extraction on three different datasets, to identify the major sources of error in these approaches. For experimental analysis, we have selected TF-IDF, KP-Miner and TopicRank. Three major sources of error, i.e., frequency errors, syntactical errors and semantical errors, and the factors that contribute to these errors are identified. Analysis of the results reveals that performance of the selected approaches is significantly degraded by these errors. These findings can help us develop an intelligent solution for key concept extraction in the future.

  18. High-Speed Microscale Optical Tracking Using Digital Frequency-Domain Multiplexing.

    Science.gov (United States)

    Maclachlan, Robert A; Riviere, Cameron N

    2009-06-01

    Position-sensitive detectors (PSDs), or lateral-effect photodiodes, are commonly used for high-speed, high-resolution optical position measurement. This paper describes the instrument design for multidimensional position and orientation measurement based on the simultaneous position measurement of multiple modulated sources using frequency-domain-multiplexed (FDM) PSDs. The important advantages of this optical configuration in comparison with laser/mirror combinations are that it has a large angular measurement range and allows the use of a probe that is small in comparison with the measurement volume. We review PSD characteristics and quantitative resolution limits, consider the lock-in amplifier measurement system as a communication link, discuss the application of FDM to PSDs, and make comparisons with time-domain techniques. We consider the phase-sensitive detector as a multirate DSP problem, explore parallels with Fourier spectral estimation and filter banks, discuss how to choose the modulation frequencies and sample rates that maximize channel isolation under design constraints, and describe efficient digital implementation. We also discuss hardware design considerations, sensor calibration, probe construction and calibration, and 3-D measurement by triangulation using two sensors. As an example, we characterize the resolution, speed, and accuracy of an instrument that measures the position and orientation of a 10 mm × 5 mm probe in 5 degrees of freedom (DOF) over a 30-mm cube with 4-μm peak-to-peak resolution at 1-kHz sampling.

  19. Discrimination of Temperature and Strain in Brillouin Optical Time Domain Analysis Using a Multicore Optical Fiber.

    Science.gov (United States)

    Zaghloul, Mohamed A S; Wang, Mohan; Milione, Giovanni; Li, Ming-Jun; Li, Shenping; Huang, Yue-Kai; Wang, Ting; Chen, Kevin P

    2018-04-12

    Brillouin optical time domain analysis is the sensing of temperature and strain changes along an optical fiber by measuring the frequency shift changes of Brillouin backscattering. Because frequency shift changes are a linear combination of temperature and strain changes, their discrimination is a challenge. Here, a multicore optical fiber that has two cores is fabricated. The differences between the cores' temperature and strain coefficients are such that temperature (strain) changes can be discriminated with error amplification factors of 4.57 °C/MHz (69.11 μ ϵ /MHz), which is 2.63 (3.67) times lower than previously demonstrated. As proof of principle, using the multicore optical fiber and a commercial Brillouin optical time domain analyzer, the temperature (strain) changes of a thermally expanding metal cylinder are discriminated with an error of 0.24% (3.7%).

  20. Discrimination of Temperature and Strain in Brillouin Optical Time Domain Analysis Using a Multicore Optical Fiber

    Directory of Open Access Journals (Sweden)

    Mohamed A. S. Zaghloul

    2018-04-01

    Full Text Available Brillouin optical time domain analysis is the sensing of temperature and strain changes along an optical fiber by measuring the frequency shift changes of Brillouin backscattering. Because frequency shift changes are a linear combination of temperature and strain changes, their discrimination is a challenge. Here, a multicore optical fiber that has two cores is fabricated. The differences between the cores’ temperature and strain coefficients are such that temperature (strain changes can be discriminated with error amplification factors of 4.57 °C/MHz (69.11 μ ϵ /MHz, which is 2.63 (3.67 times lower than previously demonstrated. As proof of principle, using the multicore optical fiber and a commercial Brillouin optical time domain analyzer, the temperature (strain changes of a thermally expanding metal cylinder are discriminated with an error of 0.24% (3.7%.

  1. Frequency-Domain Hydrodynamic Modelling of Dense and Sparse Arrays of Wave Energy Converters

    NARCIS (Netherlands)

    Wei, Yanji; Barradas Berglind, Jose de Jesus; Yu, Zhiheng; van Rooij, Marijn; Prins, Wouter; Jayawardhana, Bayu; Vakis, Antonis I.

    2018-01-01

    In this work, we develop a frequency-domain model to study the hydrodynamic behaviour of a floater blanket (FB), i.e., an array of floater elements individually connected to power take-off (PTO) systems, which constitutes the core technology of the novel Ocean Grazer (OG) wave energy converter

  2. Effect of a limited-enforcement intelligent tutoring system in dermatopathology on student errors, goals and solution paths.

    Science.gov (United States)

    Payne, Velma L; Medvedeva, Olga; Legowski, Elizabeth; Castine, Melissa; Tseytlin, Eugene; Jukic, Drazen; Crowley, Rebecca S

    2009-11-01

    Determine effects of a limited-enforcement intelligent tutoring system in dermatopathology on student errors, goals and solution paths. Determine if limited enforcement in a medical tutoring system inhibits students from learning the optimal and most efficient solution path. Describe the type of deviations from the optimal solution path that occur during tutoring, and how these deviations change over time. Determine if the size of the problem-space (domain scope), has an effect on learning gains when using a tutor with limited enforcement. Analyzed data mined from 44 pathology residents using SlideTutor-a Medical Intelligent Tutoring System in Dermatopathology that teaches histopathologic diagnosis and reporting skills based on commonly used diagnostic algorithms. Two subdomains were included in the study representing sub-algorithms of different sizes and complexities. Effects of the tutoring system on student errors, goal states and solution paths were determined. Students gradually increase the frequency of steps that match the tutoring system's expectation of expert performance. Frequency of errors gradually declines in all categories of error significance. Student performance frequently differs from the tutor-defined optimal path. However, as students continue to be tutored, they approach the optimal solution path. Performance in both subdomains was similar for both errors and goal differences. However, the rate at which students progress toward the optimal solution path differs between the two domains. Tutoring in superficial perivascular dermatitis, the larger and more complex domain was associated with a slower rate of approximation towards the optimal solution path. Students benefit from a limited-enforcement tutoring system that leverages diagnostic algorithms but does not prevent alternative strategies. Even with limited enforcement, students converge toward the optimal solution path.

  3. Frequency of Burnout, Sleepiness and Depression in Emergency Medicine Residents with Medical Errors in the Emergency Department

    Directory of Open Access Journals (Sweden)

    Alireza Aala

    2014-07-01

    Full Text Available Aims: Medical error is a great concern of the patients and physicians. It usually occurs due to physicians’ exhaustion, distress and fatigue. In this study, we aimed to evaluate frequency of distress and fatigue among emergency medicine residents reporting a medical error. Materials and Methods: The study population consisted of emergency medicine residents who completed an emailed questionnaire including self-assessment of medical errors, the Epworth Sleepiness Scale (ESS score, the Maslach Burnout Inventory, and PRIME-MD validated depression screening tool.   Results: In this survey, 100 medical errors were reported including diagnostic errors in 53, therapeutic errors in 24 and following errors in 23 subjects. Most errors were reported by males and third year residents. Residents had no signs of depression, but all had some degrees of sleepiness and burnout. There were significant differences between errors subtypes and age, residency year, depression, sleepiness and burnout scores (p<0.0001.   Conclusion: In conclusion, residents committing a medical error usually experience burnout and have some grades of sleepiness that makes them less motivated increasing the probability of medical errors. However, as none of the residents had depression, it could be concluded that depression has no significant role in medical error occurrence and perhaps it is a possible consequence of medical error.    Keywords: Residents; Medical error; Burnout; Sleepiness; Depression

  4. Frequency-domain characteristics of aerodynamic loads of offshore floating vertical axis wind turbines

    DEFF Research Database (Denmark)

    Borg, Michael; Collu, M.

    2015-01-01

    The re-emerging interest in vertical axis wind turbines for floating offshore applications has led to a need to investigate the relatively complex dynamics of such floating offshore structures. Through the use of a coupled model of dynamics this article investigates the frequency......-domain characteristics of floating vertical axis wind turbine aerodynamic loads. The impact of platform induced motion on aerodynamic loads is discussed in detail, with results indicating an increase in aerodynamic loads of several orders of magnitude over the range of frequencies usually containing significant wave...

  5. Frequency of medical errors in hospitalized children in khorramabad Madani hospital during six months in 2008

    Directory of Open Access Journals (Sweden)

    azam Mohsenzadeh

    2010-02-01

    Full Text Available Many hospitalized children are suffered from medical errors that may cause serious injuries. The aim of this study was to evaluate medical errors in hospitalized children in khorramabad Madani hospital in the first half of 2008. Materials and Methods: This study was a cross sectional that was performed for all medical errors in hospitalized children in khorramabad Madani hospital from 21/3/2008 to 21/9/2008. The sampling method was census. Studied variables included: age, sex, weight, kinds of errers, education of parents, job of parents. Data was collected by questionnaire and analyzed by SPSS software. Results: In this study out of 2250 records, 151 (6/3% had medical errors. 53%were girls and 47% were boys that there was a significant relation between sex and medical errors. 46/4%were related to age group lower than 2 years old. Most of the errors were occurred in weight group of 6kg. Types of medical errors included drug ordering 46/3% (involved incorrect dosage of drug (37%, frequency 28%, rout 19% and others 16%, transcribing10%, administering32/4%, dispensing11/3%. Most errors related to liquid therapy 76/2% and intravenous rout 85/4%. Most errors were occurred during night 47% and during weekend 56/6%. Conclusion: Medical errors are common in hospitalized patients, and in our study the rate of medical errors was 6/3%. So further efforts are needed to reduce them.

  6. Laplace-Fourier-domain dispersion analysis of an average derivative optimal scheme for scalar-wave equation

    Science.gov (United States)

    Chen, Jing-Bo

    2014-06-01

    By using low-frequency components of the damped wavefield, Laplace-Fourier-domain full waveform inversion (FWI) can recover a long-wavelength velocity model from the original undamped seismic data lacking low-frequency information. Laplace-Fourier-domain modelling is an important foundation of Laplace-Fourier-domain FWI. Based on the numerical phase velocity and the numerical attenuation propagation velocity, a method for performing Laplace-Fourier-domain numerical dispersion analysis is developed in this paper. This method is applied to an average-derivative optimal scheme. The results show that within the relative error of 1 per cent, the Laplace-Fourier-domain average-derivative optimal scheme requires seven gridpoints per smallest wavelength and smallest pseudo-wavelength for both equal and unequal directional sampling intervals. In contrast, the classical five-point scheme requires 23 gridpoints per smallest wavelength and smallest pseudo-wavelength to achieve the same accuracy. Numerical experiments demonstrate the theoretical analysis.

  7. Wind Power Forecasting Error Frequency Analyses for Operational Power System Studies: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Florita, A.; Hodge, B. M.; Milligan, M.

    2012-08-01

    The examination of wind power forecasting errors is crucial for optimal unit commitment and economic dispatch of power systems with significant wind power penetrations. This scheduling process includes both renewable and nonrenewable generators, and the incorporation of wind power forecasts will become increasingly important as wind fleets constitute a larger portion of generation portfolios. This research considers the Western Wind and Solar Integration Study database of wind power forecasts and numerical actualizations. This database comprises more than 30,000 locations spread over the western United States, with a total wind power capacity of 960 GW. Error analyses for individual sites and for specific balancing areas are performed using the database, quantifying the fit to theoretical distributions through goodness-of-fit metrics. Insights into wind-power forecasting error distributions are established for various levels of temporal and spatial resolution, contrasts made among the frequency distribution alternatives, and recommendations put forth for harnessing the results. Empirical data are used to produce more realistic site-level forecasts than previously employed, such that higher resolution operational studies are possible. This research feeds into a larger work of renewable integration through the links wind power forecasting has with various operational issues, such as stochastic unit commitment and flexible reserve level determination.

  8. System for simultaneously measuring 6DOF geometric motion errors using a polarization maintaining fiber-coupled dual-frequency laser.

    Science.gov (United States)

    Cui, Cunxing; Feng, Qibo; Zhang, Bin; Zhao, Yuqiong

    2016-03-21

    A novel method for simultaneously measuring six degree-of-freedom (6DOF) geometric motion errors is proposed in this paper, and the corresponding measurement instrument is developed. Simultaneous measurement of 6DOF geometric motion errors using a polarization maintaining fiber-coupled dual-frequency laser is accomplished for the first time to the best of the authors' knowledge. Dual-frequency laser beams that are orthogonally linear polarized were adopted as the measuring datum. Positioning error measurement was achieved by heterodyne interferometry, and other 5DOF geometric motion errors were obtained by fiber collimation measurement. A series of experiments was performed to verify the effectiveness of the developed instrument. The experimental results showed that the stability and accuracy of the positioning error measurement are 31.1 nm and 0.5 μm, respectively. For the straightness error measurements, the stability and resolution are 60 and 40 nm, respectively, and the maximum deviation of repeatability is ± 0.15 μm in the x direction and ± 0.1 μm in the y direction. For pitch and yaw measurements, the stabilities are 0.03″ and 0.04″, the maximum deviations of repeatability are ± 0.18″ and ± 0.24″, and the accuracies are 0.4″ and 0.35″, respectively. The stability and resolution of roll measurement are 0.29″ and 0.2″, respectively, and the accuracy is 0.6″.

  9. PSpice modeling of broadband RF cavities for transient and frequency domain simulations

    Energy Technology Data Exchange (ETDEWEB)

    Harzheim, Jens [Institut fuer Theorie Elektromagnetischer Felder, Fachgebiet Beschleunigertechnik, TU Darmstadt (Germany)

    2016-07-01

    In the future accelerator facility FAIR, Barrier-Bucket Systems will play an important role for different longitudinal beam manipulations. As the function of this type of system is to provide single sine gap voltages, the components of the system have to operate in a broad frequency range. To investigate the different effects and to design the different system components, the whole Barrier-Bucket System is to be modeled in PSpice. While for low power signals, the system shows linear behavior, nonlinear effects arise at higher amplitudes. Therefore, simulations in both, frequency and time domain are needed. The highly frequency dependent magnetic alloy ring cores of the future Barrier-Bucket cavity have been mod eled in a first step and based on these models, the whole cavity was analyzed in PSpice. The simulation results show good agreement with former measurements.

  10. Enhanced magnetic domain relaxation frequency and low power losses in Zn{sup 2+} substituted manganese ferrites potential for high frequency applications

    Energy Technology Data Exchange (ETDEWEB)

    Praveena, K., E-mail: praveenaou@gmail.com [Department of Physics, National Taiwan Normal University, Taipei, 11677, Taiwan (China); Chen, Hsiao-Wen [Department of Physics, National Taiwan Normal University, Taipei, 11677, Taiwan (China); Liu, Hsiang-Lin, E-mail: hliu@ntnu.edu.tw [Department of Physics, National Taiwan Normal University, Taipei, 11677, Taiwan (China); Sadhana, K., E-mail: sadhana@osmania.ac.in [Department of Physics, Osmania University, Saifabad, Hyderabad, 500004 (India); Murthy, S.R. [Department of Physics, Osmania University, Hyderabad, 500007 (India)

    2016-12-15

    Nowadays electronic industries prerequisites magnetic materials, i.e., iron rich materials and their magnetic alloys. However, with the advent of high frequency applications, the standard techniques of reducing eddy current losses, using iron cores, were no longer efficient or cost effective. Current market trends of the switched mode power supplies industries required even low energy losses in power conversion with maintenance of adequate initial permeability. From the above point of view, in the present study we aimed at the production of Manganese–Zinc ferrites prepared via solution combustion method using mixture of fuels and achieved low loss, high saturation magnetization, high permeability, and high magnetic domain relaxation frequency. The as-synthesized Zn{sup 2+} substituted MnFe{sub 2}O{sub 4} were characterized by X-ray diffractometer (XRD) and transmission electron microscopy (TEM). The fractions of Mn{sup 2+}, Zn{sup 2+} and Fe{sup 2+} cations occupying tetrahedral sites along with Fe occupying octahedral sites within the unit cell of all ferrite samples were estimated by Raman scattering spectroscopy. The magnetic domain relaxation was investigated by inductance spectroscopy (IS) and the observed magnetic domain relaxation frequency (f{sub r}) was increased with the increase in grain size. The real and imaginary part of permeability (μ′ and μ″) increased with frequency and showed a maximum above 100 MHz. This can be explained on the basis of spin rotation and domain wall motion. The saturation magnetization (M{sub s}), remnant magnetization (M{sub r}) and magneton number (µ{sub B}) decreased gradually with increasing Zn{sup 2+} concentration. The decrease in the saturation magnetization was discussed with Yafet–Kittel (Y–K) model. The Zn{sup 2+} concentration increases the relative number of ferric ions on the A sites, reduces the A–B interactions. The frequency dependent total power losses decreased as the zinc concentration increased

  11. Localization of epileptogenic zones in Lennox–Gastaut syndrome using frequency domain source imaging of intracranial electroencephalography: a preliminary investigation

    International Nuclear Information System (INIS)

    Cho, Jae-Hyun; Jung, Young-Jin; Kim, Jeong-Youn; Im, Chang-Hwan; Kang, Hoon-Chul; Kim, Heung Dong; Yoon, Dae Sung; Lee, Yong-Ho

    2013-01-01

    Although intracranial electroencephalography (iEEG) has been widely used to localize epileptogenic zones in epilepsy, visual inspection of iEEG recordings does not always result in a favorable surgical outcome, especially in secondary generalized epilepsy such as Lennox–Gastaut syndrome (LGS). Various computational iEEG analysis methods have recently been introduced to confirm the visual inspection results. Of these methods, high gamma oscillation in iEEG has attracted interest because a series of studies have reported a close relationship between epileptogenic zones and cortical areas with high gamma oscillation. Meanwhile, frequency domain source imaging of EEG and MEG oscillations has proven to be a useful auxiliary tool for identifying rough locations of epileptogenic zones. To the best of our knowledge, however, frequency domain source imaging of high gamma iEEG oscillations has not been studied. In this study, we investigated whether the iEEG-based frequency domain source imaging of high gamma oscillation (60–100 Hz) would be a useful supplementary tool for identifying epileptogenic zones in patients with secondary generalized epilepsy. The method was applied to three successfully operated on LGS patients, whose iEEG contained some ictal events with distinct high gamma oscillations before seizure onset. The resultant cortical source distributions were compared with surgical resection areas and with high gamma spectral power distributions on the intracranial sensor plane. While the results of the sensor-level analyses contained many spurious activities, the results of frequency domain source imaging coincided better with the surgical resection areas, suggesting that the frequency domain source imaging of iEEG high gamma oscillations might help enhance the accuracy of pre-surgical evaluations of patients with secondary generalized epilepsy. (paper)

  12. Low-Frequency Loudspeaker-Room Simulation Using Finite Differences in the Time Domain-Part 1: Analysis

    DEFF Research Database (Denmark)

    Celestinos, Adrian; Nielsen, Sofus Birkedal

    2008-01-01

    Small- and medium-size rectangular rooms have a strong influence on the low-frequency performance of loudspeakers. A simulation program based on the finite-difference time-domain (FDTD) method is introduced to analyze the sound field produced by loudspeakers in rectangular rooms at low frequencies...

  13. A simple carrier frequency offset synchronization strategy for multiple relay cooperative diversity ofdm system

    International Nuclear Information System (INIS)

    Mudassar, I.; Cheema, A.; Shoab, A.

    2014-01-01

    Cooperative Diversity Orthogonal Frequency Division Modulation (CD-OFDM) systems are very sensitive to synchronization errors. In CD-OFDM, synchronization is more complex because all cooperative nodes (CNs) have their own frequency oscillator and different channel path which results in different timing and carrier frequency offset (CFO) for each node. Consequently, each node has to be synchronized separately without affecting the synchronization process of other nodes. All CNs transmit simultaneously during cooperation phase (C-phase) and their aggregate signal is received at the destination node. A unique frequency domain (FD) preamble is proposed for each CN during C-phase that will allow simple separation of cooperative nodes. These FD multiplexed preambles make the synchronization problem identical to OFDMA uplink. OFDMA system typically uses highly complex iterative CFO estimators for uplink synchronization. However, a simple one-shot CFO estimator is proposed that uses repeated preamble of two OFDM symbol duration. The proposed method is computationally efficient because it relies on FFT operation for user separation and interference mitigation. Subsequently, time domain (TD) multiplication is used for CFO correction of each CN. Furthermore, a CD-OFDM protocol for data transmission is presented that suites the proposed estimator and harnesses spatial diversity. The proposed estimator shows good statistical results during simulations in AWGN and Rayleigh environments. During evaluation, estimator variance, mean square error and symbol error rate are used as performance measure. (author)

  14. Deductive Error Diagnosis and Inductive Error Generalization for Intelligent Tutoring Systems.

    Science.gov (United States)

    Hoppe, H. Ulrich

    1994-01-01

    Examines the deductive approach to error diagnosis for intelligent tutoring systems. Topics covered include the principles of the deductive approach to diagnosis; domain-specific heuristics to solve the problem of generalizing error patterns; and deductive diagnosis and the hypertext-based learning environment. (Contains 26 references.) (JLB)

  15. Asynchronous error-correcting secure communication scheme based on fractional-order shifting chaotic system

    Science.gov (United States)

    Chao, Luo

    2015-11-01

    In this paper, a novel digital secure communication scheme is firstly proposed. Different from the usual secure communication schemes based on chaotic synchronization, the proposed scheme employs asynchronous communication which avoids the weakness of synchronous systems and is susceptible to environmental interference. Moreover, as to the transmission errors and data loss in the process of communication, the proposed scheme has the ability to be error-checking and error-correcting in real time. In order to guarantee security, the fractional-order complex chaotic system with the shifting of order is utilized to modulate the transmitted signal, which has high nonlinearity and complexity in both frequency and time domains. The corresponding numerical simulations demonstrate the effectiveness and feasibility of the scheme.

  16. An Improved Filtering Method for Quantum Color Image in Frequency Domain

    Science.gov (United States)

    Li, Panchi; Xiao, Hong

    2018-01-01

    In this paper we investigate the use of quantum Fourier transform (QFT) in the field of image processing. We consider QFT-based color image filtering operations and their applications in image smoothing, sharpening, and selective filtering using quantum frequency domain filters. The underlying principle used for constructing the proposed quantum filters is to use the principle of the quantum Oracle to implement the filter function. Compared with the existing methods, our method is not only suitable for color images, but also can flexibly design the notch filters. We provide the quantum circuit that implements the filtering task and present the results of several simulation experiments on color images. The major advantages of the quantum frequency filtering lies in the exploitation of the efficient implementation of the quantum Fourier transform.

  17. Data-Aided Frequency-Domain 2×2 MIMO Equalizer for 112 Gbit/s PDM-QPSK Coherent Transmission Systems

    DEFF Research Database (Denmark)

    Pittalà, Fabio; Hauske, Fabian N.; Ye, Yabin

    2012-01-01

    Benefits of a low-complexity adaptive 32-tap 2×2 MIMO frequency-domain filter update by data-aided channel estimation over a time-domain filter with DD-LMS are shown. Superior stability and convergence speed is demonstrated with identical impairment tolerance....

  18. Dynamic factor analysis in the frequency domain: causal modeling of multivariate psychophysiological time series

    NARCIS (Netherlands)

    Molenaar, P.C.M.

    1987-01-01

    Outlines a frequency domain analysis of the dynamic factor model and proposes a solution to the problem of constructing a causal filter of lagged factor loadings. The method is illustrated with applications to simulated and real multivariate time series. The latter applications involve topographic

  19. Shifting of wrapped phase maps in the frequency domain using a rational number

    International Nuclear Information System (INIS)

    Gdeisat, Munther A; Abushakra, Ahmad; Qaddoura, Maen; Burton, David R; Lilley, Francis; Arevalillo-Herráez, Miguel

    2016-01-01

    The number of phase wraps in an image can be either reduced, or completely eliminated, by transforming the image into the frequency domain using a Fourier transform, and then shifting the spectrum towards the origin. After this, the spectrum is transformed back to the spatial domain using the inverse Fourier transform and finally the phase is extracted using the arctangent function. However, it is a common concern that the spectrum can be shifted only by an integer number, meaning that the phase wrap reduction is often not optimal. In this paper we propose an algorithm than enables the spectrum to be frequency shifted by a rational number. The principle of the proposed method is confirmed both by using an initial computer simulation and is subsequently validated experimentally on real fringe patterns. The technique may offer in some cases the prospects of removing the necessity for a phase unwrapping process altogether and/or speeding up the phase unwrapping process. This may be beneficial in terms of potential increases in signal recovery robustness and also for use in time-critical applications. (paper)

  20. Frequency domain fatigue damage estimation methods suitable for deterministic load spectra

    Energy Technology Data Exchange (ETDEWEB)

    Henderson, A.R.; Patel, M.H. [University Coll., Dept. of Mechanical Engineering, London (United Kingdom)

    2000-07-01

    The evaluation of fatigue damage due to load spectra, directly in the frequency domain, is a complex phenomena but with the benefit of significant computation time savings. Various formulae have been suggested but have usually relating to a specific application only. The Dirlik method is the exception and is applicable to general cases of continuous stochastic spectra. This paper describes three approaches for evaluating discrete deterministic load spectra generated by the floating wind turbine model developed the UCL/RAL research project. (Author)

  1. Frequency-domain imaging algorithm for ultrasonic testing by application of matrix phased arrays

    Directory of Open Access Journals (Sweden)

    Dolmatov Dmitry

    2017-01-01

    Full Text Available Constantly increasing demand for high-performance materials and systems in aerospace industry requires advanced methods of nondestructive testing. One of the most promising methods is ultrasonic imaging by using matrix phased arrays. This technique allows to create three-dimensional ultrasonic imaging with high lateral resolution. Further progress in matrix phased array ultrasonic testing is determined by the development of fast imaging algorithms. In this article imaging algorithm based on frequency domain calculations is proposed. This approach is computationally efficient in comparison with time domain algorithms. Performance of the proposed algorithm was tested via computer simulations for planar specimen with flat bottom holes.

  2. Time domain acoustic contrast control implementation of sound zones for low-frequency input signals

    DEFF Research Database (Denmark)

    Schellekens, Daan H. M.; Møller, Martin Bo; Olsen, Martin

    2016-01-01

    Sound zones are two or more regions within a listening space where listeners are provided with personal audio. Acoustic contrast control (ACC) is a sound zoning method that maximizes the average squared sound pressure in one zone constrained to constant pressure in other zones. State......-of-the-art time domain broadband acoustic contrast control (BACC) methods are designed for anechoic environments. These methods are not able to realize a flat frequency response in a limited frequency range within a reverberant environment. Sound field control in a limited frequency range is a requirement...... to accommodate the effective working range of the loudspeakers. In this paper, a new BACC method is proposed which results in an implementation realizing a flat frequency response in the target zone. This method is applied in a bandlimited low-frequency scenario where the loudspeaker layout surrounds two...

  3. Prediction of Cancer Proteins by Integrating Protein Interaction, Domain Frequency, and Domain Interaction Data Using Machine Learning Algorithms

    Directory of Open Access Journals (Sweden)

    Chien-Hung Huang

    2015-01-01

    Full Text Available Many proteins are known to be associated with cancer diseases. It is quite often that their precise functional role in disease pathogenesis remains unclear. A strategy to gain a better understanding of the function of these proteins is to make use of a combination of different aspects of proteomics data types. In this study, we extended Aragues’s method by employing the protein-protein interaction (PPI data, domain-domain interaction (DDI data, weighted domain frequency score (DFS, and cancer linker degree (CLD data to predict cancer proteins. Performances were benchmarked based on three kinds of experiments as follows: (I using individual algorithm, (II combining algorithms, and (III combining the same classification types of algorithms. When compared with Aragues’s method, our proposed methods, that is, machine learning algorithm and voting with the majority, are significantly superior in all seven performance measures. We demonstrated the accuracy of the proposed method on two independent datasets. The best algorithm can achieve a hit ratio of 89.4% and 72.8% for lung cancer dataset and lung cancer microarray study, respectively. It is anticipated that the current research could help understand disease mechanisms and diagnosis.

  4. Successful application of frequency-domain airborne electromagnetic system with a grounded electric source

    Science.gov (United States)

    Kang, L.; Lin, J.; Liu, C.; Zhou, H.; Ren, T.; Yao, Y.

    2017-12-01

    A new frequency-domain AEM system with a grounded electric source, which was called ground-airborne frequency-domain electromagnetic (GAFEM) system, was proposed to extend penetration depth without compromising the resolution and detection efficiency. In GAFEM system, an electric source was placed on the ground to enlarge the strength of response signals. UVA was chosen as aircraft to reduce interaction noise and improve its ability to adapt to complex terrain. Multi-source and multi-frequency emission method has been researched and applied to improve the efficiency of GAFEM system. 2n pseudorandom sequence was introduced as transmitting waveform, to ensure resolution and detection efficiency. Inversion-procedure based on full-space apparent resistivity formula was built to realize GAFEM method and extend the survey area to non-far field. Based on GAFEM system, two application was conducted in Changchun, China, to map the deep conductive structure. As shown in the results of this exploration, GAFEM system shows its effectiveness to conductive structure, obtaining a depth of about 1km with a source-receiver distance of over 6km. And it shows the same level of resolution with CSAMT method with an over 10 times of efficiency. This extended a range of important applications where the terrain is too complex to be accessed or large penetration depth is required in a large survey area.

  5. Postural Analysis in Time and Frequency Domains in Patients with Ehlers-Danlos Syndrome

    Science.gov (United States)

    Galli, Manuela; Rigoldi, Chiara; Celletti, Claudia; Mainardi, Luca; Tenore, Nunzio; Albertini, Giorgio; Camerota, Filippo

    2011-01-01

    The goal of this work is to analyze postural control in Ehlers-Danlos syndrome (EDS) participants in time and frequency domain. This study considered a pathological group composed by 22 EDS participants performing a postural test consisting in maintaining standing position over a force platform for 30 s in two conditions: open eyes (OE) and closed…

  6. Trimming algorithm of frequency modulation for CIAE-230 MeV proton superconducting synchrocyclotron model cavity

    Energy Technology Data Exchange (ETDEWEB)

    Li, Pengzhan, E-mail: lipengzhan@ciae.ac.cn; Zhang, Tianjue; Ji, Bin; Hou, Shigang; Guo, Juanjuan; Yin, Meng; Xing, Jiansheng; Lv, Yinlong; Guan, Fengping; Lin, Jun

    2017-01-21

    A new project, the 230 MeV proton superconducting synchrocyclotron for cancer therapy, was proposed at CIAE in 2013. A model cavity is designed to verify the frequency modulation trimming algorithm featuring a half-wave structure and eight sets of rotating blades for 1 kHz frequency modulation. Based on the electromagnetic (EM) field distribution analysis of the model cavity, the variable capacitor works as a function of time and the frequency can be written in Maclaurin series. Curve fitting is applied for theoretical frequency and original simulation frequency. The second-order fitting excels at the approximation given its minimum variance. Constant equivalent inductance is considered as an important condition in the calculation. The equivalent parameters of theoretical frequency can be achieved through this conversion. Then the trimming formula for rotor blade outer radius is found by discretization in time domain. Simulation verification has been performed and the results show that the calculation radius with minus 0.012 m yields an acceptable result. The trimming amendment in the time range of 0.328–0.4 ms helps to reduce the frequency error to 0.69% in Simulation C with an increment of 0.075 mm/0.001 ms, which is half of the error in Simulation A (constant radius in 0.328–0.4 ms). The verification confirms the feasibility of the trimming algorithm for synchrocyclotron frequency modulation. - Highlights: • A model cavity is designed to verify the trimming algorithm of frequency modulation. • The RF frequency is expressed by fitting approximation and Maclaurin series. • The variable capacitor of the cavity works as a function of time. • The trimming formula for blade radius is found by discretization in time domain. • The amendment solution helps to reduce the frequency error.

  7. Preclinical evaluation of spatial frequency domain-enabled wide-field quantitative imaging for enhanced glioma resection

    Science.gov (United States)

    Sibai, Mira; Fisher, Carl; Veilleux, Israel; Elliott, Jonathan T.; Leblond, Frederic; Roberts, David W.; Wilson, Brian C.

    2017-07-01

    5-Aminolevelunic acid-induced protoporphyrin IX (PpIX) fluorescence-guided resection (FGR) enables maximum safe resection of glioma by providing real-time tumor contrast. However, the subjective visual assessment and the variable intrinsic optical attenuation of tissue limit this technique to reliably delineating only high-grade tumors that display strong fluorescence. We have previously shown, using a fiber-optic probe, that quantitative assessment using noninvasive point spectroscopic measurements of the absolute PpIX concentration in tissue further improves the accuracy of FGR, extending it to surgically curable low-grade glioma. More recently, we have shown that implementing spatial frequency domain imaging with a fluorescent-light transport model enables recovery of two-dimensional images of [PpIX], alleviating the need for time-consuming point sampling of the brain surface. We present first results of this technique modified for in vivo imaging on an RG2 rat brain tumor model. Despite the moderate errors in retrieving the absorption and reduced scattering coefficients in the subdiffusive regime of 14% and 19%, respectively, the recovered [PpIX] maps agree within 10% of the point [PpIX] values measured by the fiber-optic probe, validating its potential as an extension or an alternative to point sampling during glioma resection.

  8. Message-Passing Receivers for Single Carrier Systems with Frequency-Domain Equalization

    DEFF Research Database (Denmark)

    Zhang, Chuanzong; Manchón, Carles Navarro; Wang, Zhongyong

    2015-01-01

    In this letter, we design iterative receiver algorithms for joint frequency-domain equalization and decoding in a single carrier system assuming perfect channel state information. Based on an approximate inference framework that combines belief propagation (BP) and the mean field (MF) approximation......, we propose two receiver algorithms with, respectively, parallel and sequential message-passing schedules in the MF part. A recently proposed receiver based on generalized approximate message passing (GAMP) is used as a benchmarking reference. The simulation results show that the BP-MF receiver...

  9. Comparison of level discrimination, increment detection, and comodulation masking release in the audio- and envelope-frequency domains

    DEFF Research Database (Denmark)

    Nelson, Paul C.; Ewert, Stephan; Carney, Laurel H.

    2007-01-01

    In general, the temporal structure of stimuli must be considered to account for certain observations made in detection and masking experiments in the audio-frequency domain. Two such phenomena are (1) a heightened sensitivity to amplitude increments with a temporal fringe compared to gated level......-frequency domain. Pure-tone carrier amplitude-modulation (AM) depth-discrimination thresholds were found to be similar using both traditional gated stimuli and using a temporally modulated fringe for a fixed standard depth (ms=0.25) and a range of AM frequencies (4-64 Hz). In a second experiment, masked sinusoidal...... AM detection thresholds were compared in conditions with and without slow and regular fluctuations imposed on the instantaneous masker AM depth. Release from masking was obtained only for very slow masker fluctuations (less than 2 Hz). A physiologically motivated model that effectively acts...

  10. Synchronous machine parameter identification in frequency and time domain

    Directory of Open Access Journals (Sweden)

    Hasni M.

    2007-01-01

    Full Text Available This paper presents the results of a frequency and time-domain identification procedure to estimate the linear parameters of a salient-pole synchronous machine at standstill. The objective of this study is to use several input signals to identify the model structure and parameters of a salient-pole synchronous machine from standstill test data. The procedure consists to define, to conduct the standstill tests and also to identify the model structure. The signals used for identification are the different excitation voltages at standstill and the flowing current in different windings. We estimate the parameters of operational impedances, or in other words the reactance and the time constants. The tests were carried out on synchronous machine of 1.5 kVA 380V 1500 rpm.

  11. Iterative procedures for wave propagation in the frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Seongjai [Rice Univ., Houston, TX (United States); Symes, W.W.

    1996-12-31

    A parallelizable two-grid iterative algorithm incorporating a domain decomposition (DD) method is considered for solving the Helmholtz problem. Since a numerical method requires choosing at least 6 to 8 grid points per wavelength, the coarse-grid problem itself is not an easy task for high frequency applications. We solve the coarse-grid problem using a nonoverlapping DD method. To accelerate the convergence of the iteration, an artificial damping technique and relaxation parameters are introduced. Automatic strategies for finding efficient parameters are discussed. Numerical results are presented to show the effectiveness of the method. It is numerically verified that the rate of convergence of the algorithm depends on the wave number sub-linearly and does not deteriorate as the mesh size decreases.

  12. Bearing Estimation Using Double Frequency Reassignment for a Linear Passive Array

    Directory of Open Access Journals (Sweden)

    Czarnecki Krzysztof

    2017-09-01

    Full Text Available The paper demonstrates the use of frequency reassignment for bearing estimation. For this task, signals derived from a linear equispaced passive array are used. The presented method makes use of Fourier transformation based spatial spectrum estimation. It is further developed through the application of two-dimensional reassignment, which leads to obtaining highly concentrated energy distributions in the joint frequency-angle domain and sharp graphical imaging. The introduced method can be used for analysing, a priori, unknown signals of broadband, nonstationary, and/or multicomponent type. For such signals, the direction of arrival is obtained based upon the marginal energy distribution in the angle domain, through searching for arguments of its maxima. In the paper, bearing estimation of three popular types of sonar pulses, including linear and hyperbolic frequency modulated pulses, as well as no frequency modulation at all, is considered. The results of numerical experiments performed in the presence of additive white Gaussian noise are presented and compared to conventional digital sum-delay beamforming performed in the time domain. The root-mean-square error and the peak-to-average power ratio, also known as the crest factor, are introduced in order to estimate, respectively, the accuracy of the methods and the sharpness of the obtained energy distributions in the angle domain.

  13. Flexible time domain averaging technique

    Science.gov (United States)

    Zhao, Ming; Lin, Jing; Lei, Yaguo; Wang, Xiufeng

    2013-09-01

    Time domain averaging(TDA) is essentially a comb filter, it cannot extract the specified harmonics which may be caused by some faults, such as gear eccentric. Meanwhile, TDA always suffers from period cutting error(PCE) to different extent. Several improved TDA methods have been proposed, however they cannot completely eliminate the waveform reconstruction error caused by PCE. In order to overcome the shortcomings of conventional methods, a flexible time domain averaging(FTDA) technique is established, which adapts to the analyzed signal through adjusting each harmonic of the comb filter. In this technique, the explicit form of FTDA is first constructed by frequency domain sampling. Subsequently, chirp Z-transform(CZT) is employed in the algorithm of FTDA, which can improve the calculating efficiency significantly. Since the signal is reconstructed in the continuous time domain, there is no PCE in the FTDA. To validate the effectiveness of FTDA in the signal de-noising, interpolation and harmonic reconstruction, a simulated multi-components periodic signal that corrupted by noise is processed by FTDA. The simulation results show that the FTDA is capable of recovering the periodic components from the background noise effectively. Moreover, it can improve the signal-to-noise ratio by 7.9 dB compared with conventional ones. Experiments are also carried out on gearbox test rigs with chipped tooth and eccentricity gear, respectively. It is shown that the FTDA can identify the direction and severity of the eccentricity gear, and further enhances the amplitudes of impulses by 35%. The proposed technique not only solves the problem of PCE, but also provides a useful tool for the fault symptom extraction of rotating machinery.

  14. Impact of Antenna Placement on Frequency Domain Adaptive Antenna Array in Hybrid FRF Cellular System

    Directory of Open Access Journals (Sweden)

    Sri Maldia Hari Asti

    2012-01-01

    Full Text Available Frequency domain adaptive antenna array (FDAAA is an effective method to suppress interference caused by frequency selective fading and multiple-access interference (MAI in single-carrier (SC transmission. However, the performance of FDAAA receiver will be affected by the antenna placement parameters such as antenna separation and spread of angle of arrival (AOA. On the other hand, hybrid frequency reuse can be adopted in cellular system to improve the cellular capacity. However, optimal frequency reuse factor (FRF depends on the channel propagation and transceiver scheme as well. In this paper, we analyze the impact of antenna separation and AOA spread on FDAAA receiver and optimize the cellular capacity by using hybrid FRF.

  15. Invited Article: Acousto-optic finite-difference frequency-domain algorithm for first-principles simulations of on-chip acousto-optic devices

    Directory of Open Access Journals (Sweden)

    Yu Shi

    2017-02-01

    Full Text Available We introduce a finite-difference frequency-domain algorithm for coupled acousto-optic simulations. First-principles acousto-optic simulation in time domain has been challenging due to the fact that the acoustic and optical frequencies differ by many orders of magnitude. We bypass this difficulty by formulating the interactions between the optical and acoustic waves rigorously as a system of coupled nonlinear equations in frequency domain. This approach is particularly suited for on-chip devices that are based on a variety of acousto-optic interactions such as the stimulated Brillouin scattering. We validate our algorithm by simulating a stimulated Brillouin scattering process in a suspended waveguide structure and find excellent agreement with coupled-mode theory. We further provide an example of a simulation for a compact on-chip resonator device that greatly enhances the effect of stimulated Brillouin scattering. Our algorithm should facilitate the design of nanophotonic on-chip devices for the harnessing of photon-phonon interactions.

  16. Estimating primary production from oxygen time series: A novel approach in the frequency domain

    NARCIS (Netherlands)

    Cox, T.J.S.; Maris, T.; Soetaert, K.; Kromkamp, J.C.; Meire, P.; Meysman, F.J.R.

    2015-01-01

    Based on an analysis in the frequency domain of the governing equation of oxygen dynamics in aquatic systems, we derive a new method for estimating gross primary production (GPP) from oxygen time series. The central result of this article is a relation between time averaged GPP and the amplitude of

  17. Time-resolved experiments in the frequency domain using synchrotron radiation (invited)

    Science.gov (United States)

    De Stasio, Gelsomina; Giusti, A. M.; Parasassi, T.; Ravagnan, G.; Sapora, O.

    1992-01-01

    PLASTIQUE is the only synchrotron radiation beam line in the world that performs time-resolved fluorescence experiments in frequency domain. These experiments are extremely valuable sources of information on the structure and the dynamics of molecules. This technique measures fluorescence lifetimes with picosecond resolution in the near UV spectral range. Such accurate measurements are rendered possible by taking phase and modulation data, and by the advantages of the cross-correlation technique. A successful experiment demonstrated the radiation damage induced by low doses of radiation on rabbit blood cell membranes.

  18. Frequency-Domain Tomography for Single-shot, Ultrafast Imaging of Evolving Laser-Plasma Accelerators

    Science.gov (United States)

    Li, Zhengyan; Zgadzaj, Rafal; Wang, Xiaoming; Downer, Michael

    2011-10-01

    Intense laser pulses propagating through plasma create plasma wakefields that often evolve significantly, e.g. by expanding and contracting. However, such dynamics are known in detail only through intensive simulations. Laboratory visualization of evolving plasma wakes in the ``bubble'' regime is important for optimizing and scaling laser-plasma accelerators. Recently snap-shots of quasi-static wakes were recorded using frequency-domain holography (FDH). To visualize the wake's evolution, we have generalized FDH to frequency-domain tomography (FDT), which uses multiple probes propagating at different angles with respect to the pump pulse. Each probe records a phase streak, imprinting a partial record of the evolution of pump-created structures. We then topographically reconstruct the full evolution from all phase streaks. To prove the concept, a prototype experiment visualizing nonlinear index evolution in glass is demonstrated. Four probes propagating at 0, 0.6, 2, 14 degrees to the index ``bubble'' are angularly and temporally multiplexed to a single spectrometer to achieve cost-effective FDT. From these four phase streaks, an FDT algorithm analogous to conventional CT yields a single-shot movie of the pump's self-focusing dynamics.

  19. Errors in determination of soil water content using time-domain reflectometry caused by soil compaction around wave guides

    Energy Technology Data Exchange (ETDEWEB)

    Ghezzehei, T.A.

    2008-05-29

    Application of time domain reflectometry (TDR) in soil hydrology often involves the conversion of TDR-measured dielectric permittivity to water content using universal calibration equations (empirical or physically based). Deviations of soil-specific calibrations from the universal calibrations have been noted and are usually attributed to peculiar composition of soil constituents, such as high content of clay and/or organic matter. Although it is recognized that soil disturbance by TDR waveguides may have impact on measurement errors, to our knowledge, there has not been any quantification of this effect. In this paper, we introduce a method that estimates this error by combining two models: one that describes soil compaction around cylindrical objects and another that translates change in bulk density to evolution of soil water retention characteristics. Our analysis indicates that the compaction pattern depends on the mechanical properties of the soil at the time of installation. The relative error in water content measurement depends on the compaction pattern as well as the water content and water retention properties of the soil. Illustrative calculations based on measured soil mechanical and hydrologic properties from the literature indicate that the measurement errors of using a standard three-prong TDR waveguide could be up to 10%. We also show that the error scales linearly with the ratio of rod radius to the interradius spacing.

  20. Incoherent Optical Frequency Domain Reflectometry for Distributed Thermal Sensing

    DEFF Research Database (Denmark)

    Karamehmedovic, Emir

    2006-01-01

    comprising a pump laser, optical filters, optical fibre and photo-detectors are presented. Limitations, trade-offs and optimisation processes are described for setups having different specifications with respect to range, resolution and accuracy. The analysis is conducted using computer simulation programs...... developed and implemented in Matlab. The computer model is calibrated and tested, and describes the entire system with high precision. Noise analysis and digital processing of the detected signal are discussed as well. An equation describing the standard deviation of the measured temperature is derived......This thesis reports the main results from an investigation of a fibre-optic distributed temperature sensor based on spontaneous Raman scattering. The technique used for spatial resolving is the incoherent optical frequency domain reflectometry, where a pump laser is sine modulated with a stepwise...

  1. Frequency domain fluorescence diffuse tomography of small animals

    Science.gov (United States)

    Orlova, Anna G.; Turchin, Ilya V.; Kamensky, Vladislav A.; Plehanov, Vladimir I.; Balalaeva, Irina V.; Sergeeva, Ekaterina A.; Shirmanova, Marina V.; Kleshnin, Michail S.

    2007-05-01

    Fluorescent compounds for selective cancer cell marking are used for development of novel medical diagnostic methods, investigation of the influence of external factors on tumor growth, regress and metastasis. Only special tools for turbid media imaging, such as optical diffusion tomography permit noninvasive monitoring of fluorescent-labeled tumor alterations deep in animal tissue. In this work, the results of preliminary experiments utilizing frequency-domain fluorescent diffusion tomography (FD FDT) experimental setup in small animal are presented. Low-frequency modulated light (1 kHz) from Nd:YAG laser with second harmonic generation at the wavelength of 532 nm was used in the setup. The transilluminative planar configuration was used in the setup. A series of model experiments has been conducted and show good agreement between theoretical and experimental fluorescence intensity. Models of deep tumors were created by two methods: (1) glass capsules containing fluorophore solution were inserted into esophagus of small animals to simulate marked tumors; (2) a suspension of transfected HEΚ293-Turbo-RFP cells was subcutaneously injected to small animal. The conducted experiments have shown that FD FDT allows one to detect the presence of labeled tumor cells in small animals, to determine the volume of an experimental tumor, to perform 3D tumor reconstruction, as well as to conduct monitoring investigations. The obtained results demonstrate the potential capability of the FD FDT method for noninvasive whole-body imaging in cancer studies, diagnostics and therapy.

  2. A Frequency Control Approach for Hybrid Power System Using Multi-Objective Optimization

    Directory of Open Access Journals (Sweden)

    Mohammed Elsayed Lotfy

    2017-01-01

    Full Text Available A hybrid power system uses many wind turbine generators (WTG and solar photovoltaics (PV in isolated small areas. However, the output power of these renewable sources is not constant and can diverge quickly, which has a serious effect on system frequency and the continuity of demand supply. In order to solve this problem, this paper presents a new frequency control scheme for a hybrid power system to ensure supplying a high-quality power in isolated areas. The proposed power system consists of a WTG, PV, aqua-electrolyzer (AE, fuel cell (FC, battery energy storage system (BESS, flywheel (FW and diesel engine generator (DEG. Furthermore, plug-in hybrid electric vehicles (EVs are implemented at the customer side. A full-order observer is utilized to estimate the supply error. Then, the estimated supply error is considered in a frequency domain. The high-frequency component is reduced by BESS and FW; while the low-frequency component of supply error is mitigated using FC, EV and DEG. Two PI controllers are implemented in the proposed system to control the system frequency and reduce the supply error. The epsilon multi-objective genetic algorithm ( ε -MOGA is applied to optimize the controllers’ parameters. The performance of the proposed control scheme is compared with that of recent well-established techniques, such as a PID controller tuned by the quasi-oppositional harmony search algorithm (QOHSA. The effectiveness and robustness of the hybrid power system are investigated under various operating conditions.

  3. Validating Domains of Patient Contextual Factors Essential to Preventing Contextual Errors: A Qualitative Study Conducted at Chicago Area Veterans Health Administration Sites.

    Science.gov (United States)

    Binns-Calvey, Amy E; Malhiot, Alex; Kostovich, Carol T; LaVela, Sherri L; Stroupe, Kevin; Gerber, Ben S; Burkhart, Lisa; Weiner, Saul J; Weaver, Frances M

    2017-09-01

    "Patient context" indicates patient circumstances and characteristics or states that are essential to address when planning patient care. Specific patient "contextual factors," if overlooked, result in an inappropriate plan of care, a medical error termed a "contextual error." The myriad contextual factors that constitute patient context have been grouped into broad domains to create a taxonomy of challenges to consider when planning care. This study sought to validate a previously identified list of contextual domains. This qualitative study used directed content analysis. In 2014, 19 Department of Veterans Affairs (VA) providers (84% female) and 49 patients (86% male) from two VA medical centers and four outpatient clinics in the Chicago area participated in semistructured interviews and focus groups. Topics included patient-specific, community, and resource-related factors that affect patients' abilities to manage their care. Transcripts were analyzed with a previously identified list of contextual domains as a framework. Analysis of responses revealed that patients and providers identified the same 10 domains previously published, plus 3 additional ones. Based on comments made by patients and providers, the authors created a revised list of 12 domains from themes that emerged. Six pertain to patient circumstances such as access to care and financial situation, and 6 to patient characteristics/states including skills, abilities, and knowledge. Contextual factors in patients' lives may be essential to address for effective care planning. The rubric developed can serve as a "contextual differential" for clinicians to consider when addressing challenges patients face when planning their care.

  4. Adaptive Multicarrier Modulation: A Convenient Framework for Time-Frequency Processing in Wireless Communications

    OpenAIRE

    Keller, T.; Hanzo, L.

    2000-01-01

    A historical perspective of orthogonal frequency-division multiplexing (OFDM) is given with reference to its literature. Its advantages and disadvantages are reviewed, and its performance is characterized over highly dispersive channels. The effects of both time- and frequency-domain synchronization errors are quantified, and a range of solutions proposed in the recent literature are re-viewed. One of the main objectives of this review is to highlight the recent thinking behind adaptive bit a...

  5. A Theoretically Consistent Method for Minimum Mean-Square Error Estimation of Mel-Frequency Cepstral Features

    DEFF Research Database (Denmark)

    Jensen, Jesper; Tan, Zheng-Hua

    2014-01-01

    We propose a method for minimum mean-square error (MMSE) estimation of mel-frequency cepstral features for noise robust automatic speech recognition (ASR). The method is based on a minimum number of well-established statistical assumptions; no assumptions are made which are inconsistent with others....... The strength of the proposed method is that it allows MMSE estimation of mel-frequency cepstral coefficients (MFCC's), cepstral mean-subtracted MFCC's (CMS-MFCC's), velocity, and acceleration coefficients. Furthermore, the method is easily modified to take into account other compressive non-linearities than...... the logarithmic which is usually used for MFCC computation. The proposed method shows estimation performance which is identical to or better than state-of-the-art methods. It further shows comparable ASR performance, where the advantage of being able to use mel-frequency speech features based on a power non...

  6. Brain connectivity study of joint attention using frequency-domain optical imaging technique

    Science.gov (United States)

    Chaudhary, Ujwal; Zhu, Banghe; Godavarty, Anuradha

    2010-02-01

    Autism is a socio-communication brain development disorder. It is marked by degeneration in the ability to respond to joint attention skill task, from as early as 12 to 18 months of age. This trait is used to distinguish autistic from nonautistic populations. In this study, diffuse optical imaging is being used to study brain connectivity for the first time in response to joint attention experience in normal adults. The prefrontal region of the brain was non-invasively imaged using a frequency-domain based optical imager. The imaging studies were performed on 11 normal right-handed adults and optical measurements were acquired in response to joint-attention based video clips. While the intensity-based optical data provides information about the hemodynamic response of the underlying neural process, the time-dependent phase-based optical data has the potential to explicate the directional information on the activation of the brain. Thus brain connectivity studies are performed by computing covariance/correlations between spatial units using this frequency-domain based optical measurements. The preliminary results indicate that the extent of synchrony and directional variation in the pattern of activation varies in the left and right frontal cortex. The results have significant implication for research in neural pathways associated with autism that can be mapped using diffuse optical imaging tools in the future.

  7. Monitoring kinetic and frequency-domain properties of eyelid responses in mice with magnetic distance measurement technique

    NARCIS (Netherlands)

    W.L. den Ouden; G. Perry; S.M. Highstein; C.I. de Zeeuw (Chris); S.K.E. Koekkoek (Bas)

    2002-01-01

    textabstractClassical eye-blink conditioning in mutant mice can be used to study the molecular mechanisms underlying associative learning. To measure the kinetic and frequency domain properties of conditioned (tone - periorbital shock procedure) and unconditioned eyelid responses

  8. Frequency Domain Computer Programs for Prediction and Analysis of Rail Vehicle Dynamics : Volume 1. Technical Report

    Science.gov (United States)

    1975-12-01

    Frequency domain computer programs developed or acquired by TSC for the analysis of rail vehicle dynamics are described in two volumes. Volume I defines the general analytical capabilities required for computer programs applicable to single rail vehi...

  9. EMGAN: A computer program for time and frequency domain reduction of electromyographic data

    Science.gov (United States)

    Hursta, W. N.

    1975-01-01

    An experiment in electromyography utilizing surface electrode techniques was developed for the Apollo-Soyuz test project. This report describes the computer program, EMGAN, which was written to provide first order data reduction for the experiment. EMG signals are produced by the membrane depolarization of muscle fibers during a muscle contraction. Surface electrodes detect a spatially summated signal from a large number of muscle fibers commonly called an interference pattern. An interference pattern is usually so complex that analysis through signal morphology is extremely difficult if not impossible. It has become common to process EMG interference patterns in the frequency domain. Muscle fatigue and certain myopathic conditions are recognized through changes in muscle frequency spectra.

  10. Dynamic frequency-domain interferometer for absolute distance measurements with high resolution

    International Nuclear Information System (INIS)

    Weng, Jidong; Liu, Shenggang; Ma, Heli; Tao, Tianjiong; Wang, Xiang; Liu, Cangli; Tan, Hua

    2014-01-01

    A unique dynamic frequency-domain interferometer for absolute distance measurement has been developed recently. This paper presents the working principle of the new interferometric system, which uses a photonic crystal fiber to transmit the wide-spectrum light beams and a high-speed streak camera or frame camera to record the interference stripes. Preliminary measurements of harmonic vibrations of a speaker, driven by a radio, and the changes in the tip clearance of a rotating gear wheel show that this new type of interferometer has the ability to perform absolute distance measurements both with high time- and distance-resolution

  11. Dynamic frequency-domain interferometer for absolute distance measurements with high resolution

    Science.gov (United States)

    Weng, Jidong; Liu, Shenggang; Ma, Heli; Tao, Tianjiong; Wang, Xiang; Liu, Cangli; Tan, Hua

    2014-11-01

    A unique dynamic frequency-domain interferometer for absolute distance measurement has been developed recently. This paper presents the working principle of the new interferometric system, which uses a photonic crystal fiber to transmit the wide-spectrum light beams and a high-speed streak camera or frame camera to record the interference stripes. Preliminary measurements of harmonic vibrations of a speaker, driven by a radio, and the changes in the tip clearance of a rotating gear wheel show that this new type of interferometer has the ability to perform absolute distance measurements both with high time- and distance-resolution.

  12. Determination of beam coupling impedance in the frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Niedermayer, Uwe

    2016-07-01

    The concept of beam coupling impedance describes the electromagnetic interaction of uniformly moving charged particles with their surrounding structures in the Frequency Domain (FD). In synchrotron accelerators, beam coupling impedances can lead to beam induced component heating and coherent beam instabilities. Thus, in order to ensure the stable operation of a synchrotron, its impedances have to be quantified and their effects have to be controlled. Nowadays, beam coupling impedances are mostly obtained by Fourier transform of wake potentials, which are the results of Time Domain (TD) simulations. However, at low frequencies, low beam velocity, or for dispersive materials, TD simulations become unhandy. In this area, analytical calculations of beam coupling impedance in the FD, combined with geometry approximations, are still widely used. This thesis describes the development of two electromagnetic field solvers to obtain the beam coupling impedance directly in the FD, where the beam velocity is only a parameter and dispersive materials can be included easily. One solver is based on the Finite Integration Technique (FIT) on a staircase mesh. It is implemented both in 2D and 3D. However, the staircase mesh is inefficient on curved structures, which is particularly problematic for the modeling of a dipole source, that is required for the computation of the transverse beam coupling impedance. This issue is overcome by the second solver developed in this thesis, which is based on the Finite Element Method (FEM) on an unstructured triangular mesh. It is implemented in 2D and includes an optional Surface Impedance Boundary Condition (SIBC). Thus, it is well suited for the computation of longitudinal and transverse impedances of long beam pipe structures of arbitrary cross-section. Besides arbitrary frequency and beam velocity, also dispersive materials can be chosen, which is crucial for the computation of the impedance of ferrite kicker magnets. Numerical impedance

  13. A theory of frequency domain invariants: spherical harmonic identities for BRDF/lighting transfer and image consistency.

    Science.gov (United States)

    Mahajan, Dhruv; Ramamoorthi, Ravi; Curless, Brian

    2008-02-01

    This paper develops a theory of frequency domain invariants in computer vision. We derive novel identities using spherical harmonics, which are the angular frequency domain analog to common spatial domain invariants such as reflectance ratios. These invariants are derived from the spherical harmonic convolution framework for reflection from a curved surface. Our identities apply in a number of canonical cases, including single and multiple images of objects under the same and different lighting conditions. One important case we consider is two different glossy objects in two different lighting environments. For this case, we derive a novel identity, independent of the specific lighting configurations or BRDFs, that allows us to directly estimate the fourth image if the other three are available. The identity can also be used as an invariant to detecttampering in the images. While this paper is primarily theoretical, it has the potential to lay the mathematical foundations for two important practical applications. First, we can develop more general algorithms for inverse rendering problems, which can directly relight and change material properties by transferring the BRDF or lighting from another object or illumination. Second, we can check the consistency of an image, to detect tampering or image splicing.

  14. Visual correlation analytics of event-based error reports for advanced manufacturing

    OpenAIRE

    Nazir, Iqbal

    2017-01-01

    With the growing digitalization and automation in the manufacturing domain, an increasing amount of process data and error reports become available. To minimize the number of errors and maximize the efficiency of the production line, it is important to analyze the generated error reports and find solutions that can reduce future errors. However, not all errors have the equal importance, as some errors may be the result of previously occurred errors. Therefore, it is important for domain exper...

  15. On the role of density and attenuation in three-dimensional multiparameter viscoacoustic VTI frequency-domain FWI: an OBC case study from the North Sea

    Science.gov (United States)

    Operto, S.; Miniussi, A.

    2018-06-01

    3-D frequency-domain full waveform inversion (FWI) is applied on North Sea wide-azimuth ocean-bottom cable data at low frequencies (≤10 Hz) to jointly update vertical wave speed, density and quality factor Q in the viscoacoustic VTI approximation. We assess whether density and Q should be viewed as proxy to absorb artefacts resulting from approximate wave physics or are valuable for interpretation in the presence of soft sediments and gas cloud. FWI is performed in the frequency domain to account for attenuation easily. Multiparameter frequency-domain FWI is efficiently performed with a few discrete frequencies following a multiscale frequency continuation. However, grouping a few frequencies during each multiscale step is necessary to mitigate acquisition footprint and match dispersive shallow guided waves. Q and density absorb a significant part of the acquisition footprint hence cleaning the velocity model from this pollution. Low Q perturbations correlate with low-velocity zones associated with soft sediments and gas cloud. However, the amplitudes of the Q perturbations show significant variations when the inversion tuning is modified. This dispersion in the Q reconstructions is however not passed on the velocity parameter suggesting that cross-talks between first-order kinematic and second-order dynamic parameters are limited. The density model shows a good match with a well log at shallow depths. Moreover, the impedance built a posteriori from the FWI velocity and density models shows a well-focused image with however local differences with the velocity model near the sea bed where density might have absorbed elastic effects. The FWI models are finally assessed against time-domain synthetic seismogram modelling performed with the same frequency-domain modelling engine used for FWI.

  16. Terahertz Frequency-Domain Spectroscopy of Low-Pressure Acetonitrile Gas by a Photomixing Terahertz Synthesizer Referenced to Dual Optical Frequency Combs

    Science.gov (United States)

    Hsieh, Yi-Da; Kimura, Hiroto; Hayashi, Kenta; Minamikawa, Takeo; Mizutani, Yasuhiro; Yamamoto, Hirotsugu; Iwata, Tetsuo; Inaba, Hajime; Minoshima, Kaoru; Hindle, Francis; Yasui, Takeshi

    2016-09-01

    A terahertz (THz) frequency synthesizer based on photomixing of two near-infrared lasers with a sub-THz to THz frequency offset is a powerful tool for spectroscopy of polar gas molecules due to its broad spectral coverage; however, its frequency accuracy and resolution are relatively low. To tune the output frequency continuously and widely while maintaining its traceability to a frequency standard, we developed a photomixing THz synthesizer phase-locked to dual optical frequency combs (OFCs). While the phase-locking to dual OFCs ensured continuous tuning within a spectral range of 120 GHz, in addition to the traceability to the frequency standard, use of a broadband uni-traveling carrier photodiode for photomixing enabled the generation of CW-THz radiation within a frequency range from 0.2 to 1.5 THz. We demonstrated THz frequency-domain spectroscopy of gas-phase acetonitrile CH3CN and its isotope CH3 13CN in the frequency range of 0.600-0.720 THz using this THz synthesizer. Their rotational transitions were assigned with a frequency accuracy of 8.42 × 10-8 and a frequency resolution of 520 kHz. Furthermore, the concentration of the CH3CN gas at 20 Pa was determined to be (5.41 ± 0.05) × 1014 molecules/cm3 by curve fitting analysis of the measured absorbance spectrum, and the mixture ratio of the mixed CH3CN/CH3 13CN gas was determined to be 1:2.26 with a gas concentration of 1014-1015 molecules/cm3. The developed THz synthesizer is highly promising for high-precision THz-FDS of low-pressure molecular gases and will enable the qualitative and quantitative analyses of multiple gases.

  17. Difference-frequency generation in the field of a few-cycle laser pulse propagating in a GaAs crystal with a domain structure

    International Nuclear Information System (INIS)

    Oganesyan, David L; Vardanyan, Aleksandr O; Oganesyan, G D

    2013-01-01

    Difference-frequency generation in a GaAs crystal with a periodic domain structure in the field of a few-cycle laser pulse is considered for the case of weakly pronounced material dispersion. The straight-line method is used to solve numerically the system of coupled nonlinear partial differential equations describing the evolution of the electric field of this laser pulse in GaAs crystals with periodic and chirped domain structures. It is shown that application of a GaAs crystal with a chirped domain structure makes it possible to control the frequency-modulation law for a broadband differencefrequency pulse. (nonlinear optical phenomena)

  18. Analysis of water hammer in pipelines by partial fraction expansion of transfer function in frequency domain

    International Nuclear Information System (INIS)

    Lee, Jun Shin; Lee, Wook Ryun; Oh, Ki Yong; Kim, Bong Ki

    2010-01-01

    Understanding water hammer is very important to the prevention of excessive pressure build-up in pipelines. Many researchers have studied this phenomenon, drawing effective solutions through the time- and frequency-domain approaches. For the purposes of enhancing the advantages of the frequency-domain approach and, thereby, rendering investigations of the dynamic characteristics of pipelines more effective, we propose partial fraction expansion of the transfer function between the unsteady flow source and a given section. We simulate the proposed approach using a vibration element inserted into a simple pipeline, deducing much useful physical information pertaining to pipeline design. We conclude that locating the resonance of the vibration element between the first and second resonances of the pipeline can mitigate the excessive pressure build-up attendant on the occurrence of water hammer. Our method of partial fraction expansion is expected to be useful and effective in analyses of unsteady flows in pipelines

  19. Characterization of non-linear household loads for frequency domain modeling

    Directory of Open Access Journals (Sweden)

    Miguel Fernando Romero

    2015-06-01

    Full Text Available Component-based harmonic studies in public Low Voltage grids require realistic models of individual loads as well as their typical penetration ratios. As fundamental basis for the development of comprehensive models for residential users, this paper identifies the most commonly used household loads in Colombia. The loads are classified according to their Power Factor Correction (PFC circuit topology in no-PFC, passive-PFC and active-PFC devices, and a comprehensive set of loads is selected. Their behavior in terms of harmonic emission is characterized by intensive lab measurements with systematically varied supply voltage distortion. Based on several indices, the suitability of different frequency-domain modeling approaches (e.g. constant current source, decoupled and coupled Norton models is assessed.

  20. Frequency domain methods applied to forecasting electricity markets

    International Nuclear Information System (INIS)

    Trapero, Juan R.; Pedregal, Diego J.

    2009-01-01

    The changes taking place in electricity markets during the last two decades have produced an increased interest in the problem of forecasting, either load demand or prices. Many forecasting methodologies are available in the literature nowadays with mixed conclusions about which method is most convenient. This paper focuses on the modeling of electricity market time series sampled hourly in order to produce short-term (1 to 24 h ahead) forecasts. The main features of the system are that (1) models are of an Unobserved Component class that allow for signal extraction of trend, diurnal, weekly and irregular components; (2) its application is automatic, in the sense that there is no need for human intervention via any sort of identification stage; (3) the models are estimated in the frequency domain; and (4) the robustness of the method makes possible its direct use on both load demand and price time series. The approach is thoroughly tested on the PJM interconnection market and the results improve on classical ARIMA models. (author)

  1. Compact optical processor for Hough and frequency domain features

    Science.gov (United States)

    Ott, Peter

    1996-11-01

    Shape recognition is necessary in a broad band of applications such as traffic sign or work piece recognition. It requires not only neighborhood processing of the input image pixels but global interconnection of them. The Hough transform (HT) performs such a global operation and it is well suited in the preprocessing stage of a shape recognition system. Translation invariant features can be easily calculated form the Hough domain. We have implemented on the computer a neural network shape recognition system which contains a HT, a feature extraction, and a classification layer. The advantage of this approach is that the total system can be optimized with well-known learning techniques and that it can explore the parallelism of the algorithms. However, the HT is a time consuming operation. Parallel, optical processing is therefore advantageous. Several systems have been proposed, based on space multiplexing with arrays of holograms and CGH's or time multiplexing with acousto-optic processors or by image rotation with incoherent and coherent astigmatic optical processors. We took up the last mentioned approach because 2D array detectors are read out line by line, so a 2D detector can achieve the same speed and is easier to implement. Coherent processing can allow the implementation of tilers in the frequency domain. Features based on wedge/ring, Gabor, or wavelet filters have been proven to show good discrimination capabilities for texture and shape recognition. The astigmatic lens system which is derived form the mathematical formulation of the HT is long and contains a non-standard, astigmatic element. By methods of lens transformation s for coherent applications we map the original design to a shorter lens with a smaller number of well separated standard elements and with the same coherent system response. The final lens design still contains the frequency plane for filtering and ray-tracing shows diffraction limited performance. Image rotation can be done

  2. Frequency domain optical tomography using a conjugate gradient method without line search

    International Nuclear Information System (INIS)

    Kim, Hyun Keol; Charette, Andre

    2007-01-01

    A conjugate gradient method without line search (CGMWLS) is presented. This method is used to retrieve the local maps of absorption and scattering coefficients inside the tissue-like test medium, with the synthetic data. The forward problem is solved with a discrete-ordinates finite-difference method based on the frequency domain formulation of radiative transfer equation. The inversion results demonstrate that the CGMWLS can retrieve simultaneously the spatial distributions of optical properties inside the medium within a reasonable accuracy, by reducing cross-talk between absorption and scattering coefficients

  3. Frequency-Shift a way to Reduce Aliasing in the Complex Cepstrum

    DEFF Research Database (Denmark)

    Bysted, Tommy Kristensen

    1998-01-01

    The well-known relation between a time signal and its frequency-shifted spectrum is introduced as an excellent tool for reduction of aliasing in the complex cepstrum. Using N points DFTs the frequency-shift property, when used in the right way, will reduce the aliasing error to a size which...... on average is identical to the one normally requiring 2N points DFTs. The cost is an insignificant increase in the number of operations compared to the total number needed for the transformation to the complex cepstrum domain...

  4. Improvement of Frequency Domain Output Only Modal Identification from the Application of the Random Decrement Technique

    DEFF Research Database (Denmark)

    Rodrigues, J.; Brincker, Rune; Andersen, P.

    2004-01-01

    This paper explores the idea of estimating the spectral densities as the Fourier transform of the random decrement functions for the application of frequency domain output-only modal identification methods. The gains in relation to the usual procedure of computing the spectral densities directly...

  5. Study of Frequency of Errors and Areas of Weaknesses in Business Communications Classes at Kapiolani Community College.

    Science.gov (United States)

    Uehara, Soichi

    This study was made to determine the most prevalent errors, areas of weakness, and their frequency in the writing of letters so that a course in business communications classes at Kapiolani Community College (Hawaii) could be prepared that would help students learn to write effectively. The 55 participating students were divided into two groups…

  6. Associations between communication climate and the frequency of medical error reporting among pharmacists within an inpatient setting.

    Science.gov (United States)

    Patterson, Mark E; Pace, Heather A; Fincham, Jack E

    2013-09-01

    Although error-reporting systems enable hospitals to accurately track safety climate through the identification of adverse events, these systems may be underused within a work climate of poor communication. The objective of this analysis is to identify the extent to which perceived communication climate among hospital pharmacists impacts medical error reporting rates. This cross-sectional study used survey responses from more than 5000 pharmacists responding to the 2010 Hospital Survey on Patient Safety Culture (HSOPSC). Two composite scores were constructed for "communication openness" and "feedback and about error," respectively. Error reporting frequency was defined from the survey question, "In the past 12 months, how many event reports have you filled out and submitted?" Multivariable logistic regressions were used to estimate the likelihood of medical error reporting conditional upon communication openness or feedback levels, controlling for pharmacist years of experience, hospital geographic region, and ownership status. Pharmacists with higher communication openness scores compared with lower scores were 40% more likely to have filed or submitted a medical error report in the past 12 months (OR, 1.4; 95% CI, 1.1-1.7; P = 0.004). In contrast, pharmacists with higher communication feedback scores were not any more likely than those with lower scores to have filed or submitted a medical report in the past 12 months (OR, 1.0; 95% CI, 0.8-1.3; P = 0.97). Hospital work climates that encourage pharmacists to freely communicate about problems related to patient safety is conducive to medical error reporting. The presence of feedback infrastructures about error may not be sufficient to induce error-reporting behavior.

  7. A critical analysis of the Mises stress criterion used in frequency domain fatigue life prediction

    Directory of Open Access Journals (Sweden)

    Adam Niesłony

    2016-10-01

    Full Text Available Multiaxial fatigue failure criteria are formulated in time and frequency domain. The number of frequency domain criteria is rather small and the most popular one is the equivalent von Mises stress criterion. This criterion was elaborated by Preumont and Piefort on the basis of well-known von Mises stress concept, first proposed by Huber in 1907, and well accepted by the scientific community and engineers. It is important to know, that the criterion was developed to determine the yield stress and material effort under static load. Therefore the direct use of equivalent von Mises stress criterion for fatigue life prediction can lead to some incorrectness of theoretical and practical nature. In the present study four aspects were discussed: influence of the value of fatigue strength of tension and torsion, lack of parallelism of the SN curves, abnormal behaviour of the criterion under biaxial tensioncompression and influence of phase shift between particular stress state components. Information contained in this article will help to prevent improper use of this criterion and contributes to its better understanding

  8. High frequency dynamics of an isotropic Timoshenko periodic beam by the use of the Time-domain Spectral Finite Element Method

    Science.gov (United States)

    Żak, A.; Krawczuk, M.; Palacz, M.; Doliński, Ł.; Waszkowiak, W.

    2017-11-01

    In this work results of numerical simulations and experimental measurements related to the high frequency dynamics of an aluminium Timoshenko periodic beam are presented. It was assumed by the authors that the source of beam structural periodicity comes from periodical alterations to its geometry due to the presence of appropriately arranged drill-holes. As a consequence of these alterations dynamic characteristics of the beam are changed revealing a set of frequency band gaps. The presence of the frequency band gaps can help in the design process of effective sound filters or sound barriers that can selectively attenuate propagating wave signals of certain frequency contents. In order to achieve this a combination of three numerical techniques were employed by the authors. They comprise the application of the Time-domain Spectral Finite Element Method in the case of analysis of finite and semi-infinite computational domains, damage modelling in the case of analysis of drill-hole influence, as well as the Bloch reduction in the case of analysis of periodic computational domains. As an experimental technique the Scanning Laser Doppler Vibrometry was chosen. A combined application of all these numerical and experimental techniques appears as new for this purpose and not reported in the literature available.

  9. Hybrid Fourier pseudospectral/discontinuous Galerkin time-domain method for wave propagation

    Science.gov (United States)

    Pagán Muñoz, Raúl; Hornikx, Maarten

    2017-11-01

    The Fourier Pseudospectral time-domain (Fourier PSTD) method was shown to be an efficient way of modelling acoustic propagation problems as described by the linearized Euler equations (LEE), but is limited to real-valued frequency independent boundary conditions and predominantly staircase-like boundary shapes. This paper presents a hybrid approach to solve the LEE, coupling Fourier PSTD with a nodal Discontinuous Galerkin (DG) method. DG exhibits almost no restrictions with respect to geometrical complexity or boundary conditions. The aim of this novel method is to allow the computation of complex geometries and to be a step towards the implementation of frequency dependent boundary conditions by using the benefits of DG at the boundaries, while keeping the efficient Fourier PSTD in the bulk of the domain. The hybridization approach is based on conformal meshes to avoid spatial interpolation of the DG solutions when transferring values from DG to Fourier PSTD, while the data transfer from Fourier PSTD to DG is done utilizing spectral interpolation of the Fourier PSTD solutions. The accuracy of the hybrid approach is presented for one- and two-dimensional acoustic problems and the main sources of error are investigated. It is concluded that the hybrid methodology does not introduce significant errors compared to the Fourier PSTD stand-alone solver. An example of a cylinder scattering problem is presented and accurate results have been obtained when using the proposed approach. Finally, no instabilities were found during long-time calculation using the current hybrid methodology on a two-dimensional domain.

  10. Frequency domain Monte Carlo simulation method for cross power spectral density driven by periodically pulsed spallation neutron source using complex-valued weight Monte Carlo

    International Nuclear Information System (INIS)

    Yamamoto, Toshihiro

    2014-01-01

    Highlights: • The cross power spectral density in ADS has correlated and uncorrelated components. • A frequency domain Monte Carlo method to calculate the uncorrelated one is developed. • The method solves the Fourier transformed transport equation. • The method uses complex-valued weights to solve the equation. • The new method reproduces well the CPSDs calculated with time domain MC method. - Abstract: In an accelerator driven system (ADS), pulsed spallation neutrons are injected at a constant frequency. The cross power spectral density (CPSD), which can be used for monitoring the subcriticality of the ADS, is composed of the correlated and uncorrelated components. The uncorrelated component is described by a series of the Dirac delta functions that occur at the integer multiples of the pulse repetition frequency. In the present paper, a Monte Carlo method to solve the Fourier transformed neutron transport equation with a periodically pulsed neutron source term has been developed to obtain the CPSD in ADSs. Since the Fourier transformed flux is a complex-valued quantity, the Monte Carlo method introduces complex-valued weights to solve the Fourier transformed equation. The Monte Carlo algorithm used in this paper is similar to the one that was developed by the author of this paper to calculate the neutron noise caused by cross section perturbations. The newly-developed Monte Carlo algorithm is benchmarked to the conventional time domain Monte Carlo simulation technique. The CPSDs are obtained both with the newly-developed frequency domain Monte Carlo method and the conventional time domain Monte Carlo method for a one-dimensional infinite slab. The CPSDs obtained with the frequency domain Monte Carlo method agree well with those with the time domain method. The higher order mode effects on the CPSD in an ADS with a periodically pulsed neutron source are discussed

  11. Investigation of dielectric relaxation in systems with hierarchical organization: From time to frequency domain and back again

    Energy Technology Data Exchange (ETDEWEB)

    Yokoi, Koki [Department of Physics, University of Wisconsin-Milwaukee, Milwaukee, WI (United States); Raicu, Valerică, E-mail: vraicu@uwm.edu [Department of Physics, University of Wisconsin-Milwaukee, Milwaukee, WI (United States); Department of Biological Sciences, University of Wisconsin-Milwaukee, Milwaukee, WI (United States)

    2017-06-28

    Relaxation in fractal structures was investigated theoretically starting from a simple model of a Cantorian tree and kinetic equations linking the change in the number of particles (e.g., electrical charges) populating each branch of the tree and their transfer to other branches or to the ground state. We numerically solved the system of differential equations obtained and determined the so-called cumulative distribution function of particles, which, in dielectric or mechanical relaxation parlance, is the same as the relaxation function of the system. As a physical application, we studied the relationship between the dielectric relaxation in time-domain and the dielectric dispersion in the frequency-domain. Upon choosing appropriate rate constants, our model described accurately well-known non-exponential and non-Debye time- and frequency-domain functions, such as stretched exponentials, Havrilliak–Negami, and frequency power law. Our approach opens the door to applying kinetic models to describe a wide array of relaxation processes, which traditionally have posed great challenges to theoretical modeling based on first principles. - Highlights: • Relaxation was investigated for a system of particles flowing through a Cantorian tree. • A set of kinetic equations was formulated and used to compute the relaxation function of the system. • The dispersion function of the system was computed from the relaxation function. • An analytical method was used to recover the original relaxation function from the dispersion function. • This formalism was used to study dielectric relaxation and dispersion in fractal structures.

  12. Proposing New Methods to Enhance the Low-Resolution Simulated GPR Responses in the Frequency and Wavelet Domains

    Directory of Open Access Journals (Sweden)

    Reza Ahmadi

    2014-12-01

    Full Text Available To date, a number of numerical methods, including the popular Finite-Difference Time Domain (FDTD technique, have been proposed to simulate Ground-Penetrating Radar (GPR responses. Despite having a number of advantages, the finite-difference method also has pitfalls such as being very time consuming in simulating the most common case of media with high dielectric permittivity, causing the forward modelling process to be very long lasting, even with modern high-speed computers. In the present study the well-known hyperbolic pattern response of horizontal cylinders, usually found in GPR B-Scan images, is used as a basic model to examine the possibility of reducing the forward modelling execution time. In general, the simulated GPR traces of common reflected objects are time shifted, as with the Normal Moveout (NMO traces encountered in seismic reflection responses. This suggests the application of Fourier transform to the GPR traces, employing the time-shifting property of the transformation to interpolate the traces between the adjusted traces in the frequency domain (FD. Therefore, in the present study two post-processing algorithms have been adopted to increase the speed of forward modelling while maintaining the required precision. The first approach is based on linear interpolation in the Fourier domain, resulting in increasing lateral trace-to-trace interval of appropriate sampling frequency of the signal, preventing any aliasing. In the second approach, a super-resolution algorithm based on 2D-wavelet transform is developed to increase both vertical and horizontal resolution of the GPR B-Scan images through preserving scale and shape of hidden hyperbola features. Through comparing outputs from both methods with the corresponding actual high-resolution forward response, it is shown that both approaches can perform satisfactorily, although the wavelet-based approach outperforms the frequency-domain approach noticeably, both in amplitude and

  13. Fast simulation approaches for power fluctuation model of wind farm based on frequency domain

    DEFF Research Database (Denmark)

    Lin, Jin; Gao, Wen-zhong; Sun, Yuan-zhang

    2012-01-01

    This paper discusses one model developed by Riso, DTU, which is capable of simulating the power fluctuation of large wind farms in frequency domain. In the original design, the “frequency-time” transformations are time-consuming and might limit the computation speed for a wind farm of large size....... Under this background, this paper proposes four efficient approaches to accelerate the simulation speed. Two of them are based on physical model simplifications, and the other two improve the numerical computation. The case study demonstrates the efficiency of these approaches. The acceleration ratio...... is more than 300 times if all these approaches are adopted, in any low, medium and high wind speed test scenarios....

  14. A new frequency-domain criterion for elimination of limit cycles in fixed-point state-space digital filters using saturation arithmetic

    International Nuclear Information System (INIS)

    Singh, Vimal

    2007-01-01

    In [Singh V. Elimination of overflow oscillations in fixed-point state-space digital filters using saturation arithmetic. IEEE Trans Circ Syst 1990;37(6):814-8], a frequency-domain criterion for the suppression of limit cycles in fixed-point state-space digital filters using saturation overflow arithmetic was presented. The passivity property owing to the presence of multiple saturation nonlinearities was exploited therein. In the present paper, a new notion of passivity, namely, that involving the state variables is considered, thereby arriving at an entirely new frequency-domain criterion for the suppression of limit cycles in such filters

  15. Static and high-frequency magnetic properties of stripe domain structure in a plate of finite sizes

    International Nuclear Information System (INIS)

    Mal'ginova, S.D.; Doroshenko, R.A.; Shul'ga, N.V.

    2006-01-01

    A model that enables to carry out self-consistent calculations of the main parameters of stripe domain structure (DS) and at the same time those of properties of domain walls (DW) of a multiple-axis finite (in all directions) ferromagnet depending on the sizes of a sample, material parameters and intensity of a magnetic field is offered. The calculations of the properties of DS (direction of magnetization in domains, widths, ferromagnetic resonance, etc.) are carried out on a computer for plates (1 1 0), rectangular shapes of a cubic ferromagnet with axes of light magnetization along trigonal directions in a magnetic field [-1 1 0]. It is shown, that in plates of different shapes there can be a structure with Neel DW alongside with DS with Bloch DW. Their features are noticeably exhibited, in particular, in different dependence of the number of domains, and also frequencies of a ferromagnetic resonance from a magnetic field

  16. Influence of binary mask estimation errors on robust speaker identification

    DEFF Research Database (Denmark)

    May, Tobias

    2017-01-01

    Missing-data strategies have been developed to improve the noise-robustness of automatic speech recognition systems in adverse acoustic conditions. This is achieved by classifying time-frequency (T-F) units into reliable and unreliable components, as indicated by a so-called binary mask. Different...... approaches have been proposed to handle unreliable feature components, each with distinct advantages. The direct masking (DM) approach attenuates unreliable T-F units in the spectral domain, which allows the extraction of conventionally used mel-frequency cepstral coefficients (MFCCs). Instead of attenuating....... Since each of these approaches utilizes the knowledge about reliable and unreliable feature components in a different way, they will respond differently to estimation errors in the binary mask. The goal of this study was to identify the most effective strategy to exploit knowledge about reliable...

  17. Comparison of intensity discrimination, increment detection, and comodulation masking release in the envelope and audio-frequency domains

    DEFF Research Database (Denmark)

    Nelson, Paul C.; Ewert, Stephan; Carney, Laurel H.

    In the audio-frequency domain, the envelope apparently plays an important role in detection of intensity increments and in comodulation masking release (CMR). The current study addressed the question whether the second-order envelope ("venelope") contributes similarly for comparable experiments i...

  18. An improved sensor for precision detection of in situ stem water content using a frequency domain fringing capacitor.

    Science.gov (United States)

    Zhou, Haiyang; Sun, Yurui; Tyree, Melvin T; Sheng, Wenyi; Cheng, Qiang; Xue, Xuzhang; Schumann, Henrik; Schulze Lammers, Peter

    2015-04-01

    One role of stems is that of water storage. The water content of stems increases and decreases as xylem water potential increases and decreases, respectively. Hence, a nondestructive method to measure stem water content (StWC) = (volume of water) : (volume of stem), could be useful in monitoring the drought stress status of plants. We introduce a frequency domain inner fringing capacitor-sensor for measuring StWC which operates at 100 MHz frequency. The capacitor-sensor consists of two wave guides (5-mm-wide braided metal) that snugly fit around the surface of a stem with a spacing of 4-5 mm between guides. Laboratory measurements on analog stems reveals that the DC signal output responds linearly to the relative dielectric constant of the analog stem, is most sensitive to water content between the waveguides to a depth of c. 3 mm from the stem surface, and calibrations based on the gravimetric water loss of excised stems of plants revealed a resolution in StWC of < ± 0.001 v/ v. The sensor performed very well on whole plants with a 100-fold increased resolution compared with previous frequency domain and time domain reflectometry methods and, hence, may be very useful for future research requiring nondestructive measurements of whole plants. © European Union 2014. New Phytologist © 2014 New Phytologist Trust.

  19. Numerical electromagnetic frequency domain analysis with discrete exterior calculus

    Science.gov (United States)

    Chen, Shu C.; Chew, Weng Cho

    2017-12-01

    In this paper, we perform a numerical analysis in frequency domain for various electromagnetic problems based on discrete exterior calculus (DEC) with an arbitrary 2-D triangular or 3-D tetrahedral mesh. We formulate the governing equations in terms of DEC for 3-D and 2-D inhomogeneous structures, and also show that the charge continuity relation is naturally satisfied. Then we introduce a general construction for signed dual volume to incorporate material information and take into account the case when circumcenters fall outside triangles or tetrahedrons, which may lead to negative dual volume without Delaunay triangulation. Then we examine the boundary terms induced by the dual mesh and provide a systematical treatment of various boundary conditions, including perfect magnetic conductor (PMC), perfect electric conductor (PEC), Dirichlet, periodic, and absorbing boundary conditions (ABC) within this method. An excellent agreement is achieved through the numerical calculation of several problems, including homogeneous waveguides, microstructured fibers, photonic crystals, scattering by a 2-D PEC, and resonant cavities.

  20. Analysis and modelling of engineering structures in frequency domain

    International Nuclear Information System (INIS)

    Ishtev, K.; Bonev, Z.; Petrov, P.; Philipov, P.

    1987-01-01

    This paper deals with some possible applications for modelling and analysis of engineering structures, basing on technique, mentioned above. The governing system of equations is written by using frequency domain approach since elemination technique has computational significance in this field. Modelling is made basing on the well known relationship Y(jw) = W(jw) * X(jw). Here X(jw) is a complex Fourier spectra associated with the imput signals being defined as earthquake, wind, hydrodynamic, control or other type of action. W(jw) is a matrix complex transfer function which reveals the correlation between input X und output Y spectra. Y (ja) represents a complex Fourier spectra of output signals. Input and output signals are both associated with master degrees of freedom, thus matrix transfer function is composed of elements in such a manner that solve unknown parameters are implemented implicitly. It is available an integration algorithm of 'condensed' system of equations. (orig./GL)

  1. The Tofts model in frequency domain: fast and robust determination of pharmacokinetic maps for dynamic contrast enhancement MRI

    Science.gov (United States)

    Vajuvalli, Nithin N.; Chikkemenahally, Dharmendra Kumar K.; Nayak, Krupa N.; Bhosale, Manoj G.; Geethanath, Sairam

    2016-12-01

    Dynamic contrast enhancement magnetic resonance imaging (DCE-MRI) is a well-established method for non-invasive detection and therapeutic monitoring of pathologies through administration of intravenous contrast agent. Quantification of pharmacokinetic (PK) maps can be achieved through application of compartmental models relevant to the pathophysiology of the tissue under interrogation. The determination of PK parameters involves fitting of time-concentration data to these models. In this work, the Tofts model in frequency domain (TM-FD) is applied to a weakly vascularized tissue such as the breast. It is derived as a convolution-free model from the conventional Tofts model in the time domain (TM-TD). This reduces the dimensionality of the curve-fitting problem from two to one. The approaches of TM-FD and TM-TD were applied to two kinds of in silico phantoms and six in vivo breast DCE data sets with and without the addition of noise. The results showed that computational time taken to estimate PK maps using TM-FD was 16-25% less than with TM-TD. Normalized root mean square error (NRMSE) calculation and Pearson correlation analyses were performed to validate robustness and accuracy of the TM-FD and TM-TD approaches. These compared with ground truth values in the case of phantom studies for four different temporal resolutions. Results showed that NRMSE values for TM-FD were significantly lower than those of TM-TD as validated by a paired t-test along with reduced computational time. This approach therefore enables online evaluation of PK maps by radiologists in a clinical setting, aiding in the evaluation of 3D and/or increased coverage of the tissue of interest.

  2. Robust Frequency-Domain Constrained Feedback Design via a Two-Stage Heuristic Approach.

    Science.gov (United States)

    Li, Xianwei; Gao, Huijun

    2015-10-01

    Based on a two-stage heuristic method, this paper is concerned with the design of robust feedback controllers with restricted frequency-domain specifications (RFDSs) for uncertain linear discrete-time systems. Polytopic uncertainties are assumed to enter all the system matrices, while RFDSs are motivated by the fact that practical design specifications are often described in restricted finite frequency ranges. Dilated multipliers are first introduced to relax the generalized Kalman-Yakubovich-Popov lemma for output feedback controller synthesis and robust performance analysis. Then a two-stage approach to output feedback controller synthesis is proposed: at the first stage, a robust full-information (FI) controller is designed, which is used to construct a required output feedback controller at the second stage. To improve the solvability of the synthesis method, heuristic iterative algorithms are further formulated for exploring the feedback gain and optimizing the initial FI controller at the individual stage. The effectiveness of the proposed design method is finally demonstrated by the application to active control of suspension systems.

  3. A framework for assessing frequency domain causality in physiological time series with instantaneous effects.

    Science.gov (United States)

    Faes, Luca; Erla, Silvia; Porta, Alberto; Nollo, Giandomenico

    2013-08-28

    We present an approach for the quantification of directional relations in multiple time series exhibiting significant zero-lag interactions. To overcome the limitations of the traditional multivariate autoregressive (MVAR) modelling of multiple series, we introduce an extended MVAR (eMVAR) framework allowing either exclusive consideration of time-lagged effects according to the classic notion of Granger causality, or consideration of combined instantaneous and lagged effects according to an extended causality definition. The spectral representation of the eMVAR model is exploited to derive novel frequency domain causality measures that generalize to the case of instantaneous effects the known directed coherence (DC) and partial DC measures. The new measures are illustrated in theoretical examples showing that they reduce to the known measures in the absence of instantaneous causality, and describe peculiar aspects of directional interaction among multiple series when instantaneous causality is non-negligible. Then, the issue of estimating eMVAR models from time-series data is faced, proposing two approaches for model identification and discussing problems related to the underlying model assumptions. Finally, applications of the framework on cardiovascular variability series and multichannel EEG recordings are presented, showing how it allows one to highlight patterns of frequency domain causality consistent with well-interpretable physiological interaction mechanisms.

  4. Long-lived coherences: Improved dispersion in the frequency domain using continuous-wave and reduced-power windowed sustaining irradiation

    Science.gov (United States)

    Sadet, A.; Fernandes, L.; Kateb, F.; Balzan, R.; Vasos, P. R.

    2014-08-01

    Long-lived coherences (LLC's) are detectable magnetisation modes with favourable relaxation times that translate as sharp resonances upon Fourier transform. The frequency domain of LLC's was previously limited to the range of J-couplings within pairs of homonuclear spins. LLC evolution at high magnetic fields needs to be sustained by radio-frequency irradiation. We show that LLC-based spectral dispersion can be extended beyond the J-couplings domain using adapted carrier offsets and introduce a new reduced-power sustaining method to preserve LLC's within the required range of offsets. Spectral resolution is enhanced as the natively narrow lines of LLC's are further dispersed, making them potential probes for the study of biomolecules featuring strong resonance overlap and for media where NMR spectroscopy is commonly hindered by line broadening.

  5. Long-lived coherences: Improved dispersion in the frequency domain using continuous-wave and reduced-power windowed sustaining irradiation

    International Nuclear Information System (INIS)

    Sadet, A.; Fernandes, L.; Kateb, F.; Balzan, R.; Vasos, P. R.

    2014-01-01

    Long-lived coherences (LLC’s) are detectable magnetisation modes with favourable relaxation times that translate as sharp resonances upon Fourier transform. The frequency domain of LLC's was previously limited to the range of J-couplings within pairs of homonuclear spins. LLC evolution at high magnetic fields needs to be sustained by radio-frequency irradiation. We show that LLC-based spectral dispersion can be extended beyond the J-couplings domain using adapted carrier offsets and introduce a new reduced-power sustaining method to preserve LLC's within the required range of offsets. Spectral resolution is enhanced as the natively narrow lines of LLC's are further dispersed, making them potential probes for the study of biomolecules featuring strong resonance overlap and for media where NMR spectroscopy is commonly hindered by line broadening

  6. Long-lived coherences: Improved dispersion in the frequency domain using continuous-wave and reduced-power windowed sustaining irradiation

    Energy Technology Data Exchange (ETDEWEB)

    Sadet, A.; Fernandes, L.; Kateb, F., E-mail: fatiha.kateb@parisdescartes.fr, E-mail: balzan.riccardo@parisdescartes.fr; Balzan, R., E-mail: fatiha.kateb@parisdescartes.fr, E-mail: balzan.riccardo@parisdescartes.fr; Vasos, P. R. [Laboratoire de Chimie et Biochimie Toxicologiques et Pharmacologiques UMR-8601, Université Paris Descartes - CNRS, PRES Paris Sorbonne Cité, 75006 Paris (France)

    2014-08-07

    Long-lived coherences (LLC’s) are detectable magnetisation modes with favourable relaxation times that translate as sharp resonances upon Fourier transform. The frequency domain of LLC's was previously limited to the range of J-couplings within pairs of homonuclear spins. LLC evolution at high magnetic fields needs to be sustained by radio-frequency irradiation. We show that LLC-based spectral dispersion can be extended beyond the J-couplings domain using adapted carrier offsets and introduce a new reduced-power sustaining method to preserve LLC's within the required range of offsets. Spectral resolution is enhanced as the natively narrow lines of LLC's are further dispersed, making them potential probes for the study of biomolecules featuring strong resonance overlap and for media where NMR spectroscopy is commonly hindered by line broadening.

  7. Guided wave mode selection for inhomogeneous elastic waveguides using frequency domain finite element approach.

    Science.gov (United States)

    Chillara, Vamshi Krishna; Ren, Baiyang; Lissenden, Cliff J

    2016-04-01

    This article describes the use of the frequency domain finite element (FDFE) technique for guided wave mode selection in inhomogeneous waveguides. Problems with Rayleigh-Lamb and Shear-Horizontal mode excitation in isotropic homogeneous plates are first studied to demonstrate the application of the approach. Then, two specific cases of inhomogeneous waveguides are studied using FDFE. Finally, an example of guided wave mode selection for inspecting disbonds in composites is presented. Identification of sensitive and insensitive modes for defect inspection is demonstrated. As the discretization parameters affect the accuracy of the results obtained from FDFE, effect of spatial discretization and the length of the domain used for the spatial fast Fourier transform are studied. Some recommendations with regard to the choice of the above parameters are provided. Copyright © 2015 Elsevier B.V. All rights reserved.

  8. Unbound motion on a Schwarzschild background: Practical approaches to frequency domain computations

    Science.gov (United States)

    Hopper, Seth

    2018-03-01

    Gravitational perturbations due to a point particle moving on a static black hole background are naturally described in Regge-Wheeler gauge. The first-order field equations reduce to a single master wave equation for each radiative mode. The master function satisfying this wave equation is a linear combination of the metric perturbation amplitudes with a source term arising from the stress-energy tensor of the point particle. The original master functions were found by Regge and Wheeler (odd parity) and Zerilli (even parity). Subsequent work by Moncrief and then Cunningham, Price and Moncrief introduced new master variables which allow time domain reconstruction of the metric perturbation amplitudes. Here, I explore the relationship between these different functions and develop a general procedure for deriving new higher-order master functions from ones already known. The benefit of higher-order functions is that their source terms always converge faster at large distance than their lower-order counterparts. This makes for a dramatic improvement in both the speed and accuracy of frequency domain codes when analyzing unbound motion.

  9. On the role of density and attenuation in 3D multi-parameter visco-acoustic VTI frequency-domain FWI: an OBC case study from the North Sea

    Science.gov (United States)

    Operto, S.; Miniussi, A.

    2018-03-01

    Three-dimensional frequency-domain full waveform inversion (FWI) is applied on North Sea wide-azimuth ocean-bottom cable data at low frequencies (≤ 10 Hz) to jointly update vertical wavespeed, density and quality factor Q in the visco-acoustic VTI approximation. We assess whether density and Q should be viewed as proxy to absorb artefacts resulting from approximate wave physics or are valuable for interpretation in presence of saturated sediments and gas. FWI is performed in the frequency domain to account for attenuation easily. Multi-parameter frequency-domain FWI is efficiently performed with a few discrete frequencies following a multi-scale frequency continuation. However, grouping a few frequencies during each multi-scale step is necessary to mitigate acquisition footprint and match dispersive shallow guided waves. Q and density absorb a significant part of the acquisition footprint hence cleaning the velocity model from this pollution. Low Q perturbations correlate with low velocity zones associated with soft sediments and gas cloud. However, the amplitudes of the Q perturbations show significant variations when the inversion tuning is modified. This dispersion in the Q reconstructions is however not passed on the velocity parameter suggesting that cross-talks between first-order kinematic and second-order dynamic parameters are limited. The density model shows a good match with a well log at shallow depths. Moreover, the impedance built a posteriori from the FWI velocity and density models shows a well-focused image with however local differences with the velocity model near the sea bed where density might have absorbed elastic effects. The FWI models are finally assessed against time-domain synthetic seismogram modelling performed with the same frequency-domain modelling engine used for FWI.

  10. Reference-free determination of tissue absorption coefficient by modulation transfer function characterization in spatial frequency domain.

    Science.gov (United States)

    Chen, Weiting; Zhao, Huijuan; Li, Tongxin; Yan, Panpan; Zhao, Kuanxin; Qi, Caixia; Gao, Feng

    2017-08-08

    Spatial frequency domain (SFD) measurement allows rapid and non-contact wide-field imaging of the tissue optical properties, thus has become a potential tool for assessing physiological parameters and therapeutic responses during photodynamic therapy of skin diseases. The conventional SFD measurement requires a reference measurement within the same experimental scenario as that for a test one to calibrate mismatch between the real measurements and the model predictions. Due to the individual physical and geometrical differences among different tissues, organs and patients, an ideal reference measurement might be unavailable in clinical trials. To address this problem, we present a reference-free SFD determination of absorption coefficient that is based on the modulation transfer function (MTF) characterization. Instead of the absolute amplitude that is used in the conventional SFD approaches, we herein employ the MTF to characterize the propagation of the modulated lights in tissues. With such a dimensionless relative quantity, the measurements can be naturally corresponded to the model predictions without calibrating the illumination intensity. By constructing a three-dimensional database that portrays the MTF as a function of the optical properties (both the absorption coefficient μ a and the reduced scattering coefficient [Formula: see text]) and the spatial frequency, a look-up table approach or a least-square curve-fitting method is readily applied to recover the absorption coefficient from a single frequency or multiple frequencies, respectively. Simulation studies have verified the feasibility of the proposed reference-free method and evaluated its accuracy in the absorption recovery. Experimental validations have been performed on homogeneous tissue-mimicking phantoms with μ a ranging from 0.01 to 0.07 mm -1 and [Formula: see text] = 1.0 or 2.0 mm -1 . The results have shown maximum errors of 4.86 and 7% for [Formula: see text] = 1.0 mm -1 and

  11. Time Domain Equalizer Design Using Bit Error Rate Minimization for UWB Systems

    Directory of Open Access Journals (Sweden)

    Syed Imtiaz Husain

    2009-01-01

    Full Text Available Ultra-wideband (UWB communication systems occupy huge bandwidths with very low power spectral densities. This feature makes the UWB channels highly rich in resolvable multipaths. To exploit the temporal diversity, the receiver is commonly implemented through a Rake. The aim to capture enough signal energy to maintain an acceptable output signal-to-noise ratio (SNR dictates a very complicated Rake structure with a large number of fingers. Channel shortening or time domain equalizer (TEQ can simplify the Rake receiver design by reducing the number of significant taps in the effective channel. In this paper, we first derive the bit error rate (BER of a multiuser and multipath UWB system in the presence of a TEQ at the receiver front end. This BER is then written in a form suitable for traditional optimization. We then present a TEQ design which minimizes the BER of the system to perform efficient channel shortening. The performance of the proposed algorithm is compared with some generic TEQ designs and other Rake structures in UWB channels. It is shown that the proposed algorithm maintains a lower BER along with efficiently shortening the channel.

  12. Evaluating the Frequency of Errors in Preparation and Administration of Intravenous Medications in the Intensive Care Unit of Shahid-Sadoughi Hospital in Yazd

    Directory of Open Access Journals (Sweden)

    SeyedMojtaba Sohrevardi

    2015-10-01

    Full Text Available Background: In most Iranian hospitals, the nurses in the wards prepare intravenous (IV drugs and unfortunately pharmacists are not involved in this process. The severity of the patients in Intensive Care Unit (ICU heightens the risk of errors. More over the frequency of using IV drugs in this unit is high, so we decided to determine the frequency and types of errors, which occur in the preparation and administration of commonly, used IV medications in an ICU.Method: A prospective cross sectional study was performed from November 2013 to August 2014, in the intensive care unit in Shahid-Sadoughi hospital in Yazd. Medication errors occurred in the process of preparation and administration of IV drugs, were recorded by a pharmacy student and were evaluated by direct observation, according to the method established by Barker and McConnell.Results: A total number of 843 intravenous doses were evaluated. The most common type of error (34.26% was the injection of IV doses faster than the recommended rate followed by preparation (15.69%, administration (9.23% and compatibility with doctor’s order (6.24%. Amikacin was the most common drug involved in errors (41.67%. Most of errors were occurred at afternoon (8 p.m, 28.36%.Conclusion: According to our study the rate of errors in preparation and administration of IV drugs was high in this ICU. Employing more nurses, using developed medical instruments and clinical pharmacists can help to decrease these errors and improve the quality of patient care.

  13. Participant characteristics associated with errors in self-reported energy intake from the Women's Health Initiative food-frequency questionnaire.

    Science.gov (United States)

    Horner, Neilann K; Patterson, Ruth E; Neuhouser, Marian L; Lampe, Johanna W; Beresford, Shirley A; Prentice, Ross L

    2002-10-01

    Errors in self-reported dietary intake threaten inferences from studies relying on instruments such as food-frequency questionnaires (FFQs), food records, and food recalls. The objective was to quantify the magnitude, direction, and predictors of errors associated with energy intakes estimated from the Women's Health Initiative FFQ. Postmenopausal women (n = 102) provided data on sociodemographic and psychosocial characteristics that relate to errors in self-reported energy intake. Energy intake was objectively estimated as total energy expenditure, physical activity expenditure, and the thermic effect of food (10% addition to other components of total energy expenditure). Participants underreported energy intake on the FFQ by 20.8%; this error trended upward with younger age (P = 0.07) and social desirability (P = 0.09) but was not associated with body mass index (P = 0.95). The correlation coefficient between reported energy intake and total energy expenditure was 0.24; correlations were higher among women with less education, higher body mass index, and greater fat-free mass, social desirability, and dissatisfaction with perceived body size (all P diet and disease association studies.

  14. Stabilization of time domain acoustic boundary element method for the interior problem with impedance boundary conditions.

    Science.gov (United States)

    Jang, Hae-Won; Ih, Jeong-Guon

    2012-04-01

    The time domain boundary element method (BEM) is associated with numerical instability that typically stems from the time marching scheme. In this work, a formulation of time domain BEM is derived to deal with all types of boundary conditions adopting a multi-input, multi-output, infinite impulse response structure. The fitted frequency domain impedance data are converted into a time domain expression as a form of an infinite impulse response filter, which can also invoke a modeling error. In the calculation, the response at each time step is projected onto the wave vector space of natural radiation modes, which can be obtained from the eigensolutions of the single iterative matrix. To stabilize the computation, unstable oscillatory modes are nullified, and the same decay rate is used for two nonoscillatory modes. As a test example, a transient sound field within a partially lined, parallelepiped box is used, within which a point source is excited by an octave band impulse. In comparison with the results of the inverse Fourier transform of a frequency domain BEM, the average of relative difference norm in the stabilized time response is found to be 4.4%.

  15. Non-invasive optical monitoring of the newborn piglet brain using continuous-wave and frequency-domain spectroscopy

    International Nuclear Information System (INIS)

    Fantini, S.; Franceschini, M.A.; Gratton, E.; Hueber, D.; Rosenfeld, W.; Maulik, D.; Stubblefield, P.G.; Stankovic, M.R.

    1999-01-01

    We have used continuous-wave (CW) and frequency-domain spectroscopy to investigate the optical properties of the newborn piglet brain in vivo and non-invasively. Three anaesthetized, intubated, ventilated and instrumented newborn piglets were placed into a stereotaxic instrument for optimal experimental stability, reproducible probe-to-scalp optical contact and 3D adjustment of the optical probe. By measuring the absolute values of the brain absorption and reduced scattering coefficients at two wavelengths (758 and 830 nm), frequency-domain spectroscopy provided absolute readings (in contrast to the relative readings of CW spectroscopy) of cerebral haemoglobin concentration and saturation during experimentally induced perturbations in cerebral haemodynamics and oxygenation. Such perturbations included a modulation of the inspired oxygen concentration, transient brain asphyxia, carotid artery occlusion and terminal brain asphyxia. The baseline cerebral haemoglobin saturation and concentration, measured with frequency-domain spectroscopy, were about 60% and 42 μM respectively. The cerebral saturation values ranged from a minimum of 17% (during transient brain asphyxia) to a maximum of 80% (during recovery from transient brain asphyxia). To analyse the CW optical data, we have (a) derived a mathematical relationship between the cerebral optical properties and the differential pathlength factor and (b) introduced a method based on the spatial dependence of the detected intensity (dc slope method). The analysis of the cerebral optical signals associated with the arterial pulse and with respiration demonstrates that motion artefacts can significantly affect the intensity recorded from a single optode pair. Motion artefacts can be strongly reduced by combining data from multiple optodes to provide relative readings in the dc slope method. We also report significant biphasic changes (initial decrease and successive increase) in the reduced scattering coefficient measured

  16. Distributed strain measurement in perfluorinated polymer optical fibres using optical frequency domain reflectometry

    International Nuclear Information System (INIS)

    Liehr, Sascha; Wendt, Mario; Krebber, Katerina

    2010-01-01

    We present the latest advances in distributed strain measurement in perfluorinated polymer optical fibres (POFs) using backscatter techniques. Compared to previously introduced poly(methyl methacrylate) POFs, the measurement length can be extended to more than 500 m at improved spatial resolution of a few centimetres. It is shown that strain in a perfluorinated POF can be measured up to 100%. In parallel to these investigations, the incoherent optical frequency domain reflectometry (OFDR) technique is introduced to detect strained fibre sections and to measure distributed length change along the fibre with sub-millimetre resolution by applying a cross-correlation algorithm to the backscatter signal. The overall superior performance of the OFDR technique compared to the optical time domain reflectometry in terms of accuracy, dynamic range, spatial resolution and measurement speed is presented. The proposed sensor system is a promising technique for use in structural health monitoring applications where the precise detection of high strain is required

  17. Identifying interactions in the time and frequency domains in local and global networks - A Granger Causality Approach.

    Science.gov (United States)

    Zou, Cunlu; Ladroue, Christophe; Guo, Shuixia; Feng, Jianfeng

    2010-06-21

    Reverse-engineering approaches such as Bayesian network inference, ordinary differential equations (ODEs) and information theory are widely applied to deriving causal relationships among different elements such as genes, proteins, metabolites, neurons, brain areas and so on, based upon multi-dimensional spatial and temporal data. There are several well-established reverse-engineering approaches to explore causal relationships in a dynamic network, such as ordinary differential equations (ODE), Bayesian networks, information theory and Granger Causality. Here we focused on Granger causality both in the time and frequency domain and in local and global networks, and applied our approach to experimental data (genes and proteins). For a small gene network, Granger causality outperformed all the other three approaches mentioned above. A global protein network of 812 proteins was reconstructed, using a novel approach. The obtained results fitted well with known experimental findings and predicted many experimentally testable results. In addition to interactions in the time domain, interactions in the frequency domain were also recovered. The results on the proteomic data and gene data confirm that Granger causality is a simple and accurate approach to recover the network structure. Our approach is general and can be easily applied to other types of temporal data.

  18. Identifying interactions in the time and frequency domains in local and global networks - A Granger Causality Approach

    Directory of Open Access Journals (Sweden)

    Guo Shuixia

    2010-06-01

    Full Text Available Abstract Background Reverse-engineering approaches such as Bayesian network inference, ordinary differential equations (ODEs and information theory are widely applied to deriving causal relationships among different elements such as genes, proteins, metabolites, neurons, brain areas and so on, based upon multi-dimensional spatial and temporal data. There are several well-established reverse-engineering approaches to explore causal relationships in a dynamic network, such as ordinary differential equations (ODE, Bayesian networks, information theory and Granger Causality. Results Here we focused on Granger causality both in the time and frequency domain and in local and global networks, and applied our approach to experimental data (genes and proteins. For a small gene network, Granger causality outperformed all the other three approaches mentioned above. A global protein network of 812 proteins was reconstructed, using a novel approach. The obtained results fitted well with known experimental findings and predicted many experimentally testable results. In addition to interactions in the time domain, interactions in the frequency domain were also recovered. Conclusions The results on the proteomic data and gene data confirm that Granger causality is a simple and accurate approach to recover the network structure. Our approach is general and can be easily applied to other types of temporal data.

  19. Frequency domain analysis of lightning protection using four lightning protection rods

    Directory of Open Access Journals (Sweden)

    Javor Vesna

    2008-01-01

    Full Text Available In this paper the lightning discharge channel is modeled as a vertical monopole antenna excited by a pulse generator at its base. The lightning electromagnetic field of a nearby lightning discharge in the case of lightning protection using four vertical lightning protection rods was determined in the frequency domain. Unknown current distributions were determined by numerical solving of a system of integral equations of two potentials using the Point Matching Method and polynomial approximation of the current distributions. The influence of the real ground, treated as homogeneous loss half-space of known electrical parameters, expressed through a Sommerfeld integral kernel, was modeled using a new Two-image approximation which gives good results in both near and far fields.

  20. Error Patterns in Problem Solving.

    Science.gov (United States)

    Babbitt, Beatrice C.

    Although many common problem-solving errors within the realm of school mathematics have been previously identified, a compilation of such errors is not readily available within learning disabilities textbooks, mathematics education texts, or teacher's manuals for school mathematics texts. Using data on error frequencies drawn from both the Fourth…

  1. Diversity Techniques for Single-Carrier Packet Retransmissions over Frequency-Selective Channels

    Directory of Open Access Journals (Sweden)

    Assimi Abdel-Nasser

    2009-01-01

    Full Text Available In data packet communication systems over multipath frequency-selective channels, hybrid automatic repeat request (HARQ protocols are usually used in order to ensure data reliability. For single-carrier packet transmission in slow fading environment, an identical retransmission of the same packet, due to a decoding failure, does not fully exploit the available time diversity in retransmission-based HARQ protocols. In this paper, we compare two transmit diversity techniques, namely, cyclic frequency-shift diversity and bit-interleaving diversity. Both techniques can be integrated in the HARQ scheme in order to improve the performance of the joint detector. Their performance in terms of pairwise error probability is investigated using maximum likelihood detection and decoding. The impact of the channel memory and the modulation order on the performance gain is emphasized. In practice, we use low complexity linear filter-based equalization which can be efficiently implemented in the frequency domain. The use of iterative equalization and decoding is also considered. The performance gain in terms of frame error rate and data throughput is evaluated by numerical simulations.

  2. Error studies for SNS Linac. Part 1: Transverse errors

    International Nuclear Information System (INIS)

    Crandall, K.R.

    1998-01-01

    The SNS linac consist of a radio-frequency quadrupole (RFQ), a drift-tube linac (DTL), a coupled-cavity drift-tube linac (CCDTL) and a coupled-cavity linac (CCL). The RFQ and DTL are operated at 402.5 MHz; the CCDTL and CCL are operated at 805 MHz. Between the RFQ and DTL is a medium-energy beam-transport system (MEBT). This error study is concerned with the DTL, CCDTL and CCL, and each will be analyzed separately. In fact, the CCL is divided into two sections, and each of these will be analyzed separately. The types of errors considered here are those that affect the transverse characteristics of the beam. The errors that cause the beam center to be displaced from the linac axis are quad displacements and quad tilts. The errors that cause mismatches are quad gradient errors and quad rotations (roll)

  3. Nursing Errors in Intensive Care Unit by Human Error Identification in Systems Tool: A Case Study

    Directory of Open Access Journals (Sweden)

    Nezamodini

    2016-03-01

    Full Text Available Background Although health services are designed and implemented to improve human health, the errors in health services are a very common phenomenon and even sometimes fatal in this field. Medical errors and their cost are global issues with serious consequences for the patients’ community that are preventable and require serious attention. Objectives The current study aimed to identify possible nursing errors applying human error identification in systems tool (HEIST in the intensive care units (ICUs of hospitals. Patients and Methods This descriptive research was conducted in the intensive care unit of a hospital in Khuzestan province in 2013. Data were collected through observation and interview by nine nurses in this section in a period of four months. Human error classification was based on Rose and Rose and Swain and Guttmann models. According to HEIST work sheets the guide questions were answered and error causes were identified after the determination of the type of errors. Results In total 527 errors were detected. The performing operation on the wrong path had the highest frequency which was 150, and the second rate with a frequency of 136 was doing the tasks later than the deadline. Management causes with a frequency of 451 were the first rank among identified errors. Errors mostly occurred in the system observation stage and among the performance shaping factors (PSFs, time was the most influencing factor in occurrence of human errors. Conclusions Finally, in order to prevent the occurrence and reduce the consequences of identified errors the following suggestions were proposed : appropriate training courses, applying work guidelines and monitoring their implementation, increasing the number of work shifts, hiring professional workforce, equipping work space with appropriate facilities and equipment.

  4. Fault detection in finite frequency domain for Takagi-Sugeno fuzzy systems with sensor faults.

    Science.gov (United States)

    Li, Xiao-Jian; Yang, Guang-Hong

    2014-08-01

    This paper is concerned with the fault detection (FD) problem in finite frequency domain for continuous-time Takagi-Sugeno fuzzy systems with sensor faults. Some finite-frequency performance indices are initially introduced to measure the fault/reference input sensitivity and disturbance robustness. Based on these performance indices, an effective FD scheme is then presented such that the generated residual is designed to be sensitive to both fault and reference input for faulty cases, while robust against the reference input for fault-free case. As the additional reference input sensitivity for faulty cases is considered, it is shown that the proposed method improves the existing FD techniques and achieves a better FD performance. The theory is supported by simulation results related to the detection of sensor faults in a tunnel-diode circuit.

  5. A proof-of-principle for frequency-domain vibration analysis

    International Nuclear Information System (INIS)

    Mobley, R.K.

    1987-01-01

    The economic and regulatory pressures on operating utilities to improve efficiency, availability, and reliability and to extend the effective operating life of existing electric power generating plants have created a real need for instrumentation, systems, and programs that can monitor, analyze, and provide the means to correct incipient machine and process problems. Predictive maintenance programs, properly utilized, can be one key to achieving these goals. Recent developments in microprocessor technology have provided the ability to routinely monitor the actual mechanical condition of all rotating and reciprocating machinery and process variables (i.e., pressure, temperature, flow, etc.) of other process equipment within an operating electric power generating plant. This direct correlation between frequency-domain vibration and actual mechanical condition of machinery and trending process variables of nonrotating equipment can provide the key to improving availability, reliability, and thermal efficiency and can provide the baseline information necessary for developing a realistic plan for extending the useful life of power plants. The premise of utilizing microprocessor-based predictive maintenance to improve power plant operation has been proven by a number of utilities

  6. Broad bandwidth frequency domain instrument for quantitative tissue optical spectroscopy

    International Nuclear Information System (INIS)

    Pham, Tuan H.; Coquoz, Olivier; Fishkin, Joshua B.; Anderson, Eric; Tromberg, Bruce J.

    2000-01-01

    Near-infrared (NIR) optical properties of turbid media, e.g., tissue, can be accurately quantified noninvasively using methods based on diffuse reflectance or transmittance, such as frequency domain photon migration (FDPM). Factors which govern the accuracy and sensitivity of FDPM-measured optical properties include instrument performance, the light propagation model, and fitting algorithms used to calculate optical properties from measured data. In this article, we characterize instrument, model, and fitting uncertaintics of an FDPM system designed for clinical use and investigate how each of these factors affects the quantification of NIR absorption (μ a ) and reduced scattering (μ s ' ) parameters in tissue phantoms. The instrument is based on a 500 MHz, multiwavelength platform that sweeps through 201 discrete frequencies in as little as 675 ms. Phase and amplitude of intensity modulated light launched into tissue, i.e., diffuse photon density waves (PDW), are measured with an accuracy of ±0.30 degree sign and ±3.5%, while phase and amplitude precision are ±0.025 degree sign and ±0.20%, respectively. At this level of instrument uncertainty, simultaneous fitting of frequency-dependent phase and amplitude nonlinear model functions derived from a photon diffusion approximation provides an accurate and robust strategy for determining optical properties from FDPM data, especially for media with high absorption. In an optical property range that is characteristic of most human tissues in the NIR (5x10 -3 a -2 mm -1 , 0.5 s ' -1 ), we theoretically and experimentally demonstrate that the multifrequency, simultaneous-fit approach allows μ a and μ s ' to be quantified with an accuracy of ±5% and ±3%, respectively. Although exceptionally high levels of precision can be obtained using this approach ( a and μ s ' . (c) 2000 American Institute of Physics

  7. A frequency-domain approach to improve ANNs generalization quality via proper initialization.

    Science.gov (United States)

    Chaari, Majdi; Fekih, Afef; Seibi, Abdennour C; Hmida, Jalel Ben

    2018-08-01

    The ability to train a network without memorizing the input/output data, thereby allowing a good predictive performance when applied to unseen data, is paramount in ANN applications. In this paper, we propose a frequency-domain approach to evaluate the network initialization in terms of quality of training, i.e., generalization capabilities. As an alternative to the conventional time-domain methods, the proposed approach eliminates the approximate nature of network validation using an excess of unseen data. The benefits of the proposed approach are demonstrated using two numerical examples, where two trained networks performed similarly on the training and the validation data sets, yet they revealed a significant difference in prediction accuracy when tested using a different data set. This observation is of utmost importance in modeling applications requiring a high degree of accuracy. The efficiency of the proposed approach is further demonstrated on a real-world problem, where unlike other initialization methods, a more conclusive assessment of generalization is achieved. On the practical front, subtle methodological and implementational facets are addressed to ensure reproducibility and pinpoint the limitations of the proposed approach. Copyright © 2018 Elsevier Ltd. All rights reserved.

  8. Investigation of the interpolation method to improve the distributed strain measurement accuracy in optical frequency domain reflectometry systems.

    Science.gov (United States)

    Cui, Jiwen; Zhao, Shiyuan; Yang, Di; Ding, Zhenyang

    2018-02-20

    We use a spectrum interpolation technique to improve the distributed strain measurement accuracy in a Rayleigh-scatter-based optical frequency domain reflectometry sensing system. We demonstrate that strain accuracy is not limited by the "uncertainty principle" that exists in the time-frequency analysis. Different interpolation methods are investigated and used to improve the accuracy of peak position of the cross-correlation and, therefore, improve the accuracy of the strain. Interpolation implemented by padding zeros on one side of the windowed data in the spatial domain, before the inverse fast Fourier transform, is found to have the best accuracy. Using this method, the strain accuracy and resolution are both improved without decreasing the spatial resolution. The strain of 3 μϵ within the spatial resolution of 1 cm at the position of 21.4 m is distinguished, and the measurement uncertainty is 3.3 μϵ.

  9. Exploring behavioural determinants relating to health professional reporting of medication errors: a qualitative study using the Theoretical Domains Framework.

    Science.gov (United States)

    Alqubaisi, Mai; Tonna, Antonella; Strath, Alison; Stewart, Derek

    2016-07-01

    Effective and efficient medication reporting processes are essential in promoting patient safety. Few qualitative studies have explored reporting of medication errors by health professionals, and none have made reference to behavioural theories. The objective was to describe and understand the behavioural determinants of health professional reporting of medication errors in the United Arab Emirates (UAE). This was a qualitative study comprising face-to-face, semi-structured interviews within three major medical/surgical hospitals of Abu Dhabi, the UAE. Health professionals were sampled purposively in strata of profession and years of experience. The semi-structured interview schedule focused on behavioural determinants around medication error reporting, facilitators, barriers and experiences. The Theoretical Domains Framework (TDF; a framework of theories of behaviour change) was used as a coding framework. Ethical approval was obtained from a UK university and all participating hospital ethics committees. Data saturation was achieved after interviewing ten nurses, ten pharmacists and nine physicians. Whilst it appeared that patient safety and organisational improvement goals and intentions were behavioural determinants which facilitated reporting, there were key determinants which deterred reporting. These included the beliefs of the consequences of reporting (lack of any feedback following reporting and impacting professional reputation, relationships and career progression), emotions (fear and worry) and issues related to the environmental context (time taken to report). These key behavioural determinants which negatively impact error reporting can facilitate the development of an intervention, centring on organisational safety and reporting culture, to enhance reporting effectiveness and efficiency.

  10. A Technique for Real-Time Ionospheric Ranging Error Correction Based On Radar Dual-Frequency Detection

    Science.gov (United States)

    Lyu, Jiang-Tao; Zhou, Chen

    2017-12-01

    Ionospheric refraction is one of the principal error sources for limiting the accuracy of radar systems for space target detection. High-accuracy measurement of the ionospheric electron density along the propagation path of radar wave is the most important procedure for the ionospheric refraction correction. Traditionally, the ionospheric model and the ionospheric detection instruments, like ionosonde or GPS receivers, are employed for obtaining the electron density. However, both methods are not capable of satisfying the requirements of correction accuracy for the advanced space target radar system. In this study, we propose a novel technique for ionospheric refraction correction based on radar dual-frequency detection. Radar target range measurements at two adjacent frequencies are utilized for calculating the electron density integral exactly along the propagation path of the radar wave, which can generate accurate ionospheric range correction. The implementation of radar dual-frequency detection is validated by a P band radar located in midlatitude China. The experimental results present that the accuracy of this novel technique is more accurate than the traditional ionospheric model correction. The technique proposed in this study is very promising for the high-accuracy radar detection and tracking of objects in geospace.

  11. Frequency-domain cascading microwave superconducting quantum interference device multiplexers; beyond limitations originating from room-temperature electronics

    Science.gov (United States)

    Kohjiro, Satoshi; Hirayama, Fuminori

    2018-07-01

    A novel approach, frequency-domain cascading microwave multiplexers (MW-Mux), has been proposed and its basic operation has been demonstrated to increase the number of pixels multiplexed in a readout line U of MW-Mux for superconducting detector arrays. This method is an alternative to the challenging development of wideband, large power, and spurious-free room-temperature (300 K) electronics. The readout system for U pixels consists of four main parts: (1) multiplexer chips connected in series those contain U superconducting resonators in total. (2) A cryogenic high-electron-mobility transistor amplifier (HEMT). (3) A 300 K microwave frequency comb generator based on N(≡U/M) parallel units of digital-to-analog converters (DAC). (4) N parallel units of 300 K analog-to-digital converters (ADC). Here, M is the number of tones each DAC produces and each ADC handles. The output signal of U detectors multiplexed at the cryogenic stage is transmitted through a cable to the room temperature and divided into N processors where each handles M pixels. Due to the reduction factor of 1/N, U is not anymore dominated by the 300 K electronics but can be increased up to the potential value determined by either the bandwidth or the spurious-free power of the HEMT. Based on experimental results on the prototype system with N = 2 and M = 3, neither excess inter-pixel crosstalk nor excess noise has been observed in comparison with conventional MW-Mux. This indicates that the frequency-domain cascading MW-Mux provides the full (100%) usage of the HEMT band by assigning N 300 K bands on the frequency axis without inter-band gaps.

  12. Frequency domain phase retrieval of simultaneous multi-wavelength phase-shifting interferometry

    International Nuclear Information System (INIS)

    Yin, Zhenxing; Zhong, Liyun; Xu, Xiaofei; Zhang, Wangping; Lu, Xiaoxu; Tian, Jindong

    2016-01-01

    In simultaneous multi-wavelength phase-shifting interferometry, we propose a novel frequency domain phase retrieval (FDPR) algorithm. First, using only a one-time phase-shifting operation, a sequence of simultaneous multi-wavelength phase-shifting interferograms (SPSMWIs) are captured by a monochrome charge-coupled device. Second, by performing a Fourier transform for each pixel of SPSMWIs, the wrapped phases of each wavelength can be retrieved from the complex amplitude located in the spectral peak of each wavelength. Finally, the phase of the synthetic wavelength can be obtained by the subtraction between the wrapped phases of a single wavelength. In this study, the principle and the application condition of the proposed approach are discussed. Both the simulation and the experimental result demonstrate the simple and convenient performance of the proposed FDPR approach. (paper)

  13. A new frequency matching technique for FRF-based model updating

    Science.gov (United States)

    Yang, Xiuming; Guo, Xinglin; Ouyang, Huajiang; Li, Dongsheng

    2017-05-01

    Frequency Response Function (FRF) residues have been widely used to update Finite Element models. They are a kind of original measurement information and have the advantages of rich data and no extraction errors, etc. However, like other sensitivity-based methods, an FRF-based identification method also needs to face the ill-conditioning problem which is even more serious since the sensitivity of the FRF in the vicinity of a resonance is much greater than elsewhere. Furthermore, for a given frequency measurement, directly using a theoretical FRF at a frequency may lead to a huge difference between the theoretical FRF and the corresponding experimental FRF which finally results in larger effects of measurement errors and damping. Hence in the solution process, correct selection of the appropriate frequency to get the theoretical FRF in every iteration in the sensitivity-based approach is an effective way to improve the robustness of an FRF-based algorithm. A primary tool for right frequency selection based on the correlation of FRFs is the Frequency Domain Assurance Criterion. This paper presents a new frequency selection method which directly finds the frequency that minimizes the difference of the order of magnitude between the theoretical and experimental FRFs. A simulated truss structure is used to compare the performance of different frequency selection methods. For the sake of reality, it is assumed that not all the degrees of freedom (DoFs) are available for measurement. The minimum number of DoFs required in each approach to correctly update the analytical model is regarded as the right identification standard.

  14. Study of the influence of micro-structures and porosity of pellets alumina in the ultrasonic pulse in the frequency domain

    International Nuclear Information System (INIS)

    Costa, Antonio Mario Leal Martins

    2009-01-01

    This work is part of a study to the applicability of ultrasonic technique in the frequency domain for non-destructive characterization of ceramic pellets fuel, which is of great interest because of concern about the safety and efficacy in the nuclear industry. In this work it was analysed if there were changes in frequency spectrum, generated by the traveling of an ultrasonic pulse through ceramic pellets of aluminum oxide (Al 2 O 3 ). Using the ultrasonic technique in the frequency domain, together with micro-structural analysis of pellets by scanning electron microscope, it was possible to associate the characteristics of the material inspected with its respective frequency spectrum. The characterization was performed on 40 pellets alumina sintered in the temperatures of 1150, 1400, 1480, 1540 and 1580 deg C with porosities, as measured by the Archimedes method, ranging from 5.09% to 37.3%. The results show that the ultrasonic technique is effective in determining the micro-structure of ceramic alumina pellets and can be applied in the characterization of other porous materials in a production line, where the format of the frequency spectrum generated by the structure of the material may determine if the pellets belong the required specifications. (author)

  15. Model validity and frequency band selection in operational modal analysis

    Science.gov (United States)

    Au, Siu-Kui

    2016-12-01

    Experimental modal analysis aims at identifying the modal properties (e.g., natural frequencies, damping ratios, mode shapes) of a structure using vibration measurements. Two basic questions are encountered when operating in the frequency domain: Is there a mode near a particular frequency? If so, how much spectral data near the frequency can be included for modal identification without incurring significant modeling error? For data with high signal-to-noise (s/n) ratios these questions can be addressed using empirical tools such as singular value spectrum. Otherwise they are generally open and can be challenging, e.g., for modes with low s/n ratios or close modes. In this work these questions are addressed using a Bayesian approach. The focus is on operational modal analysis, i.e., with 'output-only' ambient data, where identification uncertainty and modeling error can be significant and their control is most demanding. The approach leads to 'evidence ratios' quantifying the relative plausibility of competing sets of modeling assumptions. The latter involves modeling the 'what-if-not' situation, which is non-trivial but is resolved by systematic consideration of alternative models and using maximum entropy principle. Synthetic and field data are considered to investigate the behavior of evidence ratios and how they should be interpreted in practical applications.

  16. Error analysis of a public domain pronunciation dictionary

    CSIR Research Space (South Africa)

    Martirosian, O

    2007-11-01

    Full Text Available ], a popular public domain resource that is widely used in English speech processing systems. The techniques being investigated are applied to the lexicon and the results of each step are illustrated using sample entries. The authors found that as many...

  17. Repeat-aware modeling and correction of short read errors.

    Science.gov (United States)

    Yang, Xiao; Aluru, Srinivas; Dorman, Karin S

    2011-02-15

    High-throughput short read sequencing is revolutionizing genomics and systems biology research by enabling cost-effective deep coverage sequencing of genomes and transcriptomes. Error detection and correction are crucial to many short read sequencing applications including de novo genome sequencing, genome resequencing, and digital gene expression analysis. Short read error detection is typically carried out by counting the observed frequencies of kmers in reads and validating those with frequencies exceeding a threshold. In case of genomes with high repeat content, an erroneous kmer may be frequently observed if it has few nucleotide differences with valid kmers with multiple occurrences in the genome. Error detection and correction were mostly applied to genomes with low repeat content and this remains a challenging problem for genomes with high repeat content. We develop a statistical model and a computational method for error detection and correction in the presence of genomic repeats. We propose a method to infer genomic frequencies of kmers from their observed frequencies by analyzing the misread relationships among observed kmers. We also propose a method to estimate the threshold useful for validating kmers whose estimated genomic frequency exceeds the threshold. We demonstrate that superior error detection is achieved using these methods. Furthermore, we break away from the common assumption of uniformly distributed errors within a read, and provide a framework to model position-dependent error occurrence frequencies common to many short read platforms. Lastly, we achieve better error correction in genomes with high repeat content. The software is implemented in C++ and is freely available under GNU GPL3 license and Boost Software V1.0 license at "http://aluru-sun.ece.iastate.edu/doku.php?id = redeem". We introduce a statistical framework to model sequencing errors in next-generation reads, which led to promising results in detecting and correcting errors

  18. Respiratory system dynamical mechanical properties: modeling in time and frequency domain.

    Science.gov (United States)

    Carvalho, Alysson Roncally; Zin, Walter Araujo

    2011-06-01

    The mechanical properties of the respiratory system are important determinants of its function and can be severely compromised in disease. The assessment of respiratory system mechanical properties is thus essential in the management of some disorders as well as in the evaluation of respiratory system adaptations in response to an acute or chronic process. Most often, lungs and chest wall are treated as a linear dynamic system that can be expressed with differential equations, allowing determination of the system's parameters, which will reflect the mechanical properties. However, different models that encompass nonlinear characteristics and also multicompartments have been used in several approaches and most specifically in mechanically ventilated patients with acute lung injury. Additionally, the input impedance over a range of frequencies can be assessed with a convenient excitation method allowing the identification of the mechanical characteristics of the central and peripheral airways as well as lung periphery impedance. With the evolution of computational power, the airway pressure and flow can be recorded and stored for hours, and hence continuous monitoring of the respiratory system mechanical properties is already available in some mechanical ventilators. This review aims to describe some of the most frequently used models for the assessment of the respiratory system mechanical properties in both time and frequency domain.

  19. Demonstrations of analog-to-digital conversion using a frequency domain stretched processor.

    Science.gov (United States)

    Reibel, Randy Ray; Harrington, Calvin; Dahl, Jason; Ostrander, Charles; Roos, Peter Aaron; Berg, Trenton; Mohan, R Krishna; Neifeld, Mark A; Babbitt, Wm R

    2009-07-06

    The first proof-of-concept demonstrations are presented for a broadband photonic-assisted analog-to-digital converter (ADC) based on spatial spectral holography (SSH). The SSH-ADC acts as a frequency-domain stretch processor converting high bandwidth input signals to low bandwidth output signals, allowing the system to take advantage of high performance, low bandwidth electronic ADCs. Demonstrations with 50 MHz effective bandwidth are shown to highlight basic performance with approximately 5 effective bits of vertical resolution. Signal capture with 1600 MHz effective bandwidth is also shown. Because some SSH materials span over 100 GHz and have large time apertures (approximately 10 micros), this technique holds promise as a candidate for the next generation of ADCs.

  20. Type Error Customization for Embedded Domain-Specific Languages

    NARCIS (Netherlands)

    Serrano Mena, Alejandro

    2018-01-01

    Domain-specific languages (DSLs) are a widely used technique in the programming world, since they make communication between experts and developers more fluid. Some well-known examples are SQL for databases and HTML for web page description. There are two different approaches to developing DSLs:

  1. Investigation of attention deficit hyperactivity disorder (ADHD) sub-types in children via EEG frequency domain analysis.

    Science.gov (United States)

    Aldemir, Ramazan; Demirci, Esra; Per, Huseyin; Canpolat, Mehmet; Özmen, Sevgi; Tokmakçı, Mahmut

    2018-04-01

    To investigate the frequency domain effects and changes in electroencephalography (EEG) signals in children diagnosed with attention deficit hyperactivity disorder (ADHD). The study contains 40 children. All children were between the ages of 7 and 12 years. Participants were classified into four groups which were ADHD (n=20), ADHD-I (ADHD-Inattentive type) (n=10), ADHD-C (ADHD-Combined type) (n=10), and control (n=20) groups. In this study, the frequency domain of EEG signals for ADHD, subtypes and control groups were analyzed and compared using Matlab software. The mean age of the ADHD children's group was 8.7 years and the control group 9.1 years. Spectral analysis of mean power (μV 2 ) and relative-mean power (%) was carried out for four different frequency bands: delta (0--4 Hz), theta (4--8 Hz), alpha (8--13 Hz) and beta (13--32 Hz). The ADHD and subtypes of ADHD-I, and ADHD-C groups had higher average power value of delta and theta band than that of control group. However, this is not the case for alpha and beta bands. Increases in delta/beta ratio and statistical significance were found only between ADHD-I and control group, and in delta/beta, theta/delta ratio statistical significance values were found to exist between ADHD-C and control group. EEG analyzes can be used as an alternative method when ADHD subgroups are identified.

  2. Heterodyne frequency-domain multispectral diffuse optical tomography of breast cancer in the parallel-plane transmission geometry

    Energy Technology Data Exchange (ETDEWEB)

    Ban, H. Y.; Kavuri, V. C., E-mail: venk@physics.upenn.edu; Cochran, J. M.; Pathak, S.; Chung, S. H.; Yodh, A. G. [Department of Physics and Astronomy, University of Pennsylvania, Philadelphia, Pennsylvania 19104 (United States); Schweiger, M.; Arridge, S. R. [Department of Computer Science, University College London, London WC1E 7JE (United Kingdom); Xie, L. [Department of Radiology, University of Pennsylvania, Philadelphia, Pennsylvania 19104 (United States); Busch, D. R. [Division of Neurology, Children’s Hospital of Philadelphia, Philadelphia, Pennsylvania 19104 (United States); Katrašnik, J. [Faculty of Electrical Engineering, University of Ljubljana, Ljubljana 1000 (Slovenia); Lee, K. [Daegu Gyeongbuk Institute of Science and Technology, Daegu 711-813 (Korea, Republic of); Choe, R. [Department of Biomedical Engineering, University of Rochester, Rochester, New York 14642 (United States); Czerniecki, B. J. [Department of Surgery, Hospital of the University of Pennsylvania, Philadelphia, Pennsylvania 19104 (United States)

    2016-07-15

    Purpose: The authors introduce a state-of-the-art all-optical clinical diffuse optical tomography (DOT) imaging instrument which collects spatially dense, multispectral, frequency-domain breast data in the parallel-plate geometry. Methods: The instrument utilizes a CCD-based heterodyne detection scheme that permits massively parallel detection of diffuse photon density wave amplitude and phase for a large number of source–detector pairs (10{sup 6}). The stand-alone clinical DOT instrument thus offers high spatial resolution with reduced crosstalk between absorption and scattering. Other novel features include a fringe profilometry system for breast boundary segmentation, real-time data normalization, and a patient bed design which permits both axial and sagittal breast measurements. Results: The authors validated the instrument using tissue simulating phantoms with two different chromophore-containing targets and one scattering target. The authors also demonstrated the instrument in a case study breast cancer patient; the reconstructed 3D image of endogenous chromophores and scattering gave tumor localization in agreement with MRI. Conclusions: Imaging with a novel parallel-plate DOT breast imager that employs highly parallel, high-resolution CCD detection in the frequency-domain was demonstrated.

  3. Face identification with frequency domain matched filtering in mobile environments

    Science.gov (United States)

    Lee, Dong-Su; Woo, Yong-Hyun; Yeom, Seokwon; Kim, Shin-Hwan

    2012-06-01

    Face identification at a distance is very challenging since captured images are often degraded by blur and noise. Furthermore, the computational resources and memory are often limited in the mobile environments. Thus, it is very challenging to develop a real-time face identification system on the mobile device. This paper discusses face identification based on frequency domain matched filtering in the mobile environments. Face identification is performed by the linear or phase-only matched filter and sequential verification stages. The candidate window regions are decided by the major peaks of the linear or phase-only matched filtering outputs. The sequential stages comprise a skin-color test and an edge mask filtering test, which verify color and shape information of the candidate regions in order to remove false alarms. All algorithms are built on the mobile device using Android platform. The preliminary results show that face identification of East Asian people can be performed successfully in the mobile environments.

  4. Tropical systematic and random error energetics based on NCEP ...

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    Systematic error growth rate peak is observed at wavenumber 2 up to 4-day forecast then .... the influence of summer systematic error and ran- ... total exchange. When the error energy budgets are examined in spectral domain, one may ask ques- tions on the error growth at a certain wavenum- ber from its interaction with ...

  5. Laser frequency stabilization by combining modulation transfer and frequency modulation spectroscopy.

    Science.gov (United States)

    Zi, Fei; Wu, Xuejian; Zhong, Weicheng; Parker, Richard H; Yu, Chenghui; Budker, Simon; Lu, Xuanhui; Müller, Holger

    2017-04-01

    We present a hybrid laser frequency stabilization method combining modulation transfer spectroscopy (MTS) and frequency modulation spectroscopy (FMS) for the cesium D2 transition. In a typical pump-probe setup, the error signal is a combination of the DC-coupled MTS error signal and the AC-coupled FMS error signal. This combines the long-term stability of the former with the high signal-to-noise ratio of the latter. In addition, we enhance the long-term frequency stability with laser intensity stabilization. By measuring the frequency difference between two independent hybrid spectroscopies, we investigate the short-and long-term stability. We find a long-term stability of 7.8 kHz characterized by a standard deviation of the beating frequency drift over the course of 10 h and a short-term stability of 1.9 kHz characterized by an Allan deviation of that at 2 s of integration time.

  6. An advanced frequency-domain code for boiling water reactor (BWR) stability analysis and design

    International Nuclear Information System (INIS)

    Behrooz, A.

    2008-01-01

    The two-phase flow instability is of interest for the design and operation of many industrial systems such as boiling water reactors (BWRs), chemical reactors, and steam generators. In case of BWRs, the flow instabilities are coupled to the power instabilities via neutronic-thermal hydraulic feedbacks. Since these instabilities produce also local pressure oscillations, the coolant flashing plays a very important role at low pressure. Many frequency-domain codes have been used for two-phase flow stability analysis of thermal hydraulic industrial systems with particular emphasis to BWRs. Some were ignoring the effect of the local pressure, or the effect of 3D power oscillations, and many were not able to deal with the neutronics-thermal hydraulics problems considering the entire core and all its fuel assemblies. The new frequency domain tool uses the best available nuclear, thermal hydraulic, algebraic and control theory methods for simulating BWRs and analyzing their stability in either off-line or on-line fashion. The novel code takes all necessary information from plant files via an interface, solves and integrates, for all reactor fuel assemblies divided into a number of segments, the thermal-hydraulic non-homogenous non-equilibrium coupled linear differential equations, and solves the 3D, two-energy-group diffusion equations for the entire core (with spatial expansion of the neutron fluxes in Legendre polynomials).It is important to note that the neutronics equations written in terms of flux harmonics for a discretized system (nodal-modal equations) generate a set of large sparse matrices. The eigenvalue problem associated to the discretized core statics equations is solved by the implementation of the implicit restarted Arnoldi method (IRAM) with implicit shifted QR mechanism. The results of the steady state are then used for the calculation of the local transfer functions and system transfer matrices. The later are large-dense and complex matrices, (their size

  7. Errors, error detection, error correction and hippocampal-region damage: data and theories.

    Science.gov (United States)

    MacKay, Donald G; Johnson, Laura W

    2013-11-01

    This review and perspective article outlines 15 observational constraints on theories of errors, error detection, and error correction, and their relation to hippocampal-region (HR) damage. The core observations come from 10 studies with H.M., an amnesic with cerebellar and HR damage but virtually no neocortical damage. Three studies examined the detection of errors planted in visual scenes (e.g., a bird flying in a fish bowl in a school classroom) and sentences (e.g., I helped themselves to the birthday cake). In all three experiments, H.M. detected reliably fewer errors than carefully matched memory-normal controls. Other studies examined the detection and correction of self-produced errors, with controls for comprehension of the instructions, impaired visual acuity, temporal factors, motoric slowing, forgetting, excessive memory load, lack of motivation, and deficits in visual scanning or attention. In these studies, H.M. corrected reliably fewer errors than memory-normal and cerebellar controls, and his uncorrected errors in speech, object naming, and reading aloud exhibited two consistent features: omission and anomaly. For example, in sentence production tasks, H.M. omitted one or more words in uncorrected encoding errors that rendered his sentences anomalous (incoherent, incomplete, or ungrammatical) reliably more often than controls. Besides explaining these core findings, the theoretical principles discussed here explain H.M.'s retrograde amnesia for once familiar episodic and semantic information; his anterograde amnesia for novel information; his deficits in visual cognition, sentence comprehension, sentence production, sentence reading, and object naming; and effects of aging on his ability to read isolated low frequency words aloud. These theoretical principles also explain a wide range of other data on error detection and correction and generate new predictions for future test. Copyright © 2013 Elsevier Ltd. All rights reserved.

  8. A refined Frequency Domain Decomposition tool for structural modal monitoring in earthquake engineering

    Science.gov (United States)

    Pioldi, Fabio; Rizzi, Egidio

    2017-07-01

    Output-only structural identification is developed by a refined Frequency Domain Decomposition ( rFDD) approach, towards assessing current modal properties of heavy-damped buildings (in terms of identification challenge), under strong ground motions. Structural responses from earthquake excitations are taken as input signals for the identification algorithm. A new dedicated computational procedure, based on coupled Chebyshev Type II bandpass filters, is outlined for the effective estimation of natural frequencies, mode shapes and modal damping ratios. The identification technique is also coupled with a Gabor Wavelet Transform, resulting in an effective and self-contained time-frequency analysis framework. Simulated response signals generated by shear-type frames (with variable structural features) are used as a necessary validation condition. In this context use is made of a complete set of seismic records taken from the FEMA P695 database, i.e. all 44 "Far-Field" (22 NS, 22 WE) earthquake signals. The modal estimates are statistically compared to their target values, proving the accuracy of the developed algorithm in providing prompt and accurate estimates of all current strong ground motion modal parameters. At this stage, such analysis tool may be employed for convenient application in the realm of Earthquake Engineering, towards potential Structural Health Monitoring and damage detection purposes.

  9. A three-lead, programmable, and microcontroller-based electrocardiogram generator with frequency domain characteristics of heart rate variability.

    Science.gov (United States)

    Wei, Ying-Chieh; Wei, Ying-Yu; Chang, Kai-Hsiung; Young, Ming-Shing

    2012-04-01

    The objective of this study is to design and develop a programmable electrocardiogram (ECG) generator with frequency domain characteristics of heart rate variability (HRV) which can be used to test the efficiency of ECG algorithms and to calibrate and maintain ECG equipment. We simplified and modified the three coupled ordinary differential equations in McSharry's model to a single differential equation to obtain the ECG signal. This system not only allows the signal amplitude, heart rate, QRS-complex slopes, and P- and T-wave position parameters to be adjusted, but can also be used to adjust the very low frequency, low frequency, and high frequency components of HRV frequency domain characteristics. The system can be tuned to function with HRV or not. When the HRV function is on, the average heart rate can be set to a value ranging from 20 to 122 beats per minute (BPM) with an adjustable variation of 1 BPM. When the HRV function is off, the heart rate can be set to a value ranging from 20 to 139 BPM with an adjustable variation of 1 BPM. The amplitude of the ECG signal can be set from 0.0 to 330 mV at a resolution of 0.005 mV. These parameters can be adjusted either via input through a keyboard or through a graphical user interface (GUI) control panel that was developed using LABVIEW. The GUI control panel depicts a preview of the ECG signal such that the user can adjust the parameters to establish a desired ECG morphology. A complete set of parameters can be stored in the flash memory of the system via a USB 2.0 interface. Our system can generate three different types of synthetic ECG signals for testing the efficiency of an ECG algorithm or calibrating and maintaining ECG equipment. © 2012 American Institute of Physics

  10. Relaxation dynamics of the conductive processes for PbNb2O6 ferroelectric ceramics in the frequency and time domain

    International Nuclear Information System (INIS)

    Gonzalez, R L; Leyet, Y; Guerrero, F; Guerra, J de Los S; Venet, M; Eiras, J A

    2007-01-01

    The relaxation dynamics of the conductive process present in PbNb 2 O 6 piezoelectric ceramics was investigated. A relaxation function in the time domain, Φ(t), was found from the frequency dependence of the dielectric modulus (imaginary component, M'') by using a relaxation function in the frequency domain, F*(ω). The best relaxation function, F*(ω), was found to be a Cole-Cole distribution function, in which relaxation characteristic parameters, such as α and τ CC , are involved. On the other hand, the relaxation function, Φ(t), obtained by the time domain method, was found to be a Kohlrausch-Williams-Watts (KWW) function type. The thermal evolution of the characteristics parameters of the KWW function (β and τ*) was analysed. The values of the activation energy (E a ), obtained in the whole investigated temperature interval, suggest the existence of a relaxation mechanism (a conductive process), which may be interpreted by an ion hopping between neighbouring sites within the crystalline lattice. The results are corroborated with the formalism of the AC conductivity

  11. Estimating pole/zero errors in GSN-IRIS/USGS network calibration metadata

    Science.gov (United States)

    Ringler, A.T.; Hutt, C.R.; Aster, R.; Bolton, H.; Gee, L.S.; Storm, T.

    2012-01-01

    Mapping the digital record of a seismograph into true ground motion requires the correction of the data by some description of the instrument's response. For the Global Seismographic Network (Butler et al., 2004), as well as many other networks, this instrument response is represented as a Laplace domain pole–zero model and published in the Standard for the Exchange of Earthquake Data (SEED) format. This Laplace representation assumes that the seismometer behaves as a linear system, with any abrupt changes described adequately via multiple time-invariant epochs. The SEED format allows for published instrument response errors as well, but these typically have not been estimated or provided to users. We present an iterative three-step method to estimate the instrument response parameters (poles and zeros) and their associated errors using random calibration signals. First, we solve a coarse nonlinear inverse problem using a least-squares grid search to yield a first approximation to the solution. This approach reduces the likelihood of poorly estimated parameters (a local-minimum solution) caused by noise in the calibration records and enhances algorithm convergence. Second, we iteratively solve a nonlinear parameter estimation problem to obtain the least-squares best-fit Laplace pole–zero–gain model. Third, by applying the central limit theorem, we estimate the errors in this pole–zero model by solving the inverse problem at each frequency in a two-thirds octave band centered at each best-fit pole–zero frequency. This procedure yields error estimates of the 99% confidence interval. We demonstrate the method by applying it to a number of recent Incorporated Research Institutions in Seismology/United States Geological Survey (IRIS/USGS) network calibrations (network code IU).

  12. Error analysis and new dual-cosine window for estimating the sensor frequency response function from the step response data

    Science.gov (United States)

    Yang, Shuang-Long; Liang, Li-Ping; Liu, Hou-De; Xu, Ke-Jun

    2018-03-01

    Aiming at reducing the estimation error of the sensor frequency response function (FRF) estimated by the commonly used window-based spectral estimation method, the error models of interpolation and transient errors are derived in the form of non-parameter models. Accordingly, window effects on the errors are analyzed and reveal that the commonly used hanning window leads to smaller interpolation error which can also be significantly eliminated by the cubic spline interpolation method when estimating the FRF from the step response data, and window with smaller front-end value can restrain more transient error. Thus, a new dual-cosine window with its non-zero discrete Fourier transform bins at -3, -1, 0, 1, and 3 is constructed for FRF estimation. Compared with the hanning window, the new dual-cosine window has the equivalent interpolation error suppression capability and better transient error suppression capability when estimating the FRF from the step response; specifically, it reduces the asymptotic property of the transient error from O(N-2) of the hanning window method to O(N-4) while only increases the uncertainty slightly (about 0.4 dB). Then, one direction of a wind tunnel strain gauge balance which is a high order, small damping, and non-minimum phase system is employed as the example for verifying the new dual-cosine window-based spectral estimation method. The model simulation result shows that the new dual-cosine window method is better than the hanning window method for FRF estimation, and compared with the Gans method and LPM method, it has the advantages of simple computation, less time consumption, and short data requirement; the actual data calculation result of the balance FRF is consistent to the simulation result. Thus, the new dual-cosine window is effective and practical for FRF estimation.

  13. Use of Time- and Frequency-Domain Approaches for Damage Detection in Civil Engineering Structures

    Directory of Open Access Journals (Sweden)

    V. H. Nguyen

    2014-01-01

    Full Text Available The aim of this paper is to apply both time- and frequency-domain-based approaches on real-life civil engineering structures and to assess their capability for damage detection. The methodology is based on Principal Component Analysis of the Hankel matrix built from output-only measurements and of Frequency Response Functions. Damage detection is performed using the concept of subspace angles between a current (possibly damaged state and a reference (undamaged state. The first structure is the Champangshiehl Bridge located in Luxembourg. Several damage levels were intentionally created by cutting a growing number of prestressed tendons and vibration data were acquired by the University of Luxembourg for each damaged state. The second example consists in reinforced and prestressed concrete panels. Successive damages were introduced in the panels by loading heavy weights and by cutting steel wires. The illustrations show different consequences in damage identification by the considered techniques.

  14. Influence of modulation frequency in rubidium cell frequency standards

    Science.gov (United States)

    Audoin, C.; Viennet, J.; Cyr, N.; Vanier, J.

    1983-01-01

    The error signal which is used to control the frequency of the quartz crystal oscillator of a passive rubidium cell frequency standard is considered. The value of the slope of this signal, for an interrogation frequency close to the atomic transition frequency is calculated and measured for various phase (or frequency) modulation waveforms, and for several values of the modulation frequency. A theoretical analysis is made using a model which applies to a system in which the optical pumping rate, the relaxation rates and the RF field are homogeneous. Results are given for sine-wave phase modulation, square-wave frequency modulation and square-wave phase modulation. The influence of the modulation frequency on the slope of the error signal is specified. It is shown that the modulation frequency can be chosen as large as twice the non-saturated full-width at half-maximum without a drastic loss of the sensitivity to an offset of the interrogation frequency from center line, provided that the power saturation factor and the amplitude of modulation are properly adjusted.

  15. Distributed Optical Fiber Sensors Based on Optical Frequency Domain Reflectometry: A review.

    Science.gov (United States)

    Ding, Zhenyang; Wang, Chenhuan; Liu, Kun; Jiang, Junfeng; Yang, Di; Pan, Guanyi; Pu, Zelin; Liu, Tiegen

    2018-04-03

    Distributed optical fiber sensors (DOFS) offer unprecedented features, the most unique one of which is the ability of monitoring variations of the physical and chemical parameters with spatial continuity along the fiber. Among all these distributed sensing techniques, optical frequency domain reflectometry (OFDR) has been given tremendous attention because of its high spatial resolution and large dynamic range. In addition, DOFS based on OFDR have been used to sense many parameters. In this review, we will survey the key technologies for improving sensing range, spatial resolution and sensing performance in DOFS based on OFDR. We also introduce the sensing mechanisms and the applications of DOFS based on OFDR including strain, stress, vibration, temperature, 3D shape, flow, refractive index, magnetic field, radiation, gas and so on.

  16. Towards dual recycling with the aid of time and frequency domain simulations

    International Nuclear Information System (INIS)

    Malec, M; Grote, H; Freise, A; Heinzel, G; Strain, K A; Hough, J; Danzmann, K

    2004-01-01

    Dual recycling, the combination of the interferometric techniques of power and signal recycling, allows the improvement of the shot noise limited sensitivity of interferometric gravitational wave detectors. GEO 600 is the first km-scale gravitational wave detector using dual recycling. The hardware installation is completed and dual recycling has become a great challenge in terms of commissioning of GEO 600. Simulations show that lock acquisition of the optical system can only be achieved in certain detector states. Thus as we need to start with a locked detector in such a specific state, an appropriate strategy is needed to change the state of detector operation without losing lock. The basic concepts and first results based on time and frequency domain simulations will be presented in this paper

  17. A general model and numerical method for multiconductor systems in frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Jonas, F. [Swedish Transmission Research Inst., Ludvika (Sweden); Varju, G. [Technical Univ. of Budapest (Hungary). Dept. of Electric Power Systems

    1995-12-01

    A general multi-conductor model is described in this article. It is based on the distributed line parameter simulation with acceptance of non-homogeneous line sections, discrete and distributed sources, complex discrete elements of any kind at any point. Every parameter and element can be non-linear. The model and the software implementation has successfully been used for solution of different frequency domain problems, e.g. harmonic penetration in unbalanced power networks, railway circuits with auto- or booster transformers, telecommunication circuits. The results of a number of calculated cases have been verified by field tests. An application example is demonstrated in the article: calculation of telecommunication disturbances caused by a railway line with booster transformers in an armored cable. 10 refs, 10 figs, 2 tabs

  18. Frequency and analysis of non-clinical errors made in radiology reports using the National Integrated Medical Imaging System voice recognition dictation software.

    Science.gov (United States)

    Motyer, R E; Liddy, S; Torreggiani, W C; Buckley, O

    2016-11-01

    Voice recognition (VR) dictation of radiology reports has become the mainstay of reporting in many institutions worldwide. Despite benefit, such software is not without limitations, and transcription errors have been widely reported. Evaluate the frequency and nature of non-clinical transcription error using VR dictation software. Retrospective audit of 378 finalised radiology reports. Errors were counted and categorised by significance, error type and sub-type. Data regarding imaging modality, report length and dictation time was collected. 67 (17.72 %) reports contained ≥1 errors, with 7 (1.85 %) containing 'significant' and 9 (2.38 %) containing 'very significant' errors. A total of 90 errors were identified from the 378 reports analysed, with 74 (82.22 %) classified as 'insignificant', 7 (7.78 %) as 'significant', 9 (10 %) as 'very significant'. 68 (75.56 %) errors were 'spelling and grammar', 20 (22.22 %) 'missense' and 2 (2.22 %) 'nonsense'. 'Punctuation' error was most common sub-type, accounting for 27 errors (30 %). Complex imaging modalities had higher error rates per report and sentence. Computed tomography contained 0.040 errors per sentence compared to plain film with 0.030. Longer reports had a higher error rate, with reports >25 sentences containing an average of 1.23 errors per report compared to 0-5 sentences containing 0.09. These findings highlight the limitations of VR dictation software. While most error was deemed insignificant, there were occurrences of error with potential to alter report interpretation and patient management. Longer reports and reports on more complex imaging had higher error rates and this should be taken into account by the reporting radiologist.

  19. Regularized Laplace-Fourier-Domain Full Waveform Inversion Using a Weighted l 2 Objective Function

    Science.gov (United States)

    Jun, Hyunggu; Kwon, Jungmin; Shin, Changsoo; Zhou, Hongbo; Cogan, Mike

    2017-03-01

    Full waveform inversion (FWI) can be applied to obtain an accurate velocity model that contains important geophysical and geological information. FWI suffers from the local minimum problem when the starting model is not sufficiently close to the true model. Therefore, an accurate macroscale velocity model is essential for successful FWI, and Laplace-Fourier-domain FWI is appropriate for obtaining such a velocity model. However, conventional Laplace-Fourier-domain FWI remains an ill-posed and ill-conditioned problem, meaning that small errors in the data can result in large differences in the inverted model. This approach also suffers from certain limitations related to the logarithmic objective function. To overcome the limitations of conventional Laplace-Fourier-domain FWI, we introduce a weighted l 2 objective function, instead of the logarithmic objective function, as the data-domain objective function, and we also introduce two different model-domain regularizations: first-order Tikhonov regularization and prior model regularization. The weighting matrix for the data-domain objective function is constructed to suitably enhance the far-offset information. Tikhonov regularization smoothes the gradient, and prior model regularization allows reliable prior information to be taken into account. Two hyperparameters are obtained through trial and error and used to control the trade-off and achieve an appropriate balance between the data-domain and model-domain gradients. The application of the proposed regularizations facilitates finding a unique solution via FWI, and the weighted l 2 objective function ensures a more reasonable residual, thereby improving the stability of the gradient calculation. Numerical tests performed using the Marmousi synthetic dataset show that the use of the weighted l 2 objective function and the model-domain regularizations significantly improves the Laplace-Fourier-domain FWI. Because the Laplace-Fourier-domain FWI is improved, the

  20. How Do Simulated Error Experiences Impact Attitudes Related to Error Prevention?

    Science.gov (United States)

    Breitkreuz, Karen R; Dougal, Renae L; Wright, Melanie C

    2016-10-01

    The objective of this project was to determine whether simulated exposure to error situations changes attitudes in a way that may have a positive impact on error prevention behaviors. Using a stratified quasi-randomized experiment design, we compared risk perception attitudes of a control group of nursing students who received standard error education (reviewed medication error content and watched movies about error experiences) to an experimental group of students who reviewed medication error content and participated in simulated error experiences. Dependent measures included perceived memorability of the educational experience, perceived frequency of errors, and perceived caution with respect to preventing errors. Experienced nursing students perceived the simulated error experiences to be more memorable than movies. Less experienced students perceived both simulated error experiences and movies to be highly memorable. After the intervention, compared with movie participants, simulation participants believed errors occurred more frequently. Both types of education increased the participants' intentions to be more cautious and reported caution remained higher than baseline for medication errors 6 months after the intervention. This study provides limited evidence of an advantage of simulation over watching movies describing actual errors with respect to manipulating attitudes related to error prevention. Both interventions resulted in long-term impacts on perceived caution in medication administration. Simulated error experiences made participants more aware of how easily errors can occur, and the movie education made participants more aware of the devastating consequences of errors.

  1. Factors contributing to registered nurse medication administration error: a narrative review.

    Science.gov (United States)

    Parry, Angela M; Barriball, K Louise; While, Alison E

    2015-01-01

    To explore the factors contributing to Registered Nurse medication administration error behaviour. A narrative review. Electronic databases (Cochrane, CINAHL, MEDLINE, BNI, EmBase, and PsycINFO) were searched from 1 January 1999 to 31 December 2012 in the English language. 1127 papers were identified and 26 papers were included in the review. Data were extracted by one reviewer and checked by a second reviewer. A thematic analysis and narrative synthesis of the factors contributing to Registered Nurses' medication administration behaviour. Bandura's (1986) theory of reciprocal determinism was used as an organising framework. This theory proposes that there is a reciprocal interplay between the environment, the person and their behaviour. Medication administration error is an outcome of RN behaviour. The 26 papers reported studies conducted in 4 continents across 11 countries predominantly in North America and Europe, with one multi-national study incorporating 27 countries. Within both the environment and person domain of the reciprocal determinism framework, a number of factors emerged as influencing Registered Nurse medication administration error behaviour. Within the environment domain, two key themes of clinical workload and work setting emerged, and within the person domain the Registered Nurses' characteristics and their lived experience of work emerged as themes. Overall, greater attention has been given to the contribution of the environment domain rather than the person domain as contributing to error, with the literature viewing an error as an event rather than the outcome of behaviour. The interplay between factors that influence behaviour were poorly accounted for within the selected studies. It is proposed that a shift away from error as an event to a focus on the relationships between the person, the environment and Registered Nurse medication administration behaviour is needed to better understand medication administration error. Copyright © 2014

  2. Inverse scattering problems with multi-frequencies

    International Nuclear Information System (INIS)

    Bao, Gang; Li, Peijun; Lin, Junshan; Triki, Faouzi

    2015-01-01

    This paper is concerned with computational approaches and mathematical analysis for solving inverse scattering problems in the frequency domain. The problems arise in a diverse set of scientific areas with significant industrial, medical, and military applications. In addition to nonlinearity, there are two common difficulties associated with the inverse problems: ill-posedness and limited resolution (diffraction limit). Due to the diffraction limit, for a given frequency, only a low spatial frequency part of the desired parameter can be observed from measurements in the far field. The main idea developed here is that if the reconstruction is restricted to only the observable part, then the inversion will become stable. The challenging task is how to design stable numerical methods for solving these inverse scattering problems inspired by the diffraction limit. Recently, novel recursive linearization based algorithms have been presented in an attempt to answer the above question. These methods require multi-frequency scattering data and proceed via a continuation procedure with respect to the frequency from low to high. The objective of this paper is to give a brief review of these methods, their error estimates, and the related mathematical analysis. More attention is paid to the inverse medium and inverse source problems. Numerical experiments are included to illustrate the effectiveness of these methods. (topical review)

  3. Re-Normalization Method of Doppler Lidar Signal for Error Reduction

    Energy Technology Data Exchange (ETDEWEB)

    Park, Nakgyu; Baik, Sunghoon; Park, Seungkyu; Kim, Donglyul [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of); Kim, Dukhyeon [Hanbat National Univ., Daejeon (Korea, Republic of)

    2014-05-15

    In this paper, we presented a re-normalization method for the fluctuations of Doppler signals from the various noises mainly due to the frequency locking error for a Doppler lidar system. For the Doppler lidar system, we used an injection-seeded pulsed Nd:YAG laser as the transmitter and an iodine filter as the Doppler frequency discriminator. For the Doppler frequency shift measurement, the transmission ratio using the injection-seeded laser is locked to stabilize the frequency. If the frequency locking system is not perfect, the Doppler signal has some error due to the frequency locking error. The re-normalization process of the Doppler signals was performed to reduce this error using an additional laser beam to an Iodine cell. We confirmed that the renormalized Doppler signal shows the stable experimental data much more than that of the averaged Doppler signal using our calibration method, the reduced standard deviation was 4.838 Χ 10{sup -3}.

  4. Time-domain finite-difference/finite-element hybrid simulations of radio frequency coils in magnetic resonance imaging

    International Nuclear Information System (INIS)

    Wang Shumin; Duyn, Jeff H

    2008-01-01

    A hybrid method that combines the finite-difference time-domain (FDTD) method and the finite-element time-domain (FETD) method is presented for simulating radio-frequency (RF) coils in magnetic resonance imaging. This method applies a high-fidelity FETD method to RF coils, while the human body is modeled with a low-cost FDTD method. Since the FDTD and the FETD methods are applied simultaneously, the dynamic interaction between RF coils and the human body is fully accounted for. In order to simplify the treatment of the highly irregular FDTD/FETD interface, composite elements are proposed. Two examples are provided to demonstrate the validity and effectiveness of the hybrid method in high-field receive-and-transmit coil design. This approach is also applicable to general bio-electromagnetic simulations

  5. Monitoring Protein Fouling on Polymeric Membranes Using Ultrasonic Frequency-Domain Reflectometry

    Directory of Open Access Journals (Sweden)

    Robin Fong

    2011-08-01

    Full Text Available Novel signal-processing protocols were used to extend the in situ sensitivity of ultrasonic frequency-domain reflectometry (UFDR for real-time monitoring of microfiltration (MF membrane fouling during protein purification. Different commercial membrane materials, with a nominal pore size of 0.2 µm, were challenged using bovine serum albumin (BSA and amylase as model proteins. Fouling induced by these proteins was observed in flat-sheet membrane filtration cells operating in a laminar cross-flow regime. The detection of membrane-associated proteins using UFDR was determined by applying rigorous statistical methodology to reflection spectra of ultrasonic signals obtained during membrane fouling. Data suggest that the total power reflected from membrane surfaces changes in response to protein fouling at concentrations as low as 14 μg/cm2, and results indicate that ultrasonic spectra can be leveraged to detect and monitor protein fouling on commercial MF membranes.

  6. Time-domain representation of frequency dependent inertial forces on offshore structures

    DEFF Research Database (Denmark)

    Krenk, Steen

    2013-01-01

    dependence is then approximated by a rational function, corresponding to a set of ordinary differential equations in the time domain. The MacCamy-Fuchs solution leads to a representation of the inertial force coefficient as a complex function with argument mainly corresponding to a 'phase lead', in contrast...... history of the inertial force is determined by processing the stable part of the transformation by a forward time integration, followed by an integration in the negative time-direction to obtain the final inertial force time history. The differential equations of the local inertial force at a cross......The inertial wave force on a vertical cylinder decreases with decreasing wave length, when the wave length is less than about six times the diameter of the diameter of the cylinder. In structures with a largediameter component like mono-towers the resonance frequency of the structure is typically...

  7. Investigation on broadband propagation characteristic of terahertz electromagnetic wave in anisotropic magnetized plasma in frequency and time domain

    Energy Technology Data Exchange (ETDEWEB)

    Tian, Yuan; Han, Yiping, E-mail: yphan@xidian.edu.cn [School of Physics and Optoelectronic Engineering, Xidian University, Xi' an 710071 (China); Ai, Xia [National Key Laboratory of Science and Technology on Test physics and Numerical Mathematical, Beijing 100076 (China); Liu, Xiuxiang [Science and Technology on Space Physics Laboratory, Beijing 100076 (China)

    2014-12-15

    In this paper, we investigate the propagation of terahertz (THz) electromagnetic wave in an anisotropic magnetized plasma by JE convolution-finite difference time domain method. The anisotropic characteristic of the plasma, which leads to right-hand circularly polarized (RCP) and right-hand circularly polarized (LCP) waves, has been taken into account. The interaction between electromagnetic waves and magnetized plasma is illustrated by reflection and transmission coefficients for both RCP and LCP THz waves. The effects of both the magnetized plasma thickness and the external magnetized field are analyzed and numerical results demonstrate that the two factors could influence the THz wave greatly. It is worthy to note that besides the reflection and transmission coefficients in the frequency domain, the waveform of the electric field in the time domain varying with thicknesses and external magnetic fields for different polarized direction has been studied.

  8. A NEW TECHNIQUE BASED ON CHAOTIC STEGANOGRAPHY AND ENCRYPTION TEXT IN DCT DOMAIN FOR COLOR IMAGE

    Directory of Open Access Journals (Sweden)

    MELAD J. SAEED

    2013-10-01

    Full Text Available Image steganography is the art of hiding information into a cover image. This paper presents a new technique based on chaotic steganography and encryption text in DCT domain for color image, where DCT is used to transform original image (cover image from spatial domain to frequency domain. This technique used chaotic function in two phases; firstly; for encryption secret message, second; for embedding in DCT cover image. With this new technique, good results are obtained through satisfying the important properties of steganography such as: imperceptibility; improved by having mean square error (MSE, peak signal to noise ratio (PSNR and normalized correlation (NC, to phase and capacity; improved by encoding the secret message characters with variable length codes and embedding the secret message in one level of color image only.

  9. A Priority-aware Frequency Domain Polling MAC Protocol for OFDMA-based Networks in Cyber-physical Systems

    Institute of Scientific and Technical Information of China (English)

    Meng Zheng; Junru Lin; Wei Liang; Haibin Yu

    2015-01-01

    Wireless networking in cyber-physical systems(CPSs) is characteristically different from traditional wireless systems due to the harsh radio frequency environment and applications that impose high real-time and reliability constraints.One of the fundamental considerations for enabling CPS networks is the medium access control protocol. To this end, this paper proposes a novel priority-aware frequency domain polling medium access control(MAC) protocol, which takes advantage of an orthogonal frequency-division multiple access(OFDMA)physical layer to achieve instantaneous priority-aware polling.Based on the polling result, the proposed work then optimizes the resource allocation of the OFDMA network to further improve the data reliability. Due to the non-polynomial-complete nature of the OFDMA resource allocation, we propose two heuristic rules,based on which an efficient solution algorithm to the OFDMA resource allocation problem is designed. Simulation results show that the reliability performance of CPS networks is significantly improved because of this work.

  10. A comparison of Frequency Domain Multiple Access (FDMA) and Time Domain Multiple Access (TDMA) approaches to satellite service for low data rate Earth stations

    Science.gov (United States)

    Stevens, G.

    1983-01-01

    A technological and economic assessment is made of providing low data rate service to small earth stations by satellite at Ka-band. Various Frequency Domain Multiple Access (FDMA) and Time Domain Multiple Access (TDMA) scenarios are examined and compared on the basis of cost to the end user. Very small stations (1 to 2 meters in diameter) are found not to be viable alternatives to available terrestrial services. However, medium size (3 to 5 meters) earth stations appear to be very competitive if a minimum throughput of about 1.5 Mbs is maintained. This constrains the use of such terminals to large users and shared use by smaller users. No advantage was found to the use of FDMA. TDMA had a slight advantage from a total system viewpoint and a very significant advantage in the space segment (about 1/3 the required payload weight for an equivalent capacity).

  11. Human errors and mistakes

    International Nuclear Information System (INIS)

    Wahlstroem, B.

    1993-01-01

    Human errors have a major contribution to the risks for industrial accidents. Accidents have provided important lesson making it possible to build safer systems. In avoiding human errors it is necessary to adapt the systems to their operators. The complexity of modern industrial systems is however increasing the danger of system accidents. Models of the human operator have been proposed, but the models are not able to give accurate predictions of human performance. Human errors can never be eliminated, but their frequency can be decreased by systematic efforts. The paper gives a brief summary of research in human error and it concludes with suggestions for further work. (orig.)

  12. Nonlinear wave equation in frequency domain: accurate modeling of ultrafast interaction in anisotropic nonlinear media

    DEFF Research Database (Denmark)

    Guo, Hairun; Zeng, Xianglong; Zhou, Binbin

    2013-01-01

    We interpret the purely spectral forward Maxwell equation with up to third-order induced polarizations for pulse propagation and interactions in quadratic nonlinear crystals. The interpreted equation, also named the nonlinear wave equation in the frequency domain, includes quadratic and cubic...... nonlinearities, delayed Raman effects, and anisotropic nonlinearities. The full potential of this wave equation is demonstrated by investigating simulations of solitons generated in the process of ultrafast cascaded second-harmonic generation. We show that a balance in the soliton delay can be achieved due...

  13. Quantifying behavioural determinants relating to health professional reporting of medication errors: a cross-sectional survey using the Theoretical Domains Framework.

    Science.gov (United States)

    Alqubaisi, Mai; Tonna, Antonella; Strath, Alison; Stewart, Derek

    2016-11-01

    The aims of this study were to quantify the behavioural determinants of health professional reporting of medication errors in the United Arab Emirates (UAE) and to explore any differences between respondents. A cross-sectional survey of patient-facing doctors, nurses and pharmacists within three major hospitals of Abu Dhabi, the UAE. An online questionnaire was developed based on the Theoretical Domains Framework (TDF, a framework of behaviour change theories). Principal component analysis (PCA) was used to identify components and internal reliability determined. Ethical approval was obtained from a UK university and all hospital ethics committees. Two hundred and ninety-four responses were received. Questionnaire items clustered into six components of knowledge and skills, feedback and support, action and impact, motivation, effort and emotions. Respondents generally gave positive responses for knowledge and skills, feedback and support and action and impact components. Responses were more neutral for the motivation and effort components. In terms of emotions, the component with the most negative scores, there were significant differences in terms of years registered as health professional (those registered longest most positive, p = 0.002) and age (older most positive, p Theoretical Domains Framework to quantify the behavioural determinants of health professional reporting of medication errors. • Questionnaire items relating to emotions surrounding reporting generated the most negative responses with significant differences in terms of years registered as health professional (those registered longest most positive) and age (older most positive) with no differences for gender and health profession. • Interventions based on behaviour change techniques mapped to emotions should be prioritised for development.

  14. Nonlinear effect of the structured light profilometry in the phase-shifting method and error correction

    International Nuclear Information System (INIS)

    Zhang Wan-Zhen; Chen Zhe-Bo; Xia Bin-Feng; Lin Bin; Cao Xiang-Qun

    2014-01-01

    Digital structured light (SL) profilometry is increasingly used in three-dimensional (3D) measurement technology. However, the nonlinearity of the off-the-shelf projectors and cameras seriously reduces the measurement accuracy. In this paper, first, we review the nonlinear effects of the projector–camera system in the phase-shifting structured light depth measurement method. We show that high order harmonic wave components lead to phase error in the phase-shifting method. Then a practical method based on frequency domain filtering is proposed for nonlinear error reduction. By using this method, the nonlinear calibration of the SL system is not required. Moreover, both the nonlinear effects of the projector and the camera can be effectively reduced. The simulations and experiments have verified our nonlinear correction method. (electromagnetism, optics, acoustics, heat transfer, classical mechanics, and fluid dynamics)

  15. Distributed Optical Fiber Sensors Based on Optical Frequency Domain Reflectometry: A review

    Directory of Open Access Journals (Sweden)

    Zhenyang Ding

    2018-04-01

    Full Text Available Distributed optical fiber sensors (DOFS offer unprecedented features, the most unique one of which is the ability of monitoring variations of the physical and chemical parameters with spatial continuity along the fiber. Among all these distributed sensing techniques, optical frequency domain reflectometry (OFDR has been given tremendous attention because of its high spatial resolution and large dynamic range. In addition, DOFS based on OFDR have been used to sense many parameters. In this review, we will survey the key technologies for improving sensing range, spatial resolution and sensing performance in DOFS based on OFDR. We also introduce the sensing mechanisms and the applications of DOFS based on OFDR including strain, stress, vibration, temperature, 3D shape, flow, refractive index, magnetic field, radiation, gas and so on.

  16. Distributed Optical Fiber Sensors Based on Optical Frequency Domain Reflectometry: A review

    Science.gov (United States)

    Wang, Chenhuan; Liu, Kun; Jiang, Junfeng; Yang, Di; Pan, Guanyi; Pu, Zelin; Liu, Tiegen

    2018-01-01

    Distributed optical fiber sensors (DOFS) offer unprecedented features, the most unique one of which is the ability of monitoring variations of the physical and chemical parameters with spatial continuity along the fiber. Among all these distributed sensing techniques, optical frequency domain reflectometry (OFDR) has been given tremendous attention because of its high spatial resolution and large dynamic range. In addition, DOFS based on OFDR have been used to sense many parameters. In this review, we will survey the key technologies for improving sensing range, spatial resolution and sensing performance in DOFS based on OFDR. We also introduce the sensing mechanisms and the applications of DOFS based on OFDR including strain, stress, vibration, temperature, 3D shape, flow, refractive index, magnetic field, radiation, gas and so on. PMID:29614024

  17. Transform Domain Robust Variable Step Size Griffiths' Adaptive Algorithm for Noise Cancellation in ECG

    Science.gov (United States)

    Hegde, Veena; Deekshit, Ravishankar; Satyanarayana, P. S.

    2011-12-01

    The electrocardiogram (ECG) is widely used for diagnosis of heart diseases. Good quality of ECG is utilized by physicians for interpretation and identification of physiological and pathological phenomena. However, in real situations, ECG recordings are often corrupted by artifacts or noise. Noise severely limits the utility of the recorded ECG and thus needs to be removed, for better clinical evaluation. In the present paper a new noise cancellation technique is proposed for removal of random noise like muscle artifact from ECG signal. A transform domain robust variable step size Griffiths' LMS algorithm (TVGLMS) is proposed for noise cancellation. For the TVGLMS, the robust variable step size has been achieved by using the Griffiths' gradient which uses cross-correlation between the desired signal contaminated with observation or random noise and the input. The algorithm is discrete cosine transform (DCT) based and uses symmetric property of the signal to represent the signal in frequency domain with lesser number of frequency coefficients when compared to that of discrete Fourier transform (DFT). The algorithm is implemented for adaptive line enhancer (ALE) filter which extracts the ECG signal in a noisy environment using LMS filter adaptation. The proposed algorithm is found to have better convergence error/misadjustment when compared to that of ordinary transform domain LMS (TLMS) algorithm, both in the presence of white/colored observation noise. The reduction in convergence error achieved by the new algorithm with desired signal decomposition is found to be lower than that obtained without decomposition. The experimental results indicate that the proposed method is better than traditional adaptive filter using LMS algorithm in the aspects of retaining geometrical characteristics of ECG signal.

  18. A High-Spin Rate Measurement Method for Projectiles Using a Magnetoresistive Sensor Based on Time-Frequency Domain Analysis.

    Science.gov (United States)

    Shang, Jianyu; Deng, Zhihong; Fu, Mengyin; Wang, Shunting

    2016-06-16

    Traditional artillery guidance can significantly improve the attack accuracy and overall combat efficiency of projectiles, which makes it more adaptable to the information warfare of the future. Obviously, the accurate measurement of artillery spin rate, which has long been regarded as a daunting task, is the basis of precise guidance and control. Magnetoresistive (MR) sensors can be applied to spin rate measurement, especially in the high-spin and high-g projectile launch environment. In this paper, based on the theory of a MR sensor measuring spin rate, the mathematical relationship model between the frequency of MR sensor output and projectile spin rate was established through a fundamental derivation. By analyzing the characteristics of MR sensor output whose frequency varies with time, this paper proposed the Chirp z-Transform (CZT) time-frequency (TF) domain analysis method based on the rolling window of a Blackman window function (BCZT) which can accurately extract the projectile spin rate. To put it into practice, BCZT was applied to measure the spin rate of 155 mm artillery projectile. After extracting the spin rate, the impact that launch rotational angular velocity and aspect angle have on the extraction accuracy of the spin rate was analyzed. Simulation results show that the BCZT TF domain analysis method can effectively and accurately measure the projectile spin rate, especially in a high-spin and high-g projectile launch environment.

  19. CSI Frequency Domain Fingerprint-Based Passive Indoor Human Detection

    Directory of Open Access Journals (Sweden)

    Chong Han

    2018-04-01

    Full Text Available Passive indoor personnel detection technology is now a hot topic. Existing methods have been greatly influenced by environmental changes, and there are problems with the accuracy and robustness of detection. Passive personnel detection based on Wi-Fi not only solves the above problems, but also has the advantages of being low cost and easy to implement, and can be better applied to elderly care and safety monitoring. In this paper, we propose a passive indoor personnel detection method based on Wi-Fi, which we call FDF-PIHD (Frequency Domain Fingerprint-based Passive Indoor Human Detection. Through this method, fine-grained physical layer Channel State Information (CSI can be extracted to generate feature fingerprints so as to help determine the state in the scene by matching online fingerprints with offline fingerprints. In order to improve accuracy, we combine the detection results of three receiving antennas to obtain the final test result. The experimental results show that the detection rates of our proposed scheme all reach above 90%, no matter whether the scene is human-free, stationary or a moving human presence. In addition, it can not only detect whether there is a target indoors, but also determine the current state of the target.

  20. Frequency domain design of gain scheduling control for large wind systems in full-load region

    International Nuclear Information System (INIS)

    Burlibaşa, A.; Ceangă, E.

    2014-01-01

    Highlights: • A large wind energy system, operating under full-load regime, is considered. • According to its particularities in frequency domain, control law design is provided. • These particularities are influenced by the interactions of wind–tower–blade ensemble. • Control low, within gain scheduling strategy, is achieved imposing stability reserve. • Supplementary a criterion, aimed at reducing mechanical loads, is imposed. - Abstract: The paper presents the issue of power control law synthesis, in the case of a large wind system that operates under full-load regime, based on dynamic properties details in frequency domain. Solving this problem involves two phases: the establishment of a linearized model as faithfully as possible in various operating points of the full-load region, and synthesis of the power controller, considered with classic structure, taking into account frequency particularities of the obtained linearized model. Obtained linear model of the controlled process is of order 16 and encloses subsystems for tower fore-aft oscillations damping, and for drive-train torsion oscillations damping. The designed controller contains a PI component and a lag compensator for dynamic correction at high frequencies. It is known that the main features of wind system dynamics generated by the interaction of wind–tower–blade ensemble cause a gap in the gain characteristic of the model and complex conjugate zeros, which can move between right and left half-planes, depending on the average wind speed value. Consequently, for control law synthesis an interactive frequency solution is adopted. This is “transparent” in relation to particularities induced by wind–tower–blade interaction. This solution allows evaluation of the extent to which control law is affected by the subsystem for tower oscillations damping. Given the strong dependence between the model and the mean wind speed value, a gain scheduling control law is designed. At

  1. Cross Time-Frequency Analysis for Combining Information of Several Sources: Application to Estimation of Spontaneous Respiratory Rate from Photoplethysmography

    Science.gov (United States)

    Peláez-Coca, M. D.; Orini, M.; Lázaro, J.; Bailón, R.; Gil, E.

    2013-01-01

    A methodology that combines information from several nonstationary biological signals is presented. This methodology is based on time-frequency coherence, that quantifies the similarity of two signals in the time-frequency domain. A cross time-frequency analysis method, based on quadratic time-frequency distribution, has been used for combining information of several nonstationary biomedical signals. In order to evaluate this methodology, the respiratory rate from the photoplethysmographic (PPG) signal is estimated. The respiration provokes simultaneous changes in the pulse interval, amplitude, and width of the PPG signal. This suggests that the combination of information from these sources will improve the accuracy of the estimation of the respiratory rate. Another target of this paper is to implement an algorithm which provides a robust estimation. Therefore, respiratory rate was estimated only in those intervals where the features extracted from the PPG signals are linearly coupled. In 38 spontaneous breathing subjects, among which 7 were characterized by a respiratory rate lower than 0.15 Hz, this methodology provided accurate estimates, with the median error {0.00; 0.98} mHz ({0.00; 0.31}%) and the interquartile range error {4.88; 6.59} mHz ({1.60; 1.92}%). The estimation error of the presented methodology was largely lower than the estimation error obtained without combining different PPG features related to respiration. PMID:24363777

  2. Cross Time-Frequency Analysis for Combining Information of Several Sources: Application to Estimation of Spontaneous Respiratory Rate from Photoplethysmography

    Directory of Open Access Journals (Sweden)

    M. D. Peláez-Coca

    2013-01-01

    Full Text Available A methodology that combines information from several nonstationary biological signals is presented. This methodology is based on time-frequency coherence, that quantifies the similarity of two signals in the time-frequency domain. A cross time-frequency analysis method, based on quadratic time-frequency distribution, has been used for combining information of several nonstationary biomedical signals. In order to evaluate this methodology, the respiratory rate from the photoplethysmographic (PPG signal is estimated. The respiration provokes simultaneous changes in the pulse interval, amplitude, and width of the PPG signal. This suggests that the combination of information from these sources will improve the accuracy of the estimation of the respiratory rate. Another target of this paper is to implement an algorithm which provides a robust estimation. Therefore, respiratory rate was estimated only in those intervals where the features extracted from the PPG signals are linearly coupled. In 38 spontaneous breathing subjects, among which 7 were characterized by a respiratory rate lower than 0.15 Hz, this methodology provided accurate estimates, with the median error {0.00; 0.98} mHz ({0.00; 0.31}% and the interquartile range error {4.88; 6.59} mHz ({1.60; 1.92}%. The estimation error of the presented methodology was largely lower than the estimation error obtained without combining different PPG features related to respiration.

  3. Novel dental dynamic depth profilometric imaging using simultaneous frequency-domain infrared photothermal radiometry and laser luminescence

    Science.gov (United States)

    Nicolaides, Lena; Mandelis, Andreas

    2000-01-01

    A high-spatial-resolution dynamic experimental imaging setup, which can provide simultaneous measurements of laser- induced frequency-domain infrared photothermal radiometric and luminescence signals from defects in teeth, has been developed for the first time. The major findings of this work are: (1) radiometric images are complementary to (anticorrelated with) luminescence images, as a result of the nature of the two physical signal generation processes; (2) the radiometric amplitude exhibits much superior dynamic (signal resolution) range to luminescence in distinguishing between intact and cracked sub-surface structures in the enamel; (3) the radiometric signal (amplitude and phase) produces dental images with much better defect localization, delineation, and resolution; (4) radiometric images (amplitude and phase) at a fixed modulation frequency are depth profilometric, whereas luminescence images are not; and (5) luminescence frequency responses from enamel and hydroxyapatite exhibit two relaxation lifetimes, the longer of which (approximately ms) is common to all and is not sensitive to the defect state and overall quality of the enamel. Simultaneous radiometric and luminescence frequency scans for the purpose of depth profiling were performed and a quantitative theoretical two-lifetime rate model of dental luminescence was advanced.

  4. Sensitivity analysis of periodic errors in heterodyne interferometry

    International Nuclear Information System (INIS)

    Ganguly, Vasishta; Kim, Nam Ho; Kim, Hyo Soo; Schmitz, Tony

    2011-01-01

    Periodic errors in heterodyne displacement measuring interferometry occur due to frequency mixing in the interferometer. These nonlinearities are typically characterized as first- and second-order periodic errors which cause a cyclical (non-cumulative) variation in the reported displacement about the true value. This study implements an existing analytical periodic error model in order to identify sensitivities of the first- and second-order periodic errors to the input parameters, including rotational misalignments of the polarizing beam splitter and mixing polarizer, non-orthogonality of the two laser frequencies, ellipticity in the polarizations of the two laser beams, and different transmission coefficients in the polarizing beam splitter. A local sensitivity analysis is first conducted to examine the sensitivities of the periodic errors with respect to each input parameter about the nominal input values. Next, a variance-based approach is used to study the global sensitivities of the periodic errors by calculating the Sobol' sensitivity indices using Monte Carlo simulation. The effect of variation in the input uncertainty on the computed sensitivity indices is examined. It is seen that the first-order periodic error is highly sensitive to non-orthogonality of the two linearly polarized laser frequencies, while the second-order error is most sensitive to the rotational misalignment between the laser beams and the polarizing beam splitter. A particle swarm optimization technique is finally used to predict the possible setup imperfections based on experimentally generated values for periodic errors

  5. Sensitivity analysis of periodic errors in heterodyne interferometry

    Science.gov (United States)

    Ganguly, Vasishta; Kim, Nam Ho; Kim, Hyo Soo; Schmitz, Tony

    2011-03-01

    Periodic errors in heterodyne displacement measuring interferometry occur due to frequency mixing in the interferometer. These nonlinearities are typically characterized as first- and second-order periodic errors which cause a cyclical (non-cumulative) variation in the reported displacement about the true value. This study implements an existing analytical periodic error model in order to identify sensitivities of the first- and second-order periodic errors to the input parameters, including rotational misalignments of the polarizing beam splitter and mixing polarizer, non-orthogonality of the two laser frequencies, ellipticity in the polarizations of the two laser beams, and different transmission coefficients in the polarizing beam splitter. A local sensitivity analysis is first conducted to examine the sensitivities of the periodic errors with respect to each input parameter about the nominal input values. Next, a variance-based approach is used to study the global sensitivities of the periodic errors by calculating the Sobol' sensitivity indices using Monte Carlo simulation. The effect of variation in the input uncertainty on the computed sensitivity indices is examined. It is seen that the first-order periodic error is highly sensitive to non-orthogonality of the two linearly polarized laser frequencies, while the second-order error is most sensitive to the rotational misalignment between the laser beams and the polarizing beam splitter. A particle swarm optimization technique is finally used to predict the possible setup imperfections based on experimentally generated values for periodic errors.

  6. Template-based CTA to x-ray angio rigid registration of coronary arteries in frequency domain with automatic x-ray segmentation

    Energy Technology Data Exchange (ETDEWEB)

    Aksoy, Timur; Unal, Gozde [Sabanci University, Tuzla, Istanbul 34956 (Turkey); Demirci, Stefanie; Navab, Nassir [Computer Aided Medical Procedures (CAMP), Technical University of Munich, Garching, 85748 (Germany); Degertekin, Muzaffer [Yeditepe University Hospital, Istanbul 34752 (Turkey)

    2013-10-15

    Purpose: A key challenge for image guided coronary interventions is accurate and absolutely robust image registration bringing together preinterventional information extracted from a three-dimensional (3D) patient scan and live interventional image information. In this paper, the authors present a novel scheme for 3D to two-dimensional (2D) rigid registration of coronary arteries extracted from preoperative image scan (3D) and a single segmented intraoperative x-ray angio frame in frequency and spatial domains for real-time angiography interventions by C-arm fluoroscopy.Methods: Most existing rigid registration approaches require a close initialization due to the abundance of local minima and high complexity of search algorithms. The authors' method eliminates this requirement by transforming the projections into translation-invariant Fourier domain for estimating the 3D pose. For 3D rotation recovery, template Digitally Reconstructed Radiographs (DRR) as candidate poses of 3D vessels of segmented computed tomography angiography are produced by rotating the camera (image intensifier) around the DICOM angle values with a specific range as in C-arm setup. The authors have compared the 3D poses of template DRRs with the segmented x-ray after equalizing the scales in three domains, namely, Fourier magnitude, Fourier phase, and Fourier polar. The best rotation pose candidate was chosen by one of the highest similarity measures returned by the methods in these domains. It has been noted in literature that frequency domain methods are robust against noise and occlusion which was also validated by the authors' results. 3D translation of the volume was then recovered by distance-map based BFGS optimization well suited to convex structure of the authors' objective function without local minima due to distance maps. A novel automatic x-ray vessel segmentation was also performed in this study.Results: Final results were evaluated in 2D projection space for

  7. Template-based CTA to x-ray angio rigid registration of coronary arteries in frequency domain with automatic x-ray segmentation

    International Nuclear Information System (INIS)

    Aksoy, Timur; Unal, Gozde; Demirci, Stefanie; Navab, Nassir; Degertekin, Muzaffer

    2013-01-01

    Purpose: A key challenge for image guided coronary interventions is accurate and absolutely robust image registration bringing together preinterventional information extracted from a three-dimensional (3D) patient scan and live interventional image information. In this paper, the authors present a novel scheme for 3D to two-dimensional (2D) rigid registration of coronary arteries extracted from preoperative image scan (3D) and a single segmented intraoperative x-ray angio frame in frequency and spatial domains for real-time angiography interventions by C-arm fluoroscopy.Methods: Most existing rigid registration approaches require a close initialization due to the abundance of local minima and high complexity of search algorithms. The authors' method eliminates this requirement by transforming the projections into translation-invariant Fourier domain for estimating the 3D pose. For 3D rotation recovery, template Digitally Reconstructed Radiographs (DRR) as candidate poses of 3D vessels of segmented computed tomography angiography are produced by rotating the camera (image intensifier) around the DICOM angle values with a specific range as in C-arm setup. The authors have compared the 3D poses of template DRRs with the segmented x-ray after equalizing the scales in three domains, namely, Fourier magnitude, Fourier phase, and Fourier polar. The best rotation pose candidate was chosen by one of the highest similarity measures returned by the methods in these domains. It has been noted in literature that frequency domain methods are robust against noise and occlusion which was also validated by the authors' results. 3D translation of the volume was then recovered by distance-map based BFGS optimization well suited to convex structure of the authors' objective function without local minima due to distance maps. A novel automatic x-ray vessel segmentation was also performed in this study.Results: Final results were evaluated in 2D projection space for patient data; and

  8. Time-domain simulation of constitutive relations for nonlinear acoustics including relaxation for frequency power law attenuation media modeling

    Science.gov (United States)

    Jiménez, Noé; Camarena, Francisco; Redondo, Javier; Sánchez-Morcillo, Víctor; Konofagou, Elisa E.

    2015-10-01

    We report a numerical method for solving the constitutive relations of nonlinear acoustics, where multiple relaxation processes are included in a generalized formulation that allows the time-domain numerical solution by an explicit finite differences scheme. Thus, the proposed physical model overcomes the limitations of the one-way Khokhlov-Zabolotskaya-Kuznetsov (KZK) type models and, due to the Lagrangian density is implicitly included in the calculation, the proposed method also overcomes the limitations of Westervelt equation in complex configurations for medical ultrasound. In order to model frequency power law attenuation and dispersion, such as observed in biological media, the relaxation parameters are fitted to both exact frequency power law attenuation/dispersion media and also empirically measured attenuation of a variety of tissues that does not fit an exact power law. Finally, a computational technique based on artificial relaxation is included to correct the non-negligible numerical dispersion of the finite difference scheme, and, on the other hand, improve stability trough artificial attenuation when shock waves are present. This technique avoids the use of high-order finite-differences schemes leading to fast calculations. The present algorithm is especially suited for practical configuration where spatial discontinuities are present in the domain (e.g. axisymmetric domains or zero normal velocity boundary conditions in general). The accuracy of the method is discussed by comparing the proposed simulation solutions to one dimensional analytical and k-space numerical solutions.

  9. Implementation of PLL and FLL trackers for signals with high harmonic content and low sampling frequency

    DEFF Research Database (Denmark)

    Mathe, Laszlo; Iov, Florin; Sera, Dezso

    2014-01-01

    The accurate tracking of phase, frequency, and amplitude of different frequency components from a measured signal is an essential requirement for many digitally controlled equipment. The accurate and robust tracking of a frequency component from a complex signal was successfully applied for example...... in: grid connected inverters, sensorless motor control for rotor position estimation, grid voltage monitoring for ac-dc converters etc. Usually, the design of such trackers is done in continuous time domain. The discretization introduces errors which change the performance, especially when the input...... signal is rich in harmonics and the sampling frequency is close to the tracked frequency component. In this paper different discretization methods and implementation issues, such as Tustin, Backward-Forward Euler, are discussed and compared. A special case is analyzed, when the input signal is reach...

  10. Improving performance of natural language processing part-of-speech tagging on clinical narratives through domain adaptation.

    Science.gov (United States)

    Ferraro, Jeffrey P; Daumé, Hal; Duvall, Scott L; Chapman, Wendy W; Harkema, Henk; Haug, Peter J

    2013-01-01

    Natural language processing (NLP) tasks are commonly decomposed into subtasks, chained together to form processing pipelines. The residual error produced in these subtasks propagates, adversely affecting the end objectives. Limited availability of annotated clinical data remains a barrier to reaching state-of-the-art operating characteristics using statistically based NLP tools in the clinical domain. Here we explore the unique linguistic constructions of clinical texts and demonstrate the loss in operating characteristics when out-of-the-box part-of-speech (POS) tagging tools are applied to the clinical domain. We test a domain adaptation approach integrating a novel lexical-generation probability rule used in a transformation-based learner to boost POS performance on clinical narratives. Two target corpora from independent healthcare institutions were constructed from high frequency clinical narratives. Four leading POS taggers with their out-of-the-box models trained from general English and biomedical abstracts were evaluated against these clinical corpora. A high performing domain adaptation method, Easy Adapt, was compared to our newly proposed method ClinAdapt. The evaluated POS taggers drop in accuracy by 8.5-15% when tested on clinical narratives. The highest performing tagger reports an accuracy of 88.6%. Domain adaptation with Easy Adapt reports accuracies of 88.3-91.0% on clinical texts. ClinAdapt reports 93.2-93.9%. ClinAdapt successfully boosts POS tagging performance through domain adaptation requiring a modest amount of annotated clinical data. Improving the performance of critical NLP subtasks is expected to reduce pipeline error propagation leading to better overall results on complex processing tasks.

  11. Frequent errors in the use of French in the economic domain

    Directory of Open Access Journals (Sweden)

    ARMASAR Ioana Paula

    2017-01-01

    Full Text Available In the didactic teaching-learning process of the specifically economic discourse in French, a first objective could be represented by the discovery of the difficult structures, which favor the appearance of interferences between Romanian and general French, the errors coming in particular from the usual language in the specialized language. The analysis of the most common errors in the use of French by native Romanian students could be a starting point, by the addition of the psycholinguistic dimension, in the thoroughgoing study of the complex process of teaching - learning. The prevention of the frequent errors by the speakers in the use of French while learning it can be done by the teacher's direct recommendations and by the selection and orientation of the educational material that s/he organized and based on clear criteria, oriented towards the needs and interests of his/ her students.

  12. Hardware architecture design of image restoration based on time-frequency domain computation

    Science.gov (United States)

    Wen, Bo; Zhang, Jing; Jiao, Zipeng

    2013-10-01

    The image restoration algorithms based on time-frequency domain computation is high maturity and applied widely in engineering. To solve the high-speed implementation of these algorithms, the TFDC hardware architecture is proposed. Firstly, the main module is designed, by analyzing the common processing and numerical calculation. Then, to improve the commonality, the iteration control module is planed for iterative algorithms. In addition, to reduce the computational cost and memory requirements, the necessary optimizations are suggested for the time-consuming module, which include two-dimensional FFT/IFFT and the plural calculation. Eventually, the TFDC hardware architecture is adopted for hardware design of real-time image restoration system. The result proves that, the TFDC hardware architecture and its optimizations can be applied to image restoration algorithms based on TFDC, with good algorithm commonality, hardware realizability and high efficiency.

  13. Frequency-domain terahertz transmission spectra of Mn3 and Mn12 single-molecule magnets

    Science.gov (United States)

    Liu, RuiYuan; Zuo, JunWei; Li, YanRong; Zhou, YuRong; Wang, YunPing

    2012-07-01

    Frequency-domain terahertz transmission spectra of Mn3 and Mn12 single molecule magnets (SMMs) have been measured at different temperatures, and hence the anisotropic parameters D 2 and D 4 of the spin Hamiltonian hat H = D_2 hat S_z^2 + D_4 hat S_z^4 have been calculated. For Mn12 SMM, D 2=-10.9 GHz and D 4=-2.59×10-2 GHz, while for Mn3 SMM, D 2=-22.0 GHz and D 4 can be considered negligible. This suggests Mn3 SMM can be considered as a simpler and more suitable candidate for magnetic quantum tunneling research.

  14. 2.5 TW, two-cycle IR laser pulses via frequency domain optical parametric amplification.

    Science.gov (United States)

    Gruson, V; Ernotte, G; Lassonde, P; Laramée, A; Bionta, M R; Chaker, M; Di Mauro, L; Corkum, P B; Ibrahim, H; Schmidt, B E; Legaré, F

    2017-10-30

    Broadband optical parametric amplification in the IR region has reached a new milestone through the use of a non-collinear Frequency domain Optical Parametric Amplification system. We report a laser source delivering 11.6 fs pulses with 30 mJ of energy at a central wavelength of 1.8 μm at 10 Hz repetition rate corresponding to a peak power of 2.5 TW. The peak power scaling is accompanied by a pulse shortening of about 20% upon amplification due to the spectral reshaping with higher gain in the spectral wings. This source paves the way for high flux soft X-ray pulses and IR-driven laser wakefield acceleration.

  15. Localization of Simultaneous Moving Sound Sources for Mobile Robot Using a Frequency-Domain Steered Beamformer Approach

    OpenAIRE

    Valin, Jean-Marc; Michaud, François; Hadjou, Brahim; Rouat, Jean

    2016-01-01

    Mobile robots in real-life settings would benefit from being able to localize sound sources. Such a capability can nicely complement vision to help localize a person or an interesting event in the environment, and also to provide enhanced processing for other capabilities such as speech recognition. In this paper we present a robust sound source localization method in three-dimensional space using an array of 8 microphones. The method is based on a frequency-domain implementation of a steered...

  16. Characterization of Deficiencies in the Frequency Domain Forced Response Analysis Technique for Turbine Bladed Disks

    Science.gov (United States)

    Brown, Andrew M.; Schmauch, Preston

    2012-01-01

    Turbine blades in rocket and jet engine turbomachinery experience enormous harmonic loading conditions. These loads result from the integer number of upstream and downstream stator vanes as well as the other turbine stages. The standard technique for forced response analysis to assess structural integrity is to decompose a CFD generated flow field into its harmonic components, and to then perform a frequency response analysis at the problematic natural frequencies. Recent CFD analysis and water-flow testing at NASA/MSFC, though, indicates that this technique may miss substantial harmonic and non-harmonic excitation sources that become present in complex flows. These complications suggest the question of whether frequency domain analysis is capable of capturing the excitation content sufficiently. Two studies comparing frequency response analysis with transient response analysis, therefore, have been performed. The first is of a bladed disk with each blade modeled by simple beam elements. It was hypothesized that the randomness and other variation from the standard harmonic excitation would reduce the blade structural response, but the results showed little reduction. The second study was of a realistic model of a bladed-disk excited by the same CFD used in the J2X engine program. The results showed that the transient analysis results were up to 10% higher for "clean" nodal diameter excitations and six times larger for "messy" excitations, where substantial Fourier content around the main harmonic exists.

  17. A numerical algorithm to evaluate the transient response for a synchronous scanning streak camera using a time-domain Baum–Liu–Tesche equation

    Energy Technology Data Exchange (ETDEWEB)

    Pei, Chengquan [Key Laboratory for Physical Electronics and Devices of the Ministry of Education, Xi' an Jiaotong University, Xi’an 710049 (China); Tian, Jinshou [Xi' an Institute of Optics and Precision Mechanics, Chinese Academy of Sciences, Xi' an 710119 (China); Wu, Shengli, E-mail: slwu@mail.xjtu.edu.cn [Key Laboratory for Physical Electronics and Devices of the Ministry of Education, Xi' an Jiaotong University, Xi’an 710049 (China); He, Jiai [School of Computer and Communication, Lanzhou University of Technology, Lanzhou, Gansu 730050 (China); Liu, Zhen [Key Laboratory for Physical Electronics and Devices of the Ministry of Education, Xi' an Jiaotong University, Xi’an 710049 (China)

    2016-10-01

    The transient response is of great influence on the electromagnetic compatibility of synchronous scanning streak cameras (SSSCs). In this paper we propose a numerical method to evaluate the transient response of the scanning deflection plate (SDP). First, we created a simplified circuit model for the SDP used in an SSSC, and then derived the Baum–Liu–Tesche (BLT) equation in the frequency domain. From the frequency-domain BLT equation, its transient counterpart was derived. These parameters, together with the transient-BLT equation, were used to compute the transient load voltage and load current, and then a novel numerical method to fulfill the continuity equation was used. Several numerical simulations were conducted to verify this proposed method. The computed results were then compared with transient responses obtained by a frequency-domain/fast Fourier transform (FFT) method, and the accordance was excellent for highly conducting cables. The benefit of deriving the BLT equation in the time domain is that it may be used with slight modifications to calculate the transient response and the error can be controlled by a computer program. The result showed that the transient voltage was up to 1000 V and the transient current was approximately 10 A, so some protective measures should be taken to improve the electromagnetic compatibility.

  18. A numerical algorithm to evaluate the transient response for a synchronous scanning streak camera using a time-domain Baum–Liu–Tesche equation

    International Nuclear Information System (INIS)

    Pei, Chengquan; Tian, Jinshou; Wu, Shengli; He, Jiai; Liu, Zhen

    2016-01-01

    The transient response is of great influence on the electromagnetic compatibility of synchronous scanning streak cameras (SSSCs). In this paper we propose a numerical method to evaluate the transient response of the scanning deflection plate (SDP). First, we created a simplified circuit model for the SDP used in an SSSC, and then derived the Baum–Liu–Tesche (BLT) equation in the frequency domain. From the frequency-domain BLT equation, its transient counterpart was derived. These parameters, together with the transient-BLT equation, were used to compute the transient load voltage and load current, and then a novel numerical method to fulfill the continuity equation was used. Several numerical simulations were conducted to verify this proposed method. The computed results were then compared with transient responses obtained by a frequency-domain/fast Fourier transform (FFT) method, and the accordance was excellent for highly conducting cables. The benefit of deriving the BLT equation in the time domain is that it may be used with slight modifications to calculate the transient response and the error can be controlled by a computer program. The result showed that the transient voltage was up to 1000 V and the transient current was approximately 10 A, so some protective measures should be taken to improve the electromagnetic compatibility.

  19. Grammatical Errors Produced by English Majors: The Translation Task

    Science.gov (United States)

    Mohaghegh, Hamid; Zarandi, Fatemeh Mahmoudi; Shariati, Mohammad

    2011-01-01

    This study investigated the frequency of the grammatical errors related to the four categories of preposition, relative pronoun, article, and tense using the translation task. In addition, the frequencies of these grammatical errors in different categories and in each category were examined. The quantitative component of the study further looked…

  20. Normalization of Deviation: Quotation Error in Human Factors.

    Science.gov (United States)

    Lock, Jordan; Bearman, Chris

    2018-05-01

    Objective The objective of this paper is to examine quotation error in human factors. Background Science progresses through building on the work of previous research. This requires accurate quotation. Quotation error has a number of adverse consequences: loss of credibility, loss of confidence in the journal, and a flawed basis for academic debate and scientific progress. Quotation error has been observed in a number of domains, including marine biology and medicine, but there has been little or no previous study of this form of error in human factors, a domain that specializes in the causes and management of error. Methods A study was conducted examining quotation accuracy of 187 extracts from 118 published articles that cited a control article (Vaughan's 1996 book: The Challenger Launch Decision: Risky Technology, Culture, and Deviance at NASA). Results Of extracts studied, 12.8% ( n = 24) were classed as inaccurate, with 87.2% ( n = 163) being classed as accurate. A second dimension of agreement was examined with 96.3% ( n = 180) agreeing with the control article and only 3.7% ( n = 7) disagreeing. The categories of accuracy and agreement form a two by two matrix. Conclusion Rather than simply blaming individuals for quotation error, systemic factors should also be considered. Vaughan's theory, normalization of deviance, is one systemic theory that can account for quotation error. Application Quotation error is occurring in human factors and should receive more attention. According to Vaughan's theory, the normal everyday systems that promote scholarship may also allow mistakes, mishaps, and quotation error to occur.

  1. Zero-guard-interval coherent optical OFDM with overlapped frequency-domain CD and PMD equalization.

    Science.gov (United States)

    Chen, Chen; Zhuge, Qunbi; Plant, David V

    2011-04-11

    This paper presents a new channel estimation/equalization algorithm for coherent OFDM (CO-OFDM) digital receivers, which enables the elimination of the cyclic prefix (CP) for OFDM transmission. We term this new system as the zero-guard-interval (ZGI)-CO-OFDM. ZGI-CO-OFDM employs an overlapped frequency-domain equalizer (OFDE) to compensate both chromatic dispersion (CD) and polarization mode dispersion (PMD) before the OFDM demodulation. Despite the zero CP overhead, ZGI-CO-OFDM demonstrates a superior PMD tolerance than the previous reduced-GI (RGI)-CO-OFDM, which is verified under several different PMD conditions. Additionally, ZGI-CO-OFDM can improve the channel estimation accuracy under high PMD conditions by using a larger intra-symbol frequency-averaging (ISFA) length as compared to RGI-CO-OFDM. ZGI-CO-OFDM also enables the use of ever smaller fast Fourier transform (FFT) sizes (i.e. OFDM. We show that ZGI-CO-OFDM requires reasonably small additional computation effort (~13.6%) compared to RGI-CO-OFDM for 112-Gb/s transmission over a 1600-km dispersion-uncompensated optical link. © 2011 Optical Society of America

  2. A tightly-coupled domain-decomposition approach for highly nonlinear stochastic multiphysics systems

    Energy Technology Data Exchange (ETDEWEB)

    Taverniers, Søren; Tartakovsky, Daniel M., E-mail: dmt@ucsd.edu

    2017-02-01

    Multiphysics simulations often involve nonlinear components that are driven by internally generated or externally imposed random fluctuations. When used with a domain-decomposition (DD) algorithm, such components have to be coupled in a way that both accurately propagates the noise between the subdomains and lends itself to a stable and cost-effective temporal integration. We develop a conservative DD approach in which tight coupling is obtained by using a Jacobian-free Newton–Krylov (JfNK) method with a generalized minimum residual iterative linear solver. This strategy is tested on a coupled nonlinear diffusion system forced by a truncated Gaussian noise at the boundary. Enforcement of path-wise continuity of the state variable and its flux, as opposed to continuity in the mean, at interfaces between subdomains enables the DD algorithm to correctly propagate boundary fluctuations throughout the computational domain. Reliance on a single Newton iteration (explicit coupling), rather than on the fully converged JfNK (implicit) coupling, may increase the solution error by an order of magnitude. Increase in communication frequency between the DD components reduces the explicit coupling's error, but makes it less efficient than the implicit coupling at comparable error levels for all noise strengths considered. Finally, the DD algorithm with the implicit JfNK coupling resolves temporally-correlated fluctuations of the boundary noise when the correlation time of the latter exceeds some multiple of an appropriately defined characteristic diffusion time.

  3. Classification of radiological errors in chest radiographs, using support vector machine on the spatial frequency features of false- negative and false-positive regions

    Science.gov (United States)

    Pietrzyk, Mariusz W.; Donovan, Tim; Brennan, Patrick C.; Dix, Alan; Manning, David J.

    2011-03-01

    Aim: To optimize automated classification of radiological errors during lung nodule detection from chest radiographs (CxR) using a support vector machine (SVM) run on the spatial frequency features extracted from the local background of selected regions. Background: The majority of the unreported pulmonary nodules are visually detected but not recognized; shown by the prolonged dwell time values at false-negative regions. Similarly, overestimated nodule locations are capturing substantial amounts of foveal attention. Spatial frequency properties of selected local backgrounds are correlated with human observer responses either in terms of accuracy in indicating abnormality position or in the precision of visual sampling the medical images. Methods: Seven radiologists participated in the eye tracking experiments conducted under conditions of pulmonary nodule detection from a set of 20 postero-anterior CxR. The most dwelled locations have been identified and subjected to spatial frequency (SF) analysis. The image-based features of selected ROI were extracted with un-decimated Wavelet Packet Transform. An analysis of variance was run to select SF features and a SVM schema was implemented to classify False-Negative and False-Positive from all ROI. Results: A relative high overall accuracy was obtained for each individually developed Wavelet-SVM algorithm, with over 90% average correct ratio for errors recognition from all prolonged dwell locations. Conclusion: The preliminary results show that combined eye-tracking and image-based features can be used for automated detection of radiological error with SVM. The work is still in progress and not all analytical procedures have been completed, which might have an effect on the specificity of the algorithm.

  4. Medication Administration Errors Involving Paediatric In-Patients in a ...

    African Journals Online (AJOL)

    The drug mostly associated with error was gentamicin with 29 errors (1.2 %). Conclusion: During the study, a high frequency of error was observed. There is a need to modify the way information is handled and shared by professionals as wrong time error was the most implicated error. Attention should also be given to IV ...

  5. A frequency domain approach to analyzing passive battery-ultracapacitor hybrids supplying periodic pulsed current loads

    International Nuclear Information System (INIS)

    Kuperman, Alon; Aharon, Ilan; Kara, Avi; Malki, Shalev

    2011-01-01

    Highlights: → Passive battery-ultracapacitor hybrids are examined. → Frequency domain analysis is employed. → The ultracapacitor branch operates as a low-pass filter for the battery. → The battery supplies the average load demand. → Design requirements are discussed. - Abstract: A Fourier-based analysis of passive battery-ultracapacitor hybrid sources is introduced in the manuscript. The approach is first introduced for a general load, and then is followed by a study for a case of periodic pulsed current load. It is shown that the ultracapacitor branch is perceived by the battery as a low-pass filter, which absorbs the majority of the high frequency harmonic current and letting the battery to supply the average load demand in addition to the small part of dynamic current. Design requirements influence on the ultracapacitor capacitance and internal resistance choice are quantitatively discussed. The theory is enforced by simulation and experimental results, showing an excellent agreement.

  6. State equation approximation of transfer matrices and its application to the phase domain calculation of electromagnetic transients

    International Nuclear Information System (INIS)

    Soysal, A.O.; Semlyen, A.

    1994-01-01

    A general methodology is presented for the state equation approximation of a multiple input-output linear system from transfer matrix data. A complex transformation matrix, obtained by eigen analysis at a fixed frequency, is used for diagonalization of the transfer matrix over the whole frequency range. A scalar estimation procedure is applied for identification of the modal transfer functions. The state equations in the original coordinates are obtained by inverse transformation. An iterative Gauss-Newton refinement process is used to reduce the overall error of the approximation. The developed methodology is applied to the phase domain modeling of untransposed transmission lines. The approach makes it possible to perform EMTP calculations directly in the phase domain. This results in conceptual simplification and savings in computation time since modal transformations are not needed in the sequences of the transient analysis. The presented procedure is compared with the conventional modal approach in terms of accuracy and computation time

  7. Human-robot collision detection under modeling uncertainty using frequency boundary of manipulator dynamics

    Energy Technology Data Exchange (ETDEWEB)

    Jung, Byung Jin; Koo, Ja Choon; Choi, Hyouk Ryeol; Moon, Hyung Pil [Sungkyunkwan University, Suwon (Korea, Republic of)

    2014-11-15

    This paper presents the development and experimental evaluation of a collision detection method for robotic manipulators sharing a workspace with humans. Fast and robust collision detection is important for guaranteeing safety and preventing false alarms. The main cause of a false alarm is modeling error. We use the characteristic of the maximum frequency boundary of the manipulator's dynamic model. The tendency of the frequency boundary's location in the frequency domain is applied to the collision detection algorithm using a band pass filter (band designed disturbance observer, BdDOB) with changing frequency windows. Thanks to the band pass filter, which considers the frequency boundary of the dynamic model, our collision detection algorithm can extract the collision caused by the disturbance from the mixed estimation signal. As a result, the collision was successfully detected under the usage conditions of faulty sensors and uncertain model data. The experimental result of a collision between a 7-DOF serial manipulator and a human body is reported.

  8. Human errors in NPP operations

    International Nuclear Information System (INIS)

    Sheng Jufang

    1993-01-01

    Based on the operational experiences of nuclear power plants (NPPs), the importance of studying human performance problems is described. Statistical analysis on the significance or frequency of various root-causes and error-modes from a large number of human-error-related events demonstrate that the defects in operation/maintenance procedures, working place factors, communication and training practices are primary root-causes, while omission, transposition, quantitative mistake are the most frequent among the error-modes. Recommendations about domestic research on human performance problem in NPPs are suggested

  9. Computational error estimates for Monte Carlo finite element approximation with log normal diffusion coefficients

    KAUST Repository

    Sandberg, Mattias

    2015-01-07

    The Monte Carlo (and Multi-level Monte Carlo) finite element method can be used to approximate observables of solutions to diffusion equations with log normal distributed diffusion coefficients, e.g. modelling ground water flow. Typical models use log normal diffusion coefficients with H¨older regularity of order up to 1/2 a.s. This low regularity implies that the high frequency finite element approximation error (i.e. the error from frequencies larger than the mesh frequency) is not negligible and can be larger than the computable low frequency error. This talk will address how the total error can be estimated by the computable error.

  10. Wavelet-transform-based time–frequency domain reflectometry for reduction of blind spot

    International Nuclear Information System (INIS)

    Lee, Sin Ho; Park, Jin Bae; Choi, Yoon Ho

    2012-01-01

    In this paper, wavelet-transform-based time–frequency domain reflectometry (WTFDR) is proposed to reduce the blind spot in reflectometry. TFDR has a blind spot problem when the time delay between the reference signal and the reflected signal is short enough compared with the time duration of the reference signal. To solve the blind spot problem, the wavelet transform (WT) is used because the WT has linearity. Using the characteristics of the WT, the overlapped reference signal at the measured signal can be separated and the blind spot is reduced by obtaining the difference of the wavelet coefficients for the reference and reflected signals. In the proposed method, the complex wavelet is utilized as a mother wavelet because the reference signal in WTFDR has a complex form. Finally, the computer simulations and the real experiments are carried out to confirm the effectiveness and accuracy of the proposed method. (paper)

  11. Frequency and Severity of Parenteral Nutrition Medication Errors at a Large Children's Hospital After Implementation of Electronic Ordering and Compounding.

    Science.gov (United States)

    MacKay, Mark; Anderson, Collin; Boehme, Sabrina; Cash, Jared; Zobell, Jeffery

    2016-04-01

    The Institute for Safe Medication Practices has stated that parenteral nutrition (PN) is considered a high-risk medication and has the potential of causing harm. Three organizations--American Society for Parenteral and Enteral Nutrition (A.S.P.E.N.), American Society of Health-System Pharmacists, and National Advisory Group--have published guidelines for ordering, transcribing, compounding and administering PN. These national organizations have published data on compliance to the guidelines and the risk of errors. The purpose of this article is to compare total compliance with ordering, transcription, compounding, administration, and error rate with a large pediatric institution. A computerized prescriber order entry (CPOE) program was developed that incorporates dosing with soft and hard stop recommendations and simultaneously eliminating the need for paper transcription. A CPOE team prioritized and identified issues, then developed solutions and integrated innovative CPOE and automated compounding device (ACD) technologies and practice changes to minimize opportunities for medication errors in PN prescription, transcription, preparation, and administration. Thirty developmental processes were identified and integrated in the CPOE program, resulting in practices that were compliant with A.S.P.E.N. safety consensus recommendations. Data from 7 years of development and implementation were analyzed and compared with published literature comparing error, harm rates, and cost reductions to determine if our process showed lower error rates compared with national outcomes. The CPOE program developed was in total compliance with the A.S.P.E.N. guidelines for PN. The frequency of PN medication errors at our hospital over the 7 years was 230 errors/84,503 PN prescriptions, or 0.27% compared with national data that determined that 74 of 4730 (1.6%) of prescriptions over 1.5 years were associated with a medication error. Errors were categorized by steps in the PN process

  12. Medication errors detected in non-traditional databases

    DEFF Research Database (Denmark)

    Perregaard, Helene; Aronson, Jeffrey K; Dalhoff, Kim

    2015-01-01

    AIMS: We have looked for medication errors involving the use of low-dose methotrexate, by extracting information from Danish sources other than traditional pharmacovigilance databases. We used the data to establish the relative frequencies of different types of errors. METHODS: We searched four...... errors, whereas knowledge-based errors more often resulted in near misses. CONCLUSIONS: The medication errors in this survey were most often action-based (50%) and knowledge-based (34%), suggesting that greater attention should be paid to education and surveillance of medical personnel who prescribe...

  13. Generating multiple orbital angular momentum vortex beams using a metasurface in radio frequency domain

    Energy Technology Data Exchange (ETDEWEB)

    Yu, Shixing; Li, Long, E-mail: lilong@mail.xidian.edu.cn, E-mail: gmshi@xidian.edu.cn; Shi, Guangming, E-mail: lilong@mail.xidian.edu.cn, E-mail: gmshi@xidian.edu.cn; Zhu, Cheng; Shi, Yan [National Key Laboratory of Antennas and Microwave Technology, School of Electronic Engineering, Collaborative Innovation Center of Information Sensing and Understanding, Xidian University, Xi' an 710071 (China)

    2016-06-13

    In this paper, an electromagnetic metasurface is designed, fabricated, and experimentally demonstrated to generate multiple orbital angular momentum (OAM) vortex beams in radio frequency domain. Theoretical formula of compensated phase-shift distribution is deduced and used to design the metasurface to produce multiple vortex radio waves in different directions with different OAM modes. The prototype of a practical configuration of square-patch metasurface is designed, fabricated, and measured to validate the theoretical analysis at 5.8 GHz. The simulated and experimental results verify that multiple OAM vortex waves can be simultaneously generated by using a single electromagnetic metasurface. The proposed method paves an effective way to generate multiple OAM vortex waves in radio and microwave wireless communication applications.

  14. Electromagnetic Pulse Excitation of Finite-Long Dissipative Conductors over a Conducting Ground Plane in the Frequency Domain.

    Energy Technology Data Exchange (ETDEWEB)

    campione, Salvatore [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Warne, Larry K. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Schiek, Richard [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Basilio, Lorena I. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-09-01

    This report details the modeling results for the response of a finite-length dissipative conductor interacting with a conducting ground to a hypothetical nuclear device with the same output energy spectrum as the Fat Man device. We use a frequency-domain method based on transmission line theory and implemented it in a code we call ATLOG - Analytic Transmission Line Over Ground. Select results are compared to ones computed using the circuit simulator Xyce. Intentionally Left Blank

  15. Analysis of BWR out-of-phase instabilities in the frequency domain

    International Nuclear Information System (INIS)

    Farawila, Y.M.; Pruitt, D.W.; Kreuter, D.

    1992-01-01

    During startup or because of an inadvertent recirculation pump trip, a boiling water reactor (BWR) may operate at relatively low flow and high power conditions. At these conditions, a BWR is susceptible to coupled flow and power oscillations that could result in undesirable reactor scram unless appropriate countermeasures are taken. This contribution to analytical methods has been developed to address in part a general industrywide and regulatory concern about BWR stability initiated by the LaSalle 2 instability event in March 1988. This work is designed to extend the capability of the one-dimensional parallel channel frequency domain code STAIF to predict the regional oscillation decay ratio. The basic theory follows that developed by March-Leuba and Blakeman, where the oscillation mechanism is identified as the excitation of a subcritical neutronic mode with a constant core pressure drop boundary condition. The improvements to the basic theory include applying the theory to one-dimensional neutronics instead of point kinetics and taking account of the actual three-dimensional harmonic flux distribution

  16. Frequency Domain Multi-parameter Full Waveform Inversion for Acoustic VTI Media

    KAUST Repository

    Djebbi, Ramzi

    2017-05-26

    Multi-parameter full waveform inversion (FWI) for transversely isotropic (TI) media with vertical axis of symmetry (VTI) suffers from the trade-off between the parameters. The trade-off results in the leakage of one parameter\\'s update into the other during the inversion. It affects the accuracy and convergence of the inversion. The sensitivity analyses suggested a parameterisation using the horizontal velocity vh, epsilon and eta to reduce the trade-off for surface recorded seismic data.We test the (vh, epsilon, eta) parameterisation for acoustic VTI media using a scattering integral (SI) based inversion. The data is modeled in frequency domain and the model is updated using a preconditioned conjugate gradient method. We applied the method to the VTI Marmousi II model and in the inversion, we keep eta parameter fixed as the background initial model and we invert simultaneously for both vh and epsilon. The results show the suitability of the parameterisation for multi-parameter VTI acoustic inversion as well as the accuracy of the inversion approach.

  17. Directly assessing interpersonal RSA influences in the frequency domain: An illustration with generalized partial directed coherence.

    Science.gov (United States)

    Liu, Siwei; Gates, Kathleen M; Blandon, Alysia Y

    2018-06-01

    Despite recent research indicating that interpersonal linkage in physiology is a common phenomenon during social interactions, and the well-established role of respiratory sinus arrhythmia (RSA) in socially facilitative physiological regulation, little research has directly examined interpersonal influences in RSA, perhaps due to methodological challenges in analyzing multivariate RSA data. In this article, we aim to bridge this methodological gap by introducing a new method for quantifying interpersonal RSA influences. Specifically, we show that a frequency-domain statistic, generalized partial directed coherence (gPDC), can be used to capture lagged relations in RSA between social partners without first estimating RSA for each person. We illustrate its utility by examining the relation between gPDC and marital conflict in a sample of married couples. Finally, we discuss how gPDC complements existing methods in the time domain and provide guidelines for choosing among these different statistical techniques. © 2018 Society for Psychophysiological Research.

  18. Diffraction analysis of sidelobe characteristics of optical elements with ripple error

    Science.gov (United States)

    Zhao, Lei; Luo, Yupeng; Bai, Jian; Zhou, Xiangdong; Du, Juan; Liu, Qun; Luo, Yujie

    2018-03-01

    The ripple errors of the lens lead to optical damage in high energy laser system. The analysis of sidelobe on the focal plane, caused by ripple error, provides a reference to evaluate the error and the imaging quality. In this paper, we analyze the diffraction characteristics of sidelobe of optical elements with ripple errors. First, we analyze the characteristics of ripple error and build relationship between ripple error and sidelobe. The sidelobe results from the diffraction of ripple errors. The ripple error tends to be periodic due to fabrication method on the optical surface. The simulated experiments are carried out based on angular spectrum method by characterizing ripple error as rotationally symmetric periodic structures. The influence of two major parameter of ripple including spatial frequency and peak-to-valley value to sidelobe is discussed. The results indicate that spatial frequency and peak-to-valley value both impact sidelobe at the image plane. The peak-tovalley value is the major factor to affect the energy proportion of the sidelobe. The spatial frequency is the major factor to affect the distribution of the sidelobe at the image plane.

  19. Value of Frequency Domain Resting-State Functional Magnetic Resonance Imaging Metrics Amplitude of Low-Frequency Fluctuation and Fractional Amplitude of Low-Frequency Fluctuation in the Assessment of Brain Tumor-Induced Neurovascular Uncoupling.

    Science.gov (United States)

    Agarwal, Shruti; Lu, Hanzhang; Pillai, Jay J

    2017-08-01

    The aim of this study was to explore whether the phenomenon of brain tumor-related neurovascular uncoupling (NVU) in resting-state blood oxygen level-dependent functional magnetic resonance imaging (BOLD fMRI) (rsfMRI) may also affect the resting-state fMRI (rsfMRI) frequency domain metrics the amplitude of low-frequency fluctuation (ALFF) and fractional ALFF (fALFF). Twelve de novo brain tumor patients, who underwent clinical fMRI examinations, including task-based fMRI (tbfMRI) and rsfMRI, were included in this Institutional Review Board-approved study. Each patient displayed decreased/absent tbfMRI activation in the primary ipsilesional (IL) sensorimotor cortex in the absence of a corresponding motor deficit or suboptimal task performance, consistent with NVU. Z-score maps for the motor tasks were obtained from general linear model analysis (reflecting motor activation vs. rest). Seed-based correlation analysis (SCA) maps of sensorimotor network, ALFF, and fALFF were calculated from rsfMRI data. Precentral and postcentral gyri in contralesional (CL) and IL hemispheres were parcellated using an automated anatomical labeling template for each patient. Region of interest (ROI) analysis was performed on four maps: tbfMRI, SCA, ALFF, and fALFF. Voxel values in the CL and IL ROIs of each map were divided by the corresponding global mean of ALFF and fALFF in the cortical brain tissue. Group analysis revealed significantly decreased IL ALFF (p = 0.02) and fALFF (p = 0.03) metrics compared with CL ROIs, consistent with similar findings of significantly decreased IL BOLD signal for tbfMRI (p = 0.0005) and SCA maps (p = 0.0004). The frequency domain metrics ALFF and fALFF may be markers of lesion-induced NVU in rsfMRI similar to previously reported alterations in tbfMRI activation and SCA-derived resting-state functional connectivity maps.

  20. Central Pulsatile Pressure and Flow Relationship in the Time and Frequency Domain to Characterise Hydraulic Input to the Brain and Cerebral Vascular Impedance.

    Science.gov (United States)

    Kim, Mi Ok; O'Rourke, Michael F; Adji, Audrey; Avolio, Alberto P

    2016-01-01

    In the time domain, pulsatile flow and pressure can be characterised as the ratio of the late systolic boost of flow or pressure to the pulse amplitude so as to estimate the hydraulic input to the brain. While vascular impedance has been widely used to represent the load presented to the heart by the systemic circulation, it has not been applied to the cerebral circulation.We set out to study the relationship between the pressure and the flow augmentation index (AIx) in the time domain and to determine cerebral vascular impedance using aortic blood pressure and cerebral blood flow waveforms in the frequency domain. Twenty-four young subjects (aged 21-39 years) were recruited; aortic pressure was derived using SphygmoCor from radial pressure. Flow waveforms were recorded from the middle cerebral artery. In three subjects, we performed the Valsalva manoeuvre to investigate their response to physiological intervention. There was a linear relationship between flow and pressure AIx, and cerebral impedance values were similar to those estimated for low resistance vascular beds. Substantial change in pressure and flow wave contour was observed during the Valsalva manoeuvre; however, the relationship in both the time and the frequency domains were unchanged. This confirms that aortic pressure and cerebral flow waveform can be used to study cerebral impedance.

  1. An efficient realization of frequency dependent boundary conditions in an acoustic finite-difference time-domain model

    DEFF Research Database (Denmark)

    Escolano-Carrasco, José; Jacobsen, Finn; López, J.J.

    2008-01-01

    The finite-difference time-domain (FDTD) method provides a simple and accurate way of solving initial boundary value problems. However, most acoustic problems involve frequency dependent boundary conditions, and it is not easy to include such boundary conditions in an FDTD model. Although solutions...... to this problem exist, most of them have high computational costs, and stability cannot always be ensured. In this work, a solution is proposed based on "mixing modelling strategies"; this involves separating the FDTD mesh and the boundary conditions (a digital filter representation of the impedance...

  2. Performance Errors in Weight Training and Their Correction.

    Science.gov (United States)

    Downing, John H.; Lander, Jeffrey E.

    2002-01-01

    Addresses general performance errors in weight training, also discussing each category of error separately. The paper focuses on frequency and intensity, incorrect training velocities, full range of motion, and symmetrical training. It also examines specific errors related to the bench press, squat, military press, and bent- over and seated row…

  3. Adaptive frequency-difference matched field processing for high frequency source localization in a noisy shallow ocean.

    Science.gov (United States)

    Worthmann, Brian M; Song, H C; Dowling, David R

    2017-01-01

    Remote source localization in the shallow ocean at frequencies significantly above 1 kHz is virtually impossible for conventional array signal processing techniques due to environmental mismatch. A recently proposed technique called frequency-difference matched field processing (Δf-MFP) [Worthmann, Song, and Dowling (2015). J. Acoust. Soc. Am. 138(6), 3549-3562] overcomes imperfect environmental knowledge by shifting the signal processing to frequencies below the signal's band through the use of a quadratic product of frequency-domain signal amplitudes called the autoproduct. This paper extends these prior Δf-MFP results to various adaptive MFP processors found in the literature, with particular emphasis on minimum variance distortionless response, multiple constraint method, multiple signal classification, and matched mode processing at signal-to-noise ratios (SNRs) from -20 to +20 dB. Using measurements from the 2011 Kauai Acoustic Communications Multiple University Research Initiative experiment, the localization performance of these techniques is analyzed and compared to Bartlett Δf-MFP. The results show that a source broadcasting a frequency sweep from 11.2 to 26.2 kHz through a 106 -m-deep sound channel over a distance of 3 km and recorded on a 16 element sparse vertical array can be localized using Δf-MFP techniques within average range and depth errors of 200 and 10 m, respectively, at SNRs down to 0 dB.

  4. Testing hypotheses on frequency effects in first language acquisition

    DEFF Research Database (Denmark)

    Kjærbæk, Laila; Basbøll, Hans

    2015-01-01

    On the basis of extensive literature studies, Ambridge, Kidd, Rowland and Theakston (2015) present five theses on frequency effects on language acquisition: i) the Levels and Kinds Thesis argues that frequency effects exist at all levels and are of many different kinds (e.g., type and token...... frequency effects as well as absolute and relative frequency effects); ii) the Age of Acquisition Thesis argues that all other things being equal, frequent forms will be acquired before less frequent forms. Since all other things are not equal, this claim does not entail a one-to-one relationship between...... frequency and age of acquisition; iii) the Prevent Error Thesis argues that high-frequency forms prevent (or reduce) errors in contexts in which they are the target; iv) the Cause Error Thesis argues that high-frequency forms also cause errors in contexts in which a competing, related lower-frequency form...

  5. Hermitian symmetry free optical-single-carrier frequency division multiple access for visible light communication

    Science.gov (United States)

    Azim, Ali W.; Le Guennec, Yannis; Maury, Ghislaine

    2018-05-01

    Optical-orthogonal frequency division multiplexing (O-OFDM) is an effective scheme for visible light communications (VLC), offering a candid extension to multiple access (MA) scenarios, i.e., O-OFDMA. However, O-OFDMA exhibits high peak-to-average power ratio (PAPR), which exacerbates the non-linear distortions from the light emitting diode (LED). To overcome high PAPR while sustaining MA, optical-single-carrier frequency-division multiple access (O-SCFDMA) is used. For both O-OFDMA and O-SCFDMA, Hermitian symmetry (HS) constraint is imposed in frequency-domain (FD) to obtain a real-valued time-domain (TD) signal for intensity modulation-direct detection (IM-DD) implementation of VLC. Howbeit, HS results in an increase of PAPR for O-SCFDMA. In this regard, we propose HS free (HSF) O-SCFDMA (HSFO-SCFDMA). We compare HSFO-SCFDMA with several approaches in key parameters, such as, bit error rate (BER), optical power penalty, PAPR, quantization, electrical power efficiency and system complexity. BER performance and optical power penalty is evaluated considering multipath VLC channel and taking into account the bandwidth limitation of LED in combination with its optimized driver. It is illustrated that HSFO-SCFDMA outperforms other alternatives.

  6. Prevalence and Distribution of Segmentation Errors in Macular Ganglion Cell Analysis of Healthy Eyes Using Cirrus HD-OCT.

    Directory of Open Access Journals (Sweden)

    Rayan A Alshareef

    Full Text Available To determine the frequency of different types of spectral domain optical coherence tomography (SD-OCT scan artifacts and errors in ganglion cell algorithm (GCA in healthy eyes.Infrared image, color-coded map and each of the 128 horizontal b-scans acquired in the macular ganglion cell-inner plexiform layer scans using the Cirrus HD-OCT (Carl Zeiss Meditec, Dublin, CA macular cube 512 × 128 protocol in 30 healthy normal eyes were evaluated. The frequency and pattern of each artifact was determined. Deviation of the segmentation line was classified into mild (less than 10 microns, moderate (10-50 microns and severe (more than 50 microns. Each deviation, if present, was noted as upward or downward deviation. Each artifact was further described as per location on the scan and zones in the total scan area.A total of 1029 (26.8% out of total 3840 scans had scan errors. The most common scan error was segmentation error (100%, followed by degraded images (6.70%, blink artifacts (0.09% and out of register artifacts (3.3%. Misidentification of the inner retinal layers was most frequent (62%. Upward Deviation of the segmentation line (47.91% and severe deviation (40.3% were more often noted. Artifacts were mostly located in the central scan area (16.8%. The average number of scans with artifacts per eye was 34.3% and was not related to signal strength on Spearman correlation (p = 0.36.This study reveals that image artifacts and scan errors in SD-OCT GCA analysis are common and frequently involve segmentation errors. These errors may affect inner retinal thickness measurements in a clinically significant manner. Careful review of scans for artifacts is important when using this feature of SD-OCT device.

  7. Fault Detection of Aircraft Cable via Spread Spectrum Time Domain Reflectometry

    Directory of Open Access Journals (Sweden)

    Xudong SHI

    2014-03-01

    Full Text Available As the airplane cable fault detection based on TDR (time domain reflectometry is affected easily by various noise signals, which makes the reflected signal attenuate and distort heavily, failing to locate the fault. In order to solve these problems, a method of spread spectrum time domain reflectometry (SSTDR is introduced in this paper, taking the advantage of the sharp peak of correlation function. The test signal is generated from ML sequence (MLS modulated by sine wave in the same frequency. Theoretically, the test signal has the very high immunity of noise, which can be applied with excellent precision to fault location on the aircraft cable. In this paper, the method of SSTDR was normally simulated in MATLAB. Then, an experimental setup, based on LabVIEW, was organized to detect and locate the fault on the aircraft cable. It has been demonstrated that SSTDR has the high immunity of noise, reducing some detection errors effectively.

  8. Fail Better: Toward a Taxonomy of E-Learning Error

    Science.gov (United States)

    Priem, Jason

    2010-01-01

    The study of student error, important across many fields of educational research, has begun to attract interest in the field of e-learning, particularly in relation to usability. However, it remains unclear when errors should be avoided (as usability failures) or embraced (as learning opportunities). Many domains have benefited from taxonomies of…

  9. In vivo spatial frequency domain spectroscopy of two layer media

    Science.gov (United States)

    Yudovsky, Dmitry; Nguyen, John Quan M.; Durkin, Anthony J.

    2012-10-01

    Monitoring of tissue blood volume and local oxygen saturation can inform the assessment of tissue health, healing, and dysfunction. These quantities can be estimated from the contribution of oxyhemoglobin and deoxyhemoglobin to the absorption spectrum of the dermis. However, estimation of blood related absorption in skin can be confounded by the strong absorption of melanin in the epidermis and epidermal thickness and pigmentation varies with anatomic location, race, gender, and degree of disease progression. Therefore, a method is desired that decouples the effect of melanin absorption in the epidermis from blood absorption in the dermis for a large range of skin types and thicknesses. A previously developed inverse method based on a neural network forward model was applied to simulated spatial frequency domain reflectance of skin for multiple wavelengths in the near infrared. It is demonstrated that the optical thickness of the epidermis and absorption and reduced scattering coefficients of the dermis can be determined independently and with minimal coupling. Then, the same inverse method was applied to reflectance measurements from a tissue simulating phantom and in vivo human skin. Oxygen saturation and total hemoglobin concentrations were estimated from the volar forearms of weakly and strongly pigmented subjects using a standard homogeneous model and the present two layer model.

  10. Frequency-domain beamformers using conjugate gradient techniques for speech enhancement.

    Science.gov (United States)

    Zhao, Shengkui; Jones, Douglas L; Khoo, Suiyang; Man, Zhihong

    2014-09-01

    A multiple-iteration constrained conjugate gradient (MICCG) algorithm and a single-iteration constrained conjugate gradient (SICCG) algorithm are proposed to realize the widely used frequency-domain minimum-variance-distortionless-response (MVDR) beamformers and the resulting algorithms are applied to speech enhancement. The algorithms are derived based on the Lagrange method and the conjugate gradient techniques. The implementations of the algorithms avoid any form of explicit or implicit autocorrelation matrix inversion. Theoretical analysis establishes formal convergence of the algorithms. Specifically, the MICCG algorithm is developed based on a block adaptation approach and it generates a finite sequence of estimates that converge to the MVDR solution. For limited data records, the estimates of the MICCG algorithm are better than the conventional estimators and equivalent to the auxiliary vector algorithms. The SICCG algorithm is developed based on a continuous adaptation approach with a sample-by-sample updating procedure and the estimates asymptotically converge to the MVDR solution. An illustrative example using synthetic data from a uniform linear array is studied and an evaluation on real data recorded by an acoustic vector sensor array is demonstrated. Performance of the MICCG algorithm and the SICCG algorithm are compared with the state-of-the-art approaches.

  11. Impact and quantification of the sources of error in DNA pooling designs.

    Science.gov (United States)

    Jawaid, A; Sham, P

    2009-01-01

    The analysis of genome wide variation offers the possibility of unravelling the genes involved in the pathogenesis of disease. Genome wide association studies are also particularly useful for identifying and validating targets for therapeutic intervention as well as for detecting markers for drug efficacy and side effects. The cost of such large-scale genetic association studies may be reduced substantially by the analysis of pooled DNA from multiple individuals. However, experimental errors inherent in pooling studies lead to a potential increase in the false positive rate and a loss in power compared to individual genotyping. Here we quantify various sources of experimental error using empirical data from typical pooling experiments and corresponding individual genotyping counts using two statistical methods. We provide analytical formulas for calculating these different errors in the absence of complete information, such as replicate pool formation, and for adjusting for the errors in the statistical analysis. We demonstrate that DNA pooling has the potential of estimating allele frequencies accurately, and adjusting the pooled allele frequency estimates for differential allelic amplification considerably improves accuracy. Estimates of the components of error show that differential allelic amplification is the most important contributor to the error variance in absolute allele frequency estimation, followed by allele frequency measurement and pool formation errors. Our results emphasise the importance of minimising experimental errors and obtaining correct error estimates in genetic association studies.

  12. Frequency-domain lifetime fluorometry of double-labeled creatine kinase.

    Science.gov (United States)

    Gregor, M; Kubala, M; Amler, E; Mejsnar, J

    2003-01-01

    Myofibril-bound creatine kinase EC 2.7.3.2 (CK), a key enzyme of muscle energy metabolism, has been selected for studies of conformational changes that underlie the cellular control of enzyme activity. For fluorescence spectroscopy measurements, the CK molecule was double-labeled with IAF (5-iodoacetamidofluorescein) and ErITC (erythrosin 5'-isothiocyanate). Measurement of fluorescence resonance energy transfer (FRET) from fluorescein to erythrosin was used to obtain information about the donor-acceptor pair distance. Frequency-domain lifetime measurements evaluate the donor-acceptor distance in the native CK molecule as 7.8 nm. The Förster radius equals 5.3 nm with the resolution range from 0.2 to 1.0 nm. Erythrosin-fluorescein labeling (EFL) was tested for artificial conformational changes of the CK molecule with high-salt concentration treatment. The transition distance, defined by His-97 and Cys-283 and derived from a 3D model equals 0.766 nm for the open (inactive) form and 0.277 nm for the closed (reactive) form of the CK molecule. In this way, the resolution range of the used spectroscopy method is significant, concerning the difference of 0.489 nm. Nevertheless, the CK enzyme activity, assessed by the hexokinase-coupled assay, was diminished down to 1 % of the activity of the native enzyme. EFL is suitable for description of conformational behavior implied from the regulation of creatine kinase. However, the observed inhibition restricts EFL to studies of conformational changes during natural catalytic activity.

  13. Refractive errors in children and adolescents in Bucaramanga (Colombia).

    Science.gov (United States)

    Galvis, Virgilio; Tello, Alejandro; Otero, Johanna; Serrano, Andrés A; Gómez, Luz María; Castellanos, Yuly

    2017-01-01

    The aim of this study was to establish the frequency of refractive errors in children and adolescents aged between 8 and 17 years old, living in the metropolitan area of Bucaramanga (Colombia). This study was a secondary analysis of two descriptive cross-sectional studies that applied sociodemographic surveys and assessed visual acuity and refraction. Ametropias were classified as myopic errors, hyperopic errors, and mixed astigmatism. Eyes were considered emmetropic if none of these classifications were made. The data were collated using free software and analyzed with STATA/IC 11.2. One thousand two hundred twenty-eight individuals were included in this study. Girls showed a higher rate of ametropia than boys. Hyperopic refractive errors were present in 23.1% of the subjects, and myopic errors in 11.2%. Only 0.2% of the eyes had high myopia (≤-6.00 D). Mixed astigmatism and anisometropia were uncommon, and myopia frequency increased with age. There were statistically significant steeper keratometric readings in myopic compared to hyperopic eyes. The frequency of refractive errors that we found of 36.7% is moderate compared to the global data. The rates and parameters statistically differed by sex and age groups. Our findings are useful for establishing refractive error rate benchmarks in low-middle-income countries and as a baseline for following their variation by sociodemographic factors.

  14. Refractive errors in children and adolescents in Bucaramanga (Colombia

    Directory of Open Access Journals (Sweden)

    Virgilio Galvis

    Full Text Available ABSTRACT Purpose: The aim of this study was to establish the frequency of refractive errors in children and adolescents aged between 8 and 17 years old, living in the metropolitan area of Bucaramanga (Colombia. Methods: This study was a secondary analysis of two descriptive cross-sectional studies that applied sociodemographic surveys and assessed visual acuity and refraction. Ametropias were classified as myopic errors, hyperopic errors, and mixed astigmatism. Eyes were considered emmetropic if none of these classifications were made. The data were collated using free software and analyzed with STATA/IC 11.2. Results: One thousand two hundred twenty-eight individuals were included in this study. Girls showed a higher rate of ametropia than boys. Hyperopic refractive errors were present in 23.1% of the subjects, and myopic errors in 11.2%. Only 0.2% of the eyes had high myopia (≤-6.00 D. Mixed astigmatism and anisometropia were uncommon, and myopia frequency increased with age. There were statistically significant steeper keratometric readings in myopic compared to hyperopic eyes. Conclusions: The frequency of refractive errors that we found of 36.7% is moderate compared to the global data. The rates and parameters statistically differed by sex and age groups. Our findings are useful for establishing refractive error rate benchmarks in low-middle-income countries and as a baseline for following their variation by sociodemographic factors.

  15. Frequency-Domain Robust Performance Condition for Controller Uncertainty in SISO LTI Systems: A Geometric Approach

    Directory of Open Access Journals (Sweden)

    Vahid Raissi Dehkordi

    2009-01-01

    Full Text Available This paper deals with the robust performance problem of a linear time-invariant control system in the presence of robust controller uncertainty. Assuming that plant uncertainty is modeled as an additive perturbation, a geometrical approach is followed in order to find a necessary and sufficient condition for robust performance in the form of a bound on the magnitude of controller uncertainty. This frequency domain bound is derived by converting the problem into an optimization problem, whose solution is shown to be more time-efficient than a conventional structured singular value calculation. The bound on controller uncertainty can be used in controller order reduction and implementation problems.

  16. Feasibility of spatial frequency domain imaging (SFDI) for optically characterizing a preclinical oncology model.

    Science.gov (United States)

    Tabassum, Syeda; Zhao, Yanyu; Istfan, Raeef; Wu, Junjie; Waxman, David J; Roblyer, Darren

    2016-10-01

    Determination of chemotherapy efficacy early during treatment would provide more opportunities for physicians to alter and adapt treatment plans. Diffuse optical technologies may be ideally suited to track early biological events following chemotherapy administration due to low cost and high information content. We evaluated the use of spatial frequency domain imaging (SFDI) to characterize a small animal tumor model in order to move towards the goal of endogenous optical monitoring of cancer therapy in a controlled preclinical setting. The effects of key measurement parameters including the choice of imaging spatial frequency and the repeatability of measurements were evaluated. The precision of SFDI optical property extractions over repeat mouse measurements was determined to be within 3.52% for move and replace experiments. Baseline optical properties and chromophore values as well as intratumor heterogeneity were evaluated over 25 tumors. Additionally, tumor growth and chemotherapy response were monitored over a 45 day longitudinal study in a small number of mice to demonstrate the ability of SFDI to track treatment effects. Optical scattering and oxygen saturation increased as much as 70% and 25% respectively in treated tumors, suggesting SFDI may be useful for preclinical tracking of cancer therapies.

  17. Using lexical variables to predict picture-naming errors in jargon aphasia

    Directory of Open Access Journals (Sweden)

    Catherine Godbold

    2015-04-01

    Full Text Available Introduction Individuals with jargon aphasia produce fluent output which often comprises high proportions of non-word errors (e.g., maf for dog. Research has been devoted to identifying the underlying mechanisms behind such output. Some accounts posit a reduced flow of spreading activation between levels in the lexical network (e.g., Robson et al., 2003. If activation level differences across the lexical network are a cause of non-word outputs, we would predict improved performance when target items reflect an increased flow of activation between levels (e.g. more frequently-used words are often represented by higher resting levels of activation. This research investigates the effect of lexical properties of targets (e.g., frequency, imageability on accuracy, error type (real word vs. non-word and target-error overlap of non-word errors in a picture naming task by individuals with jargon aphasia. Method Participants were 17 individuals with Wernicke’s aphasia, who produced a high proportion of non-word errors (>20% of errors on the Philadelphia Naming Test (PNT; Roach et al., 1996. The data were retrieved from the Moss Aphasic Psycholinguistic Database Project (MAPPD, Mirman et al., 2010. We used a series of mixed models to test whether lexical variables predicted accuracy, error type (real word vs. non-word and target-error overlap for the PNT data. As lexical variables tend to be highly correlated, we performed a principal components analysis to reduce the variables into five components representing variables associated with phonology (length, phonotactic probability, neighbourhood density and neighbourhood frequency, semantics (imageability and concreteness, usage (frequency and age-of-acquisition, name agreement and visual complexity. Results and Discussion Table 1 shows the components that made a significant contribution to each model. Individuals with jargon aphasia produced more correct responses and fewer non-word errors relative to

  18. Fast phase stabilization of a low frequency beat note for atom interferometry

    Energy Technology Data Exchange (ETDEWEB)

    Oh, E.; Horne, R. A.; Sackett, C. A., E-mail: sackett@virginia.edu [Department of Physics, University of Virginia, 382 McCormick Road, Charlottesville, Virginia 22904-4714 (United States)

    2016-06-15

    Atom interferometry experiments rely on the ability to obtain a stable signal that corresponds to an atomic phase. For interferometers that use laser beams to manipulate the atoms, noise in the lasers can lead to errors in the atomic measurement. In particular, it is often necessary to actively stabilize the optical phase between two frequency components of the beams. Typically this is achieved using a time-domain measurement of a beat note between the two frequencies. This becomes challenging when the frequency difference is small and the phase measurement must be made quickly. The method presented here instead uses a spatial interference detection to rapidly measure the optical phase for arbitrary frequency differences. A feedback system operating at a bandwidth of about 10 MHz could then correct the phase in about 3 μs. This time is short enough that the phase correction could be applied at the start of a laser pulse without appreciably degrading the fidelity of the atom interferometer operation. The phase stabilization system was demonstrated in a simple atom interferometer measurement of the {sup 87}Rb recoil frequency.

  19. Frequency-domain Harman technique for rapid characterization of bulk and thin film thermoelectric materials

    Science.gov (United States)

    Moran, Samuel

    Nanostructured thermoelectrics, often in the form of thin films, may potentially improve the generally poor efficiency of bulk thermoelectric power generators and coolers. In order to characterize the efficiency of these new materials it is necessary to measure their thermoelectric figure of merit, ZT. The only direct measurement of ZT is based on the Harman technique and relies on measuring the voltage drop across a sample subjected to a passing continuous current. Application of this technique to thin films is currently carried out as a time-domain measurement of the voltage as the thermal component decays after switching off an applied voltage. This work develops a technique for direct simultaneous measurement of figure of merit and Seebeck coefficient from the harmonic response of a thermoelectric material under alternating current excitation. A thermocouple mounted on the top surface measures voltage across the device as the frequency of the applied voltage is varied. A thermal model allows the sample thermal conductivity to also be determined and shows good agreement with measurements. This technique provides improved signal-to-noise ratio and accuracy compared to time-domain ZT measurements for comparable conditions while simultaneously measuring Seebeck coefficient. The technique is applied to both bulk and thin film thermoelectric samples.

  20. A time and frequency synchronization method for CO-OFDM based on CMA equalizers

    Science.gov (United States)

    Ren, Kaixuan; Li, Xiang; Huang, Tianye; Cheng, Zhuo; Chen, Bingwei; Wu, Xu; Fu, Songnian; Ping, Perry Shum

    2018-06-01

    In this paper, an efficient time and frequency synchronization method based on a new training symbol structure is proposed for polarization division multiplexing (PDM) coherent optical orthogonal frequency division multiplexing (CO-OFDM) systems. The coarse timing synchronization is achieved by exploiting the correlation property of the first training symbol, and the fine timing synchronization is accomplished by using the time-domain symmetric conjugate of the second training symbol. Furthermore, based on these training symbols, a constant modulus algorithm (CMA) is proposed for carrier frequency offset (CFO) estimation. Theoretical analysis and simulation results indicate that the algorithm has the advantages of robustness to poor optical signal-to-noise ratio (OSNR) and chromatic dispersion (CD). The frequency offset estimation range can achieve [ -Nsc/2 ΔfN , + Nsc/2 ΔfN ] GHz with the mean normalized estimation error below 12 × 10-3 even under the condition of OSNR as low as 10 dB.

  1. Error evaluation method for material accountancy measurement. Evaluation of random and systematic errors based on material accountancy data

    International Nuclear Information System (INIS)

    Nidaira, Kazuo

    2008-01-01

    International Target Values (ITV) shows random and systematic measurement uncertainty components as a reference for routinely achievable measurement quality in the accountancy measurement. The measurement uncertainty, called error henceforth, needs to be periodically evaluated and checked against ITV for consistency as the error varies according to measurement methods, instruments, operators, certified reference samples, frequency of calibration, and so on. In the paper an error evaluation method was developed with focuses on (1) Specifying clearly error calculation model, (2) Getting always positive random and systematic error variances, (3) Obtaining probability density distribution of an error variance and (4) Confirming the evaluation method by simulation. In addition the method was demonstrated by applying real data. (author)

  2. Computable error estimates for Monte Carlo finite element approximation of elliptic PDE with lognormal diffusion coefficients

    KAUST Repository

    Hall, Eric

    2016-01-09

    The Monte Carlo (and Multi-level Monte Carlo) finite element method can be used to approximate observables of solutions to diffusion equations with lognormal distributed diffusion coefficients, e.g. modeling ground water flow. Typical models use lognormal diffusion coefficients with H´ older regularity of order up to 1/2 a.s. This low regularity implies that the high frequency finite element approximation error (i.e. the error from frequencies larger than the mesh frequency) is not negligible and can be larger than the computable low frequency error. We address how the total error can be estimated by the computable error.

  3. Diagnostic errors in pediatric radiology

    International Nuclear Information System (INIS)

    Taylor, George A.; Voss, Stephan D.; Melvin, Patrice R.; Graham, Dionne A.

    2011-01-01

    Little information is known about the frequency, types and causes of diagnostic errors in imaging children. Our goals were to describe the patterns and potential etiologies of diagnostic error in our subspecialty. We reviewed 265 cases with clinically significant diagnostic errors identified during a 10-year period. Errors were defined as a diagnosis that was delayed, wrong or missed; they were classified as perceptual, cognitive, system-related or unavoidable; and they were evaluated by imaging modality and level of training of the physician involved. We identified 484 specific errors in the 265 cases reviewed (mean:1.8 errors/case). Most discrepancies involved staff (45.5%). Two hundred fifty-eight individual cognitive errors were identified in 151 cases (mean = 1.7 errors/case). Of these, 83 cases (55%) had additional perceptual or system-related errors. One hundred sixty-five perceptual errors were identified in 165 cases. Of these, 68 cases (41%) also had cognitive or system-related errors. Fifty-four system-related errors were identified in 46 cases (mean = 1.2 errors/case) of which all were multi-factorial. Seven cases were unavoidable. Our study defines a taxonomy of diagnostic errors in a large academic pediatric radiology practice and suggests that most are multi-factorial in etiology. Further study is needed to define effective strategies for improvement. (orig.)

  4. The Nature of Error in Adolescent Student Writing

    Science.gov (United States)

    Wilcox, Kristen Campbell; Yagelski, Robert; Yu, Fang

    2014-01-01

    This study examined the nature and frequency of error in high school native English speaker (L1) and English learner (L2) writing. Four main research questions were addressed: Are there significant differences in students' error rates in English language arts (ELA) and social studies? Do the most common errors made by students differ in ELA…

  5. Towards Error Handling in a DSL for Robot Assembly Tasks

    DEFF Research Database (Denmark)

    Laursen, Johan S.; Buch, Jacob P.; Sørensen, Lars C.

    This work-in-progress paper presents our work with a domain specific language (DSL) for tackling the issue of programming robots for small-sized batch production. We observe that as the complexity of assembly increases so does the likelihood of errors, and these errors need to be addressed...

  6. A frequency domain linearized Navier-Stokes method including acoustic damping by eddy viscosity using RANS

    Science.gov (United States)

    Holmberg, Andreas; Kierkegaard, Axel; Weng, Chenyang

    2015-06-01

    In this paper, a method for including damping of acoustic energy in regions of strong turbulence is derived for a linearized Navier-Stokes method in the frequency domain. The proposed method is validated and analyzed in 2D only, although the formulation is fully presented in 3D. The result is applied in a study of the linear interaction between the acoustic and the hydrodynamic field in a 2D T-junction, subject to grazing flow at Mach 0.1. Part of the acoustic energy at the upstream edge of the junction is shed as harmonically oscillating disturbances, which are conveyed across the shear layer over the junction, where they interact with the acoustic field. As the acoustic waves travel in regions of strong shear, there is a need to include the interaction between the background turbulence and the acoustic field. For this purpose, the oscillation of the background turbulence Reynold's stress, due to the acoustic field, is modeled using an eddy Newtonian model assumption. The time averaged flow is first solved for using RANS along with a k-ε turbulence model. The spatially varying turbulent eddy viscosity is then added to the spatially invariant kinematic viscosity in the acoustic set of equations. The response of the 2D T-junction to an incident acoustic field is analyzed via a plane wave scattering matrix model, and the result is compared to experimental data for a T-junction of rectangular ducts. A strong improvement in the agreement between calculation and experimental data is found when the modification proposed in this paper is implemented. Discrepancies remaining are likely due to inaccuracies in the selected turbulence model, which is known to produce large errors e.g. for flows with significant rotation, which the grazing flow across the T-junction certainly is. A natural next step is therefore to test the proposed methodology together with more sophisticated turbulence models.

  7. Sub-nanometer periodic nonlinearity error in absolute distance interferometers

    Science.gov (United States)

    Yang, Hongxing; Huang, Kaiqi; Hu, Pengcheng; Zhu, Pengfei; Tan, Jiubin; Fan, Zhigang

    2015-05-01

    Periodic nonlinearity which can result in error in nanometer scale has become a main problem limiting the absolute distance measurement accuracy. In order to eliminate this error, a new integrated interferometer with non-polarizing beam splitter is developed. This leads to disappearing of the frequency and/or polarization mixing. Furthermore, a strict requirement on the laser source polarization is highly reduced. By combining retro-reflector and angel prism, reference and measuring beams can be spatially separated, and therefore, their optical paths are not overlapped. So, the main cause of the periodic nonlinearity error, i.e., the frequency and/or polarization mixing and leakage of beam, is eliminated. Experimental results indicate that the periodic phase error is kept within 0.0018°.

  8. Sensitivity of Multicarrier Two-Dimensional Spreading Schemes to Synchronization Errors

    Directory of Open Access Journals (Sweden)

    Geneviève Jourdain

    2008-06-01

    Full Text Available This paper presents the impact of synchronization errors on the performance of a downlink multicarrier two-dimensional spreading OFDM-CDMA system. This impact is measured by the degradation of the signal to interference and noise ratio (SINR obtained after despreading and equalization. The contribution of this paper is twofold. First, we use some properties of random matrix and free probability theories to derive a new expression of the SINR. This expression is then independent of the actual value of the spreading codes while still accounting for the orthogonality between codes. This model is validated by means of Monte Carlo simulations. Secondly, the model is exploited to derive the SINR degradation of OFDM-CDMA systems due to synchronization errors which include a timing error, a carrier frequency offset, and a sampling frequency offset. It is also exploited to compare the sensitivities of MC-CDMA and MC-DS-CDMA systems to these errors in a frequency selective channel. This work is carried out for zero-forcing and minimum mean square error equalizers.

  9. Error Detection-Based Model to Assess Educational Outcomes in Crisis Resource Management Training: A Pilot Study.

    Science.gov (United States)

    Bouhabel, Sarah; Kay-Rivest, Emily; Nhan, Carol; Bank, Ilana; Nugus, Peter; Fisher, Rachel; Nguyen, Lily Hp

    2017-06-01

    Otolaryngology-head and neck surgery (OTL-HNS) residents face a variety of difficult, high-stress situations, which may occur early in their training. Since these events occur infrequently, simulation-based learning has become an important part of residents' training and is already well established in fields such as anesthesia and emergency medicine. In the domain of OTL-HNS, it is gradually gaining in popularity. Crisis Resource Management (CRM), a program adapted from the aviation industry, aims to improve outcomes of crisis situations by attempting to mitigate human errors. Some examples of CRM principles include cultivating situational awareness; promoting proper use of available resources; and improving rapid decision making, particularly in high-acuity, low-frequency clinical situations. Our pilot project sought to integrate CRM principles into an airway simulation course for OTL-HNS residents, but most important, it evaluated whether learning objectives were met, through use of a novel error identification model.

  10. Error analysis for intrinsic quality factor measurement in superconducting radio frequency resonators.

    Science.gov (United States)

    Melnychuk, O; Grassellino, A; Romanenko, A

    2014-12-01

    In this paper, we discuss error analysis for intrinsic quality factor (Q0) and accelerating gradient (Eacc) measurements in superconducting radio frequency (SRF) resonators. The analysis is applicable for cavity performance tests that are routinely performed at SRF facilities worldwide. We review the sources of uncertainties along with the assumptions on their correlations and present uncertainty calculations with a more complete procedure for treatment of correlations than in previous publications [T. Powers, in Proceedings of the 12th Workshop on RF Superconductivity, SuP02 (Elsevier, 2005), pp. 24-27]. Applying this approach to cavity data collected at Vertical Test Stand facility at Fermilab, we estimated total uncertainty for both Q0 and Eacc to be at the level of approximately 4% for input coupler coupling parameter β1 in the [0.5, 2.5] range. Above 2.5 (below 0.5) Q0 uncertainty increases (decreases) with β1 whereas Eacc uncertainty, in contrast with results in Powers [in Proceedings of the 12th Workshop on RF Superconductivity, SuP02 (Elsevier, 2005), pp. 24-27], is independent of β1. Overall, our estimated Q0 uncertainty is approximately half as large as that in Powers [in Proceedings of the 12th Workshop on RF Superconductivity, SuP02 (Elsevier, 2005), pp. 24-27].

  11. Determining the von Mises stress power spectral density for frequency domain fatigue analysis including out-of-phase stress components

    Science.gov (United States)

    Bonte, M. H. A.; de Boer, A.; Liebregts, R.

    2007-04-01

    This paper provides a new formula to take into account phase differences in the determination of an equivalent von Mises stress power spectral density (PSD) from multiple random inputs. The obtained von Mises PSD can subsequently be used for fatigue analysis. The formula was derived for use in the commercial vehicle business and was implemented in combination with Finite Element software to predict and analyse fatigue failure in the frequency domain.

  12. Issues with data and analyses: Errors, underlying themes, and potential solutions.

    Science.gov (United States)

    Brown, Andrew W; Kaiser, Kathryn A; Allison, David B

    2018-03-13

    Some aspects of science, taken at the broadest level, are universal in empirical research. These include collecting, analyzing, and reporting data. In each of these aspects, errors can and do occur. In this work, we first discuss the importance of focusing on statistical and data errors to continually improve the practice of science. We then describe underlying themes of the types of errors and postulate contributing factors. To do so, we describe a case series of relatively severe data and statistical errors coupled with surveys of some types of errors to better characterize the magnitude, frequency, and trends. Having examined these errors, we then discuss the consequences of specific errors or classes of errors. Finally, given the extracted themes, we discuss methodological, cultural, and system-level approaches to reducing the frequency of commonly observed errors. These approaches will plausibly contribute to the self-critical, self-correcting, ever-evolving practice of science, and ultimately to furthering knowledge.

  13. Computational error estimates for Monte Carlo finite element approximation with log normal diffusion coefficients

    KAUST Repository

    Sandberg, Mattias

    2015-01-01

    log normal diffusion coefficients with H¨older regularity of order up to 1/2 a.s. This low regularity implies that the high frequency finite element approximation error (i.e. the error from frequencies larger than the mesh frequency) is not negligible

  14. Time-dependent phase error correction using digital waveform synthesis

    Science.gov (United States)

    Doerry, Armin W.; Buskirk, Stephen

    2017-10-10

    The various technologies presented herein relate to correcting a time-dependent phase error generated as part of the formation of a radar waveform. A waveform can be pre-distorted to facilitate correction of an error induced into the waveform by a downstream operation/component in a radar system. For example, amplifier power droop effect can engender a time-dependent phase error in a waveform as part of a radar signal generating operation. The error can be quantified and an according complimentary distortion can be applied to the waveform to facilitate negation of the error during the subsequent processing of the waveform. A time domain correction can be applied by a phase error correction look up table incorporated into a waveform phase generator.

  15. A frequency-domain method for solving linear time delay systems with constant coefficients

    Science.gov (United States)

    Jin, Mengshi; Chen, Wei; Song, Hanwen; Xu, Jian

    2018-03-01

    In an active control system, time delay will occur due to processes such as signal acquisition and transmission, calculation, and actuation. Time delay systems are usually described by delay differential equations (DDEs). Since it is hard to obtain an analytical solution to a DDE, numerical solution is of necessity. This paper presents a frequency-domain method that uses a truncated transfer function to solve a class of DDEs. The theoretical transfer function is the sum of infinite items expressed in terms of poles and residues. The basic idea is to select the dominant poles and residues to truncate the transfer function, thus ensuring the validity of the solution while improving the efficiency of calculation. Meanwhile, the guideline of selecting these poles and residues is provided. Numerical simulations of both stable and unstable delayed systems are given to verify the proposed method, and the results are presented and analysed in detail.

  16. An analysis of instabilities of nuclear-coupled density-wave in BWR using modern frequency-domain control theory

    International Nuclear Information System (INIS)

    Zhao Yangping; Gao Huahun; Fu Longzhou

    1991-01-01

    A state-of-the-art multi-variable frequency-domain model has been developed for analysis of instabilities of nuclear-coupled density-wave in BWR core. The characteristic locus method is used for analysing the stability of BWR. A computer code-NUCTHIA has been derived. The model has been tested against the existing experimental data and compared with results of past single-variable analyses. By using the NUCTHIA code, the investigations of effects of main system parameters on BWW core stability have also been made. All the results are consistent with the experimental data

  17. Errors in radiographic recognition in the emergency room

    International Nuclear Information System (INIS)

    Britton, C.A.; Cooperstein, L.A.

    1986-01-01

    For 6 months we monitored the frequency and type of errors in radiographic recognition made by radiology residents on call in our emergency room. A relatively low error rate was observed, probably because the authors evaluated cognitive errors only, rather than include those of interpretation. The most common missed finding was a small fracture, particularly on the hands or feet. First-year residents were most likely to make an error, but, interestingly, our survey revealed a small subset of upper-level residents who made a disproportionate number of errors

  18. Errors in Neonatology

    Directory of Open Access Journals (Sweden)

    Antonio Boldrini

    2013-06-01

    Full Text Available Introduction: Danger and errors are inherent in human activities. In medical practice errors can lean to adverse events for patients. Mass media echo the whole scenario. Methods: We reviewed recent published papers in PubMed database to focus on the evidence and management of errors in medical practice in general and in Neonatology in particular. We compared the results of the literature with our specific experience in Nina Simulation Centre (Pisa, Italy. Results: In Neonatology the main error domains are: medication and total parenteral nutrition, resuscitation and respiratory care, invasive procedures, nosocomial infections, patient identification, diagnostics. Risk factors include patients’ size, prematurity, vulnerability and underlying disease conditions but also multidisciplinary teams, working conditions providing fatigue, a large variety of treatment and investigative modalities needed. Discussion and Conclusions: In our opinion, it is hardly possible to change the human beings but it is likely possible to change the conditions under they work. Voluntary errors report systems can help in preventing adverse events. Education and re-training by means of simulation can be an effective strategy too. In Pisa (Italy Nina (ceNtro di FormazIone e SimulazioNe NeonAtale is a simulation center that offers the possibility of a continuous retraining for technical and non-technical skills to optimize neonatological care strategies. Furthermore, we have been working on a novel skill trainer for mechanical ventilation (MEchatronic REspiratory System SImulator for Neonatal Applications, MERESSINA. Finally, in our opinion national health policy indirectly influences risk for errors. Proceedings of the 9th International Workshop on Neonatology · Cagliari (Italy · October 23rd-26th, 2013 · Learned lessons, changing practice and cutting-edge research

  19. Inferring domain-domain interactions from protein-protein interactions with formal concept analysis.

    Directory of Open Access Journals (Sweden)

    Susan Khor

    Full Text Available Identifying reliable domain-domain interactions will increase our ability to predict novel protein-protein interactions, to unravel interactions in protein complexes, and thus gain more information about the function and behavior of genes. One of the challenges of identifying reliable domain-domain interactions is domain promiscuity. Promiscuous domains are domains that can occur in many domain architectures and are therefore found in many proteins. This becomes a problem for a method where the score of a domain-pair is the ratio between observed and expected frequencies because the protein-protein interaction network is sparse. As such, many protein-pairs will be non-interacting and domain-pairs with promiscuous domains will be penalized. This domain promiscuity challenge to the problem of inferring reliable domain-domain interactions from protein-protein interactions has been recognized, and a number of work-arounds have been proposed. This paper reports on an application of Formal Concept Analysis to this problem. It is found that the relationship between formal concepts provides a natural way for rare domains to elevate the rank of promiscuous domain-pairs and enrich highly ranked domain-pairs with reliable domain-domain interactions. This piggybacking of promiscuous domain-pairs onto less promiscuous domain-pairs is possible only with concept lattices whose attribute-labels are not reduced and is enhanced by the presence of proteins that comprise both promiscuous and rare domains.

  20. Inferring Domain-Domain Interactions from Protein-Protein Interactions with Formal Concept Analysis

    Science.gov (United States)

    Khor, Susan

    2014-01-01

    Identifying reliable domain-domain interactions will increase our ability to predict novel protein-protein interactions, to unravel interactions in protein complexes, and thus gain more information about the function and behavior of genes. One of the challenges of identifying reliable domain-domain interactions is domain promiscuity. Promiscuous domains are domains that can occur in many domain architectures and are therefore found in many proteins. This becomes a problem for a method where the score of a domain-pair is the ratio between observed and expected frequencies because the protein-protein interaction network is sparse. As such, many protein-pairs will be non-interacting and domain-pairs with promiscuous domains will be penalized. This domain promiscuity challenge to the problem of inferring reliable domain-domain interactions from protein-protein interactions has been recognized, and a number of work-arounds have been proposed. This paper reports on an application of Formal Concept Analysis to this problem. It is found that the relationship between formal concepts provides a natural way for rare domains to elevate the rank of promiscuous domain-pairs and enrich highly ranked domain-pairs with reliable domain-domain interactions. This piggybacking of promiscuous domain-pairs onto less promiscuous domain-pairs is possible only with concept lattices whose attribute-labels are not reduced and is enhanced by the presence of proteins that comprise both promiscuous and rare domains. PMID:24586450

  1. Speech Errors in Progressive Non-Fluent Aphasia

    Science.gov (United States)

    Ash, Sharon; McMillan, Corey; Gunawardena, Delani; Avants, Brian; Morgan, Brianna; Khan, Alea; Moore, Peachie; Gee, James; Grossman, Murray

    2010-01-01

    The nature and frequency of speech production errors in neurodegenerative disease have not previously been precisely quantified. In the present study, 16 patients with a progressive form of non-fluent aphasia (PNFA) were asked to tell a story from a wordless children's picture book. Errors in production were classified as either phonemic,…

  2. Non-Pilot-Aided Sequential Monte Carlo Method to Joint Signal, Phase Noise, and Frequency Offset Estimation in Multicarrier Systems

    Directory of Open Access Journals (Sweden)

    Christelle Garnier

    2008-05-01

    Full Text Available We address the problem of phase noise (PHN and carrier frequency offset (CFO mitigation in multicarrier receivers. In multicarrier systems, phase distortions cause two effects: the common phase error (CPE and the intercarrier interference (ICI which severely degrade the accuracy of the symbol detection stage. Here, we propose a non-pilot-aided scheme to jointly estimate PHN, CFO, and multicarrier signal in time domain. Unlike existing methods, non-pilot-based estimation is performed without any decision-directed scheme. Our approach to the problem is based on Bayesian estimation using sequential Monte Carlo filtering commonly referred to as particle filtering. The particle filter is efficiently implemented by combining the principles of the Rao-Blackwellization technique and an approximate optimal importance function for phase distortion sampling. Moreover, in order to fully benefit from time-domain processing, we propose a multicarrier signal model which includes the redundancy information induced by the cyclic prefix, thus leading to a significant performance improvement. Simulation results are provided in terms of bit error rate (BER and mean square error (MSE to illustrate the efficiency and the robustness of the proposed algorithm.

  3. Error rates in forensic DNA analysis: Definition, numbers, impact and communication

    NARCIS (Netherlands)

    Kloosterman, A.; Sjerps, M.; Quak, A.

    2014-01-01

    Forensic DNA casework is currently regarded as one of the most important types of forensic evidence, and important decisions in intelligence and justice are based on it. However, errors occasionally occur and may have very serious consequences. In other domains, error rates have been defined and

  4. Impact of Measurement Error on Synchrophasor Applications

    Energy Technology Data Exchange (ETDEWEB)

    Liu, Yilu [Univ. of Tennessee, Knoxville, TN (United States); Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Gracia, Jose R. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Ewing, Paul D. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Zhao, Jiecheng [Univ. of Tennessee, Knoxville, TN (United States); Tan, Jin [Univ. of Tennessee, Knoxville, TN (United States); Wu, Ling [Univ. of Tennessee, Knoxville, TN (United States); Zhan, Lingwei [Univ. of Tennessee, Knoxville, TN (United States)

    2015-07-01

    Phasor measurement units (PMUs), a type of synchrophasor, are powerful diagnostic tools that can help avert catastrophic failures in the power grid. Because of this, PMU measurement errors are particularly worrisome. This report examines the internal and external factors contributing to PMU phase angle and frequency measurement errors and gives a reasonable explanation for them. It also analyzes the impact of those measurement errors on several synchrophasor applications: event location detection, oscillation detection, islanding detection, and dynamic line rating. The primary finding is that dynamic line rating is more likely to be influenced by measurement error. Other findings include the possibility of reporting nonoscillatory activity as an oscillation as the result of error, failing to detect oscillations submerged by error, and the unlikely impact of error on event location and islanding detection.

  5. Edge Detection from High Resolution Remote Sensing Images using Two-Dimensional log Gabor Filter in Frequency Domain

    International Nuclear Information System (INIS)

    Wang, K; Yu, T; Meng, Q Y; Wang, G K; Li, S P; Liu, S H

    2014-01-01

    Edges are vital features to describe the structural information of images, especially high spatial resolution remote sensing images. Edge features can be used to define the boundaries between different ground objects in high spatial resolution remote sensing images. Thus edge detection is important in the remote sensing image processing. Even though many different edge detection algorithms have been proposed, it is difficult to extract the edge features from high spatial resolution remote sensing image including complex ground objects. This paper introduces a novel method to detect edges from the high spatial resolution remote sensing image based on frequency domain. Firstly, the high spatial resolution remote sensing images are Fourier transformed to obtain the magnitude spectrum image (frequency image) by FFT. Then, the frequency spectrum is analyzed by using the radius and angle sampling. Finally, two-dimensional log Gabor filter with optimal parameters is designed according to the result of spectrum analysis. Finally, dot product between the result of Fourier transform and the log Gabor filter is inverse Fourier transformed to obtain the detections. The experimental result shows that the proposed algorithm can detect edge features from the high resolution remote sensing image commendably

  6. The many places of frequency: evidence for a novel locus of the lexical frequency effect in word production.

    Science.gov (United States)

    Knobel, Mark; Finkbeiner, Matthew; Caramazza, Alfonso

    2008-03-01

    The effect of lexical frequency on language-processing tasks is exceptionally reliable. For example, pictures with higher frequency names are named faster and more accurately than those with lower frequency names. Experiments with normal participants and patients strongly suggest that this production effect arises at the level of lexical access. Further work has suggested that within lexical access this effect arises at the level of lexical representations. Here we present patient E.C. who shows an effect of lexical frequency on his nonword error rate. The best explanation of his performance is that there is an additional locus of frequency at the interface of lexical and segmental representational levels. We confirm this hypothesis by showing that only computational models with frequency at this new locus can produce a similar error pattern to that of patient E.C. Finally, in an analysis of a large group of Italian patients, we show that there exist patients who replicate E.C.'s pattern of results and others who show the complementary pattern of frequency effects on semantic error rates. Our results combined with previous findings suggest that frequency plays a role throughout the process of lexical access.

  7. A sensitivity function-based conjugate gradient method for optical tomography with the frequency-domain equation of radiative transfer

    International Nuclear Information System (INIS)

    Kim, Hyun Keol; Charette, Andre

    2007-01-01

    The Sensitivity Function-based Conjugate Gradient Method (SFCGM) is described. This method is used to solve the inverse problems of function estimation, such as the local maps of absorption and scattering coefficients, as applied to optical tomography for biomedical imaging. A highly scattering, absorbing, non-reflecting, non-emitting medium is considered here and simultaneous reconstructions of absorption and scattering coefficients inside the test medium are achieved with the proposed optimization technique, by using the exit intensity measured at boundary surfaces. The forward problem is solved with a discrete-ordinates finite-difference method on the framework of the frequency-domain full equation of radiative transfer. The modulation frequency is set to 600 MHz and the frequency data, obtained with the source modulation, is used as the input data. The inversion results demonstrate that the SFCGM can retrieve simultaneously the spatial distributions of optical properties inside the medium within a reasonable accuracy, by significantly reducing a cross-talk between inter-parameters. It is also observed that the closer-to-detector objects are better retrieved

  8. Time domain reshuffling for OFDM based indoor visible light communication systems.

    Science.gov (United States)

    You, Xiaodi; Chen, Jian; Yu, Changyuan; Zheng, Huanhuan

    2017-05-15

    For orthogonal frequency division multiplexing (OFDM) based indoor visible light communication (VLC) systems, partial non-ideal transmission conditions such as insufficient guard intervals and a dispersive channel can result in severe inter-symbol crosstalk (ISC). By deriving from the inverse Fourier transform, we present a novel time domain reshuffling (TDR) concept for both DC-biased optical (DCO-) and asymmetrically clipped optical (ACO-) OFDM VLC systems. By using only simple operations in the frequency domain, potential high peaks can be relocated within each OFDM symbol to alleviate ISC. To simplify the system, we also propose an effective unified design of the TDR schemes for both DCO- and ACO-OFDM. Based on Monte-Carlo simulations, we demonstrate the statistical distribution of the signal high peak values and the complementary cumulative distribution function of the peak-to-average power ratio under different cases for comparison. Simulation results indicate improved bit error rate (BER) performance by adopting TDR to counteract ISC deterioration. For example, for binary phase shift keying at a BER of 10 -3 , the signal to noise ratio gains are ~1.6 dB and ~6.6 dB for DCO- and ACO-OFDM, respectively, with ISC of 1/64. We also show a reliable transmission by adopting TDR for rectangle 8-quadrature amplitude modulation with ISC of < 1/64.

  9. Using Enhanced Frequency Domain Decomposition as a Robust Technique to Harmonic Excitation in Operational Modal Analysis

    DEFF Research Database (Denmark)

    Jacobsen, Niels-Jørgen; Andersen, Palle; Brincker, Rune

    2006-01-01

    The presence of harmonic components in the measured responses is unavoidable in many applications of Operational Modal Analysis. This is especially true when measuring on mechanical structures containing rotating or reciprocating parts. This paper describes a new method based on the popular...... agreement is found and the method is proven to be an easy-to-use and robust tool for handling responses with deterministic and stochastic content....... Enhanced Frequency Domain Decomposition technique for eliminating the influence of these harmonic components in the modal parameter extraction process. For various experiments, the quality of the method is assessed and compared to the results obtained using broadband stochastic excitation forces. Good...

  10. A Data-Driven Frequency-Domain Approach for Robust Controller Design via Convex Optimization

    CERN Document Server

    AUTHOR|(CDS)2092751; Martino, Michele

    The objective of this dissertation is to develop data-driven frequency-domain methods for designing robust controllers through the use of convex optimization algorithms. Many of today's industrial processes are becoming more complex, and modeling accurate physical models for these plants using first principles may be impossible. Albeit a model may be available; however, such a model may be too complex to consider for an appropriate controller design. With the increased developments in the computing world, large amounts of measured data can be easily collected and stored for processing purposes. Data can also be collected and used in an on-line fashion. Thus it would be very sensible to make full use of this data for controller design, performance evaluation, and stability analysis. The design methods imposed in this work ensure that the dynamics of a system are captured in an experiment and avoids the problem of unmodeled dynamics associated with parametric models. The devised methods consider robust designs...

  11. Supervised local error estimation for nonlinear image registration using convolutional neural networks

    NARCIS (Netherlands)

    Eppenhof, Koen A.J.; Pluim, Josien P.W.; Styner, M.A.; Angelini, E.D.

    2017-01-01

    Error estimation in medical image registration is valuable when validating, comparing, or combining registration methods. To validate a nonlinear image registration method, ideally the registration error should be known for the entire image domain. We propose a supervised method for the estimation

  12. Automatic Locking of Laser Frequency to an Absorption Peak

    Science.gov (United States)

    Koch, Grady J.

    2006-01-01

    An electronic system adjusts the frequency of a tunable laser, eventually locking the frequency to a peak in the optical absorption spectrum of a gas (or of a Fabry-Perot cavity that has an absorption peak like that of a gas). This system was developed to enable precise locking of the frequency of a laser used in differential absorption LIDAR measurements of trace atmospheric gases. This system also has great commercial potential as a prototype of means for precise control of frequencies of lasers in future dense wavelength-division-multiplexing optical communications systems. The operation of this system is completely automatic: Unlike in the operation of some prior laser-frequency-locking systems, there is ordinarily no need for a human operator to adjust the frequency manually to an initial value close enough to the peak to enable automatic locking to take over. Instead, this system also automatically performs the initial adjustment. The system (see Figure 1) is based on a concept of (1) initially modulating the laser frequency to sweep it through a spectral range that includes the desired absorption peak, (2) determining the derivative of the absorption peak with respect to the laser frequency for use as an error signal, (3) identifying the desired frequency [at the very top (which is also the middle) of the peak] as the frequency where the derivative goes to zero, and (4) thereafter keeping the frequency within a locking range and adjusting the frequency as needed to keep the derivative (the error signal) as close as possible to zero. More specifically, the system utilizes the fact that in addition to a zero crossing at the top of the absorption peak, the error signal also closely approximates a straight line in the vicinity of the zero crossing (see Figure 2). This vicinity is the locking range because the linearity of the error signal in this range makes it useful as a source of feedback for a proportional + integral + derivative control scheme that

  13. Near infrared spatial frequency domain fluorescence imaging of tumor phantoms containing erythrocyte-derived optical nanoplatforms

    Science.gov (United States)

    Burns, Joshua M.; Schaefer, Elise; Anvari, Bahman

    2018-02-01

    Light-activated theranostic constructs provide a multi-functional platform for optical imaging and phototherapeutic applications. Our group has engineered nano-sized vesicles derived from erythrocytes that encapsulate the FDAapproved near infrared (NIR) absorber indocyanine green (ICG). We refer to these constructs as NIR erythrocytemimicking transducers (NETs). Once photo-excited by NIR light these constructs can transduce the photons energy to emit fluorescence, generate heat, or induce chemical reactions. In this study, we investigated fluorescence imaging of NETs embedded within tumor phantoms using spatial frequency domain imaging (SFDI). Using SFDI, we were able to fluorescently image simulated tumors doped with different concentration of NETs. These preliminary results suggest that NETs can be used in conjunction with SFDI for potential tumor imaging applications.

  14. Determination of delayed neutrons source in the frequency domain based on in-pile oscillation measurements

    International Nuclear Information System (INIS)

    Yedvab, Y.; Reiss, I.; Bettan, M.; Harari, R.; Grober, A.; Ettedgui, H.; Caspi, E. N.

    2006-01-01

    A method for determining delayed neutrons source in the frequency domain based on measuring power oscillations in a non-critical reactor is presented. This method is unique in the sense that the delayed neutrons source is derived from the dynamic behavior of the reactor, which serves as the measurement system. An algorithm for analyzing power oscillation measurements was formulated, which avoids the need for a multi-parameter non-linear fit process used by other methods. Using this algorithm results of two sets of measurements performed in IRR-I and IRR-II (Israeli Research Reactors I and II) are presented. The agreement between measured values from both reactors and calculated values based on Keepin (and JENDL-3.3) group parameters is very good. (authors)

  15. Similarities between the target and the intruder in naturally-occurring repeated person naming errors

    Directory of Open Access Journals (Sweden)

    Serge eBredart

    2015-09-01

    Full Text Available The present study investigated an intriguing phenomenon that did not receive much attention so far: repeatedly calling a familiar person with someone else’s name. From participants’ responses to a questionnaire, these repeated naming errors were characterized with respect to a number of properties (e.g., type of names being substituted, error frequency, error longevity and different features of similarity (e.g., age, gender, type of relationship with the participant, face resemblance and similarity of the contexts of encounter between the bearer of the target name and the bearer of the wrong name. Moreover, it was evaluated whether the phonological similarity between names, the participants’ age, the difference of age between the two persons whose names were substituted, and face resemblance between the two persons predicted the frequency of error. Regression analyses indicated that phonological similarity between the target name and the wrong name predicted the frequency of repeated person naming errors. The age of the participant was also a significant predictor of error frequency: the older the participant the higher the frequency of errors. Consistent with previous research stressing the importance of the age of acquisition of words on lexical access in speech production, results indicated that bearer of the wrong name was on average known for longer than the bearer of the target name.

  16. Single Carrier Cyclic Prefix-Assisted CDMA System with Frequency Domain Equalization for High Data Rate Transmission

    Directory of Open Access Journals (Sweden)

    Madhukumar A. S.

    2004-01-01

    Full Text Available Multiple-access interference and interfinger interference limit the capacity of conventional single-carrier DS-CDMA systems. Even though multicarrier CDMA posses the advantages of conventional CDMA and OFDM, it suffers from two major implementation difficulties such as peak-to-average power ratio and high sensitivity to frequency offset and RF phase noise. A novel approach based on single-carrier cyclic prefix-assisted CDMA has been proposed to overcome the disadvantages of single-carrier CDMA and multicarrier modulation. The usefulness of the proposed approach for high-speed packet access with simplified channel estimation procedures are investigated in this paper. The paper also proposes a data-dependent pilot structure for the downlink transmission of the proposed system for enhancing pilot-assisted channel estimation in frequency domain. The performance of the proposed pilot structure is compared against the data-independent common pilot structure. The proposed system is extensively simulated for different channel parameters with different channel estimation and equalization methods and the results are compared against conventional multicarrier CDMA systems with identical system specifications.

  17. Frequency domain fluorescent diffuse tomography of small animals with DsRed2-expressed tumors

    Science.gov (United States)

    Turchin, Ilya V.; Savitsky, Alexander P.; Kamensky, Vladislav A.; Plehanov, Vladimir I.; Orlova, Anna G.; Sergeeva, Ekaterina A.; Kleshnin, Mikhail S.; Shirmanova, Marina V.

    2006-02-01

    The main applications of fluorescent proteins (FPs) are monitoring tumor growth, angiogenesis, metastases formation and effects of new classes of drugs. Different types of tomography allow fluorescence imaging of tumors located deep in human or animal tissue. These techniques were used for investigation of the distribution of near-infrared fluorescent probes, but only a few works are devoted to fluorescence tomography in visible light. In this work, preliminary results of the frequency domain fluorescent diffuse tomography (FD FDT) method in application to DsRed2 protein as a fluorescent agent are presented. For the first step of our experiments we utilized second harmonic generation of Nd:YAG laser (532 nm) modulated by low frequency (1 kHz) in the experimental setup. The transilluminative planar configuration was used in the setup. A series of model experiments has been conducted and show good agreement between theoretical and experimental fluorescence intensity. Post mortem experiments with capsules containing DsRed2 and scattering solution introduced into esophagus of rats to simulate tumor formation have been conducted. The results of these experiments show that sensitivity of the setup is sufficient to detect DsRed2 in concentrations similar to those in FP-expressed tumor, but the contrast is not enough high to separate fluorescence of DsRed2 and surrounding tissues. The setup can be significantly improved by utilizing high-frequency modulation (110 MHz using acousto-optical modulator) of the excitation light and precise phase measurements due to difference in fluorescence life-time of FPs and surrounding tissues. An algorithm of processing a fluorescent image based on calculating zero of maximum curvature was employed for detection of fluorescent inclusions boundaries in the image.

  18. Feasibility of spatial frequency-domain imaging for monitoring palpable breast lesions

    Science.gov (United States)

    Robbins, Constance M.; Raghavan, Guruprasad; Antaki, James F.; Kainerstorfer, Jana M.

    2017-12-01

    In breast cancer diagnosis and therapy monitoring, there is a need for frequent, noninvasive disease progression evaluation. Breast tumors differ from healthy tissue in mechanical stiffness as well as optical properties, which allows optical methods to detect and monitor breast lesions noninvasively. Spatial frequency-domain imaging (SFDI) is a reflectance-based diffuse optical method that can yield two-dimensional images of absolute optical properties of tissue with an inexpensive and portable system, although depth penetration is limited. Since the absorption coefficient of breast tissue is relatively low and the tissue is quite flexible, there is an opportunity for compression of tissue to bring stiff, palpable breast lesions within the detection range of SFDI. Sixteen breast tissue-mimicking phantoms were fabricated containing stiffer, more highly absorbing tumor-mimicking inclusions of varying absorption contrast and depth. These phantoms were imaged with an SFDI system at five levels of compression. An increase in absorption contrast was observed with compression, and reliable detection of each inclusion was achieved when compression was sufficient to bring the inclusion center within ˜12 mm of the phantom surface. At highest compression level, contrasts achieved with this system were comparable to those measured with single source-detector near-infrared spectroscopy.

  19. Spin dynamics and frequency dependence of magnetic damping study in soft ferromagnetic FeTaC film with a stripe domain structure

    Energy Technology Data Exchange (ETDEWEB)

    Samantaray, B., E-mail: iitg.biswanath@gmail.com; Ranganathan, R.; Mandal, P. [Saha Institute of Nuclear Physics, 1/AF Bidhannagar, Calcutta 700 064 (India); Singh, Akhilesh K.; Perumal, A. [Department of Physics, Indian Institute of Technology Guwahati, Guwahati - 781039 (India)

    2015-06-15

    Perpendicular magnetic anisotropy (PMA) and low magnetic damping are the key factors for the free layer magnetization switching by spin transfer torque technique in magnetic tunnel junction devices. The magnetization precessional dynamics in soft ferromagnetic FeTaC thin film with a stripe domain structure was explored in broad band frequency range by employing micro-strip ferromagnetic resonance technique. The polar angle variation of resonance field and linewidth at different frequencies have been analyzed numerically using Landau-Lifshitz-Gilbert equation by taking into account the total free energy density of the film. The numerically estimated parameters Landé g-factor, PMA constant, and effective magnetization are found to be 2.1, 2 × 10{sup 5} erg/cm{sup 3} and 7145 Oe, respectively. The frequency dependence of Gilbert damping parameter (α) is evaluated by considering both intrinsic and extrinsic effects into the total linewidth analysis. The value of α is found to be 0.006 at 10 GHz and it increases monotonically with decreasing precessional frequency.

  20. Calculation of nonzero-temperature Casimir forces in the time domain

    International Nuclear Information System (INIS)

    Pan, Kai; Reid, M. T. Homer; McCauley, Alexander P.; Rodriguez, Alejandro W.; White, Jacob K.; Johnson, Steven G.

    2011-01-01

    We show how to compute Casimir forces at nonzero temperatures with time-domain electromagnetic simulations, for example, using a finite-difference time-domain (FDTD) method. Compared to our previous zero-temperature time-domain method, only a small modification is required, but we explain that some care is required to properly capture the zero-frequency contribution. We validate the method against analytical and numerical frequency-domain calculations, and show a surprising high-temperature disappearance of a nonmonotonic behavior previously demonstrated in a pistonlike geometry.