• 제목/요약/키워드: internet program

검색결과 1,645건 처리시간 0.026초

응급 원격 진료 서비스를 위한 생체신호 압축 방법 비교 연구 및 압축/복원 프로그램 개발 (A Comparative Study of Compression Methods and the Development of CODEC Program of Biological Signal for Emergency Telemedicine Service)

  • 윤태성;임영호;김정상;유선국
    • 대한전기학회논문지:시스템및제어부문D
    • /
    • 제52권5호
    • /
    • pp.311-321
    • /
    • 2003
  • In an emergency telemedicine system such as the High-quality Multimedia based Real-time Emergency Telemedicine(HMRET) service, it is very important to examine the status of the patient continuously using the multimedia data including the biological signals(ECG, BP, Respiration, $SpO_2)$ of the patient. In order to transmit these data real time through the communication means which have the limited transmission capacity, it is also necessary to compress the biological data besides other multimedia data. For this purpose, we investigate and compare the ECG compression techniques in the time domain and in the wavelet transform domain, and present an effective lossless compression method of the biological signals using PEG Huffman table for an emergency telemedicine system. And, for the HMRET service, we developed the lossless compression and reconstruction program or the biological signals in MSVC++ 6.0 using DPCM method and JPEG Huffman table, and tested in an internet environment.

동적 의미 분석에 의한 점진 해석기 구축 (The Building of Incremental Interpreter Using Analyzing of Dynamic Semantics)

  • 한정란;최성
    • 인터넷정보학회논문지
    • /
    • 제5권6호
    • /
    • pp.111-120
    • /
    • 2004
  • 소프트웨어의 생산성을 향상시키기 위해 소프트웨어 개발 단계에서 소요되는 비용을 최소화하려는 연구가 다양하게 진행되고 있다. 프로그램 개발 단계에서는 프로그램을 부분적으로 수정하게 되고 프로그램의 부분 수정인 경우에도 프로그램을 편집하여 다시 실행하는데 많은 시간이 소요된다. 프로그램을 수정할 경우 수정한 부분과 이에 영향 받는 부분만을 재실행하기 위한 점진 해석기가 필요하다. 본 논문에서는 프로그램 실행 시 동적 의미 분석 방법에 의해 점진 해석기를 구현하고자 한다. IMPLO(IMPerative Language with Object) 언어를 EBNF(Extended Backus Naur Form) 표기법으로 정의하고 동적 의미 구조를 표현하기 위해 작용식(action equation)을 사용하여 IMPLO 언어에 대한 점진 해석기(incremental interpreter)를 설계하여 구현하고자 한다.

  • PDF

안드로이드 기반 스마트폰 GPS 위치 역추적 어플리케이션 연구 (A Study of GPS Position Detection Application in Smart Phone)

  • 김민기;박대우
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2010년도 추계학술대회
    • /
    • pp.248-251
    • /
    • 2010
  • 스마트폰은 인터넷 PC에서 사용하는 멀티미디어 데이터를 이용하여 업무의 확장성과 사용자의 편리성을 제공하는 어플리케이션 형태로 제공하고 있다. 특히 유무선 통신 사용료의 감소로 무료 WiFi나 인터넷 PC에서의 어플리케이션 프로그램으로 다운 받아 스마트폰에서 사용하고 있다. 본 논문에서는 안드로이드 기반 스마트폰에서 위치 API를 이용하여 GPS에서 파악된 위도좌표, 경도좌표를 서버로 전송하여, 안드로이드 스마트폰에서 위치 역추적의 가능성을 알아보기 위하여, 스마트폰 위치역추적 사용자가 어플리케이션 프로그램을 설치하고, 서버에서는 실시간 GPS 위치 역추적 신호를 조합한 Google 어스에서 판독하도록 GPS 위치 역추적 어플리케이션 연구를 한다.

  • PDF

