Post History
In the block diagram of this pulse oximeter design guide , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is...
#4: Post edited
- In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON',
- and one for filtering the signal generated while the IR light is ON.
- [![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)
- Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC.
- I notice however by looking at the schematic that the two filters are completely identical.
- Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant design decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast, i.e each wavelength is ON for 1us at a time).
- In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON',
- and one for filtering the signal generated while the IR light is ON.
- [![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)
- Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC.
- **EDIT** (based on Olin's answer): Snapshot of pasrt of schematic I found online, presumably for the same design, indicating what I think is the singal being demultiplexed after the transimpedance amp into two seperate lines for RED and IR.
- [![Demultiplexer schematic](https://electrical.codidact.com/uploads/H6ztYHKLqoiMS1keK23Bu5pz)](https://electrical.codidact.com/uploads/H6ztYHKLqoiMS1keK23Bu5pz)
- I notice however by looking at the schematic that the two filters are completely identical.
- Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant design decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast, i.e each wavelength is ON for 1us at a time).
#3: Post edited
Why are two identical filters required for each signal, if the signals can be multiplexed into a single filter?
- In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON',
- and one for filtering the signal generated while the IR light is ON.
![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)- Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC.
- I notice however by looking at the schematic that the two filters are completely identical.
- Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant design decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast, i.e each wavelength is ON for 1us at a time).
- In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON',
- and one for filtering the signal generated while the IR light is ON.
- [![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)
- Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC.
- I notice however by looking at the schematic that the two filters are completely identical.
- Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant design decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast, i.e each wavelength is ON for 1us at a time).
#2: Post edited
- In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON',
- and one for filtering the signal generated while the IR light is ON.
- ![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)
- Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC.
- I notice however by looking at the schematic that the two filters are completely identical.
Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant deisgn decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast).
- In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON',
- and one for filtering the signal generated while the IR light is ON.
- ![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn)
- Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC.
- I notice however by looking at the schematic that the two filters are completely identical.
- Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant design decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast, i.e each wavelength is ON for 1us at a time).
#1: Initial revision
Why are two identical filters required for each signal, if the signals can be multiplexed into a single filter?
In the block diagram of [this pulse oximeter design guide](https://www.nxp.com/docs/en/application-note/AN4327.pdf) , in page 6, I see that the system utilizes two analog filters, one for filtering the PPG signal generated while the RED light/wavelength is 'ON', and one for filtering the signal generated while the IR light is ON. ![Filter Schematic](https://electrical.codidact.com/uploads/QPWNzhXHjEiSNffSP67g2Yxn) Specifically the process is as follows: The photodiode which plays the role of the PPG sensor, converts the incoming light to a photocurent - one wavelength at a time, and each respective current is then converted to a voltage through a transimpedance amplifier which also amplifies and low pass filters the signal. The signal "transimpedanceOut" is then demultiplexed into two signal lines "transimpedanceIR" and "transimpedanceRed" that are further filtered and amplified, only to be multiplexed back into a single line to be fed into an ADC. I notice however by looking at the schematic that the two filters are completely identical. Which begs the **question**: Why not use a single filter in the signal line, saving space and component cost and then time-demultiplex the filtered signal at seperate ADCs based on which wavelength is on each time? Or even without using a demultiplexer, one could simply pass the signal to an ADC which stores the sampled values in two seperate buffers based on which wavelength is sampled each time... What I'd like to know is if this was an unimportant deisgn decision or was it purposefully implemented this way to eliminate some sort of interference/mixing of the two signals (especially if the sampling is fast).