[CE] Schmitt trigger
·
Computer/CE
Schmitt trigger hysteresis(이력현상)를 이용한 logic gate. noise immunity가 필요한 경우 사용되는 소자로 noise가 심한 경우에도 output에서의 glitch(작은 에러)가 적어짐. 하지만, feedback이 필요해서 일반적인 gate보다 복잡하고 단가가 높음. 위 그림은 Transfer function of a Schmitt trigger를 보여줌. 세로축인 output이고, 가로축이 input으로 보통 voltage로 표시된다. $T$와 $-T$는 false에서 true로 올라가는 경우와 true에서 false로 내려오는 경우에 대한 threshold(역치값)으로 이전 상태에 따라 다른 threshold가 사용된다. 참고로 True에 해당하는 output의..
[CE] (Logic) Gates
·
Computer/CE
What Gate IsCombinatorial Logic (조합논리)에서 사용되는 Boolean Function들을 구현하고 있는 Chip (or Circuit)을 가르킴.Texas Instruments가 1960년대 중반의 5400과 7400 계열의 IC(Integrated Circuit)로 NAND Gate를 출시(1IC에 4개의 NAND)한 이후로 Digital System (or Digital Circuit)을 구현하기 위한 기본 구성 요소로 널리 사용되고 있음.Gate는 디지털 회로 실습 시간에 만나는 IC 들로서 Breadboard(빵판)와 함께 공대생들이 가장 익숙한 Device라고도 할 수 있음.TTL 에 의해 Transistor 로도 구현 가능하지만, IC 형태로 구현된 경우가 대다수임...
[CE] Combinatorial Circuit or Combinatorial Logic Circuit
·
Computer/CE
Combinatorial logic (조합논리, 조합회로)"False(0)와 True(1)을 다루는 algebra(대수)인 Boolean algebra의 logic function을 구현한 것"이 바로 combinatorial circuit임.Combinational logic circuit 또는 combinational logic 이라고도 불림.Digital System의 instaneous system임.더보기Algebra는 number사이의 관계를 문자($x$등의 변수)를 사용하여 간단하게 나타내는 것(변수에 대입)과 이를 이용하여 효율적으로 계산(방정식 풀기)하는 기술을 가르킴. 이를 반영하여 대수(代數, 수를 대신함)라고 번역됨.Algebra는 어떤 set(집합)과 해당 set에 속한 eleme..
[CE] Binary Encoder and Decoder
·
Computer/CE
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 opposi..
[CE] Demultiplexer and Multiplexer (Demux and Mux)
·
Computer/CE
Demultiplexer and Multiplexer (Demux and Mux) 1. Demultiplexer The demultiplexer is a combinational logic circuit designed to switch one common input line to one of several seperate output line. demux라고 줄여서 부름. 1개의 입력을 여러 출력 중 하나로 연결! Decoder에 다음과 같이 몇가지 gate를 추가하여 만들 수 있음. Decoder 참고 자료. 2022.12.08 - [Computer/CE] - [CE] Binary Encoder and Decoder [CE] Binary Encoder and Decoder Binary Encoder ..
Hub, Switch, Router, 공유기(NAT장비)
·
Computer/CE
Hub LAN을 구성하는 장비. 접속된 장비들(LAN에 속한 장비들) 모두에게 패킷을 전송하는 방식으로 Switch에 비해 비효율적임. 매우 소규모의 LAN을 구축하는데 사용됨. Switch LAN을 (똑똑하게) 구성하는 장비 (Switching Hub라고 부르기도 함). LAN에 속한 장비들의 MAC Address를 수집하여 특정 장비로 패킷을 효율적으로 보냄. Router 네트워크(LAN)이 internet에 접속하게 해주는 장치. 각 패킷들이 효율적으로 목적지로 갈 수 있도록 경로를 지정해줌. https://dsaint31.tistory.com/entry/CE-Router [CE] Router 네트워크 상의 통신에서, Packet(패킷)의 위치를 추출하여 그 위치에 대한 최적의 경로를 지정하며, 이..