- #1
MathsDude69
- 26
- 0
Hey Guys,
Im currently designing a primitive audio mixer unit using opamp circuits for simple filters/crossover networks. Prior to the signal being run through a power amp circuit I am looking to pass the signal to an ATmega328 MCU which has an ADC with a range from 0 to 5 Volts outputting to a digital range of 0 - 1023. This range is then remapped to fit the range 0 - 10 and the MCU outputs this visually to an 10 segement LED bargraph. The issue I am having is the the initial audio signal is an AC waveform. Thus half of the time the ADC would be sampling a negative voltage :-( Naturally if I bridge rectify this signal the magnitude of the waveform will be minus 2 diode potential barriers (-1.4 volts assuming silicon diodes are used) or even worse the magnitude of the original signal will be less than the forward voltage of the two diodes in which case no signal will pass. Does anyone know a solution to this problem??
Im currently designing a primitive audio mixer unit using opamp circuits for simple filters/crossover networks. Prior to the signal being run through a power amp circuit I am looking to pass the signal to an ATmega328 MCU which has an ADC with a range from 0 to 5 Volts outputting to a digital range of 0 - 1023. This range is then remapped to fit the range 0 - 10 and the MCU outputs this visually to an 10 segement LED bargraph. The issue I am having is the the initial audio signal is an AC waveform. Thus half of the time the ADC would be sampling a negative voltage :-( Naturally if I bridge rectify this signal the magnitude of the waveform will be minus 2 diode potential barriers (-1.4 volts assuming silicon diodes are used) or even worse the magnitude of the original signal will be less than the forward voltage of the two diodes in which case no signal will pass. Does anyone know a solution to this problem??