• Title/Summary/Keyword: level-based

Search Result 29,332, Processing Time 0.051 seconds

Fast Voltage-Balancing Scheme for a Carrier-Based Modulation in Three-Phase and Single-Phase NPC Three-Level Inverters

  • Chen, Xi;Huang, Shenghua;Jiang, Dong;Li, Bingzhang
    • Journal of Electrical Engineering and Technology
    • /
    • v.13 no.5
    • /
    • pp.1986-1995
    • /
    • 2018
  • In this paper, a novel neutral-point voltage balancing scheme for NPC three-level inverters using carrier-based sinusoidal pulse width modulation (SPWM) method is developed. The new modulation approach, based on the obtained expressions of zero sequence voltage in all six sectors, can significantly suppress the low-frequency voltage oscillation in the neutral point at high modulation index and achieve a fast voltage-balancing dynamic performance. The implementation of the proposed method is very simple. Another attractive feature is that the scheme can stably control any voltage difference between the two dc-link capacitors within a certain range without using any extra hardware. Furthermore, the presented scheme is also applicable to the single-phase NPC three-level inverter. It can maintain the neutral-point voltage balance at full modulation index and improve the voltage-balancing dynamic performance of the single-phase NPC three-level inverter. The performance of the proposed strategy and its benefits over other previous techniques are verified experimentally.

Harmonic Current Compensation based on Three-phase Three-level Shunt Active Filter using Fuzzy Logic Current Controller

  • Salim, Chennai;Benchouia, M.T.;Golea, A.
    • Journal of Electrical Engineering and Technology
    • /
    • v.6 no.5
    • /
    • pp.595-604
    • /
    • 2011
  • A three-phase three-level shunt active filter controlled by fuzzy logic current controller which can compensate current harmonics generated by nonlinear loads is presented. Three-level inverters and fuzzy controllers have been successfully employed in several power electronic applications these past years. To improve the conventional pwm controller performance, a new control scheme based on fuzzy current controller is adopted for three-level (NPC) shunt active filter. The scheme is designed to improve compensation capability of APF by adjusting the current error using a fuzzy rule. The inverter current reference signals required to compensate harmonic currents use the synchronous reference detection method. This technique is easy to implement and achieves good results. To maintain the dc voltage across capacitor constant and reduce inverter losses, a proportional integral voltage controller is used. The simulation of global system control and power circuits is performed using Matlab-Simulink and SimPowerSystem toolbox. The results obtained in transient and steady states under various operating conditions show the effectiveness of the proposed shunt active filter based on fuzzy current controller compared to the conventional scheme.

A PWM Control Strategy for Low-speed Operation of Three-level NPC Inverter based on Bootstrap Gate Drive Circuit (부트스트랩 회로를 적용한 3-레벨 NPC 인버터의 저속 운전을 위한 PWM 스위칭 전략)

  • Jung, Jun-Hyung;Ku, Hyun-Keun;Im, Won-Sang;Kim, Wook;Kim, Jang-Mok
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.19 no.4
    • /
    • pp.376-382
    • /
    • 2014
  • This paper proposes the pulse width modulation (PWM) control strategy for low-speed operation in the three-level neutral-point-clamped (NPC) inverters based on the bootstrap gate drive circuit. As a purpose of the cost reduction, several papers have paid attention to the bootstrap circuit applied to the three-level NPC inverter. However, the bootstrap gate driver IC cannot generate the gate signal to the IGBT for low-speed operation, because the bootstrap capacitor voltage decreases under the threshold level. For low-speed operation, the dipolar and partial-dipolar modulations can be the effective solution. However, these modulations have drawbacks in terms of the switching loss and THD. Therefore, this paper proposes the PWM control strategy to operate the inverter at low-speed and to minimize the switching loss and harmonics. The experimental results are presented to verify the validity on the proposed method.

A Study on Models for Technical Security Maturity Level Based on SSE-CMM (SSE-CMM 기반 기술적 보안 성숙도 수준 측정 모델 연구)

  • Kim, Jeom Goo;Noh, Si Choon
    • Convergence Security Journal
    • /
    • v.12 no.4
    • /
    • pp.25-31
    • /
    • 2012
  • The SSE-CMM model is how to verify the level of information protection as a process-centric information security products, systems and services to develop the ability to assess the organization's development. The CMM is a model for software developers the ability to assess the development of the entire organization, improving the model's maturity level measuring. However, this method of security engineering process improvement and the ability to asses s the individual rather than organizational level to evaluate the ability of the processes are stopped. In this research project based on their existing research information from the technical point of view is to define the maturity level of protection. How to diagnose an information security vulnerabilities, technical security system, verification, and implementation of technical security shall consist of diagnostic status. The proposed methodology, the scope of the work place and the current state of information systems at the level of vulnerability, status, information protection are implemented to assess the level of satisfaction and function. It is possible that measures to improve information security evaluation based on established reference model as a basis for improving information security by utilizing leverage.

