Extracting Bio-impedance Parameters from Measured Data

Article

TJ Dahunsi

Jan 16 2015 · 2 mins

Categories:
technology

First post of the new year! I figured, I'd start with something interesting.

Over winter break, I went home to the lovely warmth of West Africa, and had an epiphany of sorts as to how to extract the resistive values for intracellular water (ICW), extracellular water (ECW) and the capacitive value for the cell membrane after performing a frequency sweep on biological tissue (or model circuit) of interest.

Upon implementation of my idea, I had very good results. Using Android's AsyncTask, I'm also able to display the results and plot a resistance - reactance curve of the data near instantaneously. I typically perform a frequency sweep from 2 KHz to 100 KHz, at a step size of 1 KHz where the frequency is incremented at a rathe of 50 Hz. In other words, it takes me 2 seconds to fully characterize the sample I'm working with. If I increase the sampling rate to 90 Hz, that cuts down the time to just under a second. It's fantastic.

Now the algorithm I've modified, and implemented to get these results is something I will keep closely to my chest for the time being, because I think it's fairly cool, and one doesn't need to do post analysis in MATLAB as is often the case as I also generate the root mean square error and an R-squared value to go along with the plotted data. The screenshots below are of the app's interface, detailing raw data, and post-analysis plots.

Description

Image

Tissue visualization (from Impedimed)

Model Circuit

Raw Data Coming in over BLE plotted in Real Time (Model Circuit 1)

Measured and fitted data plots. Ri = 1 KΩ, Re = 680 Ω, C = 4.7 nF all values are ± 5%

Raw Data Coming in over BLE plotted in Real Time (Model Circuit 2

Measured and fitted data plots. Ri = 1.3 KΩ, Re = 470 Ω, C = 6.8 nF all vales are ± 5%

The AD5933 was calibrated in this run with a 480 Ohm resistor, so the measurements are more accurate for impedances in this realm. Should one want to make the AD5933 more robust, a multiplexer connected to a wider range of calibration resistors should be used.

,