• 제목/요약/키워드: CODE V

검색결과 735건 처리시간 0.034초

Coincidence summing correction for a voluminous 152Eu source

  • Yoon, Eun Taek;Kang, Min Young;Kim, In Jung;Sun, Gwang Min;Choi, Hee-Dong
    • Nuclear Engineering and Technology
    • /
    • 제52권6호
    • /
    • pp.1266-1270
    • /
    • 2020
  • A code is developed to correct for the coincidence summing effect in detecting a voluminous gamma source, and this code is applied to a152Eu standard source as a test case. The source is 1000 mL of liquid in a cylindrical shape. To calculate the coincidence summing effect, the cylindrical source is considered as 10(radial) × 8(height) sectional sources. For each sectional source, the peak efficiency and total efficiency are obtained by Monte Carlo simulation at each energy for 10 energies between 50 keV and 2000 keV. The efficiencies of each sector are then expressed as polynomials of gamma energy. To calculate the correction coefficients for the coincidence summing effect, the KORSUM code is used after modification. The magnitudes of correction are 4%-17% for the standard 152Eu source measured in this study. The relative deviation of 4.7% before the coincidence correction is reduced to 0.8% after the correction is applied to the efficiency based on the measured gamma line. Hence, this study has shown that a new method has been developed that is applicable for correcting the coincidence effect in a voluminous source, and the method is applied to the measured data of a standard 152Eu cylinder source.

PTRAN 코드를 이용한 양성자선에 대한 물 흡수선량의 해석 (Absorbed Dose Analysis in Water for Proton Beam using PTRAN Code System)

  • 김진영;정동혁
    • 한국의학물리학회지:의학물리
    • /
    • 제15권3호
    • /
    • pp.140-148
    • /
    • 2004
  • 본 연구에서는 PTRAN 전산코드를 사용하여 양성자에 대한 물 흡수선량의 분포를 계산하였다. 먼저 양성자와 물과의 상호작용에 대하여 정리하고 흡수선량의 계산과정에 대하여 기술하였다. 또한 PTRAN의 수송 알고리즘, 파일구조, 그리고 실행방법을 제시하였다. 본 결과에서는 양성자 에너지 60, 100, 150, 200, 250 WeV에 대하여 양성자에 의한 물 흡수선량의 분포가 쿨롱 상호작용과 핵반응의 합으로 주어지며, 브레그 봉우리의 형태가 에너지손실의 통계적 성질과 다중산란에 의존함을 보였다. 본 연구를 통하여 양성자에 대한 물 흡수선량의 구조 해석에 PTRAN 코드가 유용함을 알 수 있었다.

  • PDF

Association of Lower Socioeconomic Status and SARS-CoV-2 Positivity in Los Angeles, California

  • Allan-Blitz, Lao-Tzu;Goldbeck, Cameron;Hertlein, Fred;Turner, Isaac;Klausner, Jeffrey D.
    • Journal of Preventive Medicine and Public Health
    • /
    • 제54권3호
    • /
    • pp.161-165
    • /
    • 2021
  • Objectives: Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) spreads heterogeneously, disproportionately impacting poor and minority communities. The relationship between poverty and race is complex, with a diverse set of structural and systemic factors driving higher rates of poverty among minority populations. The factors that specifically contribute to the disproportionate rates of SARS-CoV-2 infection, however, are not clearly understood. Methods: We evaluated SARS-CoV-2 test results from community-based testing sites in Los Angeles, California, between June and December, 2020. We used tester zip code data to link those results with United States Census report data on average annual household income, rates of healthcare coverage, and employment status by zip code. Results: We analyzed 2 141 127 SARS-CoV-2 test results, of which 245 154 (11.4%) were positive. Multivariable modeling showed a higher likelihood of SARS-CoV-2 test positivity among Hispanic communities than among other races. We found an increased risk for SARS-CoV-2 positivity among individuals from zip codes with an average annual household income

