• Title/Summary/Keyword: 오류 삽입

Search Result 119, Processing Time 0.032 seconds

A Non-Periodic Synchronization Algorithm using Address Field of Point-to-Point Protocol in CDMA Mobile Network (CDMA이동망에서 점대점 프로토콜의 주소영역을 이용한 비주기적 동기 알고리즘)

  • Hong, Jin-Geun;Yun, Jeong-O;Yun, Jang-Heung;Hwang, Chan-Sik
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.26 no.8
    • /
    • pp.918-929
    • /
    • 1999
  • 동기식 스트림 암호통신 방식을 사용하는 암호통신에서는 암/복호화 과정 수행시 암호통신 과정에서 발생하는 사이클슬립으로 인해 키수열의 동기이탈 현상이 발생되고 이로 인해 오복호된 데이타를 얻게된다. 이러한 위험성을 감소하기 위한 방안으로 현재까지 암호문에 동기신호와 세션키를 주기적으로 삽입하여 동기를 이루는 주기적인 동기암호 통신방식을 사용하여 왔다. 본 논문에서는 CDMA(Cellular Division Multiple Access) 이동망에서 데이타서비스를 제공할 때 사용되는 점대점 프로토콜의 주소영역의 특성을 이용하여 단위 측정시간 동안 측정된 주소비트 정보와 플래그 패턴의 수신률을 이용하여 문턱 값보다 작은경우 동기신호와 세션키를 전송하는 비주기적인 동기방식을 사용하므로써 종래의 주기적인 동기방식으로 인한 전송효율성 저하와 주기적인 상이한 세션키 발생 및 다음 주기까지의 동기이탈 상태의 지속으로 인한 오류확산 등의 단점을 해결하였다. 제안된 알고리즘을 링크계층의 점대점 프로토콜(Point to Point Protocol)을 사용하는 CDMA 이동망에서 동기식 스트림 암호 통신방식에 적용시 동기이탈율 10-7의 환경에서 주기가 1sec인 주기적인 동기방식에서 요구되는 6.45x107비트에 비해 3.84x105비트가 소요됨으로써 전송율측면에서의 성능향상과 오복호율과 오복호 데이타 비트측면에서 성능향상을 얻었다. Abstract In the cipher system using the synchronous stream cipher system, encryption / decryption cause the synchronization loss (of key arrangement) by cycle slip, then it makes incorrect decrypted data. To lessen the risk, we have used a periodic synchronous cipher system which achieve synchronization at fixed timesteps by inserting synchronization signal and session key. In this paper, we solved the problem(fault) like the transfer efficiency drops by a periodic synchronous method, the periodic generations of different session key, and the incorrectness increases by continuing synchronization loss in next time step. They are achieved by the transfer of a non-periodic synchronous signal which carries synchronous signal and session key when it is less than the threshold value, analyzing the address field of point-to-point protocol, using the receiving rate of address bits information and flag patterns in the decision duration, in providing data services by CDMA mobile network. When the proposed algorithm is applied to the synchronous stream cipher system using point-to-point protocol, which is used data link level in CDMA mobile network, it has advanced the result in Rerror and Derror and in transmission rate, by the use of 3.84$\times$105bits, not 6.45$\times$107bits required in periodic synchronous method, having lsec time step, in slip rate 10-7.

