• Title/Summary/Keyword: Information device

Search Result 9,041, Processing Time 0.034 seconds

Small-cell Resource Partitioning Allocation for Machine-Type Communications in 5G HetNets (5G 이기종 네트워크 환경에서 머신타입통신을 위한 스몰셀 자원 분리 할당 방법)

  • Ilhak Ban;Se-Jin Kim
    • Journal of Internet Computing and Services
    • /
    • v.24 no.5
    • /
    • pp.1-7
    • /
    • 2023
  • This paper proposes a small cell resource partitioning allocation method to solve interference to machine type communication devices (MTCD) and improve performance in 5G heterogeneous networks (HetNet) where macro base station (MBS) and many small cell base stations (SBS) are overlaid. In the 5G HetNet, since various types of MTCDs generate data traffic, the load on the MBS increases. Therefore, in order to reduce the MBS load, a cell range expansion (CRE) method is applied in which a bias value is added to the received signal strength from the SBS and MTCDs satisfying the condition is connected to the SBS. More MTCDs connecting to the SBS through the CRE will reduce the load on the MBS, but performance of MTCDs will degrade due to interference, so a method to solve this problem is needed. The proposed small cell resource partitioning allocation method allocates resources with less interference from the MBS to mitigate interference of MTCDs newly added in the SBS with CRE, and improve the overall MTCD performace using separating resources according to the performance of existing MTCDs in the SBS. Through simulation results, the proposed small cell resource partitioning allocation method shows performance improvement of 21% and 126% in MTCDs capacity connected to MBS and SBS respectively, compared to the existing resource allocation methods.

LAN Based MFD Interface for Integrated Operation of Radio Facilities using Fishery Vessel (어선용 무선설비의 통합운용을 위한 LAN 기반 MFD 인터페이스)

  • In-ung Ju;In-suk Kang;Jeong-yeon Kim;Seong-Real Lee;Jo-cheon Choi
    • Journal of Advanced Navigation Technology
    • /
    • v.26 no.6
    • /
    • pp.496-503
    • /
    • 2022
  • In the reality that the fishing population is decreasing and the single-man fishing vessels is increasing, mandatory equipment for navigation and radio equipments for the safety of fishing boats has continued to be added. Therefore, many equipment such as navigation, communication and fishing are installed in the narrow steering room, so it is very confusing and a number of monitors are placed in the front, which is a factor that degrades the function of maritime observation. To solve this problem, we studied an interface that integrates and operates to major radio facilities such as very high frequency-digital selective calling equipment (VHF-DSC), automatic identification system (AIS) and fishing boat location transmission device (V-pass) into one multi function display (MFD) based on LAN. In addition, IEC61162-450 UDP packets and IEC61162 sentence were applied to exchange data through link between MFD and radio equipments, and additional messages needed for each equipment and function were defined. The integrated MFD monitor is easily operated by the menu method, and the performance of the interface was evaluated by checking the distress and emergency communication functions related to maritime safety and the message transmission status by equipment.

A Study on the Application of Task Offloading for Real-Time Object Detection in Resource-Constrained Devices (자원 제약적 기기에서 자율주행의 실시간 객체탐지를 위한 태스크 오프로딩 적용에 관한 연구)

  • Jang Shin Won;Yong-Geun Hong
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.12 no.12
    • /
    • pp.363-370
    • /
    • 2023
  • Object detection technology that accurately recognizes the road and surrounding conditions is a key technology in the field of autonomous driving. In the field of autonomous driving, object detection technology requires real-time performance as well as accuracy of inference services. Task offloading technology should be utilized to apply object detection technology for accuracy and real-time on resource-constrained devices rather than high-performance machines. In this paper, experiments such as performance comparison of task offloading, performance comparison according to input image resolution, and performance comparison according to camera object resolution were conducted and the results were analyzed in relation to the application of task offloading for real-time object detection of autonomous driving in resource-constrained devices. In this experiment, the low-resolution image could derive performance improvement through the application of the task offloading structure, which met the real-time requirements of autonomous driving. The high-resolution image did not meet the real-time requirements for autonomous driving due to the increase in communication time, although there was an improvement in performance. Through these experiments, it was confirmed that object recognition in autonomous driving affects various conditions such as input images and communication environments along with the object recognition model used.

