• Title/Summary/Keyword: computer design program

Search Result 1,696, Processing Time 0.027 seconds

Design of the Copyright Protection for ePub e-Book System using Certification Information (인증 정보를 이용한 전자책 ePub의 저작권 보호 시스템 설계)

  • Jang, Seung-Ju
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.9
    • /
    • pp.2197-2204
    • /
    • 2015
  • In recent times, the high-tech society has become the most important issue by IT technology and publication network. Today such flows have also been the case in the e-book field. Today's electronic publication is changing day by day. But there are some problems according to the prevalence of e-book. E-book is similar to p-book(paper-book). There is a limit to have perfect feeling of a texture of p-book. In order to purchase an e-book, people use online. People having malicious intent could copy and distribute it illegally. It leads to cyber abuses. This paper aims at the copyright protection of e-book ePub writers. The proposed e-book copyright protection system is designed using e-book production Sigil environment and C program environment. This system uses client-server communication through e-book ePub as authentication information. It discerns whether to permit or not for a client to read the e-book using authentication information. Authentication information includes ID, password, IP address, limited time of authentication information, GUID(Globally Unique Identifier). If authentication information about e-book meets requirements, people can use it. But if not, it blocks people's approach by quitting program.

A Study on the Application of Composites to Pipe Support Clamps for the Light-weight LNGC (LNGC 경량화를 위한 파이프 지지용 클램프의 복합소재 적용 연구)

  • Bae, Kyong-Min;Yim, Yoon-Ji;Yoon, Sung-Won;Ha, Jong-Rok;Cho, Je-Hyoung
    • Composites Research
    • /
    • v.34 no.1
    • /
    • pp.8-15
    • /
    • 2021
  • In the shipbuilding and marine industry, as a technology for reducing the weight of parts to reduce energy and improve operational efficiency of ships is required, a method of applying fibers-reinforced composites which is high-strength lightweight materials, as part materials can be considered. In this study, the possibility of applying fibers-reinforced composites to the pipe support clamps was evaluated to reduce the weight of LNGC. The fibers-reinforced composites were manufactured using carbon fibers and glass fibers as reinforcing fibers. Through the computer simulation program, the properties of the reinforcing materials and the matrix materials of the composites were inversely calculated, and the performance prediction was performed according to the change in the properties of each fiber lamination pattern. In addition, the structural analysis of the clamps according to the thickness of the composites was performed through the finite element analysis program. As a result of the study, it was confirmed that attention is needed in selecting the thickness when applying the fibers-reinforced composites of the clamp for weight reduction. It is considered that it will be easy to change the shape of the structure and change the structure for weight reduction in future supplementary design.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1993.06a
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

A Study of Mobile Content Generation System using 2-Dimensional bar code in Smart Device Environment (스마트 기기 환경에서 2차원 바코드를 활용한 모바일 콘텐츠 생성 시스템 연구)

  • Jin, Byung-Wook;Lee, Keun-Wang
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.15 no.4
    • /
    • pp.2349-2354
    • /
    • 2014
  • While the number of smart phone subscribers excessing 30 million people, Korea is leaping into the 'smart powerhouse' from IT powerhouse. The popularizat+ion of smart devices so called 'PC in the hand', brought surely change to people's life style, and also it had led to a revolutionary change to and also to business and government. In several corporations of each countries, a variety of smart devices smart devices such as smart phone, tablet PC and E-books have been developing. Nowadays, the usage of the smart phone is not only the simple function calling. It has become a culture of the terminal type in the hand anywhere at any time, which makes can communicate with the others in anywhere and anytime. However, some of the subscribers who visit the website for PC version with the mobile devices screen, can feel kind of discomfort while surfing the net on a smartphone devices because the install of the existing video and flash files and the screen size for computer is not available for mobile devices. Therefore, in this paper, we studied on effective mobile contents generation program using QR code that is two dimensions bar code under the smart device environment. Also, unlike previous QR code generator that decorate standardized design, we realize an original QR code generation system from user perspective.

