• Title/Summary/Keyword: 3' end processing

Search Result 432, Processing Time 0.093 seconds

Research on Touch Function capable of Real-time Response in Low-end Embedded System (저사양 임베디드 시스템에서의 실시간 응답이 가능한 터치 기능 연구)

  • Lee, Yong-Min;Han, Chang Ho
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.22 no.4
    • /
    • pp.37-41
    • /
    • 2021
  • This paper presents a study to implement a touch screen capable of real-time response processing in a low-end embedded system. This was done by introducing an algorithm using an interpolation method to represent real-time response characteristics when a touch input is performed. In this experiment, we applied a linear interpolation algorithm that estimates random data by deriving a first-order polynomial from 2-point data. We also applied a Lagrange interpolation algorithm that estimates random data by deriving a quadratic polynomial from 3-point data. As a result of the experiment, it was found that the Lagrange interpolation method was more complicated than the linear interpolation method, and the processing speed was slow, so the text was not smooth. When using the linear interpolation method, it was confirmed that the speed displayed on a screen is 2.4 times faster than when using the Lagrange interpolation method. For real-time response characteristics, it was confirmed that smaller size of the executable file of the algorithm is more advantageous than the superiority of the algorithm itself. In conclusion, in order to secure real-time response characteristics in a low-end embedded system, it was confirmed that a relatively simple linear interpolation algorithm performs touch operations with better real-time response characteristics than the Lagrange interpolation method.

Accessing DLNA Network with Cellular Communication Terminals (이동통신 단말기를 이용한 DLNA 네트워크 접속)

  • Kim, Sangrok;Lee, Hyunseok
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.3
    • /
    • pp.519-525
    • /
    • 2014
  • In this paper, we show a scheme to directly access DLNA network with the 3G/4G communication module of a smartphone in home or office environment. By exploiting this scheme, end users can use DLNA service more conveniently regardless of the type of activated communication module in a smartphone. For the implementation of this scheme, we use a femtocell that is a basestation with small coverage. A problem caused by the IP address hierarch discrepancy between the IP address of 3G/4G module of smartphone and those of local network nodes is resolved by deploying local IP address scheme. The processing of multicasting packet, that is required in DLNA service, is enabled by using IP tunneling scheme. As a result, end user can access DLNA network regardless of the type of activated wireless communication module. We validate the design result by implementing it on a commercial WCDMA femtocell.

Advanced Calendar Queue Scheduler Design Methodology (진보된 캘린더 큐 스케줄러 설계방법론)

  • Kim, Jin-Sil;Chung, Won-Young;Lee, Jung-Hee;Lee, Yong-Surk
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.34 no.12B
    • /
    • pp.1380-1386
    • /
    • 2009
  • In this paper, we propose a CQS(Calendar Queue Scheduler) architecture which was designed for processing multimedia and timing traffic in home network. With various characteristics of the increased traffic flowed in home such as VoIP, VOD, IPTV, and Best-efforts traffic, the needs of managing QoS(Quality of Service) are being discussed. Making a group regarding application or service is effective to guarantee successful QoS under the restricted circumstances. The proposed design is aimed for home gateway corresponding to the end points of receiver on end-to-end QoS and eligible for supporting multimedia traffic within restricted network sources and optimizing queue sizes. Then, we simulated the area for each module and each memory. The area for each module is referenced by NAND($2{\times}1$) Gate(11.09) when synthesizing with Magnachip 0.18 CMOS libraries through the Synopsys Design Compiler. We verified the portion of memory is 85.38% of the entire CQS. And each memory size is extracted through CACTI 5.3(a unit in mm2). According to the increase of the memory’sentry, the increment of memory area gradually increases, and defining the day size for 1 year definitely affects the total CQS area. In this paper, we discussed design methodology and operation for each module when designing CQS by hardware.