Development of a Java Compiler for Verification System of DTV Contents (DTV 콘텐츠 검증 시스템을 위한 Java 컴파일러의 개발)

  • Son, Min-Sung;Park, Jin-Ki;Lee, Yang-Sun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.05a
    • /
    • pp.1487-1490
    • /
    • 2007
  • 디지털 위성방송의 시작과 더불어 본격적인 데이터 방송의 시대가 열렸다. 데이터방송이 시작 되면서 데이터방송용 양방향 콘텐츠에 대한 수요가 급속하게 증가하고 있다. 하지만 양방향 콘텐츠 개발에 필요한 저작 도구 및 검증 시스템은 아주 초보적인 수준에 머물러 있는 것이 현실이다. 그러나 방송의 특성상 콘텐츠 상에서의 오류는 방송 사고에까지 이를 수 있는 심각한 상황이 연출 될 수 있다. 본 연구 팀은 이러한 DTV 콘텐츠 개발 요구에 부응하여, 개발자의 콘텐츠 개발 및 사업자 또는 기관에서의 콘텐츠 검증이 원활이 이루어 질수 있도록 하는 양방향 콘텐츠 검증 시스템을 개발 중이다. 양방향 콘텐츠 검증 시스템은 Java 컴파일러, 디버거, 미들웨어, 가상머신, 그리고 IDE 등으로 구성된다. 본 논문에서 제시한 자바 컴파일러는 양방향 콘텐츠 검증 시스템에서 데이터 방송용 자바 애플리케이션(Xlet)을 컴파일하여 에뮬레이팅 하거나 런타임 상에서 디버깅이 가능하도록 하는 바이너리형태의 class 파일을 생성한다. 이를 위해 Java 컴파일러는 *.java 파일을 입력으로 받아 어휘 분석과 구문 분석 과정을 거친 후 SDT(syntax-directed translation)에 의해 AST(Abstract Syntax Tree)를 생성한다. 클래스링커는 생성된 AST를 탐색하여 동적으로 로딩 되는 파일들을 연결하여 AST를 확장한다. 의미 분석과정에서는 확장된 AST를 입력으로 받아 참조된 명칭의 사용이 타당한지 등을 검사하고 코드 생성이 용이하도록 AST를 변형하고 부가적인 정보를 삽입하여 ST(Semantic Tree)를 생성한다. 코드 생성 단계에서는 ST를 입력으로 받아 이미 정해 놓은 패턴에 맞추어 Bytecode를 출력한다.ovoids에서도 각각의 점들에 대한 선량을 측정하였다. SAS와 SSAS의 직장에 미치는 선량차이는 실제 임상에서의 관심 점들과 가장 가까운 25 mm(R2)와 30 mm(R3)거리에서 각각 8.0% 6.0%였고 SAS와 FWAS의 직장에 미치는 선량차이는 25 mm(R2) 와 30 mm(R3)거리에서 각각 25.0% 23.0%로 나타났다. SAS와 SSAS의 방광에 미치는 선량차이는 20 m(Bl)와 30 mm(B2)거리에서 각각 8.0% 3.0%였고 SAS와 FWAS의 방광에 미치는 선량차이는 20 mm(Bl)와 30 mm(B2)거리에서 각각 23.0%, 17.0%로 나타났다. SAS를 SSAS나 FWAS로 대체하였을 때 직장에 미치는 선량은 SSAS는 최대 8.0 %, FWAS는 최대 26.0 %까지 감소되고 방광에 미치는 선량은 SSAS는 최대 8.0 % FWAS는 최대 23.0%까지 감소됨을 알 수 있었고 FWAS가 SSAS 보다 차폐효과가 더 좋은 것으로 나타났으며 이 두 종류의 shielded applicator set는 부인암의 근접치료시 직장과 방광으로 가는 선량을 감소시켜 환자치료의 최적화를 이룰 수 있을 것으로 생각된다.)한 항균(抗菌) 효과(效果)를 나타내었다. 이상(以上)의 결과(結果)로 보아 선방활명음(仙方活命飮)의 항균(抗菌) 효능(效能)은 군약(君藥)인 대황(大黃)의 성분(成分) 중(中)의 하나인 stilbene 계열(系列)의 화합물(化合物)인 Rhapontigenin과 Rhaponticin의 작용(作用)에 의(依)한 것이며, 이는 한의학(韓醫學) 방제(方劑) 원리(原理)인 군신좌사(君臣佐使) 이론(理論)에서 군약(君藥)이 주증(主症)에 주(主)로 작용(作用)하는 약물(藥物)이라는 것을 밝혀주는 것이라고

