• Title/Summary/Keyword: Virtual design model

Search Result 704, Processing Time 0.035 seconds

Manipulation of 3D Surface Data within Web-based 3D Geo-Processing

  • Choe, Seung-Keol;Kim, Kyong-Ho;Lee, Jong-Hun;Yang, Young-Kyu
    • Proceedings of the KSRS Conference
    • /
    • 1999.11a
    • /
    • pp.80-83
    • /
    • 1999
  • An efficient modeling and management of a large amount of surface data for a wide rage of geographic information play an important role in determining the functionality of 3D geographic information system. It has been put many efforts to design and manage an effective way to enhence the manipulation of the data by considering geometry type and data structures. Recently, DEM(Data Elevation Model) and TIN(Triangulated Irregular Network) are used for representing surface data. In this paper, we propose a 3D data processing method. The method utilizes the major properties of DEM and TIN, respectively. Furthermore, by approximating DEM with a TIN of an appropriate resolution, we can support a fast and realistic surface modeling. We implement the structure with the following 4 level stages. The first is an optimal resolution of DEM which represent all of wide range of geographic data. The second is the full resolution DEM which is a subarea of original data generated by user's selection in our implemeatation. The third is the TIN approximation of this data with a proper resolution determined by the relative position with the camera. And the last step is multi-resolution TIN data whose resolution is dynamically decided by considering which direction user take notice currently. Specially, the TIN of the last step is designed for realtime camera navigation. By using the structure we implemented realtime surface clipping, efficient approximation of height field and the locally detailed surface LOD(Level of Detail). We used the initial 10-meter sampling DEM data of Seoul, KOREA and implement the structure to the 3D Virtual GIS based on the Internet.

  • PDF

MissCW:Multiuser Interactive System for Synchronous Collaborative Writing (MissCW:다중 사용자 동기적 공동 저작 시스템)

  • Seong, Mi-Yeong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.7
    • /
    • pp.1697-1706
    • /
    • 1996
  • This paper presents the design and the implementation of a MissCW(Multi user Interactive System for Synchronous Collaborative Writing). The document model DMDA(Distributed Multimedia Document Architecture) of MissCW consists of the logical structure, presentation style object, and mark object. The windows. The collaborative editor of this system proposes a structure oriented editing mechanism to combine distrbuted objects into one document. The middleware SOM(Shared Object Manager) maintains shared objects consistently and helps application programs use objects efficiently. The infrastructure of this system is a hybrid structure of replicated and centralized architectures, that is to maintain shared objects consistently inside of SOM and to reduce the overhead of network traffic. The central part is a virtual node which corresponds to the Object Controller of SOMwith the SOT(Shared Objet Table).

  • PDF

On Implementing and Deploying Label Distribution Protocol in MultiProtocal Label Switching Systems (MPLS시스템에서 LDP 기능 구현 및 활용 방안)

  • 김미희;이종협;이유경
    • Journal of KIISE:Information Networking
    • /
    • v.30 no.2
    • /
    • pp.270-281
    • /
    • 2003
  • ETF made the RFCs of MPLS technologies for providing the QoS of ATM or Frame Relay and the flexibility&scalability of IP on the Internet services. IETF has been expanding MPLS technologies as a common control component for supporting the various switching technologies called GMPLS. Also, IETF has standardized the signaling protocols based on such technologies, such as LDP, CR-LDP and RSVP-TE. ETRI developed the MPLS system based on ATM switch in order to provide more reliable services, differentiated services and value-added services like the VPN and traffic engineering service on the Korea Public Sector network. We are planning on deploying model services and commercial services on that network. This paper explains the basic functions of LDP, design and development of LDP on our system, and compares with LDP development and operation on other MPLS systems made by Cisco, Juniper, Nortel and Riverstone. In conclusion, this paper deduces the future services and applications by LDP through these explanation and comparison.