Efficient Stack Smashing Attack Detection Method Using DSLR (DSLR을 이용한 효율적인 스택스매싱 공격탐지 방법)

  • Do Yeong Hwang;Dong-Young Yoo
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.12 no.9
    • /
    • pp.283-290
    • /
    • 2023
  • With the recent steady development of IoT technology, it is widely used in medical systems and smart TV watches. 66% of software development is developed through language C, which is vulnerable to memory attacks, and acts as a threat to IoT devices using language C. A stack-smashing overflow attack inserts a value larger than the user-defined buffer size, overwriting the area where the return address is stored, preventing the program from operating normally. IoT devices with low memory capacity are vulnerable to stack smashing overflow attacks. In addition, if the existing vaccine program is applied as it is, the IoT device will not operate normally. In order to defend against stack smashing overflow attacks on IoT devices, we used canaries among several detection methods to set conditions with random values, checksum, and DSLR (random storage locations), respectively. Two canaries were placed within the buffer, one in front of the return address, which is the end of the buffer, and the other was stored in a random location in-buffer. This makes it difficult for an attacker to guess the location of a canary stored in a fixed location by storing the canary in a random location because it is easy for an attacker to predict its location. After executing the detection program, after a stack smashing overflow attack occurs, if each condition is satisfied, the program is terminated. The set conditions were combined to create a number of eight cases and tested. Through this, it was found that it is more efficient to use a detection method using DSLR than a detection method using multiple conditions for IoT devices.

A Design of Authentication Mechanism for Secure Communication in Smart Factory Environments (스마트 팩토리 환경에서 안전한 통신을 위한 인증 메커니즘 설계)

  • Joong-oh Park
    • Journal of Industrial Convergence
    • /
    • v.22 no.4
    • /
    • pp.1-9
    • /
    • 2024
  • Smart factories represent production facilities where cutting-edge information and communication technologies are fused with manufacturing processes, reflecting rapid advancements and changes in the global manufacturing sector. They capitalize on the integration of robotics and automation, the Internet of Things (IoT), and the convergence of artificial intelligence technologies to maximize production efficiency in various manufacturing environments. However, the smart factory environment is prone to security threats and vulnerabilities due to various attack techniques. When security threats occur in smart factories, they can lead to financial losses, damage to corporate reputation, and even human casualties, necessitating an appropriate security response. Therefore, this paper proposes a security authentication mechanism for safe communication in the smart factory environment. The components of the proposed authentication mechanism include smart devices, an internal operation management system, an authentication system, and a cloud storage server. The smart device registration process, authentication procedure, and the detailed design of anomaly detection and update procedures were meticulously developed. And the safety of the proposed authentication mechanism was analyzed, and through performance analysis with existing authentication mechanisms, we confirmed an efficiency improvement of approximately 8%. Additionally, this paper presents directions for future research on lightweight protocols and security strategies for the application of the proposed technology, aiming to enhance security.

Salient Region Detection Algorithm for Music Video Browsing (뮤직비디오 브라우징을 위한 중요 구간 검출 알고리즘)

  • Kim, Hyoung-Gook;Shin, Dong
    • The Journal of the Acoustical Society of Korea
    • /
    • v.28 no.2
    • /
    • pp.112-118
    • /
    • 2009
  • This paper proposes a rapid detection algorithm of a salient region for music video browsing system, which can be applied to mobile device and digital video recorder (DVR). The input music video is decomposed into the music and video tracks. For the music track, the music highlight including musical chorus is detected based on structure analysis using energy-based peak position detection. Using the emotional models generated by SVM-AdaBoost learning algorithm, the music signal of the music videos is classified into one of the predefined emotional classes of the music automatically. For the video track, the face scene including the singer or actor/actress is detected based on a boosted cascade of simple features. Finally, the salient region is generated based on the alignment of boundaries of the music highlight and the visual face scene. First, the users select their favorite music videos from various music videos in the mobile devices or DVR with the information of a music video's emotion and thereafter they can browse the salient region with a length of 30-seconds using the proposed algorithm quickly. A mean opinion score (MOS) test with a database of 200 music videos is conducted to compare the detected salient region with the predefined manual part. The MOS test results show that the detected salient region using the proposed method performed much better than the predefined manual part without audiovisual processing.

