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: 460
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
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top