• Title/Summary/Keyword: 레벨 3

Search Result 1,707, Processing Time 0.026 seconds

The controller design for grid-connected inverter based on photovoltaic (태양광 발전 기반의 계통 연계형 인버터 제어기 설계)

  • Ahn, Minho;Shin, Seongsoo;Seo, Seokchan;Choi, Jaeho
    • Proceedings of the KIPE Conference
    • /
    • 2013.07a
    • /
    • pp.120-121
    • /
    • 2013
  • 무공해이고 무한정한 에너지원이며 설치가 용이한 태양광 발전 시스템의 보급이 확산함에 따라 계통 연계형 발전 시스템을 설계하였다. 본 시스템은 인터리브 방식의 부스트 컨버터를 이용하여 MPPT를 수행하였고 계통연계를 위해 NPC 3-레벨 인버터를 사용하였다. NPC 3-레벨 인버터는 2-레벨 인버터와 비교했을 때 같은 스위칭 주파수에서 출력전압 및 전류의 고조파 성분을 반 이상 줄일 수 있는 장점이 있다. NPC 3-레벨 인버터는 DC 링크단의 전압을 일정하게 가져가는 역할을 하는 동시에 상, 하단의 커패시터의 전압을 균등하게 분배하는 제어를 하고, 출력전류를 정현적으로 가져가기 위한 제어를 하였다. 본 시스템의 시뮬레이션 및 실험을 수행하였고 THD 및 역률을 확인하였다.

  • PDF

The design for grid-connected 3-level inverter based on photovoltaic (NPC 3-레벨 인버터를 이용한 태양광 발전 시스템 설계)

  • Shin, Seongsu;Jang, Seungyong;Choi, Jaeho
    • Proceedings of the KIPE Conference
    • /
    • 2014.07a
    • /
    • pp.447-448
    • /
    • 2014
  • 화석연료의 고갈이 진행됨에 따라 그 대안으로 신재생 에너지에 초점이 맞춰지고 있다. 신재생 에너지 발전의 중요성이 대두됨에 따라 계통연계형 인버터의 중요성 역시 부각되고 있으며 이에 대한 연구들이 활발히 진행되고 있다. 여러 연구 중의 하나로 멀티레벨 인버터를 들 수 있는데, 이는 2-레벨 인버터와 비교했을 때, 동일한 스위칭 주파수에서 출력전압 및 전류의 고조파 성분을 크게 줄일 수 있다는 장점을 갖는다. 본 논문에서는 NPC 3-레벨 인버터를 이용하여 태양광 발전 시스템을 구성하고, 결과를 확인하였다.

  • PDF

Binary Search on Levels Using Bloom filter for IPv6 Address Lookup (IPv6 주소 검색을 위한 블룸 필터를 사용한 레벨에 따른 이진 검색 구조)

  • Park, Kyong-Hye;Lim, Hye-Sook
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.34 no.4B
    • /
    • pp.403-418
    • /
    • 2009
  • IP version 6 (IPv6) is a new If addressing scheme that has 128-bit address space. IPv6 is proposed to solve the address space problem of IP version 4 (IPv4) which has 32-bit address space. For a given IPv6 routing set, if a forwarding table is built using a trio structure, the trio has a lot more levels than that for IPv4. Hence, for IPv6 address lookup, the binary search on trio levels would be more appropriate and give better search performance than linear search on trio levels. This paper proposes a new IPv6 address lookup algorithm performing binary search on trio levels. The proposed algorithm uses a Bloom filter in pre-filtering levels which do not have matching nodes, and hence it reduces the number of off-chip memory accesses. Simulation has been performed using actual IPv6 routing sets, and the result shows that an IPv6 address lookup can be performed with 1-3 memory accesses in average for a routing data set with 1096 prefixes.

