• 제목/요약/키워드: architecture modeling language

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

CPPSIM을 이용한 동작 레벨에서의 회로 설계 및 검증 (Behavioral design aad verification of electronic circuits using CPPSIM)

  • 한진섭
    • 한국정보통신학회논문지
    • /
    • 제12권5호
    • /
    • pp.893-899
    • /
    • 2008
  • 본 논문에서는 C++기반 동작 레벨 회로 시뮬레이션 프로그램인 CPPSIM을 이용하여 전압 조절기와 PLL을 구현하고 시뮬레이션 하였다. 아날로그 회로를 C++코드로 모델링 후 시뮬레이션을 통해 시뮬레이션 툴의 유효성을 살펴보았으며, 아날로그 회로의 단계별 설계와 가능성을 타진하였다. 시뮬레이션 결과 회로의 동작 레벨에서의 설계가능성을 검증할 수 있었다. 또한 PLL을 디지털 신호기반으로 구현하여 아날로그 회로의 디지털화를 시도하였다.

정찰용 무인기 체계 분석/설계를 위한 UML 모델링 및 시뮬레이션 연구 (A Study of the UML modeling and simulation for an analysis and design of the reconnaissance UAV system)

  • 김천영;박영근;이준규;김문열;류태규
    • 한국항공우주학회지
    • /
    • 제36권11호
    • /
    • pp.1112-1120
    • /
    • 2008
  • 현대 실시간 분산 시뮬레이션은 실기동-가상-구성급을 연동한 합성전장 환경 구축과 무기체계 전 수명주기를 지원하는 시뮬레이션 기반 획득 실현을 위한 개발환경 구축에 노력을 경주하고 있다. 이에 본 논문에서는 정찰용 무인기 개념연구 단계에서 적용된 체계 분석 및 설계를 통합한 UML 모델링 및 시뮬레이션 개발 환경에 대해서 서술한다. 또한, 체계 분석 및 설계를 효율적으로 수행하기 위해서 UML 시뮬레이션과 X-Plane 가시화를 연동한 통합 프레임워크를 제안하고, 구현 내용, 실험 결과 분석 및 결론에 대해서 기술한다.

Managing Scheme for 3-dimensional Geo-features using XML

  • Kim, Kyong-Ho;Choe, Seung-Keol;Lee, Jong-Hun;Yang, Young-Kyu
    • 한국GIS학회:학술대회논문집
    • /
    • 한국GIS학회 1999년도 추계학술대회 발표요약문
    • /
    • pp.47-51
    • /
    • 1999
  • Geo-features play a key role in object-oriented or feature-based geo-processing system. So the strategy for how-to-model and how-to-manage the geo-features builds the main architecture of the entire system and also supports the efficiency and functionality of the system. Unlike the conventional 2D geo-processing system, geo-features in 3D GIS have lots to be considered to model regarding the efficient manipulation and analysis and visualization. When the system is running on the Web, it should also be considered that how to leverage the level of detail and the level of automation of modeling in addition to the support for client side data interoperability. We built a set of 3D geo-features, and each geo-feature contains a set of aspatial data and 3D geo-primitives. The 3D geo-primitives contain the fundamental modeling data such as the height of building and the burial depth of gas pipeline. We separated the additional modeling data on the geometry and appearance of the model from the fundamental modeling data to make the table in database more concise and to allow the users more freedom to represent the geo-object. To get the users to build and exchange their own data, we devised a fie format called VGFF 2.0 which stands for Virtual GIS File Format. It is to describe the three dimensional geo-information in XML(extensible Markup Language). The DTD(Document Type Definition) of VGFF 2.0 is parsed using the DOM(Document Object Model). We also developed the authoring tools for users can make their own 3D geo-features and model and save the data to VGFF 2.0 format. We are now expecting the VGFF 2.0 evolve to the 3D version of SVG(Scalable Vector Graphics) especially for 3D GIS on the Web.

  • PDF

