• Title/Summary/Keyword: train model

Search Result 1,719, Processing Time 0.029 seconds

Radio coverage prediction of RF-CBTC system under transmission power 10mW/MHz at K-AGT test line (경전철시험선에서 송신전력 10mW/MHz에 대한 열차제어용 무선시스템의 전파도달범위 예측)

  • Cho, Bong-Kwan;Jung, Jae-Il
    • Journal of the Korean Society for Railway
    • /
    • v.10 no.5
    • /
    • pp.589-595
    • /
    • 2007
  • Korea Railroad Research Institute has developed the driverless rubber-tired K-AGT (Korean-Automated Guideway Transit) system from 1999 to 2005 and has done its performance and reliability tests on the test line at Gyeongsan-city. Radio Frequency Communication-Based Train Control system of K-AGT, which employed Advanced Automated Train Control scheme, detects train position using the radio propagation delay between wayside and vehicle radio equipment. In this paper, we investigate whether the transmission power of radio system can be reduced to the permitted level announced by the Ministry of Information and Communication for license-free ISM(Industrial Scientific Medical) frequency bands. We first determine radio propagation model, using the measured data at test line, and perform simulation for radio coverage prediction. From the simulation results, we identify that the radio system operated with reduced power can provide good link quality in total test line.

Optimization of Gear Webs for Rotorcraft Engine Reduction Gear Train (회전익기용 엔진 감속 기어열의 웹 형상 최적화)

  • Kim, Jaeseung;Kim, Suchul;Sohn, Jonghyeon;Moon, Sanggon;Lee, Geunho
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.48 no.12
    • /
    • pp.953-960
    • /
    • 2020
  • This paper presents an optimization of gear web design used in a main gear train of an engine reduction gearbox for a rotorcraft. The optimization involves the minimization of a total weight, transmission error, misalignment, and face load distribution factor. In particular, three design variables such as a gear web thickness, location of rim-web connection, and location of shaft-web connection were set as design parameters. In the optimization process, web, rim and shaft of gears were converted from the 3D CAD geometry model to the finite element model, and then provided as input to the gear simulation program, MASTA. Lastly, NSGA-II optimization method was used to find the best combination of design parameters. As a result of the optimization, the total weight, transmission error, misalignment, face load distribution factor were all reduced, and the maximum stress was also shown to be a safe level, confirming that the overall gear performance was improved.

Yaw Gearbox Design for 4MW Class Wind Turbine (4MW급 풍력발전기용 요 감속기 설계)

  • Lee, Hyoung-Woo;Kim, In-Hwan;Lee, Jae-Shin
    • Journal of Convergence for Information Technology
    • /
    • v.12 no.2
    • /
    • pp.142-148
    • /
    • 2022
  • In this paper, the weight reduction design of the yaw gearbox for wind turbine was performed through the finite element analysis method, and the stability was checked by performing the critical speed analysis. The weight reduction product can improve engine efficiency, save parts materials, and earn economic benefits. The yaw gearbox is lightweighted with the goal of achieving a safety rate of 1.3 or higher for wind turbine as indicated by IEC61400-1. In order to reduce the weight of the carrier, a topology optimization method was performed. The safety factor was verified by performing finite element analysis on the carrier. In addition, the housing and carrier were modeled using the finite element method, and the gear train was modeled using MASTA. For the yaw gearbox, the housing and carrier FE model and the gear train model were connected by the partial structural synthesis method to perform the rotational vibration analysis. Vibration excitation sources are mass unbalance and gear mesh frrequemcy, and as a result of the critical speed analysis, it was found that there was no resonance within the operating speed range.

Longitudinal Spacing Control of Vehicles in a Platoon

  • No, Tae-Soo;Chong, Kil-To
    • Transactions on Control, Automation and Systems Engineering
    • /
    • v.2 no.2
    • /
    • pp.92-97
    • /
    • 2000
  • The Lyapunov stability theorem is used to derive a control law that can be used to control the spacing between vehicles in a platoon. A third order system is adopted to model the vehicle and power-train dynamics. In addition, the concept of

  • PDF

The way to make training data for deep learning model to recognize keywords in product catalog image at E-commerce (온라인 쇼핑몰에서 상품 설명 이미지 내의 키워드 인식을 위한 딥러닝 훈련 데이터 자동 생성 방안)

  • Kim, Kitae;Oh, Wonseok;Lim, Geunwon;Cha, Eunwoo;Shin, Minyoung;Kim, Jongwoo
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.1
    • /
    • pp.1-23
    • /
    • 2018
  • From the 21st century, various high-quality services have come up with the growth of the internet or 'Information and Communication Technologies'. Especially, the scale of E-commerce industry in which Amazon and E-bay are standing out is exploding in a large way. As E-commerce grows, Customers could get what they want to buy easily while comparing various products because more products have been registered at online shopping malls. However, a problem has arisen with the growth of E-commerce. As too many products have been registered, it has become difficult for customers to search what they really need in the flood of products. When customers search for desired products with a generalized keyword, too many products have come out as a result. On the contrary, few products have been searched if customers type in details of products because concrete product-attributes have been registered rarely. In this situation, recognizing texts in images automatically with a machine can be a solution. Because bulk of product details are written in catalogs as image format, most of product information are not searched with text inputs in the current text-based searching system. It means if information in images can be converted to text format, customers can search products with product-details, which make them shop more conveniently. There are various existing OCR(Optical Character Recognition) programs which can recognize texts in images. But existing OCR programs are hard to be applied to catalog because they have problems in recognizing texts in certain circumstances, like texts are not big enough or fonts are not consistent. Therefore, this research suggests the way to recognize keywords in catalog with the Deep Learning algorithm which is state of the art in image-recognition area from 2010s. Single Shot Multibox Detector(SSD), which is a credited model for object-detection performance, can be used with structures re-designed to take into account the difference of text from object. But there is an issue that SSD model needs a lot of labeled-train data to be trained, because of the characteristic of deep learning algorithms, that it should be trained by supervised-learning. To collect data, we can try labelling location and classification information to texts in catalog manually. But if data are collected manually, many problems would come up. Some keywords would be missed because human can make mistakes while labelling train data. And it becomes too time-consuming to collect train data considering the scale of data needed or costly if a lot of workers are hired to shorten the time. Furthermore, if some specific keywords are needed to be trained, searching images that have the words would be difficult, as well. To solve the data issue, this research developed a program which create train data automatically. This program can make images which have various keywords and pictures like catalog and save location-information of keywords at the same time. With this program, not only data can be collected efficiently, but also the performance of SSD model becomes better. The SSD model recorded 81.99% of recognition rate with 20,000 data created by the program. Moreover, this research had an efficiency test of SSD model according to data differences to analyze what feature of data exert influence upon the performance of recognizing texts in images. As a result, it is figured out that the number of labeled keywords, the addition of overlapped keyword label, the existence of keywords that is not labeled, the spaces among keywords and the differences of background images are related to the performance of SSD model. This test can lead performance improvement of SSD model or other text-recognizing machine based on deep learning algorithm with high-quality data. SSD model which is re-designed to recognize texts in images and the program developed for creating train data are expected to contribute to improvement of searching system in E-commerce. Suppliers can put less time to register keywords for products and customers can search products with product-details which is written on the catalog.