User-Level Threads for the ARX Real-Time Operating System (ARX 실시간 운영체계를 위한 사용자 레벨 쓰레드)

  • Seo, Yang-Min;Park, Jung-Keun;Hong, Seong-Soo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.65-67
    • /
    • 1998
  • 내장 실시간 시스템이 높은 우선순위의 비동기적 이벤트를 적시에 처리하면서 필수적으로 적은 비용의 선점 다중쓰레드를 지원해야한다. 사용자 레벨 쓰레드는 커널 레벨 쓰레드 보다 적은 비용의 유연한 추상적 기법들을 제공하지만, 기존의 실시간 시스템에서는 스케줄링과 시그날(signal) 처리가 단순하다는 이류로 커널 레벨 쓰레드가 선호 되어왔다. 본 논문에서는 내장 실시간 시스템에 적합한 새로운 사용자 레벨 다중 쓰레드 방식을 제안한다. 이 기법은 가상 쓰레드(virtual threads)와 개선된 스케줄링 이벤트 업콜(scheduling event upcall) 메카니즘을 기반으로 한다. 가상 쓰레드는 사용자 레벨 쓰레드에게 커널 레벨의 실행 환경을 제공할 수 있도록 사용자 레벨 쓰레드를 커널 레벨로 형상화한 것이다. 이 쓰레드는 필요에 의해 잠시동안 사용자 레벨 쓰레드에 묶이는 소동적인 존재이다. 스케줄링 이벤트 업콜 메카니즘은 쓰레드 블록킹과 타이머 만기와 같은 커널 이벤트를 유저 프로세서에게 전달할 수 있게 한다. 본 논문의 개선된 업콜 방식은 scheduler activation과 시그날과 같은 전통적인 업콜 구조에서 예측하기 힘든 요소들을 배제했다. 순간적인 시스템의 과부하 상황에서도 이벤트를 놓치지 않으면서 커널과 유저 프로세서의 비싼 동기화 작업들을 피할 수 있도록 하는 잠금(lock)이 필요 없는 이벤트 큐를 상용한다. 본 기법은 서울대학교 실시간 운영체계 실험실에서 구현한 ARX위에 완벽하게 구현되었다. ARX 사용자 레벨 쓰레드가 사용자 레벨 쓰레드의 장점을 손상하지 않으면서 솔라리스와 윈도즈98과 같은 상용 운영체제의 커널 쓰레드보다 성능이 우수함을 실험적 비교에 의해서 입증한다.분에서 uronic acid를 분리동정하였을 때 점미는 0.90%, 백미는 0.66%, 흑미는 1.8%로서 흑미에서 uronic acid 함량이 두 배 이상으로 나타났다. 흑미의 uronic acid 함량이 가장 많이 용출된 분획은 sodium hydroxide 부분으로서 hemicellulose구조가 polyuronic acid의 형태인 것으로 사료된다. 추출획분의 구성단당은 여러 곡물연구의 보고와 유사하게 glucose, arabinose, xylose 함량이 대체로 높게 나타났다. 점미가 수가용성분에서 goucose대비 용출함량이 고르게 나타나는 경향을 보였고 흑미는 알칼리가용분에서 glucose가 상당량(0.68%) 포함되고 있음을 보여주었고 arabinose(0.68%), xylose(0.05%)도 다른 종류에 비해서 다량 함유한 것으로 나타났다. 흑미는 총식이섬유 함량이 높고 pectic substances, hemicellulose, uronic acid 함량이 높아서 콜레스테롤 저하 등의 효과가 기대되며 고섬유식품으로서 조리 특성 연구가 필요한 것으로 사료된다.리하였다. 얻어진 소견(所見)은 다음과 같았다. 1. 모년령(母年齡), 임신회수(姙娠回數), 임신기간(姙娠其間), 출산시체중등(出産時體重等)의 제요인(諸要因)은 주산기사망(周産基死亡)에 대(對)하여 통계적(統計的)으로 유의(有意)한 영향을 미치고 있어 $25{\sim}29$세(歲)의 연령군에서, 2번째 임신과 2번째의 출산에서 그리고 만삭의 임신 기간에, 출산시체중(出産時體重) $3.50{\sim}3.99kg$사이의 아이에서 그 주산기사망률(周産基死亡率)이 각각 가장 낮았다. 2. 사산(死産)과 초생

  • PDF

Relation between sound pressure level and auditory distance perception in anechoic room (무향실에 있어서의 음압레벨과 거리정위와의 관계)

  • Kim, Hae-Young
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.10 no.6
    • /
    • pp.1201-1206
    • /
    • 2009
  • According to a lot of investigations, distance perception is influenced by many important cues such as sound pressure level, reflections from the room surface, binaural difference (ITD and ILD), a kind of sound source, and head related transfer functions (HRTF). Two psychoacoustical experiments on auditory distance perception were conducted to examine the effectiveness of the sound pressure level loudness as one of the physical cues in the auditory distance perception under a constant loudspeaker's output level and a constant sound level at the subject's position in the absence of reflections in an anechoic room. Our experimental results showed that the perceived distance of sound image is closer than actual sound source distance with the constant loudspeaker's output level and the constant sound level. Futhermore, the perceived distance of a sound image with constant sound level increased when the actual distance increases up to approximately 2 m while the perceived distance saturated when the sound source distance exceed 2 m. On the other hand, when the condition of loudspeaker's output level was kept constantly, the perceived distance of sound image increased up to around 3m, longer than the conditions of constant sound level at the subject's position. We found that the change in the loudness as a function of distance plays an important role in the auditory distance perception in the absence of reflections..

