• 제목/요약/키워드: Binary Code System

검색결과 206건 처리시간 0.022초

Design and Development of a Novel High Resolution Absolute Rotary Encoder System Based on Affine n-digit N-ary Gray Code

  • Paul, Sarbajit;Chang, Junghwan
    • Journal of Electrical Engineering and Technology
    • /
    • 제13권2호
    • /
    • pp.943-952
    • /
    • 2018
  • This paper presents a new type of absolute rotary encoder system based on the affine n-digit N-ary gray code. A brief comparison of the existing encoder systems is carried out in terms of resolution, encoding and decoding principles and number of sensor heads needed. Using the proposed method, two different types of encoder disks are designed, namely, color-coded disk and grayscale coded disk. The designed coded disk pattern is used to manufacture 3 digit 3 ary and 2 digit 5 ary grayscale coded disks respectively. The manufactured disk is used with the light emitter and photodetector assembly to design the entire encode system. Experimental analysis is done on the designed prototype with LabVIEW platform for data acquisition. A comparison of the designed system is done with the traditional binary gray code encoder system in terms of resolution, disk diameter, number of tracks and data acquisition system. The resolution of the manufactured system is 3 times higher than the conventional system. Also, for a 5 digit 5 ary coded encoder system, a resolution approximately 100 times better than the conventional binary system can be achieved. In general, the proposed encoder system gives $(N/2)^n$ times better resolution compared with the traditional gray coded disk. The miniaturization in diameter of the coded disk can be achieved compared to the conventional binary systems.

다중 안테나 개념을 적용한 초광대역 무선통신 시스템에서 이중 이진 터보 부호 성능 (Performance of Double Binary Turbo Code for Ultra Wide-Band Systems with Multiple-Antenna Scheme)

  • 김은철;차재상;이종훈;강정진;김성권;황성호;김진영
    • 한국인터넷방송통신학회논문지
    • /
    • 제9권2호
    • /
    • pp.117-122
    • /
    • 2009
  • 본 논문에서는 다중 안테나 (Multiple-Antenna)를 적용한 초광대역 무선통신 (UWB: Ultra Wide-Band) 시스템에서 이중 이진 터보 부호의 성능을 보인다. 본 논문에서는 PPM-TH (Pulse Position Modulation-Time Hopping) 방식과 PAM-DS (Pulse Amplitude Modulation-Direct Sequence) 방식의 UWB 시스템을 모두 고려하였으며, 다중 안테나 기술로 시공간 블록 부호 (STBC : Space Time Block Code) 송신 다이버시티와 수신 다이버시티 기술을 적용하였다. 그리고 이진 터보 부호에 비해서 부호어 사이의 최소 거리 (Minimum Distance)가 길어서 복호 성능이 좋으며 처리량 (Throughput)이 높아서 복호 처리 시간이 짧은 장점을 가지고 있는 이진 이중 터보 부호를 적용하였다. 본 논문의 결과는 UWB 시스템을 구현하는데 적용될 수 있다.

  • PDF

핫스팟 접근영역 인식에 기반한 바이너리 코드 역전 기법을 사용한 저전력 IoT MCU 코드 메모리 인터페이스 구조 연구 (Low-Power IoT Microcontroller Code Memory Interface using Binary Code Inversion Technique Based on Hot-Spot Access Region Detection)

  • 박대진
    • 대한임베디드공학회논문지
    • /
    • 제11권2호
    • /
    • pp.97-105
    • /
    • 2016
  • Microcontrollers (MCUs) for endpoint smart sensor devices of internet-of-thing (IoT) are being implemented as system-on-chip (SoC) with on-chip instruction flash memory, in which user firmware is embedded. MCUs directly fetch binary code-based instructions through bit-line sense amplifier (S/A) integrated with on-chip flash memory. The S/A compares bit cell current with reference current to identify which data are programmed. The S/A in reading '0' (erased) cell data consumes a large sink current, which is greater than off-current for '1' (programmed) cell data. The main motivation of our approach is to reduce the number of accesses of erased cells by binary code level transformation. This paper proposes a built-in write/read path architecture using binary code inversion method based on hot-spot region detection of instruction code access to reduce sensing current in S/A. From the profiling result of instruction access patterns, hot-spot region of an original compiled binary code is conditionally inverted with the proposed bit-inversion techniques. The de-inversion hardware only consumes small logic current instead of analog sink current in S/A and it is integrated with the conventional S/A to restore original binary instructions. The proposed techniques are applied to the fully-custom designed MCU with ARM Cortex-M0$^{TM}$ using 0.18um Magnachip Flash-embedded CMOS process and the benefits in terms of power consumption reduction are evaluated for Dhrystone$^{TM}$ benchmark. The profiling environment of instruction code executions is implemented by extending commercial ARM KEIL$^{TM}$ MDK (MCU Development Kit) with our custom-designed access analyzer.