Highly Sensitive Detection of Pathogenic Bacteria Using PDMS Micro Chip Containing Glass Bead (유리비드를 포함한 PDMS 마이크로칩을 이용한 고감도 감염성 병원균 측정에 관한 연구)

  • Won, Ji-Yeong;Min, Jun-Hong
    • KSBB Journal
    • /
    • v.24 no.5
    • /
    • pp.432-438
    • /
    • 2009
  • Here, we demonstrated simple nucleic acid, RNA, concentration method using polymer micro chip containing glass bead ($100\;{\mu}m$). Polymer micro chip was fabricated by PDMS ($1.5\;cm\;{\times}\;1.5\;cm$, $100\;{\mu}m$ in the height) including pillar structure ($160\;{\mu}m\;(I)\;{\times}\;80\;{\mu}m\;(w)\;{\times}\;100\;{\mu}m\;(h)$, gap size $50\;{\mu}m$) for blocking micro bead. RNA could be adsorbed on micro glass bead at low pH by hydrogen bonding whereas RNA was released at high pH by electrostatic force between silica surface and RNA. Amount of glass beads and flow rate were optimized in aspects of adsorption and desorption of RNA. Adsorption and desorption rate was measured with real time PCR. This concentrated RNA was applied to amplification micro chip in which NASBA (Nucleic Acid Sequence Based Amplification) was performed. As a result, E.coli O157 : H7 in the concentration of 10 c.f.u./10 mL was successfully detected by these serial processes (concentration and amplification) with polymer micro chips. It implies this simple concentration method using polymer micro chip can be directly applied to ultra sensitive method to measure viable bacteria and virus in clinical samples as well as environmental samples.

The Evaluation of the dose calculation algorithm(AAA)'s Accuracy in Case of a Radiation Therapy on Inhomogeneous tissues using FFF beam (FFF빔을 사용한 불균질부 방사선치료 시 선량계산 알고리즘(AAA)의 정확성 평가)

  • Kim, In Woo;Chae, Seung Hoon;Kim, Min Jung;Kim, Bo Gyoum;Kim, Chan Yong;Park, So Yeon;Yoo, Suk Hyun
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.26 no.2
    • /
    • pp.321-327
    • /
    • 2014
  • Purpose : To verify the accuracy of the Ecilpse's dose calculation algorithm(AAA:Analytic anisotropic algorithm) in case of a radiation treatment on Inhomogeneous tissues using FFF beam comparing dose distribution at TPS with actual distribution. Materials and Methods : After acquiring CT images for radiation treatment by the location of tumors and sizes using the solid water phantoms, cork and chest tumor phantom made of paraffin, we established the treatment plan for 6MV photon therapy using our radiation treatment planning system for chest SABR, Ecilpse's AAA(Analytic anisotropic algorithm). According to the completed plan, using our TrueBeam STx(Varian medical system, Palo Alto, CA), we irradiated radiation on the chest tumor phantom on which EBT2 films are inserted and evaluated the dose value of the treatment plan and that of the actual phantom on Inhomogeneous tissue. Results : The difference of the dose value between TPS and measurement at the medial target is 1.28~2.7%, and, at the side of target including inhomogeneous tissues, the difference is 2.02%~7.40% at Ant, 4.46%~14.84% at Post, 0.98%~7.12% at Rt, 1.36%~4.08% at Lt, 2.38%~4.98% at Sup, and 0.94%~3.54% at Inf. Conclusion : In this study, we discovered the possibility of dose calculation's errors caused by FFF beam's characteristics and the inhomogeneous tissues when we do SBRT for inhomogeneous tissues. SBRT which is most popular therapy method needs high accuracy because it irradiates high dose radiation in small fraction. So, it is supposed that ideal treatment is possible if we minimize the errors when planning for treatment through more study about organ's characteristics like Inhomogeneous tissues and FFF beam's characteristics.

