RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
        • 등재정보
        • 학술지명
          펼치기
        • 주제분류
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재후보

        SD 프로토콜 분석기 설계

        문지훈,오재철,Moon, Ji-Hoon,Oh, Jae-Chul 한국전자통신학회 2013 한국전자통신학회 논문지 Vol.8 No.11

        SD 슬레이브 IP 개발 시 CMD 및 데이터가 정상적으로 처리되는지 분석하기 위해서 프로토콜 분석기를 이용하고 있다. 본 논문에서는 윈도우 환경에서 Visual C++를 이용하여 SD 프로토콜을 분석할 수 있는 프로토콜 분석기를 개발하였다. SD 프로토콜 분석기는 SD 메모리 데이터를 저장하기 위한 임베디드 리눅스 소프트웨어와 이를 분석하기 위한 MFC 프로그램으로 구성되며, 프로토콜 분석은 SD 메모리 카드에서 호스트로 송수신되는 데이터를 리눅스 소프트웨어에서 수집하여 MFC에서 분석할 수 있도록 설계하였다. 실험 결과 개발된 보드를 이용하여 SD 메모리 카드에 데이터를 읽거나 기록할 때 발생되는 CMD 종류의 확인이 가능 하였으며, 문제가 발생되는 부분에 대한 디버깅이 가능하였다. Protocol analyzer is being used to analyze proper processing of CMD & data when developing SD slave IP. In this thesis, a protocol analyzer was developed for analyzing SD protocol in Windows environment using Visual C++. SD protocol analyzer consists of embedded Linux software for storing SD memory data and MFC program for analyzing this. As for protocol analysis, it has been designed to collect data transmitted from SD memory card to host by Linux software for its analysis by MFC. It was found through the experiment that the CMD type could be confirmed that occurs when reading and writing data to SD memory card using the developed board, and debugging the problems that occur was possible.

      • KCI등재후보

        임베디드 시스템에서의 공유 메모리 컨트롤러 디바이스 드라이버 설계

        문지훈,오재철,Moon, Ji-Hoon,Oh, Jae-Chul 한국전자통신학회 2014 한국전자통신학회 논문지 Vol.9 No.6

        In the AMP(Asymmetric Multiprocessing) based dual core using core-specific operating system in a single processor system, shared memory method is used to send data between processors in dual core. To used shared memory in different operating systems, there is a problem of needing to solving the issue of message communication and synchronization between the two operations systems. In this paper, separate memory controller was used for data sharing between different processor cores in dual core environment. This controller can designate two slave ports to allow simultaneous access from two processors, and in the case of process data simultaneously by two processors, priority order of slave ports is determined through memory mediator. When sending data from A to B processor, SRAM area was logically separated into 8 pages. It allowed using memory area from multiple processes with the size of 4KByte per page, and control register with the size of 4Byte was used to discern the usability of current page. 단일 시스템에 코어별 운영체제를 사용하는 AMP(Asymmetric Multiprocessing) 기반 듀얼 코어에서 프로세서간 데이터를 전달하기 위해서 공유 메모리 기법을 사용한다. 서로 다른 운영체제에서 공유 메모리를 사용하기 위해서는 두 운영체제 사이의 메시지 통신 및 동기화 문제를 해결해 주어야 하는 문제점이 발생한다. 본 논문에서는 듀얼 코어 환경에서 서로 다른 프로세서 코어 사이에서 데이터 공유를 위해서 별도의 메모리 컨트롤러를 이용하였다. 이 컨트롤러는 두 프로세서에서 동시에 접근이 가능 하도록 두 개의 슬레이브 포트를 지정할 수 있으며, 두 프로세서에 의해서 동시에 데이터 처리를 수행할 경우 메모리 중재자에 의해서 슬레이브 포트의 우선 순위를 결정하게 된다. A에서 B 프로세서로 데이터를 전달 시, SRAM 영역을 논리적으로 8개의 페이지로 분리하였다. 여러 프로세스에서 메모리 영역을 사용 하도록 하였으며 페이지당 4KByte의 크기를 갖도록 하였으며, 현재 페이지가 사용 가능한지 아닌지를 판별하기 위해서 4바이트 크기의 컨트롤 레지스터를 이용하였다.

      • KCI등재후보

        듀얼 버스 시스템에서의 공유 메모리 커널 모듈 구현

        문지훈,오재철,Moon, Ji-Hoon,Oh, Jae-Chul 한국전자통신학회 2015 한국전자통신학회 논문지 Vol.10 No.5

        본 논문에서는 프로세서별 서로 다른 버스에 서로 다른 운영체제를 갖는 멀티코어 시스템에서 공유 메모리 기능을 구현하고, 임베디드 리눅스 시스템을 통하여 두 프로세서 사이에서 공유 메모리 기능을 실험하였다. 듀얼 버스 구조에서 공유 메모리 구현을 위해 메모리 컨트롤러를 이용하였으며, 리스트 자료구조를 통하여 공유 메모리 세그먼트를 관리한다. AMP 멀티 코어 실험을 위하여 2개의 프로세서 코어에 리눅스 운영체제를 탑재하도록 하였다. 그리고 공유 메모리 테스트를 위하여 구현된 커널 모듈을 이용하여 공유 메모리 생성 및 이용이 가능함을 확인 하였다. In this paper, shared memory feature was developed in multi-core system with different OS for different processor-specific bus, while conducting an experiment on shared memory feature between the two processors based on embedded Linux system. For the purpose of developing shared memory in dual bus structure, memory controller was used, while managing shared memory segment through list data structure. For AMP multi-core test, Linux OS was installed in 2 processor cores. In addition, it verified the creation and use of shared memory by using kernel module implemented to test shared memory.

      • KCI등재후보

        임베디드 리눅스에서의 가상 SD 메모리 카드 시스템 설계

        문지훈,오재철,Moon, Ji-Hoon,Oh, Jae-Chul 한국전자통신학회 2014 한국전자통신학회 논문지 Vol.9 No.1

        SD 메모리 카드는 휴대용 디지털 장비에서 널리 사용하고 있으며, 저장 장치로 대부분 낸드 플래시 메모리를 사용하여, 저 비용으로 사용자의 중요한 데이터를 안전하게 저장하는 특징을 가지고 있다. 하지만 낸드 플래시 메모리를 저장 장치로 이용하는 경우에 대용량의 데이터를 전송시 메모리 용량이 부족한 경우에 사용자의 데이터를 저장할 수 있는 방법이 존재하지 않는다. 본 논문에서는 가상 SD 메모리 카드 시스템을 제안한다. SD 메모리 카드에서 데이터를 저장하기 위해 메모리 코어로 플래시 메모리를 이용하는 방식이 아닌 외부 저장 장치를 이용하여 호스트에서 요청된 데이터를 SD 메모리 카드 디바이스 드라이버를 이용하여 처리하도록 하였다. 실험을 위해서 S3C2450 ARM CPU의 SMC 컨트롤러에 FPGA 기반의 SD 카드 슬레이브 컨트롤러 IP를 이용하여 테스트 하였다. SD memory cards are widely used in portable digital devices, and most of them exploit NAND flash memory as their storage, so that they have a feature of storing users' important data safely with low costs. In case of using NAND flash memory as storage, however, there is no method to store users' data if memory capacity is insufficient when transferring a large volume of data. This paper proposes a virtual SD memory card system. It used a SD memory card device driver to process data requested from a host by exploiting external storage rather than by exploiting flash memory as a memory core for storing data to the SD memory card. For experiment, it used the FPGA-based SD card slave controller IP on the SMC controller with a S3C2450 ARM CPU to test.

      • KCI등재

        N형 고분자 반도체의 전하주입 특성 향상을 통한 저전압 유기전계효과트랜지스터 특성 연구

        문지훈,백강준,Moon, Ji-Hoon,Baeg, Kang-Jun 한국전기전자재료학회 2017 전기전자재료학회논문지 Vol.30 No.10

        Herein, we report the fabrication of low-voltage N-type organic field-effect transistors by using high capacitance fluorinated polymer gate dielectrics such as P(VDF-TrFE), P(VDF-TrFE-CTFE), and P(VDF-TrFE-CFE). Electron-withdrawing functional groups in PVDF-based polymers typically cause the depletion of negative charge carriers and a high contact resistance in N-channel organic semiconductors. Therefore, we incorporated intermediate layers of a low-k polymerto prevent the formation of a direct interface between PVDF-based gate insulators and the semiconducting active layer. Consequently, electron depletion is inhibited, and the high charge resistance between the semiconductor and source/drain electrodes is remarkably improved by the in corporation of solution-processed charge injection layers.

      • KCI등재

        열화상측정법을 이용한 경량 목조 외벽체의 현장 열관류율 추정 정확도에 대한 측정시간의 영향 분석

        문지훈(Ji-Hoon Moon),이예지(Ye-Ji Lee),김용식(Yong-Shik Kim) 한국생활환경학회 2024 한국생활환경학회지 Vol.31 No.2

        Infrared thermography (IRT) method has been proposed as a non-destructive method for estimating in-situ thermal transmittance (U-value) of exterior walls due to its ability to inspect relatively large areas in real time. Because the IRT method is based on heat transfer assuming the steady state condition, many researchers have investigated measurement conditions that can improve the accuracy of in-situ U-value estimation. They have reported that to increase the reliability of the results, IRT measurements should be taken before sunrise, when temperature differences are large and the effects of solar irradiation are minimized. However, the effects of time-specific environmental conditions on the accuracy of IRT methods have rarely been examined. In this study, we analyzed the effect of environmental conditions on the accuracy of in-situ U-value estimation by performing a descriptive statistics using boxplot on subcases separated by 3-hour intervals from data measured by the IRT method over 14 days. The data were measured from January 25, 2023 to February 7, 2023 on a north-facing lightweight wooden exterior wall with a theoretical U-value of 0.185 W/㎡·K. The findings show that the accuracy of U-value estimation using the IRT method can vary significantly depending on the influence of environmental conditions.

      • 폐 리튬이온 배터리 양극으로부터 유기산을 이용한 코발트 회수

        문지훈 ( Ji Hoon Moon ),안지은 ( J. E. Ahn ),김현종 ( Hyun Jong Kim ),손성호 ( S. H. Sohn ),이헌우 ( H. W. Lee ),김한성 ( H. S. Kim ) 한국공업화학회 2012 응용화학 Vol.16 No.1

        Due to the developments of communications equipment and electronic devices, lithium ion secondary battery usage is growing. Along with demand increasing, the amount of scrap has been steadily increasing. In this study, method of cobalt recovery using organic eco-friendly is proposed. Sulfuric acid, Malic acid, Citric acid at reflux device had good cobalt leaching efficiency. And Sulfuric acid, Malic acid at the autoclave increased cobalt leaching efficiency.

      • 초대형 트럭 적재함과 서브프레임의 강도 해석 및 내구 수명 평가

        문지훈(Moon, Ji Hoon),이강우(Lee, Kang Woo),유승훈(Ryu, Seung Hun),윤호상(Yun, Ho Sang) 한국자동차공학회 2012 한국자동차공학회 부문종합 학술대회 Vol.2012 No.5

        Put Abstract here. To develop the 27Ton dump truck, we should reduce weight about 180Kg in the upper body - deck and subframe. In general, dump truck dirver overload. Therefore if reduceing weight, fatigue problem will be occur at that component. Preventing this problem, stress analysis and fatigue life prediction were done at the early stage. As a result, upper body development ended successfully.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