I have created a prototype photo-detector circuit to use in spectroscopy. The micro-controller code take 120 A/D readings and then returns average.
I have noticed that when I use visible light (normal 12v DC lamp), all 120 samples are same (some deviates by +1 and -1). However, using a Deuterium lamp, the samples are sort of rising and falling.
This is the snapshot of the values (Blue when Gain = 0 , Green when Gain = 4) from DC source lamp at 12V DC
This is the snapshot of values from Deuterium lamp (many samples to see the period)
I have noticed that when my Photo-detector circuit is exposed to normal AC light (India standard:230 volt, 50 Hz), then also I see some rising and falling pattern.
*I don't have access or understanding of Deuterium lamp supply.
*I have built a Monochromator to identify and seek to wavelength of my choice which detects the peaks correctly because of averaging.
Answer
Deuteurium lamps (I have one kicking around here somewhere) are discharge lamps, and as such the brightness is going to be dependent on the arc stability and the supply current.
You may well be seeing variations or aliasing of variations (probably at 100Hz full wave rectified mains-frequency) ripple on the deuterium lamp supply. Aliasing is related to your microcontroller sampling frequency beating with the ripple on the lamp.
I suggest connecting your photodetector to an oscilloscope rather than the micro ADC to observe the magnitude of any ripple directly. Any oscilloscope will be able to display 100Hz waveforms accurately. Use AC coupling if necessary, but it may be bad enough you won't have to. If you don't have access to an oscilloscope, try to get ahold of one first (it will give you lot of information) and if not, try to take samples at a known rate and compare with mains frequency.
No comments:
Post a Comment