09-25-2013 02:33 AM
09-25-2013 08:41 AM
How do you demultiplex two different colors with one device? All colors that make up the light source are going to fall on the photodector simultaneously.
09-25-2013 08:47 PM
09-28-2013 10:00 AM
You need to have some means of knowing which LED is on at any specific time. Once you know that , then recommendations for separating the signals can be made.
Is one of the LEDs always on or is there a period when both are off? Are they ever both one simultaneously? Do you have access to one or more signals from the LED drivers?
Lynn
09-28-2013 10:52 AM
@Annj wrote:
Anyone can point me out is this possible ? I understand that there is an analog solution for this that is by using sample and hold circuit. But can it be done in the LabView environment?
LabVIEW is a full featured programming environment, so everything is easily possible.
You need to tell us a little bit more about your instrument. Is the LabVIEW program also driving the LEDs or are you just basically measuring a square wave at the frequency of the alternating LEDs? Is the frequency known? Is one of the values always much smaller than the other or do you have a sync signal to define the phase?
09-30-2013 09:15 PM
Hello altenbach!
Yes, the LabVIEW is used to drive the LEDs. Since I'm using time multiplexing, so the Red led will be lit up first. After 540us, the IR led will be lit up. The period for both LEDs is 2000us or 500Hz.
I am not exactly understand your last question on sync signal to define the phase. I hope the above explanation is adequate. Hope you can share your opinions with me.
Thanks
09-30-2013 09:26 PM
Hi Lynn,
Sorry I did not notice your reply. The LEDs will lit up alternately. The frequency and duty cycle for both is 500Hz and 11%; respectively. The timing diagram is like this:
___ ___
| |______________| |_____ Red
____ ___
________| |_______________| |____ IR
I drive both LEDs using Labview. The IR will lit up after 540us has passed. Please share your view on how can I separate the signals. Thank you