<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Repository Collection:</title>
  <link rel="alternate" href="https://oak.chosun.ac.kr/handle/2020.oak/18346" />
  <subtitle />
  <id>https://oak.chosun.ac.kr/handle/2020.oak/18346</id>
  <updated>2026-04-09T22:16:28Z</updated>
  <dc:date>2026-04-09T22:16:28Z</dc:date>
  <entry>
    <title>MATLAB과 Python을 이용한 광통신시스템의 채널모델 연계 시뮬레이션</title>
    <link rel="alternate" href="https://oak.chosun.ac.kr/handle/2020.oak/19600" />
    <author>
      <name>황용운</name>
    </author>
    <author>
      <name>이충규</name>
    </author>
    <id>https://oak.chosun.ac.kr/handle/2020.oak/19600</id>
    <updated>2024-05-14T06:39:08Z</updated>
    <published>2019-12-31T15:00:00Z</published>
    <summary type="text">Title: MATLAB과 Python을 이용한 광통신시스템의 채널모델 연계 시뮬레이션
Author(s): 황용운; 이충규
Abstract: 광통신시스템의 동작 과정 분석 및 통신성능을 계산하기 위한 컴퓨터 시뮬레이션 연구는 중요한 연구분야이며, 과학기술분야의 수치계산에 MATLAB이 다양하게 활용되고 있다. MATLAB은 다양한 통신용 함수 모델 및 툴박스를 포함하고 있어, 연구를 수행하기 위한 프로그래밍 시간을 단축하여 주는 장점을 제공한다. 특히, 광통신 시스템에서 신호가 전송되는 통신 매질의 다양한 물리적 현상을 모델링하여 시뮬레이션의 정확도를 확보하여 실험장치 구성, 측정, 분석에 소요되는 비용과 시간의 문제점을 해결하는 것은 매우 중요한 연구주제이다. 본 논문은 Python 프로그램으로 MATLAB 시스템 모델을 호출하여 시뮬레이션을 수행하도록 설계된 시뮬레이션 개발과정을 기술하며, MATLAB은 광통신시스템 변복조방식으로 펄스위치변조방식을 선택하여 시뮬레이션을 수행한다. Python과 MATLAB 연산모듈이 데이터를 주고 받기 위한 인터페이스 모듈을 통해 MATLAB 수치연산에서 필요한 다양한 변수 입력이 수행되고, 시뮬레이션 수행과 관련한 실행명령을 Python으로 구현하고, 동작 결과를 보여준다. MATLAB은 신호 생성, 채널 전송 특성, 신호 복원과정에 해당하는 수치연산 처리를 수행한다. Python과 MATLAB의 각각의 장점을 활용한 채널모델 연계 시뮬레이션을 통해 자원의 효율적인 활용 및 범용적 활용이 기대된다.; Research based on computer simulation is important for understanding and analyzing operation and communication performance and MATLAB have been used for numerical calculation in many scientific research areas. MATLAB has the merit of reducing time for programming, since it contains many communication function models and toolboxes. Moreover, modeling physical phenomena in communication media for optical communication system is one of very important research topics, which enables researchers to escape from cost and time for experimental setup, measurements, and analyses. The paper reports the development of simulation program, whose Python interface calls MATLAB system models. Then, MATLAB performs a simulation of optical communication system with pulse position modulation (PPM). The interface model exchanges the initial parameter values and simulation results between Python and MATLAB calculation modules. MATLAB performs calculation for communication signal generation, channel effect through transmission, and signal recovery. It is expected that the co-simulation using MATLAB and Python will be widely used due to effective simulation.</summary>
    <dc:date>2019-12-31T15:00:00Z</dc:date>
  </entry>
  <entry>
    <title>효율적 합의를 위한 PBFT 수정 연구</title>
    <link rel="alternate" href="https://oak.chosun.ac.kr/handle/2020.oak/19602" />
    <author>
      <name>민연아</name>
    </author>
    <id>https://oak.chosun.ac.kr/handle/2020.oak/19602</id>
    <updated>2024-05-14T06:39:08Z</updated>
    <published>2019-12-31T15:00:00Z</published>
    <summary type="text">Title: 효율적 합의를 위한 PBFT 수정 연구
Author(s): 민연아
Abstract: 블록체인기술은 발표 초기 암호화폐 기술로 소개되었으나 최근에는 블록체인이 가진 데이터의 투명성, 무결성 보장 및 최종 합의가능성 등의 특징을 활용하고자 하는 기업 및 정부 등 신뢰기반 기관에 의한 활용이 활발히 연구되고 있다. 허가된 기관들이 서로 노드가 되어 거대한 데이터를 투명하게 공유하고 활용하기 위하여 적절한 합의 알고리즘 선택 및 적용이 필요하다. 본 논문에서는 정확한 데이터 관리를 위하여 비동기 제어가 가능하지만 네트워크에서 빈번하게 사용되는 PBFT를 기반으로 네트워크 통신비용의 효율을 높일 수 있는 수정된 합의 알고리즘을 제안하였다. 제안한 방법을 통하여 PBFT의 세부 프로세스 중 일부 인증과정에 대한 트래픽을 낮추고 중요한 합의에 대한 선 처리 가능 과정을 추가함으로써 노드 증가 시에도 네트워크 통신비용을 낮출 수 있다.; blockchain technology was introduced as a cryptocurrency technology at the beginning of the announcement, but recently, it has been actively researched by trust-based organizations such as companies and governments that want to utilize features such as transparency, integrity, and final consensus of data possessed by blockchain. It is necessary to select and apply an appropriate consensus algorithm in order for authorized organizations to become nodes and share and utilize huge data transparently. In this paper, we proposed a modified consensus algorithm that can increase the efficiency of network communication cost based on PBFT, which is asynchronously controllable for accurate data management, but is frequently used on the network. Through the proposed method, it is possible to lower the network communication cost even when the number of nodes increases by lowering the traffic for some of the authentication processes of the PBFT and adding a pre-processing process for important agreements.</summary>
    <dc:date>2019-12-31T15:00:00Z</dc:date>
  </entry>
  <entry>
    <title>교통정보 빅데이터를 이용한 돌발상황 검지</title>
    <link rel="alternate" href="https://oak.chosun.ac.kr/handle/2020.oak/19601" />
    <author>
      <name>기용걸</name>
    </author>
    <author>
      <name>김숙영</name>
    </author>
    <id>https://oak.chosun.ac.kr/handle/2020.oak/19601</id>
    <updated>2024-05-14T06:39:08Z</updated>
    <published>2019-12-31T15:00:00Z</published>
    <summary type="text">Title: 교통정보 빅데이터를 이용한 돌발상황 검지