A Study on Immersive Interaction Between HMD User and Non-HMD User for Presence of Asymmetric Virtual Reality (비대칭 가상현실에서의 현존감을 위한 HMD 사용자와 Non-HMD 사용자간 몰입형 상호작용에 관한 연구)

  • Lee, Jiwon;Kim, Mingyu;Kim, Jinmo
    • Journal of the Korea Computer Graphics Society
    • /
    • v.24 no.3
    • /
    • pp.1-10
    • /
    • 2018
  • This study proposes an immersive interaction optimized for the user's experience environment to provide an improved presence for both HMD and Non-HMD users in the asymmetric virtual reality (VR) environment. The core of the proposed immersive interaction is to distinguish the differences of the asymmetric environment between the HMD and Non-HMD users and present the optimized interaction to the user. And, in order to increase the presence by providing improved immersion in the asymmetric virtual reality environment given to each user, we design the walking interaction to improve the immersion of space for the HMD users, a hand-based interface that improves immersion by fully understanding and managing the situation through direct control. Finally, through the experiment using questionnaire, it is verified that the immersive interaction provides all users with an enhanced presence and specialized experience in each environment experience. Through these processes, we confirmed that the Non-HMD user can be immersed in an asymmetric virtual reality using by proposed interaction as participant rather than assistant with HMD user.

Manufacturing of a Korean Hand Phantom with Human Electrical Properties at 835 MHz and 1,800 MHz Bands (835 MHz 및 1,800 MHz 대역에서 인체의 전기적 특성을 가지는 한국인 손 모양의 팬텀 제작)

  • Choi, Donggeun;Gimm, Yoonmyoung;Choi, Jaehoon
    • The Journal of Korean Institute of Electromagnetic Engineering and Science
    • /
    • v.24 no.5
    • /
    • pp.534-540
    • /
    • 2013
  • Interest of the hand effect on the electromagnetic wave are internationally increasing with the increase of the use of the mobile phone. IEC TC106(International Electrotechnical Commission, Technical Committee 106) promotes international research exchange program in order to reflect the effect of human hands in the standard assessment method of human exposure dosimetry by the electromagnetic wave of mobile phones. Since current commercialized hand phantom is manufactured by taking into account the average size of westerners and provides only one grip posture, it imposes many restrictions on the accurate SAR measurement. Therefore, the development of proper hand phantom accounting for domestic situation and various grip posture capability is essential in order to analyze the accurate effect of human hand on the exposure estimation. In this paper, a jelly hand phantom suitable for Korean was manufactured with various grip posture capability at 835 MHz and 1,800 MHz bands. Although the tolerances of permittivity and conductivity of the manufactured hand phantom are with ${\pm}10%$ each, it was much less than CTIA(Cellular Telecommunication Industry Association) tolerance of ${\pm}20%$ at both bands. Its 3D CAD(3 Dimensional Computer Aided Design) file which was developed can be utilized for the simulation of human hand effect on SAR measurement of mobile phones. The findings in this study can be utilized for the analysis of human hand effect on SAR measurement of a mobile phone.

A Study on Creativity Convergence Competency for Developing Creativity Human Resources (창의융합인재 양성을 위한 일부 대학생의 창의융합역량 수준 분석)

  • Choi, Yong Keum;Oh, Tae-Jin;Lee, Hyun;Lim, Kunok;Hong, Ji-Heon;Jeong, Su Ra
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.1
    • /
    • pp.656-664
    • /
    • 2020
  • This study obtained basic data for developing human resources with creativity convergence competency by surveying and analyzing the level of creativity convergence competency of university students. The study was conducted from October 1, 2019 to November 10, 2019 on university students attending the departments of computer science, pharmaceutical engineering, physical therapy and dental hygiene. The data from 296 students was finally used for this study, and IBM SPSS/Win statics 23.0 programs were used to analyze the data. Students who graduated from Seoul/Gyeonggi High School or those students with high undergraduate satisfaction were found to have high creativity convergence ability, and these results were statistically significant. Further, the group of students who had experience with Campus/Suburban competition, Global Competency training/ International exchange programs or the Capstone Design/Team Based Project showed high creativity convergence competency, and these results were statistically significant. Thus, this study identified the necessity of developing and operating various extra-curricular programs at education institutes in order to enhance students' creativity convergence capability.

