• Title/Summary/Keyword: 모드 선택기

Search Result 168, Processing Time 0.024 seconds

A Study on Implementation of Multiple-Valued Arithmetic Processor using Current Mode CMOS (전류모드 CMOS에 의한 다치 연산기 구현에 관한 연구)

  • Seong, Hyeon-Kyeong;Yoon, Kwang-Sub
    • Journal of the Korean Institute of Telematics and Electronics C
    • /
    • v.36C no.8
    • /
    • pp.35-45
    • /
    • 1999
  • In this paper, the addition and the multiplicative algorithm of two polynomials over finite field $GF(p^m)$ are presented. The 4-valued arithmetic processor of the serial input-parallel output modular structure on $GF(4^3)$ to be performed the presented algorithm is implemented by current mode CMOS. This 4-valued arithmetic processor using current mode CMOS is implemented one addition/multiplication selection circuit and three operation circuits; mod(4) multiplicative operation circuit, MOD operation circuit made by two mod(4) addition operation circuits, and primitive irreducible polynomial operation circuit to be performing same operation as mod(4) multiplicative operation circuit. These operation circuits are simulated under $2{\mu}m$ CMOS standard technology, $15{\mu}A$ unit current, and 3.3V VDD voltage using PSpice. The simulation results have shown the satisfying current characteristics. The presented 4-valued arithmetic processor using current mode CMOS is simple and regular for wire routing and possesses the property of modularity. Also, it is expansible for the addition and the multiplication of two polynomials on finite field increasing the degree m and suitable for VLSI implementation.

  • PDF

An Efficient Competition-based Skip Motion Vector Coding Scheme Based on the Context-based Adaptive Choice of Motion Vector Predictors (효율적 경쟁 기반 스킵모드 부호화를 위한 적응적 문맥 기반 움직임 예측 후보 선택 기법)

  • Kim, Sung-Jei;Kim, Yong-Goo;Choe, Yoon-Sik
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.35 no.5C
    • /
    • pp.464-471
    • /
    • 2010
  • The demand for high quality of multimedia applications, which far surpasses the rapid evolution of transmission and storage technologies, makes better compression coding capabilities ever increasingly more important. In order to provide enhanced video coding performance, this paper proposes an efficient competition-based motion vector coding scheme. The proposed algorithm adaptively forms the motion vector predictors based on the contexts of scene characteristics such as camera motion and nearby motion vectors, providing more efficient candidate predictors than the previous competition-based motion vector coding schemes which resort to the fixed candidates optimized by extensive simulations. Up to 200% of compression gain was observed in the experimental results for the proposed scheme applied to the motion vector selection for skip mode processing.

Turbo Coded OFDM for Digital Audio Broadcasting System (디지털 오디오 방송을 위한 터보 부호화된 OFDM)

  • Kim, Han-Jong
    • Journal of the Institute of Electronics Engineers of Korea TC
    • /
    • v.38 no.11
    • /
    • pp.19-29
    • /
    • 2001
  • The Pan-European Digital Audio Broadcasting(DAH) system's performance is characterized and improved with the aid of turbo codec. From the fact that the first bit among the four coded bits at the RCPC coding defined in the Eureka 147 DAD system is not. punctured and always transmitted, this paper proposes a new turbo coded DAB system model that replaces the existing RCPC codec by a turbo codec without modifying the puncturing procedure and puncturing vectors defined in the standard DAB system for compatibility. The performance of a new system is compared to that of the conventional system under the Rician fading channel and the Rayleigh fading channel in conjunction with DAD transmission mode I and III suitable for the terrestrial single frequency network and satellite broadcasting.

  • PDF

