Comparing 8 analog signals and outputting the largest one

  • Thread starter Thread starter royzizzle
  • Start date Start date
  • Tags Tags
    Analog Signals
AI Thread Summary
To compare eight analog signals and output the largest, using comparators is a common approach, but they only provide a high or low output based on input levels. For power efficiency, analog switches like the 4066 can be utilized, allowing signals to pass through when controlled by a high input. A more advanced method involves using a microcontroller, such as a Picaxe chip or Arduino, which can read the analog inputs through A to D converters. This setup can then control an analog switch to output the highest signal effectively. Implementing these strategies can enhance both performance and power savings in the circuit design.
royzizzle
Messages
48
Reaction score
0
I drew a circuit using paint for this function. I was wondering what kind of individual comparator should I use to save the most power.

Also, what are some less noob ways of going about this?

sorry if stupid question. I am an undergrad
 

Attachments

  • comparator circuit.jpg
    comparator circuit.jpg
    31.3 KB · Views: 464
Engineering news on Phys.org
Comparators give a high output if one input is higher than the other, and a low output if they are the other way around.

They don't pass one of the inputs through to the output. You either get 5 volts or nothing (if "high" is 5 volts)

There are analog switches (like the 4066) which allow analog signals to pass through if a control input is high but stop signals if the control input is low.

Realistically, you should do this with a micro like a Picaxe chip or an Arduino.

You could read the inputs with the A to D converters of the micro and output a 5 volt control signal on an output pin which then switches an analog switch to let that signal through to the output.
 
vk6kro said:
Comparators give a high output if one input is higher than the other, and a low output if they are the other way around.

They don't pass one of the inputs through to the output. You either get 5 volts or nothing (if "high" is 5 volts)

There are analog switches (like the 4066) which allow analog signals to pass through if a control input is high but stop signals if the control input is low.

Realistically, you should do this with a micro like a Picaxe chip or an Arduino.

You could read the inputs with the A to D converters of the micro and output a 5 volt control signal on an output pin which then switches an analog switch to let that signal through to the output.

Thanks! that helped alot
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
Back
Top