Three-dimensional Geometrical Scanning System Using Two Line Lasers (2-라인 레이저를 사용한 3차원 형상 복원기술 개발)

  • Heo, Sang-Hu;Lee, Chung Ghiu
    • Korean Journal of Optics and Photonics
    • /
    • v.27 no.5
    • /
    • pp.165-173
    • /
    • 2016
  • In this paper, we propose a three-dimensional (3D) scanning system based on two line lasers. This system uses two line lasers with different wavelengths as light sources. 532-nm and 630-nm line lasers can compensate for missing scan data generated by geometrical occlusion. It also can classify two laser planes by using the red and green channels. For automatic registration of scanning data, we control a stepping motor and divide the motor's rotational degree of freedom into micro-steps. To this end, we design a control printed circuit board for the laser and stepping motor, and use an image processing board. To compute a 3D point cloud, we obtain 200 and 400 images with laser lines and segment lines on the images at different degrees of rotation. The segmented lines are thinned for one-to-one matching of an image pixel with a 3D point.

Sentiment Analysis of Product Reviews to Identify Deceptive Rating Information in Social Media: A SentiDeceptive Approach

  • Marwat, M. Irfan;Khan, Javed Ali;Alshehri, Dr. Mohammad Dahman;Ali, Muhammad Asghar;Hizbullah;Ali, Haider;Assam, Muhammad
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.16 no.3
    • /
    • pp.830-860
    • /
    • 2022
  • [Introduction] Nowadays, many companies are shifting their businesses online due to the growing trend among customers to buy and shop online, as people prefer online purchasing products. [Problem] Users share a vast amount of information about products, making it difficult and challenging for the end-users to make certain decisions. [Motivation] Therefore, we need a mechanism to automatically analyze end-user opinions, thoughts, or feelings in the social media platform about the products that might be useful for the customers to make or change their decisions about buying or purchasing specific products. [Proposed Solution] For this purpose, we proposed an automated SentiDecpective approach, which classifies end-user reviews into negative, positive, and neutral sentiments and identifies deceptive crowd-users rating information in the social media platform to help the user in decision-making. [Methodology] For this purpose, we first collected 11781 end-users comments from the Amazon store and Flipkart web application covering distant products, such as watches, mobile, shoes, clothes, and perfumes. Next, we develop a coding guideline used as a base for the comments annotation process. We then applied the content analysis approach and existing VADER library to annotate the end-user comments in the data set with the identified codes, which results in a labelled data set used as an input to the machine learning classifiers. Finally, we applied the sentiment analysis approach to identify the end-users opinions and overcome the deceptive rating information in the social media platforms by first preprocessing the input data to remove the irrelevant (stop words, special characters, etc.) data from the dataset, employing two standard resampling approaches to balance the data set, i-e, oversampling, and under-sampling, extract different features (TF-IDF and BOW) from the textual data in the data set and then train & test the machine learning algorithms by applying a standard cross-validation approach (KFold and Shuffle Split). [Results/Outcomes] Furthermore, to support our research study, we developed an automated tool that automatically analyzes each customer feedback and displays the collective sentiments of customers about a specific product with the help of a graph, which helps customers to make certain decisions. In a nutshell, our proposed sentiments approach produces good results when identifying the customer sentiments from the online user feedbacks, i-e, obtained an average 94.01% precision, 93.69% recall, and 93.81% F-measure value for classifying positive sentiments.

An Exploratory Study on Success Factors of User-led Innovation : Grounded Theory Approach (기업 수준의 사용자 주도 혁신 성공요인에 관한 탐색적 연구)

  • Cho, Namjae;Oh, SeungHee;Choi, JoungIn
    • Journal of Information Technology Applications and Management
    • /
    • v.20 no.3_spc
    • /
    • pp.279-293
    • /
    • 2013
  • In general, researchers, policymakers, and practitioners consider innovation by producers as a primary mode in a market economy. However, the recent research has shown that some of the most important, novel products and processes have been developed by users-both user firms and individual end-users. According to von Hippel [1988], he found that they were the developers who made about 80 percent of the most important scientific instrument innovations as well as the major innovations in semiconductor processing. In this research, we conducted grounded research on user-led innovation at the corporate-level. Also, we analyzed the train development project (SR000) of Seoul Metropolitan Rapid Transit Corporation (SMRT). We focused on identifying the success factors of user-led innovation, and development process.