UniPy: A Unified Programming Language for MGC-based IoT Systems

  • Kim, Gayoung;Choi, Kwanghoon;Chang, Byeong-Mo
    • 한국컴퓨터정보학회논문지
    • /
    • 제24권3호
    • /
    • pp.77-86
    • /
    • 2019
  • The advent of Internet of Things (IoT) makes common nowadays computing environments involving programming not a single computer but several heterogeneous distributed computers together. Developing programs separately, one for each computer, increases programmer burden and testing all the programs become more complex. To address the challenge, this paper proposes an RPC-based unified programming language, UniPy, for development of MGC (eMbedded, Gateway, and Cloud) applications in IoT systems configured with popular computers such as Arduino, Raspberry Pi, and Web-based DB server. UniPy offers programmers a view of classes as locations and a very simple form of remote procedure call mechanism. Our UniPy compiler automatically splits a UniPy program into small pieces of the program at different locations supporting the necessary RPC mechanism. An advantage of UniPy programs is to permit programmers to write local codes the same as for a single computer requiring no extra knowledge due to having unified programming models, which is very different from the existing research works such as Fabryq and Ravel. Also, the structure of UniPy programs allows programmers to test them by directly executing them before splitting, which is a feature that has never been emphasized yet.

Investigating the Regression Analysis Results for Classification in Test Case Prioritization: A Replicated Study

  • Hasnain, Muhammad;Ghani, Imran;Pasha, Muhammad Fermi;Malik, Ishrat Hayat;Malik, Shahzad
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제11권2호
    • /
    • pp.1-10
    • /
    • 2019
  • Research classification of software modules was done to validate the approaches proposed for addressing limitations in existing classification approaches. The objective of this study was to replicate the experiments of a recently published research study and re-evaluate its results. The reason to repeat the experiment(s) and re-evaluate the results was to verify the approach to identify the faulty and non-faulty modules applied in the original study for the prioritization of test cases. As a methodology, we conducted this study to re-evaluate the results of the study. The results showed that binary logistic regression analysis remains helpful for researchers for predictions, as it provides an overall prediction of accuracy in percentage. Our study shows a prediction accuracy of 92.9% for the PureMVC Java open source program, while the original study showed an 82% prediction accuracy for the same Java program classes. It is believed by the authors that future research can refine the criteria used to classify classes of web systems written in various programming languages based on the results of this study.

Research Trend Analysis for Sustainable QR code use - Focus on Big Data Analysis

  • Lee, Eunji;Jang, Jikyung
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제15권9호
    • /
    • pp.3221-3242
    • /
    • 2021
  • The purpose of the study is to examine the current study trend of 'QR code' and suggest a direction for the future study of big data analysis: (1) Background: study trend of 'QR code' and analysis of the text by subject field and year; (2) Methodology: data scraping and collection, EXCEL summary, and preprocess and big data analysis by R x 64 4.0.2 program package; (3) the findings: first, the trend showed a continuous increase in 'QR code' studies in general and the findings were applied in various fields. Second, the analysis of frequent keywords showed somewhat different results by subject field and year, but the overall results were similar. Third, the visualization of the frequent keywords also showed similar results as that of frequent keyword analysis; and (4) the conclusions: in general, 'QR code' studies are used in various fields, and the trend is likely to increase in the future as well. And the findings of this study are a reflection that 'QR code' is an aspect of our social and cultural phenomena, so that it is necessary to think that 'QR code' is a tool and an application of information. An expansion of the scope of the analysis is expected to show us more meaningful indications on 'QR code' study trends and development potential.

Study on the Establishment of Internet Homepage of Non-profit Association -Focusing on the use case of web platform 'I'mweb'-

  • Moon, Phil Joo
    • International Journal of Advanced Culture Technology
    • /
    • 제8권4호
    • /
    • pp.18-24
    • /
    • 2020
  • The Korea Textile and Fashion Industry-Academic Association, which was established in 2004, has been operating without its own homepage until now. In 2019, it was judged that it was urgent to manage new members and build an installed homepage. Therefore, the program provided by 'I'mweb' was used by comparing domestic and overseas website manufacturers, and the reason is as follows. First, 'I'mweb' provides a web builder solution that allows individuals to easily create web sites without IT expertise such as program development, use of photoshop, and coding. Second, it faithfully provides bulletin boards and member management functions necessary in Korea, such as internet homepage builders and shopping mall production services. Third, there is an advantage in that it is easy to manage the homepage because it is convenient to use Q&A service through the administrator when building the web. However, it provides a responsive web function, but it is regrettable that the compatibility between PC and mobile is not smooth. This study is expected to be used as basic data for related research that needs help in opening a website in the future.

