• 제목/요약/키워드: source coverage

검색결과 167건 처리시간 0.021초

A Design of Dual Frequency Bands Time Synchronization System for Synchronized-Pseudolite Navigation System

  • Seo, Seungwoo;Park, Junpyo;Suk, Jin-Young;Song, Kiwon
    • Journal of Positioning, Navigation, and Timing
    • /
    • 제3권2호
    • /
    • pp.71-81
    • /
    • 2014
  • Time synchronization system using dual frequency bands is designed and the error sources are analyzed for alternative synchronized-pseudolite navigation system (S-PNS) which aims at military application. To resolve near/far problem, dual frequency band operation is proposed instead of pulsing transmission which degrades level of reception. In dual frequency operation H/W delay should be considered to eliminate errors caused by inter-frequency bias (IFB) difference between the receivers of the pseudolites and users. When time synchronization is performed across the sea, multipath error is occurred severely since the elevation angle between pseudolites is low so total reflection can be happened. To investigate the difference of multipath effects according to location, pseudolites are set up coastal area and land area and performances are compared. The error source related with tropospheric delay is becoming dominant source as the coverage of the PNS is broadening. The tropospheric delay is measured by master pseudolite receiver directly using own pseudorange and slave pseudorange. Flight test is performed near coastal area using S-PNS equipped with developed time synchronization system and test results are also presented.

소프트웨어 화이트박스 테스트의 교호 강도 수 기반 테스트 방법 (Computing Method for The Number of The Interaction Strength Based on Software Whitebox Testing)

  • 최형섭;박홍성
    • 전자공학회논문지CI
    • /
    • 제46권5호
    • /
    • pp.29-36
    • /
    • 2009
  • 소프트웨어가 복잡할수록 소프트웨어의 테스트에 들어가는 비용과 시간이 점점 증가되고 있는 문제점이 존재한다. 이러한 문제를 해결하기 위해서는 테스트에 사용되는 테스트 케이스의 수를 줄이는 것이 중요하다. 특히 단위 테스트 케이스 수를 결정하는 것에는 교호강도의 수가 중요한데 교호강도 수는 소스에서 인자간의 조합에 의해 함수의 결과에 영향을 미치는 인자들의 수를 말한다. 본 논문에서는 프로그램 코드 상에서 인자의 사용 패턴을 분석하여 특정 패턴이 되면 교호 강도 수를 늘리고 최종적으로 교호 강도수를 결정할 수 있는 방법을 제시한다. 제안하는 방법의 효과를 커버리지 및 결함 발견 수의 항목으로 실험을 통해 증명한다.

센서 네트워크 바용 절감을 위한 에너지 공급장치 배치 기법 (A Cost-Efficient Energy Supply Sources Deployment Scheme in Wireless Sensor Networks)

  • 최윤범;김용호;김재준;김훈
    • 한국통신학회논문지
    • /
    • 제36권6B호
    • /
    • pp.738-743
    • /
    • 2011
  • 본 고에서는 각 센서에 필요한 에너지를 공급하는 장치를 포함한 센서 네트워크 시스템을 고려하고, 에너지 공급 장치의 설치 및 운용 비용을 최소화하는 방법을 제안한다. 센서와 에너지 공급원이 정방형으로 배치되는 구조하에서 센서 노드의 밀도, 에너지 공급장치당 센서 노드 커버 범위 등에 따라 에너지 공급 장치의 설치 및 운용비용을 함수화한다. 또한 주어진 센서 노드밀도 환경에서 총 비용을 최소화하는 에너지 공급장치당 센서 노드 커버 범위를 결정하여 에너지 공급장치가 포함한 센서 네트워크의 배치를 최적화한다. 모의 실험을 통해 기존 방법에 비해 제안된 방법이 약 19%의 센서 네트워크 비용을 절감하는 효과를 가짐을 보인다.