Design and Fabrication of WLAN / UWB Antenna for Marine High Speed Communication Network System (해양 초고속 통신망 시스템을 위한 WLAN(Wireless Local Area Network) / UWB(Ultra Wide Band)용 안테나 설계 및 제작)

  • Hong, Yong-Pyo;Kang, Sung-Woon;Kim, Kab-Ki
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.24 no.4
    • /
    • pp.489-495
    • /
    • 2018
  • In this paper, we designed and fabricated WLAN / UWB communication antennas operating at 3.3 [GHz] and 5 [GHz] bands in order to effectively use the high-speed communication network system that improved antenna miniaturization, gain and radiation pattern. Microstrip patch antennas were chosen to improve the bandwidth. The slot width, length, and transmission line width were calculated using the theoretical formula for each step. Simulation results show that the return loss is -14.053 [dB] at 3.3 [GHz] and -13.118 [dB] at 5 [GHz]. The gain showed a value of 2.479 [dBi] at 3.3 [GHz] and a value of 3.317 [dBi] at 5 [GHz]. After optimizing it with the CST Microwave Studio 2014 program, which can be 3D-designed, Based on these results, we investigated the performance of antennas by measuring their characteristics. In recent years, WLAN, which is a variety of wireless technologies that are continuously developing, and UWB, which is a communication technology which is increasing in frequency band due to an increase in demand of the technology users, is used for a high speed wireless communication system. Communication seems to be possible.

Development of New Hanbok Cheollik One Piece Prototype

  • Cha, Su-Joung;An, Myung-Sook;Heo, Seung-Yeun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.10
    • /
    • pp.125-137
    • /
    • 2021
  • This study was intended to develop a prototype of new Hanbok Cheollik one-piece based on design extracted through a preference survey on new Hanbok Cheollik one-piece. Through this, it was intended to provide information on patterns that are fundamental to the production of new Hanbok Cheollik one piece. The pattern of the experiment was produced by modifying D pattern, which was selected as excellent in the comparison of commercial Cheollik one-piece patterns. The SPSS 26.0 program was used to analyze the appearance evaluation of patterns. As a result of the 1st evaluation of appearance and garment pressure, the shoulder, sleeve length, skirt length and sleeve width required modification, reducing the sleeve length by 8.0cm and the sleeve width by 1.0cm in total. The length of the skirt was reduced by 5.0cm and the shoulder end point was reduced by 0.5cm on both sides to modify the shoulder width. As a result of the 2nd evaluation, the waist area, sleeve width, and skirt wrinkles were required to be corrected, reducing 2.0 cm waist width and 1.0 cm sleeve width and removing wrinkles on the front center and side area. The final pattern was highly appreciated. In future studies, it is thought that research should be conducted through study of Cheollik one-piece pattern according to material and age and the actual wearing experiment according to fabric and age.

Precision Evaluation of Scanning the Digital Dental Abutment Impression and Dental Gypsum Model according to 3-dimensional Superimposing Different Skills (3차원 중첩 기술 차이에 따른 디지털 치과용 지대치 인상체 및 경석고 모형의 스캐닝 정밀도 평가)

  • Jeon, Jin-Hun
    • The Journal of the Korea Contents Association
    • /
    • v.18 no.12
    • /
    • pp.639-645
    • /
    • 2018
  • The objective of this research was to compare the precision of scanning the digital abutment impression and gypsum model according to 3-dimensional superimposing different skills. There were made with the abutment impression and gypsum model of a maxillary 1st premolar, blue light scanner scanned to obtain the stereolithography (STL) file. After the same process was performed 10 more times without moving them on the scanner table about the abutment impression and gypsum model, respectively (n=11, per types). By superimposing the date of scanning the abutment impression and gypsum model used with no control and best-fit-alignment skills, 10 color-difference maps and root mean square (RMS) data were obtained. The independent t-test was performed to compare RMS data between the each other groups (${\alpha}=0.05$). In the scanning abutment impressions, $RMS{\pm}SD$ of no control, best-fit-alignment showed $6.86{\pm}0.94$, $5.04{\pm}0.24$. in the scanning gypsum model, $4.98{\pm}1.16$, $3.39{\pm}0.07$, all groups showed a significant difference (P<0.001). Trough the this study's result, not only best-fit-alignment but no control is used with digital dental computer-aided design/computer-aided manufacturing (CAD/CAM) research and clinical part.