The Effectiveness of High-level Text Features in SOM-based Web Image Clustering (SOM 기반 웹 이미지 분류에서 고수준 텍스트 특징들의 효과)

  • Cho Soo-Sun
    • The KIPS Transactions:PartB
    • /
    • v.13B no.2 s.105
    • /
    • pp.121-126
    • /
    • 2006
  • In this paper, we propose an approach to increase the power of clustering Web images by using high-level semantic features from text information relevant to Web images as well as low-level visual features of image itself. These high-level text features can be obtained from image URLs and file names, page titles, hyperlinks, and surrounding text. As a clustering engine, self-organizing map (SOM) proposed by Kohonen is used. In the SOM-based clustering using high-level text features and low-level visual features, the 200 images from 10 categories are divided in some suitable clusters effectively. For the evaluation of clustering powers, we propose simple but novel measures indicating the degrees of scattering images from the same category, and degrees of accumulation of the same category images. From the experiment results, we find that the high-level text features are more useful in SOM-based Web image clustering.

Concurrency Control with Dynamic Adjustment of Serialization Order in Multilevel Secure DBMS (다단계 보안 데이타베이스에서 직렬화 순서의 동적 재조정을 사용한 병행수행 제어 기법)

  • Kim, Myung-Eun;Park, Seok
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.9 no.1
    • /
    • pp.15-28
    • /
    • 1999
  • In Multilevel Secure Database Management System(MLS/DBMS), we assume that system has a security clearance level for each user and a classification level for each data item in system and the objective of these systems is to protect secure information from unauthorized user. Many algorithms which have been researched have focus on removing covert channel by modifying conventional lock-based algorithm or timestamp-based algorithm. but there is high-level starvation problem that high level transaction is aborted by low level transaction repeatedly. In order to solve this problem, we propose an algorithm to reduce high-level starvation using dynamic adjustment of serialization order, which is basically using orange lock. Because our algorithm is based on a single version unlike conventional secure algorithms which are performed on multiversion, it can get high degree of concurrency control. we also show that it guarantees the serializability of concurrent execution, and satisfies secure properties of MLS/DBMS.

A Study on the Development and Measurement of Logistics Partners Cooperation Index(LPCI): Focused on the Joint Logistics (물류협력지수의 개발 및 측정에 관한 연구: 공동물류사업을 중심으로)

  • Suh, Sang-Sok;Song, Gwang-Suk;Park, Jong-Woo
    • Journal of Distribution Science
    • /
    • v.14 no.6
    • /
    • pp.107-118
    • /
    • 2016
  • Purpose - Over 90% of Domestic logistics industry is small enterprise and they are experiencing growth stagnation due to price-based competition structure rather than constructing logistics service of high added value. In order to get over this situation and pursue the development of logistics industry, strengthening its competitiveness, through inter-enterprise cooperative network build-up, would be a key alternative. Therefore, in this study, an index for measuring inter-enterprise cooperation level of Joint logistics business will be developed as a typical collaborative business model in logistics industry. Moreover, a strengthening competitiveness method suggests a developmental step and a key management index to mature in logistics industry. Research Design, Data, Methodology - This study is an index development research for measuring inter-enterprise cooperation level of logistics industry. Such a level was measured by performing a survey by targeting enterprises that participated in Joint logistics business. The targeting enterprises are typical cooperative models in logistics industry. Measurement items were developed which were based on the presented items in existing research. Question items were composed of selection type questions as answering Yes/No. They measures implementation status of corporate activity and detailed activity items measuring qualitative level. Total samples were based on 116 enterprise samples including 90 logistics enterprises and 26 shippers. In addition, by evaluating the importance for Joint logistics business recognition with personnel working level, the weight of measuring variable was extracted. This study has built an assessment tools (LPCI) on Joint logistics business cooperation level in a situation where there are no previous studies on joint logistics business, this study is meaningful for other studies. Results - As a result of analyzing LPCI presented in this study, the score of logistics enterprise was represented as 59.9 points based on full score of 100 points and that of shippers as 47.2 points and cooperation level among enterprises participated in Joint logistics business was revealed to be very low. In particular, as a result of measuring the importance between logistics enterprise and shippers, the difference by each measurement standard was represented among those enterprises. This difference is considered to be a key factor that cooperative operational conformity between logistics enterprises and shippers is represented to be low. Conclusions - As most joint logistics business, being promoted at present, is sharing facility and information with joint logistics business, it is hard to find such a joint logistics business in reality based on cooperative business model in main cooperation agents. Therefore, competitiveness of logistics industry could be strengthened by promoting joint logistics business based on their mutual cooperation among enterprises. In other words, it is to secure sustainable competitiveness of joint logistics business together with creation of new market by inter-enterprise cooperation based on integration of basic logistics business.