An Efficient Integration of 3D User Interface Device with Tiled Display System in PC Cluster Environment (3차원 사용자 인터페이스 장비와 PC 클러스터 환경 타일 가시화 시스템의 효율적인 연동)

  • Oh, Min-Hwan;Kim, Kwang-Sik;Choi, Yun-Hyuk;Yang, Jin-Oh;Cho, Jin-Yeon
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.36 no.2
    • /
    • pp.185-194
    • /
    • 2008
  • In this paper, an efficient technique is proposed to integrate the 3D user interface with the tiled display system in PC cluster environment. In the developed 3D user interface software, various menus are provided to increase the user friendliness of the interface, including the several model-control-commands. To eliminate the noise produced from the 3D user interface devices, the box filtering algorithm is employed. Further, a communication splitting algorithm, which is a kind of asynchronous communication method, is proposed to reduce the motion delay between the 3D interface and the tiled display system, and its efficiency is validated through the benchmarking tests.

Grid Accounting Information System with Access Control (접근 제어를 이용한 그리드 어카운팅 정보 시스템)

  • Kim Beob Kyun;Jang Haeng Jin;An Dong Un;Chung Seung Jong
    • Journal of Internet Computing and Services
    • /
    • v.6 no.4
    • /
    • pp.75-84
    • /
    • 2005
  • Grid computing enables a shift from a localized resource computing model to a fully-distributed virtual organization with shared resources, Accounting is one of the main obstacles to widespread adoption of the Grid. Accounting has until recently, been a sparsely-addressed problem, particularly in practice. In this paper, we design and implement the accounting information gathering system. Accounting information gathered at each local system does not include grid-aware information. To be useful in grid environment, grid user information must be included in accounting information. To make it useful in grid environment, we add grid user information with PGAM. Implemented system is based on OGSA, following GSAX framework of RUS-WG in GGF. And the schema of accounting information is following usage Record Fields of UR-WG in GGF. Also, the accounting information integrating and monitoring tool for system management in the Grid environment are implemented.

  • PDF

Design and Implementation of KDSM(KAIST Distributed Shared Memory) System (KDSM(KAIST Distributed Shared Memory) 시스템의 설계 및 구현)

  • Lee, Sang-Kwon;Yun, Hee-Chul;Lee, Joon-Won;Maeng, Seung-Ryoul
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.29 no.5
    • /
    • pp.257-264
    • /
    • 2002
  • In this paper, we give a detailed description of KDSM(KAIST Distributed Shared Memory) system. KDSM is implemented as a user-level library running on Linux 2.2.13, and TCP/IP is used for communication. KDSM uses page-based invalidation protocol, multiple-writer protocol, and supports HLRC(Home-based Lazy Release Consistency) memory consistency model. To evaluate performance of KDSM, we executed 4 scientific applications and compared the result to JLAJLA. The results showed that performance of KDSM almost equal to JIAJIA for 2 applications and performance of KDSM is better than JIAJIA for 2 applications.

Optimal Design of Mobile Controlled Location Update Subsystem

  • Kang, Hye-Won;Park, Cheon-Won
    • Proceedings of the IEEK Conference
    • /
    • 1999.06a
    • /
    • pp.25-28
    • /
    • 1999
  • Consider connection-oriented wireless cellular net-works. To establish a circuit or virtual circuit in such a network, a paging message is broadcast over a region at which the destined mobile station is presumed to reside, (identified as a paging area). For an effective paging mechanism, it is desirable to provide the location information of mobile stations to the network. In this paper, we consider a mobile controlled location update scheme under which each mobile station periodically reports its current location information to the network by using an inherent timer (without measuring the power of signals transmitted from base stations). Based on the latest information about a mobile station's location, a paging area is selected to page the mobile station. Note that under this scheme, a mobile station may not yet have reported its location change while sojourning out of the current paging area. In such situation, the mobile station can not receive a paging message destined to it. Frequent location updates can reduce the paging failure rate incurred by mobile stations'sojourning out of the paging area. However, larger bandwidth is needed for location update as the location update rate is increased. On the other hand, as the size of the paging area is increased, the paging failure rate is decreased, while larger bandwidth is required for paging. Thus, we first present a model for mobility, paging and location update processes, and secondly investigate the effect of network parameters on the paging failure rate and the amount of bandwidth used for paging and location update. Finally, we formulate problems to find proper values for the location update rate and paging area size under the constraints on the bandwidth usage levels for location update and paging.

  • PDF