Fast Mode Decision using Rate-Distortion Cost and Temporal Correlations in H.264/AVC (H.264/AVC의 비트율 왜곡값과 시간 상관도를 이용한 고속 모드 결정 방법)

  • Hwang, Soo-Jin;Ho, Yo-Sung
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2011.07a
    • /
    • pp.348-351
    • /
    • 2011
  • 가변적인 블록을 이용하는 H.264/AVC 인터 화면에서의 모드 결정 방법은 $16{\times}16$부터 $P8{\times}8$ 모드까지 인터 모드에 대해 비트율 왜곡값을 계산 한 뒤 공간적 상관도를 고려하기 위해 인트라 $4{\times}4$와 인트라 $16{\times}16$ 모드까지 비트율 왜곡값을 계산하고, 계산된 비트율 왜곡값 중 가장 작은 값을 갖는 모드를 최종 모드로 선택한다. 하지만 이러한 과정으로 부호기의 복잡도는 증가한다. 복잡도를 감소시키기 위해 본 논문에서는 IPPP구조에서의 인터 모드와 인트라 모드의 특징을 이용하여 고속 부호화를 제안한다. 제안하는 알고리즘은 인터 모드에 대해서 최적 모드를 결정하기 위한 비트율 왜곡값의 상관도와 시간 상관도를 이용하고, 인트라 모드에 대해서는 인트라 화면 내에서의 각 인트라 모드에 대한 최대 최소 임계값을 이용하여, 발생확률이 낮은 인터와 인트라 모드의 활성화 여부를 결정한다. 본 알고리즘의 적용 범위는 상대적으로 인터 화면에서 발생 빈도가 낮은 $16{\times}8$, $8{\times}16$, $P8{\times}8$와, 인트라 $4{\times}4$, 인트라 $16{\times}16$ 모드이다. 제안하는 알고리즘은 기존의 H.264/AVC에 비해 1.36% 비트가 증가 했고, PSNR은 0.06dB 감소했다. 즉, 부호화 효율의 큰 감소 없이 평균 42.58%의 부호화 시간을 감소시켰다.

  • PDF

H.264/AVC Fast Macroblock Mode Decision Algorithm (H.264/AVC 고속 매크로블록 모드 결정 알고리즘)

  • Kim, Ji-Woong;Kim, Yong-Kwan
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.44 no.4 s.316
    • /
    • pp.8-16
    • /
    • 2007
  • For the improvement of coding efficiency, the H.264/AVC video coding standard employs new coding tools compared with existing coding standards. However, due to these new coding tools, the complexity of K264/AVC standard encoder is greatly increased. Specifically, the inter/intra mode decision method using RDO(rate-distortion optimization) technique is one of the most complex parts in H.264/AVC. In this paper, we focus on the complexity reduction in macroblock mode decision. In the proposed method, we reduce the complexity of the $4{\times}4$ mode decision process using $4{\times}4$ simple square filters, and using spatial block correlation method. Additionally, exploiting the best mode of sub_macroblock in $Inter8{\times}8$ mode, we proposed an algorithm to eliminate some intra modes in current macroblock mode decision process. In addition, we employed a method to raise the probability to select SKIP, $Intra16{\times}16$, and $Intra16{\times}16$ modes which usually show low complexity and low bitrate compared with other modes. From the simulation results, the proposed algorithm reduce the encoding time by maximum 83% of total, and reduce the bitrate of the overall sequences by $8{\sim}10%$ on the average compared with existing coding methods.

Fabrication and Characteristics of Film Bulk Acoustic Wave Resonator for Wireless Local Area Network Using AlN Thin Film (AlN 박막을 이용한 5.2GHz Wireless Local Area Network용 박막형 체적탄성파 공진기의 제조 및 특성)

  • 한상철;한정환;이전국;이시형
    • Proceedings of the Materials Research Society of Korea Conference
    • /
    • 2003.03a
    • /
    • pp.56-56
    • /
    • 2003
  • 최근 정보통신 분야의 급격한 발달로 인하여 무선통신에 사용되는 주파수 영역 또한 계속 높아짐에 따라 대역통과 필터 소자의 삽입 손실, 소비 전력, 크기, MMIC화에 대한 많은 연구가 진행되고 있다 압전 현상을 이용한 박막형 공진기가 이러한 요구를 충족시키고, 현재의 SAW filter를 대체할 소자로 떠오르고 있다. 본 실험에서는 단결정 미세 구조를 만들 수 있고, 압전 효과 또한 우수하며, Surface Micromachining보다 비교적 제조 공정이 간단하고 선택적 에칭이 가능한 Bulk Micromachining을 이용하여 Si$_3$N$_4$ Membrane을 이용한 중심주파수 5.2GHz인 두께 진동모드 Film Bulk Acoustic Wave Resonator(FBAR)를 제작하고 공진기의 고주파 특성을 평가하였다. Membrane구조 형성을 위해 Backside면인 Si$_3$N$_4$, Si은 RIE(Reactive Ion Etching)와 선택적 에칭용액인 KOH로 각각 에칭하여 Membrane을 갖는 구조로 중심주파수 5.2GHz인 두께 진동모드 FBAR를 설계 및 제조하였다. 체적 탄성파 공진 현상은 r.f Magnetron Sputtering법으로 증착한 AIN 압전박막과 Mo전극으로부터 발생 가능하였다. 본 연구에서는 0.9$\mu\textrm{m}$-Si$_3$N$_4$ Membrane을 이용해 FBAR를 제작/평가하고, RIE을 통해 Membrane을 제거해 가면서 공진기의 특성 즉, Quality factor와 유효전기기계결합계수(K$_{eff}$) 및 S parameter특성을 비교 측정해 보았다. 측정해본 결과 Membrane Free일때가 훨씬더 공진 특성이 우수함을 볼 수 있다

  • PDF

