• 제목/요약/키워드: TRACE code

검색결과 124건 처리시간 0.024초

Content-based Configuration Management System for Software Research and Development Document Artifacts

  • Baek, Dusan;Lee, Byungjeong;Lee, Jung-Won
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제10권3호
    • /
    • pp.1404-1415
    • /
    • 2016
  • Because of the properties of software such as invisibility, complexity, and changeability, software configuration management (SCM) for software artifacts generated during software life-cycle has been used for guarantee of the quality of the software. However, the existing SCM system has only focused on code artifacts and software development document artifacts such as Software Requirements Specification (SRS), Software Design Description (SDD), and Software Test Description (STD). Moreover, software research-oriented project comes out late the code artifacts and the software development document artifacts. Therefore, there is a need for trace and management of software research document artifacts composed of highly abstracted non-functional requirements like 'the purpose of the project', 'the objectives', and 'the progress' before generation of the code artifacts and the software development document artifacts for a long time. Nevertheless, the existing SCM system cannot trace and manage them. In this paper, we propose content-based configuration management system comprised of the relevance link generation phase and content-based testing phase to trace and manage them. The preliminary application results show applicability and feasibility of the proposed system.

Clock-gating 방법을 사용한 저전력 시스톨릭 어레이 비터비 복호기 구현 (Low-Power Systolic Array Viterbi Decoder Implementation With A Clock-gating Method)

  • 류제혁;조준동
    • 정보처리학회논문지A
    • /
    • 제12A권1호
    • /
    • pp.1-6
    • /
    • 2005
  • 본 논문에서는 trace-back systolic array Viterbi algorithm의 저전력 생존 메모리 구현에 관한 새로운 알고리즘을 소개한다. 이 알고리즘의 핵심 아이디어는 trace back 연산의 수를 줄이기 위하여 이미 생성된 trace-back routes를 재사용하는 것이다. 그리고 trace-back unit의 불필요한 switching activity가 발생하는 영역을 gate-clock을 사용하여 전력소모를 줄이는 것이다. Synopsys Power Estimation 툴인 Design Power를 이용하여 전력소모를 측정하였고, 그 결과 [1]의 논문에서 소개된 trace-back unit 비하여 평균 $40{\%}$ 전력감소가 있었고, $23{\%}$의 면적증가를 보였다.

Comparative study of constitutive relations implemented in RELAP5 and TRACE - Part I: Methodology & wall friction

  • Shin, Sung Gil;Lee, Jeong Ik
    • Nuclear Engineering and Technology
    • /
    • 제54권9호
    • /
    • pp.3526-3539
    • /
    • 2022
  • Nuclear thermal-hydraulic system analysis codes have been developed to simulate nuclear reactor systems, which solve simplified governing equations by replacing source terms with constitutive relations for simulating entire reactor systems with low computational resources. For half a century, many efforts have been made for wider versatility and higher accuracy of system codes, but various factors can affect the code analysis results, and it was difficult to isolate these factors and interpret them individually. In this study, two system codes, RELAP5 and TRACE, which have many users and are highly reliable, are selected to analyze only the effects of constitutive relations. The influence of constitutive relations is analyzed using in-house platforms that replicate constitute relations of RELAP5 and TRACE equally to exclude factors that may affect analysis results, such as governing equation solvers and user effects. Among the various constitutive relations, the analysis is performed on the wall variables expected to have the most influence on the analysis results. Part 1 paper presents the methodology and wall friction model comparison, while Part 2 paper shows wall heat transfer comparison of the two selected codes.

대역확산 통신시스템을 위한 비이원 GMW 부호계열 발생 및 특성에 관한 연구 (A Study on the Generation and Characteristics of Non-Binary GMW Code Sequences for Spread Spectrum Communication System)

  • 이정재;한영열
    • 한국통신학회논문지
    • /
    • 제15권1호
    • /
    • pp.43-50
    • /
    • 1990
  • Trace 사상을 이용하여 GF(2)에서 GF(p), P>2로 기본장을 확장한 非二元 GMW 부호계열을 발생시킬 수 있는 알고리즘을 제시하고 GF(3)와 GF(5)에서 부호계열을 각각 발생시켜 이들 부호계열은 m-계열과 같은 해밍자기상관함수 특성을 갖고 선형성에 대한 단점을 보완하며 평형특성을 갖게 됨을 보였다.

  • PDF

Application of two different similarity laws for the RVACS design

  • Min Ho Lee;Ji Hwan Hwang;Ki Hyun Choi;Dong Wook Jerng;In Cheol Bang
    • Nuclear Engineering and Technology
    • /
    • 제54권12호
    • /
    • pp.4759-4775
    • /
    • 2022
  • The RVACS is a versatile and robust safety system driven by two natural circulations: in-vessel coolant and ex-vessel air. To observe interaction between the two natural circulations, SINCRO-IT facility was designed with two different similarity laws simultaneously. Bo' based similarity law was employed for the in-vessel, while Ishii's similarity law for the ex-vessel excluding the radiation. Compared to the prototype, the sodium and air system, SINCRO-IT was designed with Wood's metal and air, having 1:4 of the length reduction, and 1.68:1 of the time scale ratio. For the steady state, RV temperature limit was violated at 0.8% of the decay heat, while the sodium boiling was predicted at 1.3%. It showed good accordance with the system code, TRACE. For an arbitrary re-criticality scenario with RVACS solitary operation, sodium boiling was predicted at 25,100 s after power increase from 1.0 to 2.0%, while the system code showed 30,300. Maximum temperature discrepancy between the experiments and system code was 4.2%. The design and methodology were validated by the system code TRACE in terms of the convection, and simultaneously, the system code was validated against the simulating experiments SINCRO-IT. The validated RVACS model could be imported to further accident analysis.