Manufacture of Daily Check Device and Efficiency Evaluation for Daily Q.A (일일 정도관리를 위한 Daily Check Device의 제작 및 효율성 평가)

  • Kim Chan-Yong;Jae Young-Wan;Park Heung-Deuk;Lee Jae-Hee
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.17 no.2
    • /
    • pp.105-111
    • /
    • 2005
  • Purpose : Daily Q.A is the important step which must be preceded in a radiation treatment. Specially, radiation output measurement and laser alignment, SSD indicator related to a patient set-up recurrence must be confirmed for a reasonable radiation treatment. Daily Q.A proceeds correctness and a prompt way, and needs an objective measurement basis. Manufacture of the device which can facilitate confirmation of output measurement and appliances check at one time was requested. Materials and Methods : Produced the phantom formal daily check device which can confirm a lot of appliances check (output measurement and laser alignment. field size, SSD indicator) with one time of set up at a time, and measurement observed a linear accelerator (4 machine) for four months and evaluated efficiency. Results : We were able to confirm an laser alignment, field size, SSD indicator check at the same time, and out put measurement was possible with the same set up, so daily Q.A time was reduced, and we were able to confirm an objective basis about each item measurement. As a result of having measured for four months, output measurement within ${\pm}2%$, and measured laser alignment, field size, SSD indicator in range within ${\pm}1mm$. Conclusion : We can enforce output measurement and appliances check conveniently, and time was reduced and was able to raise efficiency of business. We were able to bring a cost reduction by substitution expensive commercialized equipment. Further It is necessary to makes a product as strong and slight materials, and improve convenience of use.

  • PDF

Consideration of Surface Dose and Depth of Maximum Dose Using Various Detectors for High Energy X-rays (측정기에 따른 고에너지 X-선의 표면 선량 및 최대 선량 지점 고찰)

  • Lee Yong Ha;Park Kyung Ran;Lee Jong Young;Lee Ik Jae;Park Young Woo;Lee Kang Kyoo
    • Radiation Oncology Journal
    • /
    • v.21 no.4
    • /
    • pp.322-329
    • /
    • 2003
  • Purpose: It is difficult to exactly determine the surface dose and the dose distribution In buildup region of high energy X-rays by using the conventional ion chamber. The aim of this study Is to evaluate the accuracy of widely used dosimetry systems to measure the surface dose and the depth of maximum dose (d$_{max}$). Materials and Methods: We measured the percent depth dose (PDD) from the surface to the d$_{max}$ in either a water phantom or in a solid water phantom using TLD-100 chips, thimble type ion chamber, diode detector, diamond detector and Markus parallel plate ion chamber for 6 MV and 15 MV X-rays, 10$\times$10 cm$^{2}$, at SSD=100cm. We analysed the surface dose and the d$_{max}$. In order to verify the accuracy of the TLD data, we executed the Monte Carlo simulation for 5 MV X-ray beams. Results: The surface doses In 6 MV and IS MV X-rays were 29.31% and 23.36% ior Markus parallel plate ion chamber, 37.17$\%$ and 24.01$\%$ for TLD, 34.87$\%$ and 24.06$\%$ for diamond detector, 38.13$\%$ and 27.8$\%$ for diode detector, and 47.92$\%$ and 35.01$\%$ for thimble type ion chamber, respectively. in Monte Carlo simulation for 6 MV X-rays, the surface dose was 36.22$\%$, which Is similar to the 37.17$\%$ of the TLD measurement data. The d$_{max}$ In 6 WV and 15 MV X-rays was 14$\~$16 mm and 27$\~$29 mm, respectively. There was no significant difference in the d$_{max}$ among the detectors. Conclusion: There was a remarkable difference in the surface dose among the detectors. The Markus parallel plate chamber showed the most accurate result. The surface dose of the thimble ion chamber was 10$\%$ higher than that of other detectors. We suggest that the correction should be made when the surface dose of the thimble ion chamber Is used for the treatment planning ion the supeficial tumors. All the detectors used In our study showed no difference in the d$_{max}$.