Image-based Water Level Measurement Method Adapting to Ruler's Surface Condition (목자판 표면 상태에 적응적인 영상 기반 수위 계측 기법)

  • Kim, Jae-Do;Han, Young-Joon;Hahn, Hern-Soo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.15 no.9
    • /
    • pp.67-76
    • /
    • 2010
  • This paper proposes a image-based water level measurement method, which adapt to the ruler's surface condition. When the surface of a ruler is deteriorated by mud, drifts, or strong light reflection, the proposed method judges the pollution of ruler by comparing distance between two levels: the first one is the end position of horizontal edge region which keeps the pattern of ruler's marking, and the second one is the position where the sharpest drop occurs in the histogram which is construct using image density based on the axis of image height. If the ruler is polluted, the water level is a position of local valley of the section having a maximum difference between the local peak and valley around the second level. If the ruler is not polluted, the water level is detected as the position having horizontal edges more than 30% of histogram's maximum value around the first level. The detected water level is converted to the actual water level by using the mapping table which is construct based on the making of ruler in the image. The proposed method is compared to the ultrasonic based method to evaluate its accuracy and efficiency on the real situation.

Level of Knowledge on Evidence-based Infection Control and Influencing Factors on Performance among Nurses in Intensive Care Unit (중환자실 간호사의 근거기반 감염관리 지식과 수행 수준 및 영향 요인)

  • Yoo, Jae-Yong;Oh, Eui-Geum;Hur, Hea-Kung;Choi, Mo-Na
    • Korean Journal of Adult Nursing
    • /
    • v.24 no.3
    • /
    • pp.232-243
    • /
    • 2012
  • Purpose: This study was to identify the level of knowledge and performances on evidence-based infection control and influencing factors on performance among nurses in intensive care unit. Methods: A descriptive cross-sectional survey design was used. Two hundred thirty-nine nurses at intensive care units were conveniently recruited from seven hospitals located in Seoul and Kyounggi province. Data were collected with a questionnaire survey about evidence-based infection control. Data were analyzed using SPSS/WIN 17.0 program. Results: Both level of knowledge (mean 9.15 out of 19) on preventing ventilator-associated pneumonia and central venous catheter induced bloodstream infection, and performance on evidence-based infection control (1.94 out of 4) were moderate. Performance of evidence-based practice for infection control was related to reading research articles regularly, professional satisfaction, and taken education course. Conclusion: These results indicate that systematic and organizational strategies for enhancing evidence-based infection control are needed to improve quality of intensive nursing care.

A study on the dental technology student's recognition for non-face-to-face classes (비대면 수업에 대한 치기공과 학습자 인식에 관한 연구)

  • Choi, Ju young;Jung, Hyo Kyung
    • Journal of Technologic Dentistry
    • /
    • v.42 no.4
    • /
    • pp.402-408
    • /
    • 2020
  • Purpose: To understand the students' level of recognition of online classes in the Department of Dental Technology and to provide the basic data for designing online classes based on the dental technology course. Methods: A survey was conducted among the students of the dental technology department. The collected data was analyzed with the SPSS ver. 25.0 program. To ensure a reliable verification, the α=0.05 significance level was used. The t-test and analysis of variance were also performed. Results: The students' level of recognition of online classes in the Department of Dental Technology is shown in the rate of recognition for video-based classes for both the theory and experiments. Students displayed high positivity with the video-based learning as it is repeated learning that is not affected by the limitations of time. In addition, video-based learning is highly beneficial in terms of convenience, satisfaction, and achievement for learning. Conclusion: Based on the results, video-based learning is a highly positive learning type for students. It was also recommended that the Department of Dental Technology should offer a post-COVID-19 online class to include the blended methods of a face-to-face class and video-based learning.