• Title/Summary/Keyword: computer design

Search Result 17,223, Processing Time 0.047 seconds

Parallel SystemC Cosimulation using Virtual Synchronization (가상 동기화 기법을 이용한 SystemC 통합시뮬레이션의 병렬 수행)

  • Yi, Young-Min;Kwon, Seong-Nam;Ha, Soon-Hoi
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.33 no.12
    • /
    • pp.867-879
    • /
    • 2006
  • This paper concerns fast and time accurate HW/SW cosimulation for MPSoC(Multi-Processor System-on-chip) architecture where multiple software and/or hardware components exist. It is becoming more and more common to use MPSoC architecture to design complex embedded systems. In cosimulation of such architecture, as the number of the component simulators participating in the cosimulation increases, the time synchronization overhead among simulators increases, thereby resulting in low overall cosimulation performance. Although SystemC cosimulation frameworks show high cosimulation performance, it is in inverse proportion to the number of simulators. In this paper, we extend the novel technique, called virtual synchronization, which boosts cosimulation speed by reducing time synchronization overhead: (1) SystemC simulation is supported seamlessly in the virtual synchronization framework without requiring the modification on SystemC kernel (2) Parallel execution of component simulators with virtual synchronization is supported. We compared the performance and accuracy of the proposed parallel SystemC cosimulation framework with MaxSim, a well-known commercial SystemC cosimulation framework, and the proposed one showed 11 times faster performance for H.263 decoder example, while the accuracy was maintained below 5%.

Design of Dual Network Topology and Redundant Transmitting Protocol for High Survivability of Ship Area Network (SAN) (네트워크 생존성을 고려한 선박 통신망(SAN)의 이중화 네트워크 토폴로지 및 중복 전송 프로토콜의 설계)

  • Son, Chi-Won;Shin, Jung-Hwa;Jung, Min-Young;Moon, Kyeong-Deok;Park, Jun-Hee;Lee, Kwang-Il;Tak, Sung-Woo
    • The KIPS Transactions:PartC
    • /
    • v.17C no.1
    • /
    • pp.119-128
    • /
    • 2010
  • In the shipbuilding industry, due to the global trends where the number of IT (Information Technology) devices of a smart ship have been increased rapidly, the need to develop a new shipboard backbone network has recently emerged for integrating and managing the IT devices of a smart ship efficiently. A shipboard backbone network requires high survivability because it is constructed in automatic and unmanned smart ships where a failure of the backbone network can cause critical problems. The purpose of this paper thus is to study SAN (Ship Area Network) as a efficient shipboard backbone network, considering particularity of shipboard environment and requirement of high survivability. In order to do so, we designed a dual network topology that all network nodes, including the IT devices installed in a smart ship, are connected each other through dual paths, and reuding tht IT devices pnstalles supporices network survivability as well as t Iffic efficiency for the dual network topology. And then, we verified the performance of the suggested SAN by theoretical and practical analysis including the graph theory, the probability theory, implemental specifications, and computer simulations.