Author(s): 기용걸; 김숙영
Abstract: 도로에서 발생하는 돌발상황(교통사고 발생 등)을 자동으로 검지하는 기술이 50년 이상 운영되고 있는데, 이들 대부분이 도로에 매설된 루프검지기를 활용하고 있다. 그러나, 루프검지기가 측정한 차량속도 결과값은 3%에서 5% 정도의 오차를 포함하고 있는 것으로 알려져 있으며, 이러한 루프검지기를 사용하는 돌발상황 검지기술도 정확도가 높지 않은 것으로 알려져 있다. 도로에서 돌발상황이 발생하면 교통흐름이 급격이 변화하여 평상시와는 다른 교통흐름을 나타내게 되는데, 이러한 특성을 이용하여 돌발상황 검지가 가능하다. 본 논문에서는 교통정보센터에 보관중인 교통정보 빅데이터 및 신경망을 활용하여 돌발상황을 검지하는 모델을 제한하여 실험을 실시하였으며, 새로운 모델이 기존 모델보다 돌발상황 검지 정확도가 높다는 것을 확인하였다.; Unexpected situation detection methods which recognize incidents and other roadway events requiring emergency responses have existed for over 50 years. Most of them depend on double loop detectors. However, double-loop speeds that are computed using digital outputs typically have errors between 3% and 5% for ordinary vehicles. Therefore, the accuracy of the unexpected situation detection methods is generally low. Traffic incidents cause the changes in volume and traffic speed. In this paper, I proposes an incident detection model using traffic big data and artificial neural networks. In the field tests, the new model performed better than existing methods.</summary>
    <dc:date>2019-12-31T15:00:00Z</dc:date>
  </entry>
  <entry>
    <title>시각 정보의 청각 변환을 위한 시각장애인의 정보 선호도 분석</title>
    <link rel="alternate" href="https://oak.chosun.ac.kr/handle/2020.oak/19604" />
    <author>
      <name>김무섭</name>
    </author>
    <author>
      <name>정치윤1</name>
    </author>
    <author>
      <name>문경덕</name>
    </author>
    <author>
      <name>박윤경</name>
    </author>
    <author>
      <name>박종미</name>
    </author>
    <author>
      <name>이준우</name>
    </author>
    <id>https://oak.chosun.ac.kr/handle/2020.oak/19604</id>
    <updated>2024-05-14T06:39:08Z</updated>
    <published>2019-12-31T15:00:00Z</published>
    <summary type="text">Title: 시각 정보의 청각 변환을 위한 시각장애인의 정보 선호도 분석
Author(s): 김무섭; 정치윤1; 문경덕; 박윤경; 박종미; 이준우
Abstract: 감각 치환 기술은 뇌 가소성에 기반하여 손상되거나 저하된 감각의 정보를 다른 형태의 감각으로 전환하여 전달함으로써 감각을 지각할 수 있도록 하는 기술이다. 본 논문에서는 감각 치환 기술 중 가장 대표적인 시각-청각 변환기술을 묵시적 방법과 명시적 방법으로 구분하여 기술적 특징을 분석하였다. 또한, 166명의 시각장애인을 대상으로 설문조사를 수행하여 시각-청각 변환기술을 통하여 전달받기 원하는 시각 정보들의 선호도를 분석하였다. 기존 기술 분석 및 설문조사 결과를 종합하면 기존 기술은 주로 모양에 관련된 정보를 전달하지만, 실제 시각장애인들은 보행을 위한 거리 및 공간 정보를 요구하여 현재 기술과 사용자의 요구사항에 차이가 있음을 확인하였다. 본 논문의 분석 결과는 감각 치환 장치들이 향후 실생활에 사용되기 위해 극복하여야 할 여러 가지 기술적 이슈들을 해결하기 위한 기본 자료로 활용될 수 있다.; Sensory substitution generally refers to converting or transmitting information from damaged or deteriorated sense to other types of sensory modality based on brain plasticity. In this paper, we review the technical features of the visual-to-auditory sensory substitution that could be classified into implicit and explicit methods. In addition, we analyzed the preference for visual information that the visually impaired want to receive through a questionnaire survey that was conducted with 166 visually impaired participants. We can conclude from the analysis that there are considerable difference between the functional feature of the conventional methods and the preference information of the visually impaired. The analysis results of this paper will provide the foundation for the research to solve technical issues that need to be overcome for sensory substitution devices to be used in real life in the future.</summary>
    <dc:date>2019-12-31T15:00:00Z</dc:date>
  </entry>
</feed>

