• 제목/요약/키워드: integrated development

검색결과 6,031건 처리시간 0.032초

요인분석을 이용한 수계 관리 맥락에서 유역관리 상태를 평가하기 위한 통합지수 개발 (Development of a Integrated Indicator System for Evaluating the State of Watershed Management in the Context of River Basin Management Using Factor Analysis)

  • 강민구;이광만;고익환;정찬용
    • 한국수자원학회논문집
    • /
    • 제41권3호
    • /
    • pp.277-291
    • /
    • 2008
  • 수계관리를 위해서는 수계의 상태를 평가하고 관리 목표를 바탕으로 수계의 문제를 파악하고, 이를 해결하기 위한 적절한 대책을 수립해야 한다. 수계는 여러 개의 유역들로 나눠지며, 이들은 수자원, 사회 및 경제 시스템, 법률 및 제도, 사용자, 토지, 생태계 등의 요소들로 구성되어 있다. 이들은 복잡하게 연결되어 네트워크를 형성한다. 본 연구에서는 수계 관리 정황에서 유역관리를 실시하기 위해서 유역의 관리 상태를 평가하기 위한 평가지수를 개발하였다. 평가지수는 이수 관리, 환경 및 생태계 관리, 홍수 관리를 평가하기 위한 세부지표와 변수로 구성이 되었으며, 이들은 요인분석을 통하여 선정되었다. 세부지수의 구성변수들을 선정하기 위하여 먼저 관련 자료들을 유역 시스템의 구성 요소인 수자원, 토지, 생태계, 사회 및 경제 시스템, 법과 제도, 사용자 등을 대분류 항목으로 설정하고 수집하였다. 둘 째, 요인분석에 적합한 변수들을 선정하기 위하여 KMO 표본 적합성 검사와 Bartlett의 구형성 검사를 각각 실시하였다. 셋 째, 선정된 변수들을 요인분석을 통하여 세부지표로 그룹화하였으며, 각 세부지수에 대하여 3가지 요인들이 선정되었다. 이들 요인들은 세부지수의 세부지표가 되며, 포함된 변수들의 관계와 특성을 고려하여 세부지표의 이름이 지어졌다. 마지막으로 요인분석 결과를 검토하기 위하여 변수들의 요인 부하량을 검토하였으며, 요인점수들 사이의 상관분석을 실시하여 요인 점수들 사이에 상관성이 없다는 결과를 얻었다. 검토 결과는 본 연구에서 개발 된 유역관리 평가지수의 구성변수의 선정과 이들의 그룹화가 적절한 것으로 나타났다. 또한, 개발된 평가지수가 유역관리 평가에 효과적으로 적용이 가능할 것으로 사료된다.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 1993년도 Fifth International Fuzzy Systems Association World Congress 93
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

산학연 협업 활성화를 위한 R&D 네트워크 연결 예측 연구 (Predicting link of R&D network to stimulate collaboration among education, industry, and research)

  • 박미연;이상헌;김국성;심홍매;김우주
    • 지능정보연구
    • /
    • 제21권3호
    • /
    • pp.37-52
    • /
    • 2015
  • 최근 전세계적으로 R&D 네트워크 및 산학연 협력 등을 강화하고 있는 추세이다. 네트워크 및 협업연구 부문에 대한 지원이 증가하면 학제간 융합 연구를 통한 새로운 이론의 창출과 새로운 학문 사업 분야로의 확장 가능성을 높일 수 있다. 우리나라도 정부의 R&D 과제 수행을 통해 형성된 R&D 네트워크를 효율적으로 지원할 수 있는 전략의 필요성이 증대되고 있다. 그럼에도 불구하고 우리나라는 국가 R&D 사업 참여자에 대한 개별인력정보와 일반화된 통계 자료에만 의존하여 네트워크 관점에서의 정책은 미흡한 실정이다. 이에 따라 R&D 사업에 참여하는 각 주체들 간의 관계를 분석하고 산학연 R&D 네트워크를 기반으로 향후 발생할 수 있는 네트워크의 변화를 예측하고자 한다. R&D 네트워크 변화 예측을 위해 Common Neighbor 모형과 Jaccard's Coefficient 모형을 기반 모델로서 채택하고자 하며, 이들의 한계점을 보완하고 Link Prediction 정확도를 향상시킨 새로운 예측 모형을 제안하고 이들간의 비교분석 결과를 도출하고자 한다. 이와 같은 연구 결과는 향후 R&D 네트워크의 변화에 대한 효과적인 예측을 통해 선제적인 산학연 사업 지원 전략을 수립하고, 융합 R&D사업 등을 효과적으로 지원할 수 있는 국가 정책을 도모하기 위한 방안을 제시한다는 점에서 의의가 있다. 본 연구결과 가중치의 적용은 Common Neighbor 모형과 Jaccard's coefficient 모형 모두에서 긍정적인 성과를 나타냈는데 상대적으로는 가중치가 적용된 Common Neighbor 모형에서의 정확도가 더 개선된 것으로 도출되었다. 즉, Common Neighbor 모형에서는 4,136개 중 650개를 예측한 반면, 가중치를 적용한 Common Neighbor 모형에서는50개의 정답이 증가한 700개를 예측하는 효과를 보였다. 한편, 상대적으로 Jaccard 계수의 경우는 약간의 성능 개선은 있으나 그 차이가 미미한 것으로 나타났다.