Analytical Evaluation of PPG Blood Glucose Monitoring System - researcher clinical trial (PPG 혈당 모니터링 시스템의 분석적 평가 - 연구자 임상)

  • Cheol-Gu Park;Sang-Ki Choi;Seong-Geun Jo;Kwon-Min Kim
    • Journal of Digital Convergence
    • /
    • v.21 no.3
    • /
    • pp.33-39
    • /
    • 2023
  • This study is a performance evaluation of a blood sugar monitoring system that combines a PPG sensor, which is an evaluation device for blood glucose monitoring, and a DNN algorithm when monitoring capillary blood glucose. The study is a researcher-led clinical trial conducted on participants from September 2023 to November 2023. PPG-BGMS compared predicted blood sugar levels for evaluation using 1-minute heart rate and heart rate variability information and the DNN prediction algorithm with capillary blood glucose levels measured with a blood glucose meter of the standard personal blood sugar management system. Of the 100 participants, 50 had type 2 diabetes (T2DM), and the average age was 67 years (range, 28 to 89 years). It was found that 100% of the predicted blood sugar level of PPG-BGMS was distributed in the A+B area of the Clarke error grid and Parker(Consensus) error grid. The MARD value of PPG-BGMS predicted blood glucose is 5.3 ± 4.0%. Consequentially, the non-blood-based PPG-BGMS was found to be non-inferior to the instantaneous blood sugar level of the clinical standard blood-based personal blood glucose measurement system.

Exercise Posture Calibration System using Pressure and Acceleration Sensors (압력 및 가속도 센서를 활용한 운동 자세 교정 시스템 )

  • Won-Ki Cho;Ye-Ram Park;Sang-Hyeon Park;Young-Min Song;Boong-Joo Lee
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.19 no.4
    • /
    • pp.781-790
    • /
    • 2024
  • As modern people's interest in exercise and health increases, the demand for exercise-related information and devices is increasing, and exercising in the wrong posture can lead to body imbalance and injury. Therefore, in this study, the purpose of this study is to correct the posture for health promotion and injury prevention through the correct exercise posture of users. It was developed using Arduino Uno R3, a pressure sensor, and an acceleration sensor as the main memory device of the system. The pressure sensor was used to determine the squat posture, and the acceleration sensor was used to determine three types of gait: normal step, nasolabial step, and saddle step. Data is transmitted to a smartphone through a Bluetooth module and displayed on an app to guide the user in the correct exercise posture. The gait was determined based on the 20˚ angle at which the foot was opened, and the correct squat posture was compared with the ratio of the pressure sensor values of the forefoot and hindfoot based on the data of the skilled person. Therefore, based on an experiment with about 90% accuracy when determining gait and 95% accuracy based on a 7:3 ratio of pressure sensor values in squat posture, a system was established to guide users to exercise in the correct posture by checking in real time through a smartphone application and correcting exercise in the wrong posture.

A Polarization-based Frequency Scanning Interferometer and the Measurement Processing Acceleration based on Parallel Programing (편광 기반 주파수 스캐닝 간섭 시스템 및 병렬 프로그래밍 기반 측정 고속화)

  • Lee, Seung Hyun;Kim, Min Young
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.50 no.8
    • /
    • pp.253-263
    • /
    • 2013
  • Frequency Scanning Interferometry(FSI) system, one of the most promising optical surface measurement techniques, generally results in superior optical performance comparing with other 3-dimensional measuring methods as its hardware structure is fixed in operation and only the light frequency is scanned in a specific spectral band without vertical scanning of the target surface or the objective lens. FSI system collects a set of images of interference fringe by changing the frequency of light source. After that, it transforms intensity data of acquired image into frequency information, and calculates the height profile of target objects with the help of frequency analysis based on Fast Fourier Transform(FFT). However, it still suffers from optical noise on target surfaces and relatively long processing time due to the number of images acquired in frequency scanning phase. 1) a Polarization-based Frequency Scanning Interferometry(PFSI) is proposed for optical noise robustness. It consists of tunable laser for light source, ${\lambda}/4$ plate in front of reference mirror, ${\lambda}/4$ plate in front of target object, polarizing beam splitter, polarizer in front of image sensor, polarizer in front of the fiber coupled light source, ${\lambda}/2$ plate between PBS and polarizer of the light source. Using the proposed system, we can solve the problem of fringe image with low contrast by using polarization technique. Also, we can control light distribution of object beam and reference beam. 2) the signal processing acceleration method is proposed for PFSI, based on parallel processing architecture, which consists of parallel processing hardware and software such as Graphic Processing Unit(GPU) and Compute Unified Device Architecture(CUDA). As a result, the processing time reaches into tact time level of real-time processing. Finally, the proposed system is evaluated in terms of accuracy and processing speed through a series of experiment and the obtained results show the effectiveness of the proposed system and method.