소프트웨어 품질향상을 위한 소스코드 기반의 테스트 케이스 자동 생성에 관한 연구 (A Study on the Automatic Generation of Test Case Based on Source Code for Quality Improvement)

  • 손웅진;이승호
    • 전기전자학회논문지
    • /
    • 제19권2호
    • /
    • pp.186-192
    • /
    • 2015
  • 본 논문에서는 소프트웨어 개발 과정에서 소프트웨어의 품질향상에 필요한 소스코드의 API를 기반으로 테스트 케이스를 자동으로 생성할 수 있는 기법을 제안한다. 제안된 기법은 Doxygen 오픈소스 툴을 이용한 소스코드 분석 과정, 분석된 결과를 이용한 API 사양 정의 과정, 테스트 디자인 생성 과정, Pairwise Test 기법을 적용한 테스트 케이스 생성 과정 등의 4가지 과정으로 구성된다. Doxygen 오픈소스 툴을 이용한 소스코드 분석 과정은 소스코드의 API 정보인 API 명, 입력 파라미터, 리턴 파라미터 정보 등을 추출하는 단계이다. 분석된 결과를 이용한 API 사양 정의 과정은 추출한 API 정보를 바탕으로 SQLite 데이터베이스를 이용하여 테스트 케이스 생성에 필요한 API 정보들을 데이터베이스화하여 정의하는 단계이다. 테스트 디자인 생성 과정은 정의된 API를 기반으로 입력 파라미터, 리턴 파라미터의 임계치 설정, 제약사항 설정 등을 통해 시나리오를 디자인하여 데이터베이스로 구성하는 단계이다. Pairwise Test 기법을 적용한 테스트 케이스 생성 과정은 테스트 디자인 정보를 바탕으로 Pairwise 조합 기법을 적용하여 실제 테스트 케이스를 생성하여 데이터베이스로 구성하는 단계이다. 제안된 기법의 효율성을 평가하기 위하여 기존의 명세서 기반의 테스트 케이스 생성 방법과 비교한 결과 비슷한 시간 내에 훨씬 더 많은 테스트 케이스가 생성되며, 명세 기반 기법으로는 불가능한 소스코드에 대한 기능 검증도 가능하여 소스코드내 결함 위치도 확인할 수 있다. 따라서 사람의 인력을 통한 수작업에 의존적으로 진행하였던 소프트웨어 개발 품질 향상 과정을 소스코드의 API를 기반으로 자동으로 테스트 케이스를 생성함으로써, 노동력 절감 및 제품 개발 시간 등을 단축 할 수 있으리라 기대된다.

다중계층 프로토콜의 적합성시험 방안 (Conformance Testing of Multi-protocol IUTs)

  • 박용범;김명철;김장경
    • 한국정보처리학회논문지
    • /
    • 제6권11호
    • /
    • pp.3086-3096
    • /
    • 1999
  • To declare conformance of multi-protocol Implementation Under Test(IUT), every layer of the multi-protocol IUT should be tested. According to ISO9646, single-layer test method is applied to testing the highest layer of multi-protocol IUT and single-layer embedded test method is used for the layers by layer all the protocols in a multi-protocol IUT. This paper proposes a new method for testing a multi-protocol IUT. The proposed test method assumes that a multi-protocol IUT is under test and that the interfaces between the layers cannot be controlled or observed by the tester. We apply the proposed test method to TCP/IP and compare the application results with those of the existing test turns out that the proposed test method significantly reduces the number of test cases as well as the number of test events while providing the same test coverage. In addition, the proposed test method shows the capability to locate the layer that is source of failure in testing multi-protocol IUTs.

  • PDF

무기결정구조 데이터베이스 검색 시스템 개발 (Development of Inorganic Crystal Structure Database Retrieval System)

  • 김지영;이상호;이정구;김창규;한정민;김태중
    • 한국콘텐츠학회:학술대회논문집
    • /
    • 한국콘텐츠학회 2003년도 춘계종합학술대회논문집
    • /
    • pp.298-302
    • /
    • 2003
  • 화학분야 정보 중 무기재료 합성 및 물성 연구에 필수적으로 사용되는 무기결정구조 데이터베이스를 구축하였다. 또한 국내 연구자들이 무기결정구조 정보를 웹에서 손쉽게 검색할 수 있는 웹 검색 시스템을 개발하였다. 데이터 소스는 독일의 FIZ-Karlsruhe에 의해 수집된 1915년부터의 데이터 약 65,000건을 확보하였으며 빠르고 효율적인 화합물 검색이 가능하도록 데이터베이스를 설계, 검색 시스템을 개발하였고 특히 결정구조에 대한 수치검색이 가능하도록 개발하였다.

  • PDF

