Binary Encoder and Decoder
1. Binary (or Priority) Encoder
Priority Encoders take all of their data inputs one at a time and converts them into an equivalent binary code at its output.
1-1. Combinational logic circuit (4:2 encoder)
OR gate를 이용한 간단한 예를 보여준다.
2. (Binary) Decoder **
Binary Decoder is another combinational logic circuit constructed from individual logic gates and is the exact opposite to that of an Encoder.
- 인코딩된 number(수)를 개별 bit의 집합으로 변환해줌.
- 주로 display제어에 응용됨(숫자 표시 display pannel).
위 그림에서
- A와 B는 2진수로 encoding된 2bit number이고,
- 이를 binary decoder가 decoding한 결과가 Q0에서 Q3의 4개의 출력으로 나옴.
2-1. Combinational logic circuit (2:4 decoder)
- AB 는 A and B 를 의미하는 논리곱임.
2-2. 참고 : Display Decoder
- 위의 예에서 DCBA 가 각각 2진수의 자리수임.
- 0100 이 2진수로 4에 해당하며, C만 1이 되는 예를 위의 그림이 보여줌.
References
https://www.electronics-tutorials.ws/combination/comb_5.html
https://www.electronics-tutorials.ws/combination/comb_6.html
'Computer > CE' 카테고리의 다른 글
[CE] (Logic) Gates (0) | 2022.12.08 |
---|---|
[CE] Combinatorial Circuit or Combinatorial Logic Circuit (0) | 2022.12.08 |
[CE] Demultiplexer and Multiplexer (Demux and Mux) (0) | 2022.12.08 |
Hub, Switch, Router, 공유기(NAT장비) (0) | 2021.10.26 |
Operating System (OS, 운영체제)란 (0) | 2021.10.14 |