• Title/Summary/Keyword: Computer control

Search Result 11,867, Processing Time 0.039 seconds

Analysis of Oscillometric Model based on Shape of Arterial Pressure (동맥압 형태를 고려한 오실로메트릭 모델분석)

  • 임성수;이경중
    • Journal of Biomedical Engineering Research
    • /
    • v.21 no.4
    • /
    • pp.411-417
    • /
    • 2000
  • This paper describes the analysis of the oscillometric method based on the shape of arterial pressure and proposal of a new algorithm for estimating the blood pressure by computer simulation. In the first step, the arterial pressure model which is able to control the shape of arterial pressure was designed and then we simulated the oscillometric model using both the existing exponential model showing the static arterial pressure-volume relation and the designed arterial pressure model. By analyzing the correlation of characteristic ratio based on the shape of arterial pressure, we could find that the characteristic ratio was not the only standard parameter for estimating systolic and diastolic pressure. We were able to estimate the shape of arterial pressure by computing the correlation of arterial pressure shape with oscillation shape. Finally, we proposed an algorithm which is able to estimate systolic and diastolic pressure according to pressure(Pp) table constructed from the relation of maximum amplitude of oscillation and arterial pressure shape. We tested 60 arterial pressure waveforms having various arterial pressure shape and pulse. As a results, the absolute deviation average values of the estimation of systolic, diastolic and mean pressure were 1.62%, 2.40% and 2.20%, respectively. In conclusions, the proposed algorithm showed the possibility of usefullness in estimating the blood pressure.

  • PDF

Development of Screening Technology for Marine Waste Disposal (수산폐기물 전처리 용 스크린기술 개발)

  • Moon, Serng-Bae;Jun, Seung-Hwan;Jin, Gang-Gyoo
    • Journal of Navigation and Port Research
    • /
    • v.33 no.1
    • /
    • pp.57-63
    • /
    • 2009
  • In order to effectively isolate the marine wastes with an effluent standard, the pretreatment process is required to isolate solid materials from the liquid-solid mixed wastes. The more effective the pretreatment becomes, the more processing capacity of posttreatment will be improved and process facilities will be downsized. In this paper, we suggested the vibrating reverse-slant screen, investigated the optimal vibration frequency and vibrator installation angle for the separation of the liquid solid mixed wastes. Several experiments for separation efficiency were conducted under the condition of various vibration frequency($35{\sim}60Hz$, 5Hz interval) and vibrator angle($0^{\circ}$, $30^{\circ}$, $45^{\circ}$, $90^{\circ}$) considering the crack of screen. The screen inclination angle is set up the gradient as $3^{\circ}{\sim}5^{\circ}$ through the preliminary experiments. Also, we made two types of screen(respectively rectangle and square screen). The separation device has shown the optimum efficiency at vibrator angle $0^{\circ}$ and vibration frequency 60Hz, and has no relation with the shape of screen. And the proposed technology is verified by comparing with quantity of suspended solids before and after filtration.

Prediction of Power Consumption for Improving QoS in an Energy Saving Server Cluster Environment (에너지 절감형 서버 클러스터 환경에서 QoS 향상을 위한 소비 전력 예측)

  • Cho, Sungchoul;Kang, Sanha;Moon, Hungsik;Kwak, Hukeun;Chung, Kyusik
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.4 no.2
    • /
    • pp.47-56
    • /
    • 2015
  • In an energy saving server cluster environment, the power modes of servers are controlled according to load situation, that is, by making ON only minimum number of servers needed to handle current load while making the other servers OFF. This algorithm works well under normal circumstances, but does not guarantee QoS under abnormal circumstances such as sharply rising or falling loads. This is because the number of ON servers cannot be increased immediately due to the time delay for servers to turn ON from OFF. In this paper, we propose a new prediction algorithm of the power consumption for improving QoS under not only normal but also abnormal circumstances. The proposed prediction algorithm consists of two parts: prediction based on the conventional time series analysis and prediction adjustment based on trend analysis. We performed experiments using 15 PCs and compared performance for 4 types of conventional time series based prediction methods and their modified methods with our prediction algorithm. Experimental results show that Exponential Smoothing with Trend Adjusted (ESTA) and its modified ESTA (MESTA) proposed in this paper are outperforming among 4 types of prediction methods in terms of normalized QoS and number of good reponses per power consumed, and QoS of MESTA proposed in this paper is 7.5% and 3.3% better than that of conventional ESTA for artificial load pattern and real load pattern, respectively.