The Study on the Medical and Nursing Service Needs of the Terminal Cancer Patients and Their Caregivers (말기암 환자와 가족의 의료 및 간호 서비스 요구)

  • 이소우;이은옥;허대석;노국희;김현숙;김선례;김성자;김정희;이경옥
    • Journal of Korean Academy of Nursing
    • /
    • v.28 no.4
    • /
    • pp.958-969
    • /
    • 1998
  • In this study, we attempted to investigate the needs and problems of the terminal cancer patients and their family caregivers to provide them with nursing information to improve their quality of life and prepare for a peaceful death. Data was collected from August 1, 1995 to July 31, 1996 at the internal medicine unit of S hospital in Seoul area with the two groups of participants who were family members of terminal cancer patients seventy four of them were in-patients and 34 were out-patients who were discharged from the same hospital for home care. The research tool used in this study has been developed by selecting the questionnaires from various references, modifying them for our purpose and refining them based on the results of preliminary study. While general background information about the patients was obtained by reviewing their medical records, all other information was collected by interviewing the primary family caregivers of the patients using the questionnaire. The data collected were analyzed with the SPSS PC/sup +/ program. The results of this study are summarized as follows ; 1) Most frequently complained symptoms of the terminal cancer patients were in the order of pain(87%), weakness(86.1%), anorexia(83.3%) and fatigue (80.6%). 2) Main therapies for the terminal cancer patients were pain control (58.3%), hyperalimentation(47.2%) and antibiotics(21.3%). 3) Special medical devices that terminal cancer patients used most were oxygen device (11.1%), and feeding tube(5.6%). Other devices were used by less than 5% of the patients. 4) The mobility of 70.4% of the patients was worse than ECOG 3 level, they had to stay in bed more than 50% of a day. 5) Patients wanted their medical staffs to help relieve pain(45.4%), various physical symptoms(29.6%), and problems associated with their emotion(11.1%). 6) 16.7% of the family caregivers hoped for full recovery of the patients, refusing to admit the status of the patients. Also, 37% wished for the extension of the patient's life at least for 6 months. 7) Only 38.9% of the family members was preparing for the patient's funeral. 8) 45.4% of family caregivers prefer hospital as the place for the patient's death, 39.8% their own home, and 14.8% undetermined. 9) Caregivers of the patients were mostly close family members, i.e., spouse(62%), and sons and daughters or daughter-in-laws(21.3%). 10) 43.5% of the family caregivers were aware of hospice care. 46.8% of them learned about the hospice care from the mass media, 27.7% from health professionals, and the rest from books and other sources. 11) Caregivers were asked about the most difficult problems they encounter in home care, 41 of them pointed out the lack of health professionals they can contact, counsel and get help from in case of emergency, 17 identified the difficulty of finding appropriate transportation to hospital, and 13 stated the difficulty of admission in hospital as needed. 12) 93.6% of family caregivers demanded 24-hour hot line, 80% the visiting nurses and doctors, and 69.4% the volunteer's help. The above results indicate that terminal patients and their family caregivers demand help from qualified health professionals whenever necessary. Hospice care system led by well-trained medical and nursing staffs is one of the viable answers for such demands.

  • PDF