An Outlier Detection Using Autoencoder for Ocean Observation Data (해양 이상 자료 탐지를 위한 오토인코더 활용 기법 최적화 연구)

  • Kim, Hyeon-Jae;Kim, Dong-Hoon;Lim, Chaewook;Shin, Yongtak;Lee, Sang-Chul;Choi, Youngjin;Woo, Seung-Buhm
    • Journal of Korean Society of Coastal and Ocean Engineers
    • /
    • v.33 no.6
    • /
    • pp.265-274
    • /
    • 2021
  • Outlier detection research in ocean data has traditionally been performed using statistical and distance-based machine learning algorithms. Recently, AI-based methods have received a lot of attention and so-called supervised learning methods that require classification information for data are mainly used. This supervised learning method requires a lot of time and costs because classification information (label) must be manually designated for all data required for learning. In this study, an autoencoder based on unsupervised learning was applied as an outlier detection to overcome this problem. For the experiment, two experiments were designed: one is univariate learning, in which only SST data was used among the observation data of Deokjeok Island and the other is multivariate learning, in which SST, air temperature, wind direction, wind speed, air pressure, and humidity were used. Period of data is 25 years from 1996 to 2020, and a pre-processing considering the characteristics of ocean data was applied to the data. An outlier detection of actual SST data was tried with a learned univariate and multivariate autoencoder. We tried to detect outliers in real SST data using trained univariate and multivariate autoencoders. To compare model performance, various outlier detection methods were applied to synthetic data with artificially inserted errors. As a result of quantitatively evaluating the performance of these methods, the multivariate/univariate accuracy was about 96%/91%, respectively, indicating that the multivariate autoencoder had better outlier detection performance. Outlier detection using an unsupervised learning-based autoencoder is expected to be used in various ways in that it can reduce subjective classification errors and cost and time required for data labeling.

Studies on the Functional Interrelation between the Vestibular Canals and the Extraocular Muscles (미로반규관(迷路半規管)과 외안근(外眼筋)의 기능적(機能的) 관계(關係)에 관(關)한 연구(硏究))

  • Kim, Jeh-Hyub
    • The Korean Journal of Physiology
    • /
    • v.8 no.2
    • /
    • pp.1-17
    • /
    • 1974
  • This experiment was designed to explore the specific functional interrelations between the vestibular semicircular canals and the extraocular muscles which may disclose the neural organization, connecting the vestibular canals and each ocular motor nuclei in the brain system, for vestibuloocular reflex mechanism. In urethane anesthetized rabbits, a fine wire insulated except the cut cross section of its tip was inserted into the canals closely to the ampullary receptor organs through the minute holes provided on the osseous canal wall for monopolar stimulation of each canal nerve. All extraocular muscles of both eyes were ligated and cut at their insertio, and the isometric tension and EMG responses of the extraocular muscles to the vestibular canal nerve stimulation were recorded by means of a physiographic recorder. Upon stimulation of the semicircular canal nerve, direction if the eye movement was also observed. The experimental results were as follows. 1) Single canal nerve stimulation with high frequency square waves (240 cps, 0. 1 msec) caused excitation of three extraocular muscles and inhibition of remaining three muscles in the bilateral eyes; stimulation of any canal nerve of a unilateral labyrinth caused excitation (contraction) of the superior rectus, superior oblique and medial rectus muscles and inhibition (relaxation) of the inferior rectus, inferior oblique and lateral rectos muscles in the ipsilateral eye, and it caused the opposite events in the contralateral eye. 2) By the overlapped stimulation of triple canal nerves of a unilateral labyrinth, unidirectional (excitatory or inhibitory) summation of the individual canal effects on a given extraocular muscles was demonstrated, and this indicates that three different canals of a unilateral vestibular system exert similar effect on a given extraocular muscles. 3) Based on the above experimental evidences, a simple rule by which one can define the vestibular excitatory and inhibitory input sources to all the extraocular muscles is proposed; the superior rectus, superior oblique and medial rectus muscles receive excitatory impulses from the ipsilateral vestibular canals, and the inferior rectus, inferior oblique and lateral rectus muscles from the contralateral canals; the opposite relationship applies for vestibular inhibitory impulses to the extraocular muscles. 4) According to the specific direction of the eye movements induced by the individual canal nerve stimulation, an extraocutar muscle exerting major role (a muscle of primary contraction) and two muscles of synergistic contraction could be differentiated in both eyes. 5) When these experimental results were compared to the well known observations of Cohen et al. (1964) made in the cats, extraocular muscles of primary contraction were the same but those of synergistic contraction were partially different. Moreover, the oblique muscle responses to each canal nerve excitation appeared to be all identical. However, the responnes of horizontal (medial and lateral) and vertical (superior and inferior) rectus muscles showed considerable differences. By critical analysis of these data, the author was able to locate theoretical contradictions in the observations of Cohen et al. but not in the author's results. 6) An attempt was also made to compare the functional observation of this experiment to the morphological findings of Carpenter and his associates obtained by degeneration experiments in the monkeys, and it was able to find some significant coincidence between there two works of different approach. In summary, the author has demonstrated that the well known observations of Cohen et al. on the vestibulo-ocular interrelation contain important experimental errors which can he proved by theoretical evaluation and substantiated by a series of experiments. Based on such experimental evidences, a new rule is proposed to define the interrelation between the vestibular canals and the extraocular muscles.

  • PDF