A Framework for Java-based Web Database Applications (JaVa를 기반으로 한 웹 데이타베이스 응용을 위한 프레임워크)

  • 구흥서
    • The Journal of Information Technology and Database
    • /
    • v.7 no.2
    • /
    • pp.1-15
    • /
    • 2000
  • The World-Wide-Web have many advantages as a front-end of database systems. Hence in Internet applications, such as E-Commerce systems, the requirements for Web-based database applications have been increasing. In this work we propose a framework for java-based Web database applications-JaWAF(Java-based Web Application Framework). JaWAF has the 3-tier architecture of Client/Server, and consists of database gateway, application server, and communication and message component. When this framework is applied to the database applications developments, it can provide advantages, such as ease understanding and fast implementations of the Web applications. Thus we can build 3-tier Web-based database application systems with high scalability and distributed processing capability. Database gateway in JaWAF works as a daemon process that connects to the database systems and waits for requests from clients, and supports state-oriented service between clients and database servers. Hence the performance of Web applications could be increasing.

  • PDF

Machining Characteristics of the Hybrid Machining System Comprising of EDM and Endmilling (방전과 엔드밀링이 결합된 하이브리드 공정의 가공특성)

  • Kim, Min-Yeop;Li, Chang-Ping;Kim, Jung-Hyun;Ko, Tae Jo
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.15 no.3
    • /
    • pp.86-92
    • /
    • 2016
  • Mechanical milling, in association with electrical discharge machining (EDM) for hybrid machining, is presented in this paper. An end mill cutting tool, an electrode of the EDM, was used for the system. That means that some parts were cut by the mechanical cutting process and others by the EDM. The possibility of combining both processes was simulated with the cutting simulation software. In addition, the machining reality was verified by measuring the electrical signal from the EDM power supply, which was measured in time and frequency domains. From this initial research, the hybrid machining system proposed in this paper appears to be well suited for difficult to cut material processing.

A Study on the Control of Spring Back for the Precision Forming of the Steam Generator Helical Tube (나선형 증기 발생기 튜브의 정밀성형을 위한 스프링백 제어 연구)

  • 서영성;김용완;김종인
    • Transactions of Materials Processing
    • /
    • v.11 no.3
    • /
    • pp.238-245
    • /
    • 2002
  • The spring back taking place after the coiling process of steam generator tube leads to the dimensional inaccuracy. In order to reduce the spring back, tension force was applied to the one end of the tube during forming. In this work, parametric study using FEM was performed to find the appropriate magnitude of tension force. The force that induces minimum spring back was found by simultaneously taking account if spring back amount, cross-sectional ovality, and thickness of the tube wall after deformation. In addition, stress relieving by heat treatment was also simulated as an alternative to the former method. The latter was found to be more effective under the given constraints.

A Study on Improvement of Flatness Control for Aluminum Cold Rolling Mill

  • Kim, Tae-Young;Bill Kraeling
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2002.10a
    • /
    • pp.66.5-66
    • /
    • 2002
  • Flatness of strip at aluminum cold rolling is one of the important quality parameters of rolled products. The reasons for this are perhaps obvious: for many of the end uses, subsequent processing requires a flat product poor flatness on-line can lead to reduced running speeds and hence to lower production levels. Amongst the reasons for lower running speeds is the increased risk of strip breaks. The Alcan Ulsan plant developed an automatic flatness control system on conventional four high mills for a year. This system compose of three parts as Intel RMX 3.3 operating system, advanced techniques, and flatness error analysis system. Strip flatness be measured by air bearing roll, passing the s...

  • PDF