Color Media Instructions for Embedded Parallel Processors (임베디드 병렬 프로세서를 위한 칼라미디어 명령어 구현)

  • Kim, Cheol-Hong;Kim, Jong-Myon
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.35 no.7
    • /
    • pp.305-317
    • /
    • 2008
  • As a mobile computing environment is rapidly changing, increasing user demand for multimedia-over-wireless capabilities on embedded processors places constraints on performance, power, and sire. In this regard, this paper proposes color media instructions (CMI) for single instruction, multiple data (SIMD) parallel processors to meet the computational requirements and cost goals. While existing multimedia extensions store and process 48-bit pixels in a 32-bit register, CMI, which considers that color components are perceptually less significant, supports parallel operations on two-packed compressed 16-bit YCbCr (6 bit Y and 5 bits Cb, Cr) data in a 32-bit datapath processor. This provides greater concurrency and efficiency for YCbCr data processing. Moreover, the ability to reduce data format size reduces system cost. The reduction in data bandwidth also simplifies system design. Experimental results on a representative SIMD parallel processor architecture show that CMI achieves an average speedup of 6.3x over the baseline SIMD parallel processor performance. This is in contrast to MMX (a representative Intel's multimedia extensions), which achieves an average speedup of only 3.7x over the same baseline SIMD architecture. CMI also outperforms MMX in both area efficiency (a 52% increase versus a 13% increase) and energy efficiency (a 50% increase versus an 11% increase). CMI improves the performance and efficiency with a mere 3% increase in the system area and a 5% increase in the system power, while MMX requires a 14% increase in the system area and a 16% increase in the system power.

Design of Music Recommendation System Considering Context-Information in the Home Network (홈 네트워크에서 상황정보를 고려한 음악 추천 시스템 설계)

  • Song Chang-Woo;Kim Jomg-Hun;Lee Jung-Hyun
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.33 no.9
    • /
    • pp.650-657
    • /
    • 2006
  • The music is a part of our daily life in these days. And when the people listen to the music, they are affected by the context. However, previous researches on the music recommendation system have the problem that they didn't consider the proper contextual information efficiently. They only used the content-based filtering or the method to use musical metadata (genre, artist, etc.). Recently, there are some researches about the music recommendation system which applies the status(temperature, humidity, etc.) of environments. But, it is difficult to be accepted by the contextual information. Therefore, we propose the music recommendation system that is dynamically applied by the contextual information as well as the metadata in the previous researches. And the system can provide users with the music that they want to listen to, and then the users can be more satisfied. Also, the services can be improved by the feedback of the users. In order to solve this problem, the context-information for selecting a music list is defined and the music recommendation system is designed by using the content-based filtering method. The system is suitable for the user's taste and the context. The music recommendation system we are proposing uses an OSGi framework in the home network. As a result, the satisfaction of users and the quality of services will be improved more efficiently by supporting the mobility of services as well as the distributed processing.

Design of Software and Hardware Modules for a TCP/IP Offload Engine with Separated Transmission and Reception Paths (송수신 분리형 TCP/IP Offload Engine을 위한 소프트웨어 및 하드웨어 모듈의 설계)

  • Jang Hank-Kok;Chung Sang-Hwa;Choi Young-In
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.33 no.9
    • /
    • pp.691-698
    • /
    • 2006
  • TCP/IP Offload Engine (TOE) is a technology that processes TCP/IP on a network adapter instead of a host CPU to reduce protocol processing overhead from the host CPU. There have been some approaches to implementing TOE: software TOE based on an embedded processor; hardware TOE based on ASIC implementation; and hybrid TOE in which software and hardware functions are combined. In this paper, we designed software modules and hardware modules for a hybrid TOE on an FPGA that had two processor cores. Software modules are based on the embedded Linux. Hardware modules are for data transmission (TX) and reception (RX). One core controls the TX path and the other controls the RX path of the Linux. This TX/RX path separation mechanism can reduce task switching overheads between processes and overcome poor performance of single embedded processor. Hardware modules deal with creating headers for outgoing packets, processing headers of incoming packets, and fetching or storing data from or to the host memory by DMA. These can make it possible to improve the performance of data transmission and reception. We proved performance of the TOE with separated transmission and reception paths by performing experiments with a TOE network adapter that was equipped with the FPGA having processor cores.

A Study on the Fatigue Strength of the Welded Joints in Steel Structures(I) (강구조물(鋼構造物)의 용접연결부(鎔接連結部)의 피로강도(疲勞强度)에 관한 연구(研究)(I))

  • Park, Je Seon;Chang, Dong Il;Chung, Yeong Wha
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.5 no.3
    • /
    • pp.161-175
    • /
    • 1985
  • The simplified method drawing the S-N curves in welding joints of the cover plates, the transverse stiffners and the gusset plates of the plate girders by calculation and its computer program without the direct fatigue tests, was established. And the method was applied to the Young- Dong Great Bridge, the 3 th Han River Bridge and the Kang Chon Bridge. Before this, SS 41, SS 50, SWS 50 and SWS 58 were selected, then the compact tension specimens were made by the use of these materials, the things welded by these materials transversely and the ones longitudinally to the crack propagation direction. The fatigue tests were performed by the use of these 'specimens, and the values of material constants c and m were obtained. By these results the followings were obtained. It was showed that the fatigue: strength in the case of the cover plates was much lower than in the case of other two cases. It was showed that, in the case of the cover plates with the cover plates thicker the fatigue strength was lower, but besides this the fatigue strength was not much influenced by the size of specimens. It was showed that in the difference from this the fatigue strength was sensitively influenced by the values of c and m. It was showed that in accordance with the lower values of c and m the fatigue strength was fairly higher, in accordance with the lower values of m the gradient of the S-N curves was abrupter. It was considered that if such data were accumulated continuously, in the near future the basic pattern used availably in providing the indicater of the fatigue design of the plate girders, and presuming the life-proof of the existing plate girders.

  • PDF

Patterns and Interrelationships for Meeting Guidelines of Physical Activity, Sedentary, and Dietary Behavior in Korean Adolescents (한국 청소년의 신체활동, 좌식행동, 식이행동에 대한 가이드라인 실천 패턴 및 상호관련성)

  • Kim, Jae-Woo;Kong, Sung-A;Lee, On;Kim, Yeon-Soo;Yun, E-Hwa;Kim, Shin-Ah;Choi, Bo-Youl
    • The Korean Journal of Community Living Science
    • /
    • v.20 no.3
    • /
    • pp.413-421
    • /
    • 2009
  • The purpose of this study was to analyze the patterns and the interrelationships for meeting guidelines of three health behaviors including physical activity(PA), sedentary behavior(SB), and dietary behavior(DB) for Korean adolescents using 2007 KYRBS(Korea Youth Risk Behavior Survey) data. A cross-sectional design was used to assess 73392 middle-high school students. PA(moderate physical activity${\geqq}$5times/week, or vigorous ${\geqq}$3times/week), SB(watching TV, computer, DVD, video, etc. < 3 hr/day), and DB(servings of fruits ${\geqq}$1 times/day, or vegetables ${\geqq}$ 3 times/day) were categorized into two levels (meeting guidelines or not). Chi-squared tests were conducted to compare the prevalence of students not meeting these three health behaviors between boys and girls, and logistic linear regression was used to determine the interrelationships of three health behaviors. Students meeting guidelines for PA, SB, and DB were 31.0%(boys 42.6%, girls 18.0%), 74.7%(boys 75.4%, girls 74.0%), and 38.5%(boys 38.6%, girls 38.4%), respectively. In addition, there were significant differences between both genders for PA and SB (PA; $x^2(1)$=35175.11, p<.0001, SB; $x^2(1)$=19.44, p<.0001). Only 10.9% of students met all three guidelines and 12.4% did not meet all three. Pattern that simultaneously did not meet PA and DB were high in both boys(27.1%) and girls(37.2%). Students who did not meet DB were at greater risk of not meeting PA(Boys; OR 1.49, 95% CI 1.43 to 1.55, Girls; OR 1.42, 95% CI 1.34 to 1.50), and not meeting SB(Boys; OR 1.41, 95% CI 1.34 to 1.48, Girls; OR 1.36, 95% CI 1.29 to 1.43) compared with students who met DB. The findings of this study supported further evidence for the need of a multiple behavior approach considering gender and interrelationships among three behaviors.

  • PDF

The Present Situation and Development Methods of the Communication Industry in China (중국 통신산업의 현황과 전망)

  • Song, Yun-Tao;Lee, Jong-Ho
    • The Journal of Industrial Distribution & Business
    • /
    • v.9 no.4
    • /
    • pp.73-82
    • /
    • 2018
  • Purpose - Before the economic reforms, the Chinese communication industry was poorly developed. After China's entering to WTO, the Chinese market were gradually opened, domestic companies will be faced with more and more pressures of competition from the world rival countries. As time goes on, the overseas telecommunications companies will occupy the Chinese market with the opening of China Telecommunications market to outside. So this paper focuses on problems and development methods based on the research about the present situation and development methods of communication industry(communication manufacturing industry and communication manufacturing industry) in China. Research design, data, and methodology - This study analyzed the policies of China's entering to WTO. This paper observed previous researches and made an empirical research on Chinese communication industry based on the governmental policies, strategies, books and previous papers with several kinds of clear data announced formally by China authorities. Results - Most recently, reorganization of the communication industry has brought good opportunities for the development of the communication manufacturing enterprises. This paper analyze policy changes of Chinese communication industry, the status of communication manufacturing industry and communication service industry. Finally, this study for further research analyzes the existing problems and puts forward some practicable measures to solve them. Conclusions - Looking ahead, with China's rapid economic development and steady deepening of reform and opening-up, the Chinese communication industry is faced with an even broader prospect of development. Chinese communication industry will be become the pillar one in national economy after 10 years development. Foreign communication companies accelerated investment and progresses to Chinese information and communication markets. Positive ones are more foreign investment, export increase, domestic innovation, communication industry made steep growth. But negative ones are obstacles of domestic companies' development and jobless rate increase etc. Second communication manufacturing industry made good development, but computer and TV related industry made decline in growth. Third, market sizes of internet and mobile services are growing but the size of wired communication services is downsizing gradually. To overcome them, the studies of components or parts of communication manufacturing industry are needed individually. Second China Unicom, China Telecom, China Mobile etc. are Chinese representatives. The sales volumes are very similar at the beginning, but now they are different and make big differences. So the analysis about, their differences and its impact, are needed.

A Study of the Improvement and Practical Use on the Website Measurement Scale (웹사이트 측정도구의 개발과 활용에 대한 연구)

  • Kim, Dae-Hwan;Bae, Young
    • Survey Research
    • /
    • v.10 no.1
    • /
    • pp.91-112
    • /
    • 2009
  • The aim of this study is to suggest a new website measurement scale revised in accordance with the present tendency, and to test the practical use of it. The empirically current studies suggest the information, connectivity, practical function, lay - out, design, interlace, system, service as a website measurement scale. However. this study suggest a new website measurement scale including communication between internet users, platform for editing information. The test of a practical use about measurement scale progressed by a survey on computer access. A sample of 300 internet users answered the question based on a new website measurement scale. The result of this study shows that primary factors of the website measurement scale are information, user interface, website service, and communication. The influence of these factors on user's website preference changed as compared with the past. The result also shows that there is close correlation between information factor and communication factor. And the communication factor suggested on this study has effected in user's website satisfaction. Results imply that the idea of web2.0 is practically an important strategy for improving website satisfaction. And, because influence of primary factors on the website satisfaction has changed continually, strategic planning will have to be kept up.

  • PDF

In-depth interview about expected role and competency of future public health dental hygienist (미래 보건치과위생사에게 기대하는 인성과 그 진출전망에 대한 전국 보건치과위생사 대표단의 심층면담)

  • Kim, Sol;Kim, Su-Jeong;Jang, Mi-Rae;Kim, Min-Gyeong;Seo, Yang-Gyung;Lee, Hee-Yeon;Jang, Young-Eun;Park, Gui-Ok;Kim, Nam-Hee
    • Journal of Korean society of Dental Hygiene
    • /
    • v.16 no.6
    • /
    • pp.969-978
    • /
    • 2016
  • Objectives: The purpose of the study was to examine the expected role and competency of future public health dental hygienist. Methods: This study was cross-sectional design. One dental hygienist per 16 cities and provinces was selected from the list of Korea Society of public dental hygienists. After signing in the informed consent, the interview was carried out. Transcripts were made after each interview. Six researchers recorded meaningful contents in the transcripts. They classified and integrated the information that they had recorded commonly or not. Their opinions were converged by conference. Two supervisors verified results whether they were derived from actual recordings for the reliability of the results. The records were confirmed once again and corrected into common message. Results: The main difficult subjects in public health official examination were public health, English, and medical legislation to pass the examine. The preliminary certificates included public health related certificate, computer certificate, and driver's license. In the personality aspect, creativity, activeness, cooperation and good responsibility were very important trait to public health official. Among 16 interviews, 9 were positive and 5 were negative about the future prospects of a public dental hygienist. Conclusions: The future of public health dental hygienist will be positive. Throughout effort to prepare for the public health official, the public health dental hygienist will be expanded and in many ways the dental hygienists will take the charge of the important parts of the public health administration in the near future.