UML과 SDL을 이용한 무선 트랜잭션 프로토콜의 구현과 성능 평가 (Implementation and Performance Evaluation of the Wireless Transaction Protocol Using UML/SDL)

  • 정호원;임경식
    • 한국통신학회논문지
    • /
    • 제27권11C호
    • /
    • pp.1064-1073
    • /
    • 2002
  • 본 논문에서는 프로토콜 개발 도구를 이용하여 Wireless Application Protocol (WAP) 포럼에서 제안하는 무선 트랜잭션 프로토콜(Wireless Transaction Protocol: WTP)을 구현하였다. 또한, 서버모델, coroutine 모델 및 activity-thread 모델에 따라 개발도구의 지원없이 직접 개발된 WTP 구현물들과 그 성능을 비교 분석하였다. 우선 Unified Modeling Language (UML)을 사용하여 프로토콜의 요구사항을 분석함과 동시에 프로토콜 엔진의 구조를 정의하였으며, 이를 기반으로 Specification and Description Language (SDL)을 사용하여 프로토콜 엔진을 상세 설계한 후, 코드 자동 생성기를 이용하여 WTP 구현물을 생성하였다. 구현물의 성능을 분석한 결과, 3,000개 이하의 클라이언트가 동시에 접속할 경우에는 트랜잭션 처리율(throughput)과 트랜잭션 처리 지연시간(system response time) 측면에서 기존의 세 가지 모델을 이용하여 직접 개발한 프로토콜 엔진과 그 성능이 대등함을 알 수 있었다. 그러나, 5,000개 이상의 클라이언트가 동시에 접속할 경우 트랜잭션 성공률은 약 10%까지 급격히 감소하고 트랜잭션 처리 지연시간은 1,500㎳까지 증가하였는데, 이는 프로토콜 개발도구를 사용한 경우에 구현물의 크기가 약 62% 증가하면서 프로토콜 처리시간 증가로 인한 것이다. 그러나, 이러한 실험 결과는 실험에 사용된 PC 서버의 사양을 고려할 때 호스트의 과부하로 인한 것이며, 부하분산 기능이 제공되는 실제 환경에서는 프로토콜 개발 도구를 사용하지 않고 직접 개발한 프로토콜 엔진과 거의 대등한 성능을 보였다.

공유메모리를 사용한 레거시 원자력 시뮬레이션 코드의 HLA 패더레이션으로의 통합 (An Integration of Legacy Nuclear Simulation Code into HLA Federation using Shared Memory)

  • 박근옥;한관호;임종태
    • 정보처리학회논문지D
    • /
    • 제12D권5호
    • /
    • pp.797-806
    • /
    • 2005
  • 미국 국방성에서 주관한 시뮬레이션 표준인 HLA(High Level Architecture)의 목적은 시뮬레이션 소프트웨어들 사이의 상호 호환을 용이하게 하고 그들 구성 요소들의 재사용을 촉진하는데 있다. 산업 현장에는 HLA가 시뮬레이션 표준이 되기 이전에 개발된 많은 시뮬레이션 소프트웨어들이 있다. 레거시 시뮬레이션들을 HLA를 사용한 패더레이션으로의 통합은 M&S(Modeling 고 Simulation) 영역에서 중요한 연구 주제이다. 원자력과 우주항공 같은 임무 완수가 중요한 산업의 레거시 시뮬레이션 소프트웨어들은 일반적으로 Fortran 언어를 사용한다. 하지만 HLA가 Fortran 언어를 지원하고 있지 않기 때문에 그들의 재사용은 쉽지 않다. 본 논문은 레거시 시뮬레이션 소프트웨어의 변경을 최소화하면서 HLA 패더레이션으로 이전을 용이하게 하는 통합 방법을 제시한다. 패더레이션에 참여하는 각 패더레이트는 실행 시간에 생성되는 공유메모리를 통하여 통신하는 분리된 실행을 갖는다. 발행과 접수를·위한 두 가지 유형의 공유메모리 블록이 사용된다 레거시 시뮬레이션 소프트웨어에서 사용되는 전역변수 선언 블록은 발행과 접수를 위하여 분할되고 HLA FOM 설계를 위하여 객체 및 상호작용 클래스로 사상된다. 제안된 방법을 검증하기 위하여 플랜트 설계에 사용되고 있는 레거시 원자력 시뮬레이션 코드의 HLA 통합을 시도하였고 통합 결과를 관측하기 위하여 FMT(Federation Management Tool)를 사용하였다. FMT가 표시하는 진단정보는 본 연구가 제안하는 방법이 성공적이고 효과적으로 HLA 통합에 사용될 수 있음을 보였다.

