Purchase Solution

Matlab- Hemoglobin spectroscopy.

Not what you're looking for?

Ask Custom Question

Hemoglobin spectroscopy.

There are three files to be used for this problem: oxy.asc gives the μa spectrum of 100% oxyhemoglobin for tissue with 0.5% blood content by volume and 150 mg of hemoglobin per mL of blood (first column is wavelength in nm, second column is μa in cm-1), deoxy.asc gives the same for 100% deoxyhemoglobin, and tissue.asc gives a spectrum of tissue with unspecified blood content and oxygenation. Each spectrum is given between 700 and 950 nm.

Using Matlab, Construct a full-spectrum least-squares fit to the tissue spectrum. Using these fitting coeffcients for oxy and deoxy hemoglobin, calculate
(a) the O2 saturation percentage and
(b) the micromolarity of hemoglobin in the tissue as a whole (not just the blood). Plotyour least-squares spectral fit on top of the sample spectrum, to demonstrate that it is a good fit.

See attached file for full problem description.

Purchase this Solution

Solution Preview

The LSQ fit and the appropriate plot are written in the attached Matlab script.

The O2 percentage is the xx(1) calculated in the script * ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.