A Visual Programming Environment on Tablet PCs to Control Industrial Robots (산업용 로봇 제어를 위한 태블릿 PC 기반의 비주얼 프로그래밍 연구)

  • Park, Eun Ji;Seo, Kyeong Eun;Park, Tae Gon;Sun, Duk Han;Cho, Hyeonjoong
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.5 no.2
    • /
    • pp.107-116
    • /
    • 2016
  • Industrial robots have been usually controlled using text-based programming languages provided by each manufacturer with its button-based TP(Teaching Pendent) terminal. Unfortunately, when we consider that people who manipulate TPs in manufacturing sites are mostly unskilled with no background knowledge about computer programming, these text-based programming languages using button-based interaction on manufacturing sites are too difficult for them to learn and use. In order to overcome the weaknesses of the text-based programming language, we propose a visual programming language that can be easily used on gesture-enabled devices. Especially, in our visual programming environment, each command is represented as a block and robots are controlled by stacking those blocks using drag-and-drop gestures, which is easily learnable even by beginners. In this paper, we utilize a widely-spread device, Tablet PC as the gesture-enabled TP. Considering that Tablet PC has limited display space in contrast to PC environments, we designed different kinds of sets of command blocks and conducted user tests. Based on the experiment results, we propose an effective set of command blocks for Tablet PC environment.

A Performance Improvement of Linux TCP Networking by Data Structure Reuse (자료 구조 재사용을 이용한 리눅스 TCP 네트워킹 성능 개선)

  • Kim, Seokkoo;Chung, Kyusik
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.3 no.8
    • /
    • pp.261-270
    • /
    • 2014
  • As Internet traffic increases recently, much effort has been put on improving the performance of a web server. In addition to hardware side solutions such as replacement by high-end hardware or expansion of the number of servers, there are software side solutions to improve performance. Recent studies on these software side solutions have been actively performed. In this paper, we identify performance degradation problems occurring in a conventional TCP networking reception process and propose a way to solve them. We improve performance by combining three kinds of existing methods for Linux Networking Performance Improvement and two kinds of newly proposed methods in this paper. The three existing methods include 1) an allocation method of a packet flow to a core in a multi-core environment, 2) ITR(Interrupt Throttle Rate) method to control excessive interrupt requests, and 3) sk_buff data structure recycling. The two newly proposed methods are fd data structure recycling and epoll_event data structure recycling. Through experiments in a web server environment, we verify the effect of our two proposed methods and its combination with the three existing methods for performance improvement, respectively. We use three kinds of web servers: a simple web server, Lighttpd generally used in Linux, and Apache. In a simple web server environment, fd data structure recycling and epoll_event data structure recycling bring out performance improvement by about 7 % and 6%, respectively. If they are combined with the three existing methods, performance is improved by up to 40% in total. In a Lighttpd and an Apache web server environment, the combination of five methods brings out performance improvement by up to 36% and 20% in total, respectively.

The characteristics of silicon nitride thin films prepared by atomic layer deposition with batch type reactor (Batch-Type 원자층 증착 방법으로 형성한 실리콘 질화막의 특성)

  • Kim, Hyuk;Lee, Ju-Hyun;Han, Chang-Hee;Kim, Woon-Joong;Lee, Yeon-Seung;Lee, Won-Jun;Na, Sa-Kyun
    • Journal of the Korean Vacuum Society
    • /
    • v.12 no.4
    • /
    • pp.263-268
    • /
    • 2003
  • Precise thickness control and excellent properties of silicon nitride thin films are essential for the next-generation semiconductor and display devices. In this study, silicon nitride thin films were deposited by batch-type atomic layer deposition (ALD) method using $SiC1_4$ and $NH_3$ as the precursors at temperatures ranging from 500 to $600^{\circ}C$. Thin film deposition using a batch-type ALD reactor was a layer-by-layer atomic growth by self-limiting surface reactions, and the thickness of the deposited film can be controlled by the number of deposition cycles. The silicon nitride thin films deposited by ALD method exhibited composition, refractive index and wet etch rate similar with those of the thin films deposited by low-pressure chemical vapor deposition method at $760^{\circ}C$. The addition of pyridine mixed with precursors increased deposition rate by 50%, however, the films deposited with pyridine was readily oxidized owing to its unstable structure, which is unsuitable for the application to semiconductor or display devices.

VANET Privacy Assurance Architecture Design (VANET 프라이버시 보장 아키텍처 설계)

  • Park, Su-min;Hong, Man-pyo;Shon, Tae-shik;Kwak, Jin
    • Journal of Internet Computing and Services
    • /
    • v.17 no.6
    • /
    • pp.81-91
    • /
    • 2016
  • VANET is one of the most developed technologies many people have considered a technology for the next generation. It basically utilizes the wireless technology and it can be used for measuring the speed of the vehicle, the location and even traffic control. With sharing those information, VANET can offer Cooperative ITS which can make a solution for a variety of traffic issues. In this way, safety for drivers, efficiency and mobility can be increased with VANET but data between vehicles or between vehicle and infrastructure are included with private information. Therefore alternatives are necessary to secure privacy. If there is no alternative for privacy, it can not only cause some problems about identification information but also it allows attackers to get location tracking and makes a target. Besides, people's lives or property can be dangerous because of sending wrong information or forgery. In addition to this, it is possible to be information stealing by attacker's impersonation or private information exposure through eavesdropping in communication environment. Therefore, in this paper we propose Privacy Assurance Architecture for VANET to ensure privacy from these threats.