경량 동적 코드 변환을 이용한 커널 수준 소프트웨어 계측에 관한 연구 (Kernel-level Software instrumentation via Light-weight Dynamic Binary Translation)

  • 이동우;김지홍;엄영익
    • 인터넷정보학회논문지
    • /
    • 제12권5호
    • /
    • pp.63-72
    • /
    • 2011
  • 코드변환 기법은 특정 명령어 집합 구조에서 작성된 프로그램 코드를 다른 구조에서 실행할 수 있도록 변환하는 일종의 에뮬레이션 기법이다. 이 기법은 주로 구형 시스템에서 동작하는 응용프로그램을 새로운 시스템에서 동작시키기 위해 사용되었다. 코드를 변환하는 과정에서 동적으로 코드를 삽입하는 것이 가능하기 때문에 소스코드의 수정 없이 기존 응용프로그램을 계측할 수 있다. 이미 응용프로그램 분야에서는 동적코드분석과 가상머신에서 이러한 기법이 널리 활용되고 있다. 반면에 운영체제의 커널은 일반적인 유저 수준의 응용프로그램과는 다른 특성을 지니기 때문에 커널 수준에서 이러한 코드변환 기법을 사용하려면 시스템 성능, 메모리 관리, 특권 명령어 처리 및 동기화와 관련된 문제가 다루어져야 한다. 본 논문에서는 커널 수준의 동적코드변환 기법을 설계하고 코드삽입을 통한 소프트웨어 계측을 제안한다. 제안기법을 리눅스 커널에 적용하여 실험을 수행하고 그 결과를 통해 본 제안기법이 커널수준에서 소프트웨어 계측에 적은 성능 부하만을 야기함을 확인하였다.

범역항법위성시스템 민간용신호의 부호동기추적편이 분석 (An Analysis of Code Tracking Bias for Civilian Signals in GNSS)

  • 유승수;김영문;김준태;김선용
    • 한국통신학회논문지
    • /
    • 제35권1C호
    • /
    • pp.123-129
    • /
    • 2010
  • 본 논문에서는 안정된 다중경로환경에서 동기 (coherent) 단일 및 이중 이른-늦은 상관차 판별기로 범역위성항법시스템 민간용 신호의 부호동기를 결정했을 때 잔존하는 오차인 부호동기추적편이를 분석한다. 이를 위해 중심 주파수 1575.42MHz의 대표적인 위성항법신호대역에서 이진위상천이 및 이진천이반송파 변조된 민간용신호 및 그 처리과정을 모형화하고, 이 모형을 바탕으로 다양한 경우에 대해 각 부호동기추적편이를 비교 분석한다.

Binary CDMA 시스템에서 PBS 구조를 가지는 코릴레이터 설계 (A Design of Correlator with the PBS Architecture in Binary CDMA System)

  • 이선근;정우열
    • 한국전자통신학회논문지
    • /
    • 제3권3호
    • /
    • pp.177-182
    • /
    • 2008
  • 고속 전송에 적합한 MC-CDMA시스템은 출력이 Multi-Level로 출력됨으로 인하여 출력신호의 복잡성과 출력단의 선형적인 증폭기 사용으로 인한 고가, 고복잡성 등의 단점을 가진다. 이러한 단점을 보완하고자 제안된 기술이 Binary CDMA 기술이다. Binary CDMA 시스템에서 가장 중요한 파라미터는 고속 데이터 연산 시 병목현상이 발생되는 코릴레이터이다. 기존의 코릴레이터는 전력소모가 작다는 장점이 있지만 코릴레이션의 값을 얻기 위해 여러 단의 가산을 거쳐야 하므로 연산량이 많아 처리 속도가 낮아지는 단점을 가지고 있다. 그러므로 본 논문에서는 Binary CDMA 시스템에서 고속의 데이터를 처리함과 동시에 데이터 량이 증가하더라도 칩 면적이 독립적이며 전력소모가 일정한 구조를 가지는 Binary CDMA 시스템 PBS 코릴레이터를 제안하였다.

  • PDF

