• 제목/요약/키워드: Agreement Algorithm

검색결과 479건 처리시간 0.027초

라플라스 변환과 유한요소법의 결합에 의한 1차원 과도 열전도 문제 해석 (Analysis of One-Dimensional Transient Heat Conduction Problems using Hybrid Laplace Transform/finite Element Method)

  • 송병철;정해덕;이기식
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1997년도 하계학술대회 논문집 A
    • /
    • pp.309-311
    • /
    • 1997
  • In this paper, it is proposed that a algorithm which is applicable to the transient analysis by combined use of the Laplace transform and the finite element method. The proposed method removes the time terms using the Laplace transform and then solves the associated equation with the finite element method. The solution which is solved at frequency domain is transformed into time domain by use of the Laplace inversion. To verify proposed algorithm, heat conduction problem is analysed and found a good agreement with analytic solution.

  • PDF

PC를 이용한 직류서어보 전동기의 파라미터 측정의 자동화에 관한 연구 (A Study on the Automation of the Parameter Measurement of D.C.Servomotors Using a PC)

  • 천희영;박귀태;임장철;장영학
    • 대한전기학회논문지
    • /
    • 제38권9호
    • /
    • pp.710-723
    • /
    • 1989
  • This paper describes the efforts to develope a PC based parameter identification system for D.C servomotors. A new identification algorithm for the D.C. servomotor parameters is developed. The algorithm is implemented on 16 bit IBM-PC/XT using the C language. The whole identification process of signal generation, measuring and parameter determination is fully automated. To minimize the errors due to the ripple component in the measured armature currents, digital averaging filter is employed. The proposed parameter correction method using the deadzone current and the time to reach the peak current resulted in excellent agreement between the measured current and the current estimated using the model.

  • PDF

역기구학을 이용한 보행분석

  • 최경임;정민근;염영일
    • 대한인간공학회:학술대회논문집
    • /
    • 대한인간공학회 1994년도 춘계학술대회논문집
    • /
    • pp.136-144
    • /
    • 1994
  • In this study, the human gait trajectories during normal walking were synthesized using the inverse kinematics and optimization techniques. The synthesis based on a lower extremity model consisting of a torso and two legs. Each leg has three segments: thigh, shank, foot, and is assumed to move with six degrees-of-freedom. In order to synthesize trajectiories of this redundant system, the sum of angular displacements of articulating joints was selected as an objective function to be minimized. The proposed algorithm in this study is very useful for the analysis of human gait. For the gait analysis, the trajectories of four points in each leg should be measured. However, by using the algorithm, measuring the trajectories of two points is sufficient, and thus the experimental set-up can be simplified. The predicted joint trajectories showed a good agreement with those obtained from the experiment. The statistical analysis and graphic simula- tions are also presented.

  • PDF

Free vibration analysis of composite conical shells using the discrete singular convolution algorithm

  • Civalek, Omer
    • Steel and Composite Structures
    • /
    • 제6권4호
    • /
    • pp.353-366
    • /
    • 2006
  • The discrete singular convolution (DSC) algorithm for determining the frequencies of the free vibration of single isotropic and orthotropic laminated conical shells is developed by using a numerical solution of the governing differential equations of motion based on Love's first approximation thin shell theory. By applying the discrete singular convolution method, the free vibration equations of motion of the composite laminated conical shell are transformed to a set of algebraic equations. Convergence and comparison studies are carried out to check the validity and accuracy of the DSC method. The obtained results are in excellent agreement with those in the literature.

고정 소수점 연산에 의한 고속 DCT 알고리듬의 오차해석 (A Fixed-Point Error Analysis of fast DCT Algorithms)

  • 연일동;이상욱
    • 대한전기학회논문지
    • /
    • 제40권4호
    • /
    • pp.331-341
    • /
    • 1991
  • The discrete cosine transform (DCT) is widely used in many signal processing areas, including image and speech data compression. In this paper, we investigate a fixed-point error analysis for fast DCT algorithms, namely, Lee [6], Hou [7] and Vetterli [8]. A statistical model for fixed-point error is analyzed to predict the output noise due to the fixed-point implementation. This paper deals with two's complement fixed-point data representation with truncation and rounding. For a comparison purpose, we also investigate the direct form DCT algorithm. We also propose a suitable scaling model for the fixed-point implementation to avoid an overflow occurring in the addition operation. Computer simulation results reveal that there is a close agreement between the theoretical and the experimental results. The result shows that Vetterli's algorithm is better than the other algorithms in terms of SNR.

  • PDF