혼합 부호화에 의한 압축률 개선에 관한 고찰II (A Study on Improving Compression Ratio Using hybrid Coding)

  • 차인숙;박지환
    • 한국멀티미디어학회:학술대회논문집
    • /
    • 한국멀티미디어학회 2001년도 춘계학술발표논문집
    • /
    • pp.196-199
    • /
    • 2001
  • 국제 전신전화자문위원회인 ITU-T에서는 일반 공중전화망을 이용하는 데이터 통신을 위하여 표준권고안 중 V시리즈의 하나인 V.42bis라는 표준을 제정하여 권고하고 있다. 이 표준은 자동재전송 방식(ARQ)으로 오류를 제어하고 있는 V.42 표준에 새로이 LZW압축기법을 추가한 것으로 모뎀 내에 오류제어와 데이터 압축방식을 함께 채용함으로써 데이터전송에 있어서 신뢰성과 효율성을 제공하도록 한 것이다. 이 논문에서는 V.42bis방식의 압축 효율성에 대하여 고찰하고, 적응형 산술 부호(Arithmetic Code)와 1중 마르코프 산술부호로 각각 혼합 부호화하여 압축률을 향상시키는 기법에 대하여 기술한다.

  • PDF

Zephyr 커널에서 커널 공간과 사용자 공간의 분리 구현 (Separation of Kernel Space and User Space in Zephyr Kernel)

  • 김은영;신동하
    • 대한임베디드공학회논문지
    • /
    • 제13권4호
    • /
    • pp.187-194
    • /
    • 2018
  • The operating system for IoT should have a small memory footprint and provide low power state, real-time, multitasking, various network protocols, and security. Although the Zephyr kernel, an operating system for IoT, released by the Linux Foundation in February 2016, has these features but errors generated by the user code can generate fatal problems in the system because the Zephyr kernel adopts a single-space method that both the user code and kernel code execute in the same space. In this research, we propose a space separation method, which separates kernel space and user space, to solve this problem. The space separation that we propose consists of three modifications in Zephyr kernel. The first is the code separation that kernel code and user code execute in each space while using different stacks. The second is the kernel space protection that generates an exception by using the MPU (Memory Protection Unit) when the user code accesses the kernel space. The third is the SVC based system call that executes the system call using the SVC instruction that generates the exception. In this research, we implemented the space separation in Zephyr v1.8.0 and evaluated safety through abnormal execution of the user code. As the result, the kernel was not crashed by the errors generated by the user code and was normally executed.

QR code as speckle pattern for reinforced concrete beams using digital image correlation

  • Krishna, B. Murali;Tezeswi, T.P.;Kumar, P. Rathish;Gopikrishna, K.;Sivakumar, M.V.N.;Shashi, M.
    • Structural Monitoring and Maintenance
    • /
    • 제6권1호
    • /
    • pp.67-84
    • /
    • 2019
  • Digital Image Correlation technique (DIC) is a non-contact optical method for rapid structural health monitoring of critical infrastructure. An innovative approach to DIC is presented using QR (Quick Response) code based random speckle pattern. Reinforced Cement Concrete (RCC) beams of size $1800mm{\times}150mm{\times}200mm$ are tested in flexure. DIC is used to extract Moment (M) - Curvature (${\kappa}$) relationships using random speckle patterns and QR code based random speckle patterns. The QR code based random speckle pattern is evaluated for 2D DIC measurements and the QR code speckle pattern performs satisfactorily in comparison with random speckle pattern when considered in the context of serving a dual purpose. Characteristics of QR code based random speckle pattern are quantified and its applicability to DIC is explored. The ultimate moment-curvature values computed from the QR code based random speckled pattern are found to be in good agreement with conventional measurements. QR code encrypts the structural information which enables integration with building information modelling (BIM).