Cloud-based Full Homomorphic Encryption Algorithm by Gene Matching

  • Pingping Li;Feng Zhang
    • Journal of Information Processing Systems
    • /
    • 제20권4호
    • /
    • pp.432-441
    • /
    • 2024
  • To improve the security of gene information and the accuracy of matching, this paper designs a homomorphic encryption algorithm for gene matching based on cloud computing environment. Firstly, the gene sequences of cloud files entered by users are collected, which are converted into binary code by binary function, so that the encrypted text is obviously different from the original text. After that, the binary code of genes in the database is compared with the generated code to complete gene matching. Experimental analysis indicates that when the number of fragments in a 1 GB gene file is 65, the minimum encryption time of the algorithm is 80.13 ms. Aside from that, the gene matching time and energy consumption of this algorithm are the least, which are 85.69 ms and 237.89 J, respectively.

이진 이미지를 위한 QR 코드 기반의 가역적인 데이터 은닉 (Reversible Data Hiding based on QR Code for Binary Image)

  • 김천식
    • 한국인터넷방송통신학회논문지
    • /
    • 제14권6호
    • /
    • pp.281-288
    • /
    • 2014
  • QR 코드는 바코드보다 수백 배 많은 양의 데이터를 인코딩할 수 있도록 기능을 향상시킨 코드체계로서 이미지 훼손에 강하다. 이러한 이유로 QR 코드는 최근에 다양한 분야에서 사용되고 있다. 예를 들어 항공권 티켓 (보딩 통제 시스템), 푸드 (야채, 육류 이력) 추적 시스템, 콘택트렌즈 관리, 처방전 관리, 환자 손목밴드 (환자관리) 등에 사용된다. 본 논문에서는 이진 이미지에 대한 가역적인 데이터은닉 방법을 제안한다. 가역적인 데이터 은닉방법은 스테고 이미지로부터 데이터를 추출한 후 원본 이미지를 복원할 수 있기 때문에서 다양한 목적으로 활용될 수 있다. QR 코드는 누구나 코드를 생성할 수 있으므로 위조된 QR 코드를 이용하여 범죄에 사용할 수 있다. 본 논문에서는 이를 방지하기 위해서 이진 QR 코드 이미지에 인증 데이터를 은닉하여 위조여부를 확인할 수 있도록 하였다. 본 논문에서는 제안한 방법은 실험을 통해서 입증을 하였다.

Binary CDMA 기술을 이용한 무선 원격검침 시스템 구현 (Implementation of Wireless AMR System using Binary CDMA)

  • 권대길;조진웅;홍대기
    • 반도체디스플레이기술학회지
    • /
    • 제12권4호
    • /
    • pp.1-7
    • /
    • 2013
  • This paper presents the AMR (Automatic Meter Reading) system using the binary CDMA (Code Division Multiple Access) radio technology. The binary CDMA is the new radio technology in domestic research. Main implementation topics includes the binary CDMA remote meter reading system, the wireless piconet configuration for the wireless automatic meter reading, and the transmission scheduling for sending and receiving data. Also, the wireless packet data encryption is very important topics for the wireless automatic meter reading. The proposed AMR system is implemented as a pilot project in Jeju and Gangwon. It can be seen that the wireless remote reading using the binary CDMA wireless technology can be applied to the AMR system.

이진 ZCD확산코드를 이용한 저간섭 CDMA시스템에 관한 연구 (A Study of the Interference-Cancelled CDMA System Using Binary ZCD Spreading Codes)

  • 차재상
    • 조명전기설비학회논문지
    • /
    • 제18권4호
    • /
    • pp.149-154
    • /
    • 2004
  • 본 논문에서는, 구내용 저간섭 무선통신설비용 시스템으로서 이진 2m(zero-correlation duration) 확산코드를 이용한 저간섭 CDMA(code division multiple access)시스템을 제시하였다. 이진 ZCD확산코드는 확산코드의 주기가 N인 경우 그 값이 4부터 2의 배수로 계속 확장이 가능하기 때문에 코드발생기의 구현이 용이함과 동시에 ZCD 특성을 가짐으로 인해서, CDMA무선통신 시스템을 구내용 무선설비로 사용할 경우에 발생되는 다중접속 및 다중 경로로 인한 간섭문제를 확산코딩기법을 이용하여 근원적으로 해결해주는 역할을 한다. 본 논문에서는 제안한 이진 ZCD확산코드기반의 구내용 저간섭 CDMA시스템의 간섭완화 성능을 확인하기 위하여, AWGN(additive white gaussian noise) 및 MAI(multiple access interference), MPI(multi path interference)와 같은 잡음 및 다양한 간섭 환경 하에서의 BER(bit error rate)특성을 정량적으로 분석하고, 모의실험을 통해 제안시스템의 간섭완화 능력을 입증하였다.