확장된 시간 유한 차분법을 이용한 초고주파 능동 회로의 해석 (An analysis of microwave active circuit using the extended FDTD method)

  • 박재석;남상식;장상건;이혁재;진년강
    • 한국통신학회논문지
    • /
    • 제22권12호
    • /
    • pp.2736-2743
    • /
    • 1997
  • 본 논문에서는 확장된 시간 영역 유한 차분 알고리듬을 적용해서 초고주파 증폭기를 전파 해석하였다. 증폭기에 포함된 능동 소자는 등가 전류원을 이용해서 모델링하였다. 등가 전류원은 전자기파와 능동 소자와의 상호 작용을 특정지어 주고 시간 영역 유한 차분 알고리듬에 적용할 수 있게 해준다. 이를 확인하기 위하여 실제로 증폭기를 제작하고, 측정한 결과와 시간 영역 유한 차분법으로 해석한 결과가 잘 일치함을 보였다.

  • PDF

A Survey about Consensus Algorithms Used in Blockchain

  • Nguyen, Giang-Truong;Kim, Kyungbaek
    • Journal of Information Processing Systems
    • /
    • 제14권1호
    • /
    • pp.101-128
    • /
    • 2018
  • Thanks to its potential in many applications, Blockchain has recently been nominated as one of the technologies exciting intense attention. Blockchain has solved the problem of changing the original low-trust centralized ledger held by a single third-party, to a high-trust decentralized form held by different entities, or in other words, verifying nodes. The key contribution of the work of Blockchain is the consensus algorithm, which decides how agreement is made to append a new block between all nodes in the verifying network. Blockchain algorithms can be categorized into two main groups. The first group is proof-based consensus, which requires the nodes joining the verifying network to show that they are more qualified than the others to do the appending work. The second group is voting-based consensus, which requires nodes in the network to exchange their results of verifying a new block or transaction, before making the final decision. In this paper, we present a review of the Blockchain consensus algorithms that have been researched and that are being applied in some well-known applications at this time.

GA를 이용한 전류 앰프의 파라미터 최적화 (The Parameter Optimization of Current Amplifier with GA)

  • 양주호;정황훈;김영완
    • 동력기계공학회지
    • /
    • 제10권4호
    • /
    • pp.147-152
    • /
    • 2006
  • The current type amplifier is the device that is used for an actuator as the motor's torque controller. However, it is too difficult to select the parameter value that has the desired output because the current type amplifier's transfer function is too complex. This study concern about the design of the current type amplifier with the desired output. From the modeled transfer function of the current type amplifier, the optimal parameter values of the transfer function can be selected in order to have the desired output using the Real Coded Genetic Algorithm(RCGA). The real circuit is made with the selected parameter value. The step response of the real circuit is in good agreement with the desired step response.

  • PDF

고해상 스테레오 PTV (High-Definition Stereoscopic PTV)

  • 도덕희;이원제;조용범;편용범
    • 한국가시화정보학회:학술대회논문집
    • /
    • 한국가시화정보학회 2002년도 추계학술대회 논문집
    • /
    • pp.11-14
    • /
    • 2002
  • A new high-definition stereoscopic PTV was constructed using two CCD cameras, stereoscopic photogrammetry based on a 30-PTV principle. The arrangement of the two cameras was based on angular position. The calibration of cameras and the pair-matching of the three-dimensional velocity vectors were based on Genetic Algorithm based 30-PTV technique. The constructed Stereoscopic PTV technique was tested on the standard images of the Impinging jet proposed by VSJ. The results on the turbulent properties of the jet obtained by the constructed system showed a good agreement with the original LES data.

  • PDF

Tropospheric Ozone Retrieval Algorithm Based on the TOMS Scanning Geometry

  • Kim, Jae-Hwan;Na, Sun-Mi;Newchurch, M.J.
    • 대한원격탐사학회지
    • /
    • 제19권1호
    • /
    • pp.11-19
    • /
    • 2003
  • This paper applies the Scan-Angle Method (SAM) to the Total Ozone Mapping Spectrometer (TOMS) aboard Earth Probe (EP) satellite for determining tropospheric ozone based on TOMS scan geometry. In the northern tropical Africa burning season, the distribution of the SAM-derived tropospheric ozone presents a tropospheric ozone enhancement related to biomass burning. This distribution is consistent with that of fire counts observed from Along Track Scanning Radiometer (ATSR) and that of carbon monoxide, the tropospheric ozone precursor, observed from Measurements of Pollution In The Troposphere (MOPITI). However, this feature is not shown in the distribution of tropospheric ozone derived from other TOMS-based algorithms for the northern burning season. In the high latitudes, the influence of pollution in the SAM results is seen over the northern continents in agreement with carbon monoxide for northern summer when the dynamical activity is weak in the northern hemisphere.