Theoretical simulation on evolution of suspended sodium combustion aerosols characteristics in a closed chamber

  • Narayanam, Sujatha Pavan;Kumar, Amit;Pujala, Usha;Subramanian, V.;Srinivas, C.V.;Venkatesan, R.;Athmalingam, S.;Venkatraman, B.
    • Nuclear Engineering and Technology
    • /
    • 제54권6호
    • /
    • pp.2077-2083
    • /
    • 2022
  • In the unlikely event of core disruptive accident in sodium cooled fast reactors, the reactor containment building would be bottled up with sodium and fission product aerosols. The behavior of these aerosols is crucial to estimate the in-containment source term as a part of nuclear reactor safety analysis. In this work, the evolution of sodium aerosol characteristics (mass concentration and size) is simulated using HAARM-S code. The code is based on the method of moments to solve the integro-differential equation. The code is updated to FORTRAN-77 and run in Microsoft FORTRAN PowerStation 4.0 (on Desktop). The sodium aerosol characteristics simulated by HAARM-S code are compared with the measured values at Aerosol Test Facility. The maximum deviation between measured and simulated mass concentrations is 30% at initial period (up to 60 min) and around 50% in the later period. In addition, the influence of humidity on aerosol size growth for two different aerosol mass concentrations is studied. The measured and simulated growth factors of aerosol size (ratio of saturated size to initial size) are found to be matched at reasonable extent. Since sodium is highly reactive with atmospheric constituents, the aerosol growth factor depends on the hygroscopic growth, chemical transformation and density variations besides coagulation. Further, there is a scope for the improvement of the code to estimate the aerosol dynamics in confined environment.

Geant4 코드를 사용한 인체팬텀 선량평가 검증 (Verification of Dose Evaluation of Human Phantom using Geant4 Code)

  • 장은성;최지훈
    • 한국방사선학회논문지
    • /
    • 제14권5호
    • /
    • pp.529-535
    • /
    • 2020
  • Geant4는 C++ 언어사용에서 windows 운영체계와 호환이 가능해져, DICOM이나 소프트웨어를 연계하는 인터페이스 기능이 가능해졌다. 기하학적 고형물에 의해 인체 장기를 나타내는 팬텀은 치료나 진단에서 선량 계획과 같은 의학 용도에 널리 사용된다 방사선 방호 목적을 위해서는 에너지가 몇 keV의 일때 설명의 유효성을 보여주는 것일 여전히 필요하다. 본 연구에서는 Geant4 시뮬레이션을 통해 저 keV부터 고 keV까지 다양하게 에너지를 선택하여 인간 팬텀중 일부분을 선택하여 광자 병렬 평면 필드에서 조사했을 때 그 장기에 대한 방사선량을 구하고 Zankl의 승인된 방법에 의해 얻은 결과에 대해 결과를 비교 검증하고자 한다. 몬테카롤로 코드를 사용하여 장기 선량을 평가하는 것의 중요성은 시뮬레이션의 다양한 묘사 및 특성에 의해 중성자, 양성자, 파온 등과 같은 빔의 여러 가지 유형의 입자와 Gev와 같은 높은 에너지에도 적합하다는 것을 확인하였다.

LLVM IR 대상 악성코드 탐지를 위한 이미지 기반 머신러닝 모델 (Image-Based Machine Learning Model for Malware Detection on LLVM IR)

  • 박경빈;윤요섭;또올가;임강빈
    • 정보보호학회논문지
    • /
    • 제34권1호
    • /
    • pp.31-40
    • /
    • 2024
  • 최근 정적분석 기반의 시그니처 및 패턴 탐지 기술은 고도화되는 IT 기술에 따라 한계점이 드러나고 있다. 이는 여러 아키텍처에 대한 호환 문제와 시그니처 및 패턴 탐지의 본질적인 문제이다. 악성코드는 자신의 정체를 숨기기 위하여 난독화, 패킹 기법 등을 사용하고 있으며 또한, 코드 재정렬, 레지스터 변경, 분기문 추가 등 기존 정적분석 기반의 시그니처 및 패턴 탐지 기법을 회피하고 있다. 이에 본 논문에서는 이러한 문제를 해결할 수 있는 머신러닝을 통한 LLVM IR 코드 이미지 기반 악성코드 정적분석 자동화 기술을 제안한다. 바이너리가 난독화되거나 패킹된 사실에 불구하고 정적 분석 및 최적화를 위한 중간언어인 LLVM IR로 디컴파일한다. 이후 LLVM IR 코드를 이미지로 변환하여 CNN을 이용한 알고리즘 중 전이 학습 및 Keras에서 지원하는 ResNet50v2으로 학습하여 악성코드를 탐지하는 모델을 제시한다.