어안렌즈와 천장의 위치인식 마크를 활용한 청소로봇의 자기 위치 인식 기술 (Location Identification Using an Fisheye Lens and Landmarks Placed on Ceiling in a Cleaning Robot)

  • 강태구;이재현;정광오;조덕연;임충혁;김동환
    • 제어로봇시스템학회논문지
    • /
    • 제15권10호
    • /
    • pp.1021-1028
    • /
    • 2009
  • In this paper, a location identification for a cleaning robot using a camera shooting forward a room ceiling which kas three point landmarks is introduced. These three points are made from a laser source which is placed on an auto charger. A fisheye lens covering almost 150 degrees is utilized and the image is transformed to a camera image grabber. The widly shot image has an inevitable distortion even if wide range is coverd. This distortion is flatten using an image warping scheme. Several vision processing techniques such as an intersection extraction erosion, and curve fitting are employed. Next, three point marks are identified and their correspondence is investigated. Through this image processing and image distortion adjustment, a robot location in a wide geometrical coverage is identified.

Outage Capacity Analysis for Cooperative DF and AF Relaying in Dissimilar Rayleigh Fading Channels

  • 스레스타;장경희
    • 한국통신학회논문지
    • /
    • 제33권4A호
    • /
    • pp.361-370
    • /
    • 2008
  • Cooperative relaying permits one or more relay to transmit a signal from the source to the destination, thereby increasing network coverage and spectral efficiency. The performance of cooperative relaying is often measured as outage probability. However, appropriate measure for the channel quality is outage capacity. Although the outage probability for cooperative relaying protocol has been analyzed before, very little research has been addressed for the outage capacity. This paper is the first of its kind to derive a closed-form analytical solution of outage capacity using fixed decode and forward relaying and amplify and forward relaying in dissimilar Rayleigh fading channels, considering channel coefficients known to the receiver side. The analytical results show a tradeoff between the SNR and the number of relays for specific outage capacity. A comparison between decode and forward relaying and amplify and forward relaying shows that decode and forward relaying outperforms amplify and forward relaying for a large number of relays.

Palmar Hand Wound Coverage with the Free Flaps

  • Roh, Si Young;Lee, Kyung Jin;Lee, Dong Chul;Kim, Jin Soo;Yang, Jae-Won
    • Archives of Reconstructive Microsurgery
    • /
    • 제23권2호
    • /
    • pp.45-50
    • /
    • 2014
  • Palmar soft tissue defects are best reconstructed using a replacement flap of proper size with adequate soft tissue stability for mechanical resistance as well as with protective sensation. Reconstructive approaches are dictated by injury mechanism, defect size and location, and the status of the wound bed and tendino-skeletal structure. While uninjured portions of the hand can be used as a source for local flaps, the use of free flaps allows for maximal access for selection of the most ideal replacement tissue for the defect to be restored as close to the initial state as possible. Here, we review the garden variety of free flaps used in reconstruction of palmar soft tissue defects.

레일레이 퍼이딩 채널에서 OFDMA 협동 릴레이 방식에 따른 성능비교 (Comparative study of OFDMA cooperative relaying methods in Rayleigh fading channel)

  • 김남수
    • 한국인터넷방송통신학회논문지
    • /
    • 제9권3호
    • /
    • pp.109-115
    • /
    • 2009
  • 최근 애드 혹 네트워크에서는 전력절약 및 통달거리 확장을 위해서 릴레이 통신이 주목을 받고 있다. 또한 고속의 데이터를 전송하기 위하여 OFDMA를 릴레이에 적용하는 방식이 제안되고 있다. 본 논문에서는 소스와 목적지 사이에 여러개의 OFDMA 릴레이를 사용하는 2홉(Hop) 협동 릴레이 모델을 가정하고, 세 가지 릴레이 방식에 따른 시스템의 성능을 유도하고 비교하였다. 목적지에서 동일한 상호정보 임계치를 가정할 때, 선택 릴레이 방식, 기회전송 릴레이 방식, 그리고 반복 릴레이 방식 순으로 성능이 우수하였다.

  • PDF