4-level Error Correcting Modulation Codes for Holographic Data Storage System (홀로그래픽 데이터 저장장치를 위한 4-레벨 오류정정 변조부호)

  • Lee, Jaehun;Lee, Jaejin
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.39A no.10
    • /
    • pp.610-612
    • /
    • 2014
  • Mutilevel holographic data storage systems have a big advantage for capacity since it can store more than one bit per pixel. For instance, 2/3 modulation code stores 2/3(symbol/pixel) and 4/3(bit/pixel). Then it is about 1.3 bits per one pixel. In this paper, we propose two 4-level modulation codes, which have the minimum Euclidean distances of 3 and 4, respectively. The proposed codes perform better than random data. The performance of larger minimum distance code shows better than that of shorter one.

A novel hybrid multilevel inverter using DC-Link voltage combination (DC 링크 전압조합을 이용한 새로운 Hybrid형 멀티레벨 인버터)

  • 주성용;강필순;박성준;김철우
    • Journal of the Korean Institute of Illuminating and Electrical Installation Engineers
    • /
    • v.18 no.2
    • /
    • pp.68-74
    • /
    • 2004
  • This paper presents a novel hybrid multilevel inverter using DC-Link voltage combination in order to improve the waveshape of output voltage and reduce harmonics. The proposed multilevel inverter can generate an 11-level output voltage. It employs three H-bridge cell, which consists of single phase full-bridge inverter module. Among them, two modules are used for level generation, and one module performs PWM switching. Nine levels are synthesised by the level inverter, and two levels are added to output by the PWM inverter. As a result, it generates an 11-level. The operational principles are explained in depth, and the validity of the proposed system is verified through the PSpice simulation and experimental results based on a prototype.

The timing synchronization algorithm using the receive power level compensation in ATSC (ATSC DTV 시스템에서 수신 파워 레벨 보상을 이용한 타이밍 동기 기법)

  • Nam, Wan-Ju;Lee, Sung-Jun;Kim, Jea-Moung
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2006.11a
    • /
    • pp.197-200
    • /
    • 2006
  • ATSC DTV시스템에서는 심볼타이밍 동기를 위해서 ATSC규격에 소개되어있는 $77.3{mu}s$ 마다 반복적으로 삽입되어있는 세그먼트 싱크를 이용하는 세그먼트 동기 방법 또는 QAM과 같은 다중레벨을 가지는 신호에 일반적으로 사용되는 가드너(Gardner)방법을 사용한다. 이중 가드너 방법은 매심볼마다 타이밍 에러성분을 추출하므로 다중경로 채널에서 타이밍동기를 추적하면서 유지하는데 유리한 방식이어서 일반적으로 사용한다. 가드너 방법을 이용하는 ATSC DTV시스템에서 가드너 방법에 에러를 검출하기 위해 사용되는 가드너 타이밍 에러 검출기(Timing Error Detector)는 수신단의 파워레벨이 기준 파워레벨에서 크게 벗어날 경우 에러를 검출 할 수 없는 문제점을 가지고 있다. 이를 해결 하기 위해 가드너 타이밍 에러 검출기 블록 앞에 송신파워 레벨과 수신파워 레벨의 비를 이용하여 정상적인 수신 파워 레벨로 수신학 수 있도록 보정하는 블록을 추가하여 전체적인 동기성능을 향상시키는 알고리즘을 제안한다.

  • PDF

A NTSS of 3 Levels Block Matching Algorithm using Multi-Resolution (다중해상도를 이용한 새로운 3단계 블록정합 알고리즘)

  • Joo Heon-Sik
    • The KIPS Transactions:PartB
    • /
    • v.11B no.6
    • /
    • pp.633-644
    • /
    • 2004
  • In this paper, we notice that the original NTSS algorithm can be proposed as the NTSS-3 Level algorithm by the multi-resolution technique. The fast block matching algorithm affects the speed by the patten combination and this paper proposes the block matching algorithm in different levels by multi-resolution technique, quite different from the original NTSS Patten. The block matching algorithm requires the multi-candidate to reduce the occurrence of low-image quality by the local minima problem. The simulation result compared to FS shows search speed 16 times quicker, and the PSNR 0.11-0.12[dB] gets improved Image quality compared to the original fast block matching algorithm NTSS, and the speed is improved up to 0.1 times for improved image by the search point portion.

Isolated Multi-level Inverter Using 3-Phase Transformers (3상 변압기를 이용한 절연형 멀티레벨 인버터)

  • Kim, Tae-Jin;Park, Sung-Jun;Kim, Cheul-U;Song, Sung-Geun
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.12 no.2
    • /
    • pp.139-148
    • /
    • 2007
  • In this paper, we proposed the isolated multi-level inverter using 3-phase transformers. It makes possible to use a single DC power source due to employing low frequency transformers. In this inverter, the number of transformer could be reduced comparing with an exiting 3-phase multi-level inverter using single phase transformer. Also, using phase angle control method with switching frequency equal to output fundamental frequency, harmonics component of output voltage and switching losses can be reduced. Finally, we made a prototype inverter to clarify the proposed electric circuit and reasonableness of control signal.