ACT-R을 이용한 터치스크린 메뉴 선택 수행 예측 (Prediction of Menu selection on Touch-screen Using A Cognitive Architecture: ACT-R)

  • 민정상;조성식;명노해
    • 대한인간공학회지
    • /
    • 제29권6호
    • /
    • pp.907-914
    • /
    • 2010
  • Cognitive model, that is cognitive architecture, is the model expressed with computer program to show the process how human solve a certain problem and it is continuously under investigation through various fields of study such as cognitive engineering, computer engineering, and cognitive psychology. In addition, the much extensive applicability of cognitive model usually helps it to be used for quantitative prediction of human Behavior or Natural programming of human performance in many HCI areas including User Interface Usability, artificial intelligence, natural programming language and also Robot engineering. Meanwhile, when a system designed, an usability test about conceptual design of interface is needed and in this case, analysis evaluation using cognitive model like GOMS or ACT-R is much more effective than empirical evaluation which naturally needs products and subjects. In particular, if we consider the recent trend of very short-end term between a previous technology development and the next new one, it would take time and much efforts to choose subjects and train them in order to conduct usability test which is repeatedly followed in the process of a system development and this finally would bring delays of development of a new system. In this study, we predicted quantitatively the human behavior processes which contains cognitive processes for menu selection in touch screen interface through ACT-R, one of the common method of usability test. Throughout the study, it was shown that the result using cognitive model was equal with the result using existing empirical evaluation. And it is expected that cognitive model has a possibility not only to be used as an effective methodology for evaluation of HCI products or system but also to contribute the activation of HCI cognitive modeling in Korea.

여행자 정보 고급화 시스템을 위한 컴포넌트 설계 (A Component Design for Advanced Traveler Information System)

  • 김진환;장재영;이봉규
    • 정보처리학회논문지D
    • /
    • 제8D권6호
    • /
    • pp.789-798
    • /
    • 2001
  • 지능형 교통 시스템(ITS)은 정보 처리, 통신, 제어, 전자 등 다양한 첨단 기술들로 구성되며 이러한 기술들을 교통 시스템에 접목함으로써 더욱 안전한 인명 구조 및 시간과 경비 절감을 더욱 효율적으로 추구하게 된다. 국가 ITS 아키텍쳐는 지능형 교통 시스템을 설계, 정의, 통합하기 위한 공통적 프레임워크를 제공하며 대부분의 ITS 과제들은 모든 표준화 작업을 총괄하는 기준 프레임워크인 국가 아키텍쳐에 따라 설계 및 구현되고 있다. 최근 소프트웨어 기술이 급속히 개선되고 안정화됨에 따라 미리 개발된 강력한 ITS 기술도 재 사용할 필요성이 있다. 컴포넌트와 개방형 인터페이스에 기반한 ITS 표준화는 현재 ITS 기술의 재사용성 문제를 해결하는 방법이 된다. 본 논문은 국가 ITS 아키텍쳐에 기반한 ITS 컴포넌트를 설계하고 구현하는 방법에 중점을 두고 있으며 첨단교통정보제공 시스템(ATIS) 컴포넌트 개발 과정에서 실제 UML을 이용한 설계와 분석이 수행되었다. 이 UML 방법은 새로 개발되는 ITS 컴포넌트를 위한 표준화된 모델을 제공할 것으로 기대된다.

  • PDF

Dynamic characteristics analysis of CBGSCC bridge with large parameter samples

  • Zhongying He;Yifan Song;Genhui Wang;Penghui Sun
    • Steel and Composite Structures
    • /
    • 제52권2호
    • /
    • pp.237-248
    • /
    • 2024
  • In order to make the dynamic analysis and design of improved composite beam with corrugated steel web (CBGSCC) bridge more efficient and economical, the parametric self-cyclic analysis model (SCAM) was written in Python on Anaconda platform. The SCAM can call ABAQUS finite element software to realize automatic modeling and dynamic analysis. For the CBGSCC bridge, parameters were set according to the general value range of CBGSCC bridge parameters in actual engineering, the SCAM was used to calculate the large sample model generated by parameter coupling, the optimal value range of each parameter was determined, and the sensitivity of the parameters was analyzed. The number of diaphragms effects weakly on the dynamic characteristics. The deck thickness has the greatest influence on frequency, which decreases as the deck thickness increases, and the deck thickness should be 20-25 cm. The vibration frequency increases with the increase of the bottom plate thickness, the web thickness, and the web height, the bottom plate thickness should be 17-23mm, the web thickness should be 13-17 mm, and the web height should be 1.65-1.7 5 m. Web inclination and Skew Angle should not exceed 30°, and the number of diaphragms should be 3-5 pieces. This method can be used as a new method for structural dynamic analysis, and the importance degree and optimal value range of each parameter of CBGSCC bridge can be used as a reference in the design process.