A Configurable Software-based Approach for Detecting CFEs Caused by Transient Faults

  • Liu, Wei;Ci, LinLin;Liu, LiPing
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제15권5호
    • /
    • pp.1829-1846
    • /
    • 2021
  • Transient faults occur in computation units of a processor, which can cause control flow errors (CFEs) and compromise system reliability. The software-based methods perform illegal control flow detection by inserting redundant instructions and monitoring signature. However, the existing methods not only have drawbacks in terms of performance overhead, but also lack of configurability. We propose a configurable approach CCFCA for detecting CFEs. The configurability of CCFCA is implemented by analyzing the criticality of each region and tuning the detecting granularity. For critical regions, program blocks are divided according to space-time overhead and reliability constraints, so that protection intensity can be configured flexibly. For other regions, signature detection algorithms are only used in the first basic block and last basic block. This helps to improve the fault-tolerant efficiency of the CCFCA. At the same time, CCFCA also has the function of solving confusion and instruction self-detection. Our experimental results show that CCFCA incurs only 10.61% performance overhead on average for several C benchmark program and the average undetected error rate is only 9.29%. CCFCA has high error coverage and low overhead compared with similar algorithms. This helps to meet different cost requirements and reliability requirements.

A Study on Factors for Improving CPR based on Health Care Professionals Treating Cardiac Arrests

  • Bae, Soo Jin;Hong, Sun Yeun
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제13권1호
    • /
    • pp.229-237
    • /
    • 2021
  • This study aimed to help build a quality control program to improve cardiac arrest treatment via analysis of medical records in a local tertiary general hospital to evaluate factors that influence clinical outcomes of in-hospital cardiac arrest. At first, the medical records of in-hospital cardiac arrest were analyzed, and targeted surveys about functional and structural factors associated with cardiopulmonary resuscitation (CPR) were conducted amongst the workforce in charge of cardiac arrest treatment. From January 2012 through June 2013, a total of 486 adult cases of in-hospital cardiac arrests, except for those occurring in the emergency room, were enrolled in this study. Among the patients, those of recovery of spontaneous circulation were 57.8%; 13.8% of patients were discharged alive; 8.9% of patients were discharged without significant neurologic sequela. Despite CPR is usually successful when administered as quickly as possible, in this analysis showed that prompt reaction after initial recognition was significantly lower in nurses compared with doctors. Analysis of survey results showed that confidence in performing CPR was significantly associated with the experience of CPR in doctors, while in nurses educational experience showed a correlation. In order to improve quality of in-hospital CPR system maintaining and increasing confidence of CPR performance is the most important factor. Therefore it can be helpful to develop and apply a phased, customized education program using training simulators as well as personalizing them to increase the personnel's confidence in CPR performance.

Signals' Influence on Crowd Funding Investment Decisions: A comparison of Taiwan and India

  • Md. Mukitul, Hoque;Sang-Joon, Lee
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제15권1호
    • /
    • pp.231-242
    • /
    • 2023
  • Crowd funding faces a number of significant obstacles despite its rapid growth and popularity, with the main one being the possible asymmetric information between fundraisers and potential supporters. A study taxonomy based on signalling theory has been created to compare projects originating from Taiwan and India. This was made possible by obtaining a dataset from the crowd funding website, Kickstarter (Global platform). To make the project effective, the study's goal is to look into how signals (e.g., goal-setting, comments, and updates) might be used to reduce the problem of information asymmetry. Thus, we applied an Ordinary Least Squares (OLS) regression. Both Taiwan and India demonstrated signal mitigation of information asymmetry, but Taiwan showed a stronger relationship between ambitious goals and successful projects than India. The relative importance of project comments has been found to be stronger in Taiwan than in India; the relative importance of project updates has been found to be weaker and negatively correlated with project success in India, in contrast to Taiwan. Notably, our findings provide a theoretical and practical framework for understanding and using signals in successful crowd funding campaigns and activities in these two emerging countries.