Performance Evaluation of Radiochromic Films and Dosimetry CheckTM for Patient-specific QA in Helical Tomotherapy (나선형 토모테라피 방사선치료의 환자별 품질관리를 위한 라디오크로믹 필름 및 Dosimetry CheckTM의 성능평가)

  • Park, Su Yeon;Chae, Moon Ki;Lim, Jun Teak;Kwon, Dong Yeol;Kim, Hak Joon;Chung, Eun Ah;Kim, Jong Sik
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.32
    • /
    • pp.93-109
    • /
    • 2020
  • Purpose: The radiochromic film (Gafchromic EBT3, Ashland Advanced Materials, USA) and 3-dimensional analysis system dosimetry checkTM (DC, MathResolutions, USA) were evaluated for patient-specific quality assurance (QA) of helical tomotherapy. Materials and Methods: Depending on the tumors' positions, three types of targets, which are the abdominal tumor (130.6㎤), retroperitoneal tumor (849.0㎤), and the whole abdominal metastasis tumor (3131.0㎤) applied to the humanoid phantom (Anderson Rando Phantom, USA). We established a total of 12 comparative treatment plans by the four geometric conditions of the beam irradiation, which are the different field widths (FW) of 2.5-cm, 5.0-cm, and pitches of 0.287, 0.43. Ionization measurements (1D) with EBT3 by inserting the cheese phantom (2D) were compared to DC measurements of the 3D dose reconstruction on CT images from beam fluence log information. For the clinical feasibility evaluation of the DC, dose reconstruction has been performed using the same cheese phantom with the EBT3 method. Recalculated dose distributions revealed the dose error information during the actual irradiation on the same CT images quantitatively compared to the treatment plan. The Thread effect, which might appear in the Helical Tomotherapy, was analyzed by ripple amplitude (%). We also performed gamma index analysis (DD: 3mm/ DTA: 3%, pass threshold limit: 95%) for pattern check of the dose distribution. Results: Ripple amplitude measurement resulted in the highest average of 23.1% in the peritoneum tumor. In the radiochromic film analysis, the absolute dose was on average 0.9±0.4%, and gamma index analysis was on average 96.4±2.2% (Passing rate: >95%), which could be limited to the large target sizes such as the whole abdominal metastasis tumor. In the DC analysis with the humanoid phantom for FW of 5.0-cm, the three regions' average was 91.8±6.4% in the 2D and 3D plan. The three planes (axial, coronal, and sagittal) and dose profile could be analyzed with the entire peritoneum tumor and the whole abdominal metastasis target, with planned dose distributions. The dose errors based on the dose-volume histogram in the DC evaluations increased depending on FW and pitch. Conclusion: The DC method could implement a dose error analysis on the 3D patient image data by the measured beam fluence log information only without any dosimetry tools for patient-specific quality assurance. Also, there may be no limit to apply for the tumor location and size; therefore, the DC could be useful in patient-specific QAl during the treatment of Helical Tomotherapy of large and irregular tumors.