Sliding Mode Fuzzy Control for Wind Vibration Control of Tall Building (Sliding Mode Fuzzy Control을 사용한 바람에 의한 대형 구조물의 진동제어)

  • 김상범;윤정방
    • Proceedings of the Korea Committee for Ocean Resources and Engineering Conference
    • /
    • 2000.10a
    • /
    • pp.79-83
    • /
    • 2000
  • A sliding mode fuzzy control (SMFC) with disturbance estimator is applied to design a controller for the third generation benchmark problem on an wind-excited building. A distinctive feature in vibration control of large civil infrastructure is the existence of large disturbances, such as wind, earthquake, and sea wave forces. Those disturbances govern the behavior of the structure, however, they cannot be precisely measured, especially for the case of wind-induced vibration control. Since the structural accelerations are measured only at a limited number of locations without the measurement of the wind forces, the structure of the conventional control may have the feed-back loop only. General structure of the SMFC is composed of a compensation part and a convergent part. The compensation part prevents the system diverge, and the convergent part makes the system converge to the sliding surface. The compensation part uses not only the structural response measurement but also the disturbance measurement, so the SMFC has a feed-back loop and a feed-forward loop. To realize the virtual feed-forward loop for the wind-induced vibration control, disturbance estimation filter is introduced. the structure of the filter is constructed based on an auto regressive model for the stochastic wind force. This filter estimates the wind force at each time instance based on the measured structural responses and the stochastic information of the wind force. For the verification of the proposed algorithm, a numerical simulation is carried out on the benchmark problem of a wind-excited building. The results indicate that the present control algorithm is very efficient for reducing the wind-induced vibration and that the performance indices improve as the filter for wind force estimation is employed.

  • PDF

Experimental Verification of Effectiveness of Stabilization Control System for Mobile Surveillance Robot (기동형 경계로봇 안정화 시스템의 실험적 검증)

  • Kim, Sung-Soo;Lee, Dong-Youm;Kwon, Jeong-Joo;Park, Sung-Ho
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.35 no.4
    • /
    • pp.359-365
    • /
    • 2011
  • A mobile surveillance robot is defined as a surveillance robot system that is mounted on a mobile platform and is used to protect public areas such as airports or harbors from invaders. The mobile surveillance robot that is mounted on a mobile platform consists of a gun module, a camera system module, an embedded control system, and AHRS (Attitude and Heading Reference System). It has two axis control systems for controlling its elevation and azimuth. In order to obtain stable images for targeting invaders, this system requires a stabilizer to compensate any disturbance due to vehicle motion. In this study, a virtual model of a mobile surveillance robot has been created and ADAMS/Matlab simulations have been performed to verify the suitability of the proposed stabilization algorithm. Further, the suitability of the stabilization algorithm has also been verified using a mock-up of the mobile surveillance robot and a 6-DOF (Degree Of Freedom) motion simulator.

A Study on Resonance Durability Analysis of Vehicle Suspension System (차량 현가 시스템의 공진내구해석에 대한 연구)

  • 이상범;한우섭;임홍재
    • The Journal of the Acoustical Society of Korea
    • /
    • v.22 no.6
    • /
    • pp.512-518
    • /
    • 2003
  • In this paper, resonance durability analysis is performed for the fatigue life assessment considering vibration effect of a vehicle system. In the resonance durability analysis, the frequency response and the dynamic load on frequency domain are used. Multi-body dynamic analysis, finite element analysis, and fatigue life prediction method are applied for the virtual durability assessment. To obtain the frequency response and the dynamic load history, the computer simulations running over typical pothole and Belgian road are carried out by utilizing vehicle dynamic model. The durability estimations on the rear suspension system of the passenger car are performed by using the resonance durability analysis technique and compared with the quasi-static durability analysis. The study shows that the fatigue life considering resonant frequency of vehicle system can be effectively estimated in early design stage.