The Performance of the Combined Operation of Sprinkler and Smoke Curtain for Smoke Control in the Sloped Stairway Corridor (경사통로로 전파되는 연기에 대한 스프링클러와 제연커텐의 통합제연성능)

  • Jeon, Heung-Kyun;Choi, Young-Sang;Choo, Hong-Lok
    • Fire Science and Engineering
    • /
    • v.20 no.4 s.64
    • /
    • pp.1-12
    • /
    • 2006
  • In this study, CFD computer simulations by FDS are carried out in order to confirm the performance of the combined operation of both sprinkler system and smoke curtain of 0.54 m depth installed for cooling and blocking the smoke which propagates beneath the sloped ceiling of a stairway corridor of which dimensions are 17.92 m long, 4.00 m wide, and 6.12 m high. It is shown that the response time of sprinklers decreases with fire size and it increases more about 1.1 second in case without smoke curtain than in case with smoke curtain, that the time of smoke transport from the fire source to the stairway outlet decreases considerably with fire size, and that the delay effect of smoke transport is not related to the sprinkler system, whether it is operated or not. This study shows that the combined operation of both sprinkler system and smoke curtain is very effective in smoke cooling, but it is a little for effect on smoke blockage. Although the hazard of skin burn due to radiative heat flux from hot smoke layer is decreased by spray cooling effect, the hazard of smoke suffocation and the weakening of visibility is increased by smoke downdrag and the turbulence of smoke-air mixing due to water spray. These conditions may result in preventing occupants from going out of the stairway during evacuation.

Dietary Behaviors, Self Perception of Body Image, Hematological Index and Nutrient Intake of Female Athletes in Incheon

  • Cheong, Sun-Hee;Hyuni Sung;Kim, Soon-Ki;Cho, Mi-Hye;Chang, Kyung-Ja
    • Proceedings of the KSCN Conference
    • /
    • 2003.11a
    • /
    • pp.1048-1048
    • /
    • 2003
  • The purpose of this study was to investigate dietary behaviors, body image, hematological index and nutrient intake of female athletes in Incheon. The subjects were 112 female athletes (field and track: n=32, firing: n=27, fencing: n=29, swimming: n=14, badminton: n=10) from middle and high schools in Incheon. This cross-sectional study was conducted by a self-administered questionnaire. Fasting blood samples were obtained and analyzed for hemoglobin (Hb), hematocrit(Hct), ferritin, serum iron, mean corpuscular volume (MCV), mean corpuscular hemoglobin (MCH), mean corpuscular hemoglobin concentration (MCHC), unsaturated iron binding capacity (UBC), total iron binding capacity (TIBC) and transferrin saturation (TS). Nutrient intakes collected from 3 day-recalls were analyzed by the Computer Aided Nutritional Analysis Program. Statistical analysis was conducted using SPSS 10.0 program. The results are summarized as follows: Average age of field and track athletes, firing, fencer and swimmer was 14 years and that of badmintoner was 17 years. Most of female athletes had dietary problems such as unbalanced meals, skipping meals, and preference of processed foods. More than 60% of female athletes skipped breakfast. As for perception of body image, most of female athletes perceived themselves fatter compared to normal body image. Especially, field and track athletes were more significantly experienced weight control compared to the other athletes (p<0.05). As for physical burden during exercise, 56.3% of swimmer and 31.3% of field and track athletes answered “very hard”, which showed a significant difference (p<0.001) More than 80% of female athletes had experienced a vertigo during exercise (p<0.01). Also, more than 50% of female athletes except badmintoner had experienced an irregular menstruation (p<0.05). Average serum iron level (p<0.05) and TS (p<0.05) of field and track athletes were significantly lower compared to the other athletes. Serum ferritin of badmintoner, field and track athletes and fencer was significantly lower compared to firing and swimmer (p<0.05). Nutrient intakes of female athletes except vitamin B6, niacin and phosphorus were lower than the Korean RDA. Especially, calcium and iron intakes of female athletes were under the 50% of the Korean RDA. Therefore, proper nutrition education and supplementation are required for female athletes to encourage desirable food habits as well as to improve their nutritional status and exercise performance.

  • PDF

eRPL : An Enhanced RPL Based Light-Weight Routing Protocol in a IoT Capable Infra-Less Wireless Networks (사물 인터넷 기반 기기 간 통신 무선 환경에서 향상된 RPL 기반 경량화 라우팅 프로토콜)

  • Oh, Hayoung
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.3 no.10
    • /
    • pp.357-364
    • /
    • 2014
  • The first mission for the IoT based hyper-connectivity communication is developing a device-to-device communication technique in infra-less low-power and lossy networks. In a low-power and lossy wireless network, IoT devices and routers cannot keep the original path toward the destination since they have the limited memory. Different from the previous light-weight routing protocols focusing on the reduction of the control messages, the proposed scheme provides the light-weight IPv6 address auto-configuration, IPv6 neighbor discovery and routing protocol in a IoT capable infra-less wireless networks with the bloom filer and enhanced rank concepts. And for the first time we evaluate our proposed scheme based on the modeling of various probability distributions in the IoT environments with the lossy wireless link. Specifically, the proposed enhanced RPL based light-weight routing protocol improves the robustness with the multi-paths locally established based on the enhanced rank concepts even though lossy wireless links are existed. We showed the improvements of the proposed scheme up to 40% than the RPL based protocol.