From b7e9137706ae4239050060e3a9793f7408f53446 Mon Sep 17 00:00:00 2001 From: Zach Fredin <zach.fredin@cba.mit.edu> Date: Sat, 9 May 2020 16:46:40 -0400 Subject: [PATCH] a third math test --- pulseox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulseox.md b/pulseox.md index a168e53..abf442e 100644 --- a/pulseox.md +++ b/pulseox.md @@ -27,6 +27,6 @@ A quick teardown of a ~$20 500BL from Walgreens revealed no integrated photonics ## Operational Theory Pulse oximetry is based on the [Beer-Lambert law](https://en.wikipedia.org/wiki/Beer%E2%80%93Lambert_law), a principle that relates the concentration of a species to the attenuation of light through a sample: ```math -I=I_in*e^(-(D*C*\epsilon)) +I=I_in*e^{-(D*C*\epsilon)} ``` -where _I_ is the intensity of light transmitted through the sample; $`I_in`$ is the intensity of the light prior to absorption by the sample; _D_ is the optical path length; _C_ is the solute concentration; and $`\epsilon`$ is the extinction coefficient, the sample's absorption at a given wavelength of light. +where $`I`$ is the intensity of light transmitted through the sample; $`I_in`$ is the intensity of the light prior to absorption by the sample; $`D`$ is the optical path length; $`C`$ is the solute concentration; and $`\epsilon`$ is the extinction coefficient, the sample's absorption at a given wavelength of light. -- GitLab