DEX2C: Translation of Dalvik Bytecodes into C Code and its Interface in a Dalvik VM

  • Kim, Minseong;Han, Youngsun;Cho, Myeongjin;Park, Chanhyun;Kim, Seon Wook
    • IEIE Transactions on Smart Processing and Computing
    • /
    • 제4권3호
    • /
    • pp.169-172
    • /
    • 2015
  • Dalvik is a virtual machine (VM) that is designed to run Java-based Android applications. A trace-based just-in-time (JIT) compilation technique is currently employed to improve performance of the Dalvik VM. However, due to runtime compilation overhead, the trace-based JIT compiler provides only a few simple optimizations. Moreover, because each trace contains only a few instructions, the trace-based JIT compiler inherently exploits fewer optimization and parallelization opportunities than a method-based JIT compiler that compiles method-by-method. So we propose a new method-based JIT compiler, named DEX2C, in order to improve performance by finding more opportunities for both optimization and parallelization in Android applications. We employ C code as an intermediate product in order to find more optimization opportunities by using the GNU C Compiler (GCC), and we will detect parallelism by using the Intel C/C++ parallel compiler and the AESOP compiler in our future work. In this paper, we introduce our DEX2C compiler, which dynamically translates Dalvik bytecodes (DEX) into C code with method granularity. We also describe a new method-based JIT interface in the Dalvik VM for the DEX2C compiler. Our experiment results show that our compiler and its interface achieve significant performance improvement by up to 15.2 times and 3.7 times on average, in Element Benchmark, and up to 2.8 times for FFT in Smartbench.

A Viterbi Decoder with Efficient Memory Management

  • Lee, Chan-Ho
    • ETRI Journal
    • /
    • 제26권1호
    • /
    • pp.21-26
    • /
    • 2004
  • This paper proposes a new architecture for a Viterbi decoder with an efficient memory management scheme. The trace-back operation is eliminated in the architecture and the memory storing intermediate decision information can be removed. The elimination of the trace-back operation also reduces the number of operation cycles needed to determine decision bits. The memory size of the proposed scheme is reduced to 1/($5{\times}$ constraint length) of that of the register exchange scheme, and the throughput is increased up to twice that of the trace-back scheme. A Viterbi decoder complying with the IS-95 reverse link specification is designed to verify the proposed architecture. The decoder has a code rate of 1/3, a constraint length of 9, and a trace-forward depth of 45.

  • PDF

BEPU analysis of a CANDU LBLOCA RD-14M experiment using RELAP/SCDAPSIM

  • A.K. Trivedi;D.R. Novog
    • Nuclear Engineering and Technology
    • /
    • 제55권4호
    • /
    • pp.1448-1459
    • /
    • 2023
  • A key element of the safety analysis is Loss of Coolant Analysis (LOCA) which must be performed using system thermal-hydraulic codes. These codes are extensively validated against separate effect and integral experiments. RELAP/SCDAPSIM is one such code that may be used to predict LBLOCA response in a CANDU reactor. The RD-14M experiment selected for the Best Estimate Plus Uncertainty study is a 44 mm (22.7%) inlet header break test with no Emergency Coolant Injection. This work has two objectives first is to simulate pipe break with RELAP and compare these results to those available from experiment and from comparable TRACE calculations. The second objective is to quantify uncertainty in the fuel element sheath (FES) temperature arising from model coefficient as well as input parameter uncertainties using Integrated Uncertainty Analysis package. RELAP calculated results are found to be in good agreement with those of TRACE and with those of experiments. The base case maximum FES temperature is 335.5 ℃ while that of 95% confidence 95th percentile is 407.41 ℃ for the first order Wilk's formula. The experimental measurements fall within the predicted band and the trends and sensitivities are similar to those reported for the TRACE code.

정적 구형 용기 내 연소 압력을 이용한 층류화염속도측정에 대한 연구 (Laminar Flame Speed Measurement using Combustion Pressure Trace in Constant Volume Spherical Chamber)

  • 변정주
    • 한국연소학회지
    • /
    • 제17권2호
    • /
    • pp.1-8
    • /
    • 2012
  • Laminar flame speeds of Methane at elevated temperatures and pressures were investigated using constant volume spherical chamber. Pressure trace during combustion was measured in each test and this was used in calculating laminar flame speed of Methane. To have large amount of data, experimental apparatus was fabricated with fully automatically controlled feature. A calculating code which calculates laminar flame speeds at various temperatures and pressures with one experimental result was used to calculate laminar flame speeds. The experimental and calculating methods were verified using the calculated laminar flame speed result with PREMIX code.