A Integrated Model of Land/Transportation System

  • 이상용
    • 대한교통학회:학술대회논문집
    • /
    • 대한교통학회 1995년도 제28회 학술발표회
    • /
    • pp.45-73
    • /
    • 1995
  • 토지이용규모와 교통수요의 크기, 그에 따른 혼잡정도를 이들간의 동적상호작용 올 시률레이션화하여 동시에 산출할 수 있는 시스템다이나믹스(System Dynamics)모델 이 제시된다. 이 모렐은 토지이용과 교통에 관계되는 물리적, 사회경제적, 정책적 변수들 간의 상호관계를 나타내는 다양한 함수와 피드백 루프(feedback loop)구조로 이루어져 있다. 전체모텔은 크게 인구, 인구이동, 가구변동, 부문별 고용 및 토지개발, 주택개발, 통 행수요, 혼잡레벨의 7개 서브모렐로 구성되며 각 서브모텔은 다시 부문별로 세분된다. 시스템다이나믹스모델의 주요 장점은 다음과 같다. 첫째, 토지이용과 교통시스템 올 둘러싼 복잡한 변수들 간의 동적 상호작용올 효과적으로 다룰 수 있으며 어떤 정책 에 대하여 시간적 변화에 따른 효과를 평가할 수 있다. 둘째, 시스템다이나믹스모텔은 시 블레이션에 의해 모텔의 결과가 산출되므로 종래의 모텔에서와 같이 토지이용과 교통체 계의 균형상태(equilibrium state)를 가정할 필요가 없다. 세번째로, 시스템다이나믹스모텔 은 다수의 분리된 수식(equations)으로 구성되므로 새로운 변수 -- 특정한 정책, 새로운 현상, 다른 방법론에 기초한 테크늬, 등 -- 들올 도입하기 쉽다. 논문의 앞부분(I, II, III장)에서는 모델의 전반적인 구조를 Causal Loop Flow D Diagram올 중심으로 논하고 있다. 구체적인 수식과 DYNAMO 프로그램, 모델계수의 추정 풍 기술적인 내용은 생략되었다. 이에 대하여는 저자의 박사학위논문을 참조하기 바란다 .. V장이 옹용부분으로서, 도로교통시설의 증대가 토지이용 및 교통수요, 그리고 교 통혼잡에 각 년도별로 어떻게 그 영향이 나타나는가를 메릴랜드의 Montgomery County 지역올 대상으로 검증하였다. 분석결과에 의하면, 도로용량중대의 교통유발효과 ( (Demand-inducing Effect)는 비 교척 낮은 것으로 나타났다. 또, 도로용량이 같더 라도 일 반도로보다 Freeway의 교통유발이 훨씬 큰 것으로 나타났다. 도로용량증대가 토지이용 에 미치는 효과를 보면 용량중대가 없었던 경우와 비교할 때 단기적으로는 차이가 거의 없으나 장기적으로는 큰 차이를 미치고 있다. (인구증가의 경우 도로시설올 설치하지 않 올 경우보다 4년후에는 8% 차이에 불과하나 19년후에는 15.5%의 차이를 보여주고 있다.) 이 논문은 다이나믹 시스템시율레이션올 이용하여 토지이용과 교통수요 및 혼잡 도 간의 상호작용을 종합적으로 다룬 첫번째 시도라 생각된다. 이 토지이용/교통모텔은 광범위한 규모를 다룬 매크로시률레이션모델로서 정교한 수준까지 발전시키려면 아직 많 은 후속작업이 필요할 것으로 보이지만, 현재까지의 결과로 볼 때 복잡한 토지이용과 교 통시스템을 종합적으로 다룰 수 있는 유력한 도구가 될 수 있올 것으로 평가된다.

  • PDF

펜톤산화 및 생물학적 연속처리를 통한 유류오염토양의 효율적 처리 (Efficient Remediation of Petroleum Hydrocarbon-Contaminated Soils through Sequential Fenton Oxidation and Biological Treatment Processes)

  • 배재상;김종향;최정혜;칼루 이베 엑페게어;김수곤;고성철
    • 미생물학회지
    • /
    • 제47권4호
    • /
    • pp.356-363
    • /
    • 2011
  • 유류의 유출로 인한 총석유계탄화수소(total petroleum hydrocarbons: TPH)는 종종 토양과 지하수의 오염을 초래하고 있다. TPH는 환경에 노출이 될 경우 물리화학적 과정을 거쳐 분해가 되나 그 반응은 상대적으로 느리다. 본 연구에서는 TPH로 오염된 토양의 환경친화적인 처리기법을 궁극적으로 개발하기 위해서 화학적 및 생물학적 통합기술을 도입하고자 시도하였다. 여기서 펜톤유사반응을 전처리단계로 도입하고 이후 디젤분해 혼합균을 처리하여(생물증강법) 오염유류를 처리하고자 하였다. 계면활성제 OP-10S (0.05%)과 산화제($FeSO_4$ 4%, 및 $H_2O_2$ 5%)를 사용할 경우 토양으로부터 효율적으로 TPH를 처리, 제거할 수 있는 것으로 나타났다. 디젤분해 혼합균을 토양슬러리에 접종할 경우 100배 이상 분해균의 밀도상승이 관찰되었는데 이는 접종된 분해균이 오염된 토양에서 성공적으로 존재할 수 있음을 의미한다($10^8-10^9$ CFU/g slurry). Fenton으로 처리된 토양에서의 TPH 제거 효율은 분해균으로 생물증강을 실시할 경우 최소한 57% 정도 상승되는 것으로 나타났다. 그러나 화학적, 생물학적 연속처리를 실시할 경우 대조구(무처리; 재거효율 95%)에 비해 상대적으로 낮은 처리효율(79-83%)을 나타내었는데, 이는 화학처리 중에 발생하는 자유기(free radicals) 함유 산화물질이 분해를 억제한 것에 기인하는 것으로 보인다. 본 연구에서의 얻어진 결과는 환경에 있어서 TPH로 오염된 토양과 저질을 효율적으로 정화하고 토양생태계의 신속한 회복에 활용할 수 있을 것으로 판단된다.

개선된 역수 알고리즘을 사용한 정수 나눗셈기 (The Integer Number Divider Using Improved Reciprocal Algorithm)

  • 송홍복;박창수;조경연
    • 한국정보통신학회논문지
    • /
    • 제12권7호
    • /
    • pp.1218-1226
    • /
    • 2008
  • 반도체 집적 기술의 발달과 컴퓨터에서 멀티미디어 기능의 사용이 많아지면서 보다 많은 기능들이 하드웨어로 구현되기를 원하는 요구가 증가되고 있다. 그래서 현재 사용되는 대부분의 32 비트 마이크로프로세서는 정수 곱셈기를 하드웨어로 구현하고 있다. 그러나 나눗셈기는 기존의 알고리즘인 SRT 알고리즘의 방식이 하드웨어 구현상의 복잡도와 느린 동작 속도로 인해 특정 마이크로프로세서에 한해서만 하드웨어로 구현되고 있다. 본 논문에서는 'w bit $\times$ w bit = 2w bit' 곱셈기를 사용하여 $\frac{N}{D}$ 정수 나눗셈을 수행하는 알고리즘을 제안한다. 즉, 제수 D 의 역수를 구하고 이를 피제수 N 에 곱해서 정수 나눗셈을 수행한다. 본 논문에서는 제수 D 가 '$D=0.d{\times}2^L$, 0.5<0.d<1.0'일 때, '$0.d{\times}1.g=1+e$, $e<2^{-w}$'가 되는 '$\frac{1}{D}$'의 근사 값 '$1.g{\times}2^{-L}$'을 가칭 상역수라고 정의하고, 상역수를 구하는 알고리즘을 제안하고, 이렇게 구한 상역수 '$1.g{\times}2^{-L}$'을 피제수 N에 곱하여 $\frac{N}{D}$ 정수 나눗셈을 수행한다. 제안한 알고리즘은 정확한 역수를 계산하기 때문에 추가적인 보정이 요구되지 않는다. 본 논문에서 제안하는 알고리즘은 곱셈기만을 사용하므로 마이크로프로세서를 구현할 때 나눗셈을 위한 추가적인 하드웨어가 필요 없다. 그리고 기존 알고리즘인 SRT 방식에 비해 빠른 동작속도를 가지며, 워드 단위로 연산을 수행하기 때문에 기존의 나눗셈 알고리즘보다 컴파일러 작성에도 적합하다. 따라서, 본 논문의 연구 결과는 마이크로프로세서 및 하드웨어 크기에 제한적인 SOC(System on Chip) 구현 등에 폭넓게 사용될 수 있다.

인구동태신고 및 통계조사의 개선방안 (A Study on Improvement of Vital Registration and Statistics System in Korea)

  • 신윤재
    • 한국인구학
    • /
    • 제11권1호
    • /
    • pp.58-75
    • /
    • 1988
  • 1.Objectives of the Study It is a well known fact that a prompt and reliable data on demographic information is essential in a proper planning and evaluation of any program of national or community level. Especially vital statistics are an important demographic component among demographic information. Realizing the importance of vital statistics, the government has made some efforts for years to improve the vital registration system which has a close relationship with the production of vital statistics. However, it is still observed that there are some limitations in utilizing vital registration data due to considerable amount of vital events which are never registered and registered but not in time or inaccurately, even though vital registration system in Korea has sound legal basis. In this connection, the objectives of the study is as follows :(1) To examine some problems of the vital registration system in various aspects, (2) To make improvement programme of continuous Demographic Survey as a supplementary source of vital statistics, and (3) To find out some alternatives for making it possible to produce and utilize the reliable vital statistics by developing analytical methodologies on that. 2. Current Situation of Vital Registration System All the vital events, i.e. births, deaths, marriages and divorces, are to be registered in time under the Civil Registration Law, Statistics Law and Regulation on Vital Statstics as a duty of people. Some recent tendencies in each of recent registration are summarized as below: (1) The completeness of vital registration .Out of all births which are occurred during a year, around 75% of those compared to the estimates are registered in the year of occurrence. .In case of death registration, the percentage of registration in the year of occurrene has been gradually increased from 86.2% in the year of 1980, but it is still below the level of 90% compared to the estimates. .The percentage of registration for marriages and divorces in the year of occurrence out of total registered numbers was revealed to be 69% and 73% respectively in 1985. (2) Continuous Demographic Survey .It is a kind of sample survey for the purpose of producing reliable vital statistics which could not be provided by the vital registration. .It covers about 17, 000 sample households at national level and important information for vital events are collected in every month by 323 expertized enumerators who are regular staff of the government. .Although the result of the survey seems to be more reliable than of vital registration, the reliability of the data is still bellow the acceptable level if compared with relevant information from other sources such as population census or special surveys. 3. Problems of Vital Registration System There are four major obstacles in improving vital registration system in Korea; (1) In general, policy priority is not given on any programme of improving vital registration system. It is, therefore, very difficult to formulate comprehensive programme through having cooperation from related authorities and sufficient financial assistance. (2) In all the laws related and system itself, there is substantial degree of overlap and irrationality. Registration of each vital event is maintained according to several laws and regulation such as Civil Registration Law, Statistics Law, Resident Registration Law and Regulation on Vital Statistics. However they are mutually overlapped and overall supervision can not be done systematically due to lack of co-operation among the authorities concerned. (3) The administration of vital registration system seems to be working inefficiently, because of most of civil servants who are in charge of vital registration are lacking of conception on vital statistics and also there is a certain extent of regidity in handling the works. Therefore, they are doing their jobs in a passive way. (4) A substantial proportion of vital events occurred is not registered within the legal time limit (i.e. within one month after the occurrence in case of birth and death) or not registered forever. Some of social customs and superstitution seem to be the potential causes especially in case of births and deaths. 4. Recommendations for the Improvement of Vital Statistics (1) Reporting systems such as civil registration, vital statistics and resident registration should be integrated under the single law. Also, administrative supervision, personnel and budget with regard to the registration system should be under the control of a single ministry. (2) It is necessary to simplify the procedures and methods of reporting vital events, i.e., reducing number of sheets of the form, making corrections easily, reducing registration items, etc. (3) Continuous Demographic Survey as a supplementary source of vital registration should be improved and special ad-hoc surveys should be conducted wth regular interval. (4) In-depth analysis should be done using various sources of data on vital statistics. 5. Concluding Remarks From this study, we can notice that temporary campaign and motivation programs are not sufficient to improve the quality of vital statistics. Strong intentions and continuous efforts of the government are needed for the improvement of the vital registration system. Furthermore, most of the data collected through the registration are not properly analyzed and utilized, partly due to the lack of appreciation among high-level governmental officials of the need for vital statistics. It is, therefore, requested that long-term improvement programs of vital statistics be implemented with policy priority and continuous efforts be given to this purpose as a long-term goal of development in Korea.

  • PDF

우리나라 성인의 성별에 따른 비만유병률의 변화 : 국민건강보험 건강검진(2011-2013) 자료 이용 (Changes in prevalence of obesity according to gender in Korea adults: Using a population-based Korea National Health Check-up Database, 2011-2013)

  • 최오종;조성일
    • 대한보건연구
    • /
    • 제44권4호
    • /
    • pp.87-97
    • /
    • 2018
  • 연구배경 : 최근, 전 세계적으로 비만유병률(body mass index [BMI] ${\geq}25kg/m^2$)이 비교적 짧은 기간 동안 급격하게 증가하고 있다. 우리나라에서도 빠른 사회경제적 발전과 좌식업무환경 변화 등으로 비만유병률이 가파르게 상승하였으며, 이는 성별에 따라 다른 양상을 보인다. 본 연구는 2011년과 2013년에 반복하여 국가 일반건감검진을 실시한 우리나라 성인을 대상으로 2년간 비만유병률의 변화양상을 성별에 따라 비교 분석하고자 한다. 연구방법 : 최근 2개년 동안의 비만유병률의 변화를 분석하기 위해서, 2011년과 2013년에 반복하여 건강검진을 모두 실시한 우리나라 성인을 추출하였다. 최종 연구대상자는 144,934명이며, 이 중 남자 83,604명(58%), 여자 61,330명(42%)이었다. 단변량분석에서 Chi-square 검정을 사용하였고, 종속변수(BMI)와 독립변수의 요인별 수준의 차이는 t-test, 일원배치분산분석 및 다중비교로 분석하였다. 연구결과 : 2011년 기준으로 전체 대상자 3명 중 1명이 비만(BMI${\geq}25kg/m^2$; 남성, 37.7%; 여성, 27.3%)이었으며, 절반 이상이 과체중(BMI${\geq}23kg/m^2$; 남성, 65.6%; 여성, 50.4%)으로 나타났다. 2개년 간의 BMI는 남 녀 모두 유의하게 상승했다(P<.0001). 남 녀 모두에서 흡연기간이 길수록, 흡연량이 많을수록, 고혈압 가족력이 있는 경우, 당뇨병 가족력이 있는 경우 비만유병률이 더 높았다. 하지만, 거주지역, 수입정도, 음주상태, 정신장애, 장애상태, 장애중증도 변수에서 비만유병률은 성별로 상이한 양상을 보였다. 결론 : 자료분석 결과, 2개년간 남 녀 모두 비만 유병률(BMI${\geq}25kg/m^2$)이 증가하였으나. 남성과 여성 비만유병율의 변화정도는 각 변수별로 남 녀가 다르게 나타났다. 증가 추세인 비만에 대하여 관리 효과를 높이고 비만 중재의 현실화를 위해서 성별 특성을 고려한 통합 프로그램이 필요하며, 본 연구는 그 정책을 수립할 때 기초자료로 활용될 수 있을 것이다.

국내 육성 벼 품종의 필리핀 우기재배에서의 이삭형질 변이 및 특성 (Characteristics and Variation of Panicle Traits of Korean Rice Varieties in Wet Season of the Philippines)

  • 박현수;김기영;모영준;최인배;백만기;하기용;하운구;강현중;신문식;고재권
    • 한국육종학회지
    • /
    • 제43권1호
    • /
    • pp.68-80
    • /
    • 2011
  • 열대지역에 적응하는 온대 자포니카 벼 품종 개발을 위한 이삭형질 개선의 육종 방향을 제시하고자 한국과 필리핀 우기재배에서의 이삭형질 변이 및 특성에 대해서 조사하였다. 이삭형질의 변이는 2차 지경 착생립수가 차이가 가장 많이 나는 형질이었고 1차 지경 평균립수가 가장 적게 나는 형질이었다. 2차 지경 관련 형질이 1차 지경 관련 형질보다 수당립수와의 상관관계가 높았다. 지역간 차이가 많이 난 형질은 2차 지경 립수, 2차 지경수, 수당립수, 총지경수 순이며, 1차 지경 평균립수와 2차 지경 평균립수는 지역간 차이가 별로 나지 않는 형질이었고 2차 지경 관련 형질이 1차 지경 관련 형질보다 수당립수의 감소와 관련성이 높았다. 경로계수 분석에서 한국, 필리핀 및 지역간 비율에 있어서 2차 지경 립수가 1차 지경 립수보다 수당립수에 미치는 영향이 컸다. 지역간 비율에 대한 환경조건과 수당립수의 상관분석에서 생육일수, 누적평균온도 및 누적일사량이 수당립수와 높은 정의 상관관계를 나타냈다. 환경조건이 우리나라와 다른 열대지역에 적응하는 온대 자포니카 벼 품종을 개발하기 위해 이삭특성을 고려할 경우 먼저 고온과 단일 조건에서도 적정 생육일수를 확보하는 것이 중요하고, 2차 지경 립의 감소가 수당립수의 감소로 연결되기 때문에 수량성 측면에서는 2차 지경 립이 확보된 계통을 개발 대상지역에서 선발해 나가는 것이 효율적일 것으로 생각되었다.

스마트 헬스케어를 위한 심장활동 신호 검출용 접촉식 직물전극의 구조가 센싱 성능에 미치는 영향 (Effect of the Configuration of Contact Type Textile Electrode on the Performance of Heart Activity Signal Acquisition for Smart Healthcare)

  • 조현승;구혜란;양진희;이강휘;김상민;이정환;곽휘권;고윤수;오윤중;박서연;김신혜;이주현
    • 감성과학
    • /
    • 제21권4호
    • /
    • pp.63-76
    • /
    • 2018
  • 본 연구의 목적은 스마트 헬스케어를 위해 접촉식 직물전극의 구조가 심장활동 신호 획득에 미치는 영향을 연구하는 것이다. 본 연구에서는 심장활동 신호 측정을 위하여 전극의 크기와 구성방식을 조작한 6종의 접촉식 직물전극을 컴퓨터 자수 방식으로 구현하였고, 이를 가슴밴드에 부착하여 응용형 리드 II(modified Lead II) 방식으로 심장활동 신호를 검출하였다. 건강한 신체의 남성 4명을 대상으로 서서 정지한 자세에서 각 직물전극을 사용하여 심장활동 신호를 검출하였으며, 모든 유형의 전극에 걸쳐 4회씩 반복측정 하였다. 심장활동 신호의 수집을 위해 BIOPAC ECG100 장비를 사용하여 1 kHz로 샘플링하였으며, 검출된 원 신호를 대역통과 필터를 사용하여 필터링하였다. 직물전극의 구조에 따른 심장활동 신호 획득의 성능을 비교하기 위하여 신호의 파형과 크기를 파라미터로 하여 정성적 분석을 실시하였고, 각 전극을 통하여 획득된 심장활동 신호의 SPR(signal power ratio)을 산출함으로써 정량적 분석을 실시하였다. 산출된 SPR 값을 대상으로 하여 비모수 통계분석 방식의 차이검정과 사후검정을 실시함으로써 6개 전극의 구조에 따른 심장활동 신호 획득의 성능 차이를 구체적으로 분석하였다. 연구 결과 접촉식 직물전극의 구조에 따라 심장활동 신호의 품질에는 정성적, 정량적 측면에 걸쳐 모두 주요한 차이가 있는 것이 고찰되었다. 접촉식 직물전극의 구성 측면에 있어서는 입체전극이 평면전극에 비해 더 우수한 품질의 신호가 검출되는 것으로 나타났다. 한편 3가지 전극 크기에 따른 심장활동 신호 획득의 유의한 성능 차이는 발견되지 않았다. 이러한 결과는 심장활동 신호 획득을 위한 접촉식 직물전극 구조의 두 가지 요건 중 구성방식(평면/입체)이 웨어러블 헬스케어를 위한 심장활동 신호 획득의 성능에 주요한 영향을 미치는 것을 시사한다. 본 연구 결과를 기반으로 후속 연구에서는 직물전극이 일체형으로 통합된 의복형 플랫폼을 구현하고 성능 고도화 방안을 연구함으로써, 시공간의 제약 없이 고품질의 심장활동 모니터링이 가능한 스마트 의류 기술을 개발하고자 한다.