Encoder - Decoder
0 Stars     9 Views    

Author: Danyal uet jallozai

Forked from: Saurabh Kumar/Encoder - Decoder

Project access type: Public

Description:

1. Encoder- This is a combinational circuit that perform the reverse operation of Decoder. It has maximum of 2n inputs line and n output lines. It will produce a binary code equivalent to the input which is active high. Therefore ,the encoder encodes 2n input lines with ‘n’ bits. It is optional to represent the enable signal in encoders.

 

2. Decoder- This is a combinational circuit that has ‘n’ input lines and maximum of 2n output lines. One of these outputs will be active High based on the combination of inputs present, when the decoder is enabled. That means decoder detects a particular code.




Created: Feb 20, 2022

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.