The Design of BPF with Dielectric Resonators (DR을 이용한 대역통과 필터 설계)

  • Kang, Eun Kyun;Jeon, Hyung Jun
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.54 no.5
    • /
    • pp.128-132
    • /
    • 2017
  • In this thesis, a BPF(band-pass filter) at the center frequency of 2.14GHz, and bandwidth of 20MHz is designed and implemented using high Q dielectric resonators with ${\varepsilon}_r=38$. The DR(dielectric resonator) is resonated by $TE_{01{\delta}}$-mode and it has a hole in the center of DR. The BPF consists of 6-poles dielectric resonators and the characteristic of elliptic function is obtained by non-adjacent coupling. It has the average insertion loss of 0.97dB and the return loss over 25dB in its passband. In this thesis, the frequency selectivity is more improved by the coupling characteristics between non-adjacent resonators than that of dielectric resonator filters with a Chebyshev response.

Dual Mode Buck Converter Capable of Changing Modes (모드 전환 제어 가능한 듀얼 모드 벅 변환기)

  • Jo, Yong-min;Lee, Tae-Heon;Kim, Jong-Goo;Yoon, Kwang Sub
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.53 no.10
    • /
    • pp.40-47
    • /
    • 2016
  • In this paper, a dual mode buck converter with an ability to change mode is proposed, which is suitable particularly for portable device. The problem of conventional mode control circuit is affected by load variation condition such as suddenly or slowly. To resolve this problem, the mode control was designed with slow clock method. Also, when change from the PFM(Pulse Frequency Modulation) mode to the PWM(Pulse Width Modulation) mode, to use the counter to detect a high load. And the user can select mode transition point in load range from 20mA to 90mA by 3 bit digital signal. The circuits are implemented by using BCDMOS 0.18um 2-polt 3-metal process. Measurement environment are input voltage 3.7V, output voltage 1.2V and load current range from 10uA to 500mA. And measurement result show that the peak efficiency is 86% and ripple voltage is less 32mV.

Development of Speaker Recognition System in FES for General Paralysis Patients (전신마비환자용 기능적 전기자극기 화자인식 시스템의 개발)

  • 진달복;이영석;이현희;정호춘;임승관;여운진
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.7 no.4
    • /
    • pp.819-825
    • /
    • 2003
  • The purpose of this study is to develop the speaker recognition system which can select one of operating modes in FES for general paralysis patients. As spiral injury by traffic accident, industrial disaster, or stroke has been increased, the development of FES(Functional Electrical Stimulator) system is urgent to prevent paralysis and atrophy, and to assist the patients walking. For these patients we developed FES system(1). To operate this system one of several operating modes must be selected. As this can not be done by general paralysis patients, an attempt has been tried in this study to select the mode by speaker recognition system. RSC-300 of sensory co. has been chosen as a speaker recognition chip, and PIC16F84 is adapted to interface RSC-300 and FES system.

Range-dependent Reverberation Modeling with the Normal Mode (정상모드를 이용한 거리종속 양상태 잔향음 모델)

  • Oh Suntaek;Yoon Kwan-seob;Oh Taekhwan;Na Jungyul;Han Sang-kyu
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • autumn
    • /
    • pp.411-414
    • /
    • 2004
  • 거리종속 해양환경에서 정상모드 모델 중 하나인 KRAKEN 과 Lambert 공식 형태의 산란 함수를 이용하여 양상태 잔향음을 모델링 하였다. 단열 (adiabatic) 정상모드 모델을 이용하여 거리종속 환경에서의 송신기와 산란체, 산란체와 수신기 사이의 음장을 계산하며 각 산란체에서의 산란 강도는 각 모드별 파수에 의한 입사각 및 산란각을 이용, 모드 조합에 의해 계산하였다. 또한 광대역 모델링을 이용하여 시간 영역에서의 잔향음 신호를 계산하였다.

  • PDF