매크로 언어를 이용한 입지인자 변수조정에 따른 토지적합성 분석에 관한 연구 (A Study on the Land Suitability Analysis Based on Site Selection Variables using Macro Language)

  • 이기철
    • 한국지리정보학회지
    • /
    • 제6권1호
    • /
    • pp.59-77
    • /
    • 2003
  • 본 연구는 적지분석시 이용되는 자료 중 의사결정과 관련된 입지인자를 추출하고, 매크로 언어에 의한 입지인자 조정에 따른 의사결정과정상의 이해상충을 조정할 수 있는 활용가능성을 검증하였다. 연구의 대상지역으로는 부산광역시 기장군 내의 개발제한구역을 대상으로 환경친화적인 실버타운 개발적지를 분석하였고, 지리정보체계의 지도학적 모델링 기법과 매크로 언어(macro language)를 이용한 입지인자별 변수조정에 따라 보다 효과적이고 합리적인 적지선정을 목적으로 하였다. 대상지의 현황분석 및 적지분석을 위해 기장군의 지형도, 행정자료들을 바탕으로 도로현황도, 시설물현황도, 표고, 경사, 향 분석도와 수계도 등의 수치지도 데이터베이스를 구축하였으며, 구축된 데이터베이스를 이용하여 입지성에 따른 분석을 통해 1차 적지를 선정하였다. 선정된 몇개의 후보지들 중에서 순위를 결정하기 위해 2차 선정조건으로 접근성, 이용성, 환경성에 따른 가중치를 부여하여 2차 적지를 선정하였다. 또한 이들 모든 세부인자들과 분석과정을 매크로 언어를 도입하여 조정이 가능하도록 함으로서 발주자나 계획가의 선호 및 목적에 따라 입지인자별 변수를 조정함으로써 보다 쉽고 효과적으로 적지를 선정할 수 있도록 하여, 이와 관련된 이해상충의 조정이 가능하도록 하였다. 매크로 언어를 이용한 자동변수조정에 따른 적지분석은 기존의 적지 분석과 비교해 더 효과적이고 합리적인 방법으로 이용될 수 있을 것이다.

  • PDF

관계형 데이터베이스 기반의 XML 응용을 위한, UML 클래스를 이용한 통합 설계 방법론 (A Unified Design Methodology using UML Classes for XML Application based on RDB)

  • 방승윤;주경수
    • 정보처리학회논문지D
    • /
    • 제9D권6호
    • /
    • pp.1105-1112
    • /
    • 2002
  • B2B 전자상거래와 같이 XML을 이용한 정보 교환이 확산되고 있으며 이에 따라 상호 교환되는 정보에 대하여 체계적이며 안정적인 저장관리가 요구되고 있다. 이를 위해 XML 응용과 데이터베이스 연계를 위한 다양한 연구가 관계형 데이터베이스를 중심으로 수행되었다. 그러나 계층구조를 갖는 XML 데이터를 2차원 테이블의 집합인 관계형 정보로 표현하는 관계형 데이터베이스로의 저장에는 본질적인 한계가 있어, 계층적 구조를 2차원 정보로 변환하는 방법에 의해서 각 구조화된 정보를 관계형 데이터베이스로 저장하기 위한 모델링 방안이 요구된다. 양질의 어플리케이션 시스템을 구축하기 위해서는 우선적으로 모델링이 중요하다. 1997년에 OMG는 표준 모델링 언어로 UML를 채택하였고, 이에 따라 UML은 보다 널리 사용될 것이다. 그러므로 효율적인 XML 어플리케이션을 개발하는데 UML에 기반을 둔 설계 방법론이 필요하다고 할 수 있다. 본 논문에서는 UML을 이용한, 관계형 데이터베이스기반의 XML 응용을 위한 통합 설계 방법론을 제안한다. 이를 위하여 먼저 UML을 이용하여 W3C XML schema를 설계하기 위한 XML 모델링 방안을 제시하고, 아울러 교환되는 XML 데이터를 효율적으로 저장하기 위하여 관계형 데이터베이스 스키마 설계를 위한 데이터 모델링 방법을 제안한다.