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: 462
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
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top