Skip to main content

Questions tagged [decoder]

A decoder is an electronic signal processing circuit, which takes as an input a binary number, and turns on a corresponding pin accordingly. It takes `n` inputs (which can all be either on or off) and outputs `2^n` outputs of which exactly one is on

3 votes
4 answers
775 views

I don't understand why does 74x138 have 3 EN? And why does it have to be 1 EN active high and 2 active low? I understand needing one enable pin if you need to turn on off a decoder or maybe use to ...
Bue Asu's user avatar
  • 33
1 vote
2 answers
166 views

The CMOS CD4022 is a divide-by-8 counter with 8 decoded outputs, pinout attached below. Now suppose I want to use the 4022 to divide by 4 instead of 8. Can I just put a capacitor from the '4' output ...
user158293's user avatar
0 votes
1 answer
99 views

Express the function implemented by the given circuit as a sum of minterms and write the result in decimal notation in the form F = Σm(...). Then, draw the circuit that implements the same function ...
Pascal's user avatar
  • 51
2 votes
3 answers
176 views

It works well in Proteus (Simulation), but when I implement it, it doesn't work. I'm sure that the hardware connections are correct. Also, the 7-segment doesn't display, for example, the number 2 ...
Mahmoud Elkomy's user avatar
0 votes
0 answers
88 views

I'm using Proteus to test a circuit before implementing it practically, but it doesn't work. I'm supposed to build a counter that is displayed in a 7 segment display, using a 555 timer. The counter is ...
Mahmoud Elkomy's user avatar
-1 votes
1 answer
311 views

I would like to create my own battery-powered remote control with 433MHz RF modules using the HT12E and Ht12D encoder and decoder to control the rotation of a DC motor. However, I am not sure of the ...
Stephen Hammonds's user avatar
0 votes
1 answer
125 views

Everything works properly in terms of logistics. I wired the inputs as LLHL following the truth table of the datasheet of the decoder (inputs are wired properly). Then I wired left LED to g and right ...
Avery's user avatar
  • 103
0 votes
2 answers
154 views

I have a CD4015 lsfr connected to a CD4030 XOR gate, which implements a PRBS7 sequence. My goal is to display the current value of the 7-bit output using the output pins of A and B of the CD4015. I ...
A Bit of Help's user avatar
1 vote
3 answers
403 views

I am trying to control 2 LEDs from a model railway decoder. The decoder has a common positive terminal (+12 V). The decoder also has a two negative terminals - one I have called FL and the other I ...
Duncan Birse's user avatar
0 votes
0 answers
58 views

Can the PT2262 and PT2272 ICs be linked together by normal or infrared laser light, or are they only designed for wireless communication? If they can be, what is the way to do this?
Mansour Dalir's user avatar
2 votes
2 answers
206 views

I am wondering if it is ok to use output instead of wire for another output in Verilog coding (using Quartus for this). Just ...
towel Lijiang's user avatar
0 votes
1 answer
145 views

I am currently taking a university course about computer architecture in which we learned basic DRAM architecture and addressing. As far as I know, each latch is selected using decoder outputs to ...
Yousef Irshaid's user avatar
1 vote
0 answers
71 views

I am currently working on a project where I'm trying to understand and decode the bit rate information being sent to an LED. I purchased an LED for my backyard that can be changed to different colors ...
Corbin's user avatar
  • 11
0 votes
1 answer
348 views

FDE pipeline has register requirements for the F & D stages: For fetching an instruction from memory, the instruction pointer register points to the memory location of the next instruction to be ...
computegirl314's user avatar
2 votes
1 answer
651 views

I have designed a circuit to display the 2-digits data using two 7447 decoder. The design is shown below. I have two outputs, O1 and O2. O1 represents the ones digit while O2 represents the tenths ...
CJ. T's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
17