<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Engineer Sphere</title>
	<atom:link href="http://engineersphere.com/feed" rel="self" type="application/rss+xml" />
	<link>http://engineersphere.com</link>
	<description>Engineering can be difficult.  Let&#039;s make it a little easier, shall we?</description>
	<lastBuildDate>Wed, 30 Dec 2009 00:03:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solving a System Equation</title>
		<link>http://engineersphere.com/math/differential-equations/solving-a-system-equation.html</link>
		<comments>http://engineersphere.com/math/differential-equations/solving-a-system-equation.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 00:02:11 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Differential Equations]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[complex roots]]></category>
		<category><![CDATA[linear system equation]]></category>
		<category><![CDATA[solve for complex roots]]></category>
		<category><![CDATA[system equation]]></category>
		<category><![CDATA[system equations]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1117</guid>
		<description><![CDATA[Often during a course you will need to be able to solve a system equation for its roots.  These roots can be complex, distinct, or repeated.  These problems usually arise when working with linear systems or differential equations.  A system equation is formatted as follows:
System Equation: 
For example purposes, I will solve a system equation [...]]]></description>
			<content:encoded><![CDATA[<p>Often during a course you will need to be able to solve a system equation for its roots.  These roots can be complex, distinct, or repeated.  These problems usually arise when working with linear systems or differential equations.  A system equation is formatted as follows:</p>
<h3>System Equation: <img src='http://s.wordpress.com/latex.php?latex=Q%28D%29y_%7B0%7D%28t%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(D)y_{0}(t) = 0 ' title='Q(D)y_{0}(t) = 0 ' class='latex' /></h3>
<p>For example purposes, I will solve a system equation with complex roots.  A system equation with complex roots as a function of <img src='http://s.wordpress.com/latex.php?latex=%5Clambda%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\lambda ' title='\lambda ' class='latex' /> will appear in the following format (if it does not, you need to manipulate your equation to be in the form):</p>
<p><img src='http://s.wordpress.com/latex.php?latex=Q%28%5Clambda%29%20%3D%20%28%5Clambda%20-%20%5Calpha%20-%20j%5Cbeta%29%28%5Clambda%20-%20%5Calpha%20%2B%20j%5Cbeta%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(\lambda) = (\lambda - \alpha - j\beta)(\lambda - \alpha + j\beta) ' title='Q(\lambda) = (\lambda - \alpha - j\beta)(\lambda - \alpha + j\beta) ' class='latex' /></p>
<p><strong><span style="text-decoration: underline;">Roots</span></strong>: <img src='http://s.wordpress.com/latex.php?latex=%5Clambda%20%3D%20%5Calpha%20%5Cpm%20j%5Cbeta%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\lambda = \alpha \pm j\beta ' title='\lambda = \alpha \pm j\beta ' class='latex' /></p>
<p>So we have <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20C_%7B1%7De%5E%7B%28%5Calpha%20%2B%20j%5Cbeta%29t%7D%2BC_%7B2%7De%5E%7B%28%5Calpha%20-%20j%5Cbeta%29t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = C_{1}e^{(\alpha + j\beta)t}+C_{2}e^{(\alpha - j\beta)t} ' title='y_{0}(t) = C_{1}e^{(\alpha + j\beta)t}+C_{2}e^{(\alpha - j\beta)t} ' class='latex' /></p>
<p>which also equals <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20Ce%5E%7B%5Calpha%20t%7Dcos%28%5Cbeta%20t%20%2B%20%5Ctheta%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = Ce^{\alpha t}cos(\beta t + \theta) ' title='y_{0}(t) = Ce^{\alpha t}cos(\beta t + \theta) ' class='latex' /></p>
<p>so your first step is to look at your equation and determine your roots, then write out your <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation with constants.</p>
<p><span style="text-decoration: underline;">Example</span> <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bd%5E%7B2%7Dv%7D%7Bdt%5E%7B2%7D%7D%20%2B%204%5Cfrac%7Bdv%7D%7Bdt%7D%20%2B%204v%28t%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{d^{2}v}{dt^{2}} + 4\frac{dv}{dt} + 4v(t) = 0 ' title='\frac{d^{2}v}{dt^{2}} + 4\frac{dv}{dt} + 4v(t) = 0 ' class='latex' /> with initial conditions <img src='http://s.wordpress.com/latex.php?latex=V%280%29%20%3D%203v%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V(0) = 3v ' title='V(0) = 3v ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=V%5E%7B1%7D%280%29%20%3D%20-4v%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V^{1}(0) = -4v ' title='V^{1}(0) = -4v ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=Q%28%5Clambda%29%20%3D%20%5Clambda%5E%7B2%7D%20%2B%204%5Clambda%20%2B%204%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(\lambda) = \lambda^{2} + 4\lambda + 4 = 0 ' title='Q(\lambda) = \lambda^{2} + 4\lambda + 4 = 0 ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%28%5Clambda%20%2B%202%29%28%5Clambda%20%2B%202%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(\lambda + 2)(\lambda + 2) = 0 ' title='(\lambda + 2)(\lambda + 2) = 0 ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Clambda_%7B1%7D%20%3D%20%5Clambda_%7B2%7D%20%3D%20-2%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\lambda_{1} = \lambda_{2} = -2 ' title='\lambda_{1} = \lambda_{2} = -2 ' class='latex' /></p>
<p>so now we can write our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation as follows:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20C_%7B1%7De%5E%7B-2t%7D%2BC_%7B2%7Dte%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = C_{1}e^{-2t}+C_{2}te^{-2t} ' title='y_{0}(t) = C_{1}e^{-2t}+C_{2}te^{-2t} ' class='latex' /></p>
<p>In order to solve for <img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} ' title='C_{1} ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=C_%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{2} ' title='C_{2} ' class='latex' /> we need to use our initial conditions.  To evaluate the first derivative initial condition, we must first take the derivative of our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20C_%7B1%7De%5E%7B-2t%7D%2BC_%7B2%7De%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = C_{1}e^{-2t}+C_{2}e^{-2t} ' title='y_{0}(t) = C_{1}e^{-2t}+C_{2}e^{-2t} ' class='latex' /> that we just found.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%5E%7B1%7D%28t%29%20%3D%20-2C_%7B1%7De%5E%7B-2t%7D%20-%202C_%7B2%7D%2At%2Ae%5E%7B-2t%7D%20%2B%20C_%7B2%7De%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}^{1}(t) = -2C_{1}e^{-2t} - 2C_{2}*t*e^{-2t} + C_{2}e^{-2t} ' title='y_{0}^{1}(t) = -2C_{1}e^{-2t} - 2C_{2}*t*e^{-2t} + C_{2}e^{-2t} ' class='latex' /></p>
<p>evaluating this equation with t = 0 and the response equal to -4v, we get this: <img src='http://s.wordpress.com/latex.php?latex=-4%20%3D%20-2C_%7B1%7D%20%2B%20C_%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='-4 = -2C_{1} + C_{2} ' title='-4 = -2C_{1} + C_{2} ' class='latex' /></p>
<p>evaluating our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation with t = 0 and the response equal to 3v, we calculate <img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20%3D%203%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} = 3 ' title='C_{1} = 3 ' class='latex' /></p>
<p>Using these two equations, we calculate our constants:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20%3D%203%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} = 3 ' title='C_{1} = 3 ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=C_%7B2%7D%20%3D%202%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{2} = 2 ' title='C_{2} = 2 ' class='latex' /></p>
<p>Fill these into our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation to determine the final result.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%203e%5E%7B-2t%7D%2B2te%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = 3e^{-2t}+2te^{-2t} ' title='y_{0}(t) = 3e^{-2t}+2te^{-2t} ' class='latex' /></p>
<p>Now you know how to solve this common differential equations and linear systems problem, determine characteristic roots and modes, and write system equations. <img src='http://engineersphere.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>complex roots</b></li>
<li><a href="http://www.omchospital.com/hospital/medical-tourism-six-patients-tell-about-low-cost-high-quality-surgery-abroad.html/">Medical Tourism: Six Patients Tell About Low Cost, High Quality <b>&#8230;</b></a></li>
<li><a href="http://trevorpythag.wordpress.com/2009/09/22/complex-roots-of-unity/"><b>Complex roots</b> of unity</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>Differential Equations</b></li>
<li><a href="http://byorgey.wordpress.com/2009/12/16/how-to-solve-this-differential-equation/">How to solve this <b>differential equation</b>? « blog :: Brent -&gt; [String]</a></li>
<li><a href="http://entertainment.marrakech-marrakech.net/2009/12/25/applied-partial-differential-equations-oxford-texts-in-applied-and-engineering-mathematics/">Applied Partial <b>Differential Equations</b> (Oxford Texts in Applied <b>&#8230;</b></a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>linear system equation</b></li>
<li><a href="http://www.catonmat.net/blog/mit-linear-algebra-part-one/">MIT <b>Linear</b> Algebra, Lecture 1: The Geometry of <b>Linear Equations</b> <b>&#8230;</b></a></li>
<li><a href="http://mth21202f09bg.wordpress.com/2009/11/05/systems-of-linear-equations/"><b>Systems</b> of <b>linear equations</b> « Barry&#39;s Blog</a></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html" rel="bookmark" class="crp_title">Zero Input Response</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/introduction/support-breast-cancer-research.html" rel="bookmark" class="crp_title">$upport Breast Cancer Re$earch</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fmath%2Fdifferential-equations%2Fsolving-a-system-equation.html&amp;linkname=Solving%20a%20System%20Equation"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/differential-equations/solving-a-system-equation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pink Glove Video</title>
		<link>http://engineersphere.com/introduction/pink-glove-video.html</link>
		<comments>http://engineersphere.com/introduction/pink-glove-video.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:56:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[cancer awareness]]></category>
		<category><![CDATA[pink glove video]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1093</guid>
		<description><![CDATA[Very cool!
Pink Glove Video
Related Posts:$upport Breast Cancer Re$earchRoot Locus Method in MATLABVector Dot ProductIndefinite IntegralsSolving a System Equation]]></description>
			<content:encoded><![CDATA[<p>Very cool!</p>
<p><a href="http://www.cnn.com/video/#/video/bestoftv/2009/12/05/nr.pink.glove.video.cnn?iref=allsearch">Pink Glove Video</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/introduction/support-breast-cancer-research.html" rel="bookmark" class="crp_title">$upport Breast Cancer Re$earch</a></li><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fintroduction%2Fpink-glove-video.html&amp;linkname=Pink%20Glove%20Video"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/introduction/pink-glove-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biomedical Image Processing &#8211; IV</title>
		<link>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html</link>
		<comments>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:38:27 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[boolean operations]]></category>
		<category><![CDATA[component labeling]]></category>
		<category><![CDATA[digital filters]]></category>
		<category><![CDATA[grayscale imaging]]></category>
		<category><![CDATA[image modification]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[point operations]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1086</guid>
		<description><![CDATA[This post is continuing from Biomedical Image Processing &#8211; III.  Enjoy  
Basic Image Modification
While image processing operations can be performed in hardware (e.g., in cases where speed is paramount), many image processing operations are performed in software. This section discusses some of the basic processing operations performed on different types of images, including image [...]]]></description>
			<content:encoded><![CDATA[<p>This post is continuing from Biomedical Image Processing &#8211; III.  Enjoy <img src='http://engineersphere.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Basic Image Modification</h2>
<p>While image processing operations can be performed in hardware (e.g., in cases where speed is paramount), many image processing operations are performed in software. This section discusses some of the basic processing operations performed on different types of images, including image arithmetic, point operations, and geometric operations. Many of these operations are driven by the need to isolate regions of an image or to improve the appearance of an image.<br />
Like more advanced image modification techniques, these basic operations are rarely used alone. Rather, the individual operations are <span style="text-decoration: underline;"><strong>cascaded</strong></span> together to produce an overall desired effect.</p>
<h2>Image Arithmetic</h2>
<p>Image arithmetic represents a broad category of algorithms that use <strong><span style="text-decoration: underline;">pixel-based processes</span></strong> for combining or extracting image information. For example, if images P1 and P2 contain pixels that are referenced by a row integer i and column integer j, Table 1<br />
illustrates some arithmetic operations that can be performed on these images. In the table, the symbol C represents a constant value by which an image can be adjusted or scaled. Note that both images must be the same size for these operations to apply. These operations are primarily used as <span style="text-decoration: underline;"><strong>sub-steps</strong></span> in more complex image processing operations, rather than being useful on their own.</p>
<p>Table 1. Expressions for some common<strong><span style="text-decoration: underline;"> pixel-based</span></strong> image arithmetic algorithms.</p>
<p><img class="aligncenter size-full wp-image-1087" title="pixelbasedmod" src="http://engineersphere.com/wp-content/uploads/2009/12/pixelbasedmod.jpg" alt="pixelbasedmod" width="613" height="401" /></p>
<p>Figure 13. Example of an image that has been brightened by simple pixel-based addition</p>
<p><span style="text-decoration: underline;"><strong>Boolean operations</strong></span> are pixel-based, logical operations performed on sets of images (see Figure 14). Note that these operations are usually applied to two-color images (the pixel values are either “0” or “1”). A common example of a boolean operation is the use of NAND to identify objects that have moved between images (AND will yield the intersection of two images, denoting the stationary objects).</p>
<p><img class="aligncenter size-full wp-image-1088" title="booleanoperations" src="http://engineersphere.com/wp-content/uploads/2009/12/booleanoperations.jpg" alt="booleanoperations" width="613" height="439" /></p>
<p style="text-align: center;">Figure 14. Boolean operations performed on images</p>
<h2>Point Operations</h2>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Point operations</strong></span>, like image arithmetic, are pixel-based. However, these operations perform a mapping between image pixel intensity values and their representations on the new image. The most common point operations are <strong><span style="text-decoration: underline;">thresholding</span></strong>, <span style="text-decoration: underline;"><strong>contrast stretching</strong></span>, and <strong><span style="text-decoration: underline;">histogram equalization</span></strong>.</p>
<h2>Thresholding</h2>
<p style="text-align: left;">When an algorithm thresholds an image, the pixels whose intensities are above and below the threshold are assigned binary values. This technique is often used as an image preprocessing step before the image is passed to other processing algorithms. An example of thresholding is shown in Figure 15. In this figure, a slice of brain tissue (containing nervous cells and glia cells) is thresholded and then connected-component labeled so that the number of cells in the image can be counted.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1089" title="threshhold" src="http://engineersphere.com/wp-content/uploads/2009/12/threshhold.jpg" alt="threshhold" width="608" height="241" /></p>
<p style="text-align: left;">Figure 15. Illustration of how thresholding and connected-component labeling can be used for cell counting applications [http://www.dai.ed.ac.uk/HIPR2/threshld.htm].</p>
<h2>Histogram Equalization</h2>
<p style="text-align: left;">Histogram equalization reassigns the intensity values of pixels in the input image so that the output image contains a uniform distribution of intensities (i.e., a flat histogram). This is illustrated in Figure 16 (compare this figure to the image/histogram in Figure 10).</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1090" title="histogram2" src="http://engineersphere.com/wp-content/uploads/2009/12/histogram2.jpg" alt="histogram2" width="571" height="280" /></p>
<p style="text-align: left;">Figure 16. An example of histogram equalization for magnifying the level of detail inportions of a gray-scale image.</p>
<p style="text-align: left;">The next post, Biomedical Image Processing &#8211; V, will discuss contrast stretching, Image Denoising and Enhancement, and digital filters for noise reduction.  References for this post are listed in Biomedical Image Processing &#8211; I.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; III</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; II</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; I</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/basic-computer-concepts/karnaugh-maps.html" rel="bookmark" class="crp_title">Karnaugh Maps</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fbiomedical-engineering%2Fbiomedical-image-processing-iv.html&amp;linkname=Biomedical%20Image%20Processing%20%26%238211%3B%20IV"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biomedical Image Processing &#8211; III</title>
		<link>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iii.html</link>
		<comments>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iii.html#comments</comments>
		<pubDate>Fri, 04 Dec 2009 02:37:40 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[biomedical image processing]]></category>
		<category><![CDATA[component labeling]]></category>
		<category><![CDATA[dicom]]></category>
		<category><![CDATA[dicom image standard]]></category>
		<category><![CDATA[image analysis]]></category>
		<category><![CDATA[image classification]]></category>
		<category><![CDATA[intensity histogram]]></category>
		<category><![CDATA[m-mode]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1076</guid>
		<description><![CDATA[This post is continuing from Biomedical Image Processing &#8211; II.
DICOM Image Standard
Medical specialists have been slow to adopt widely accepted standards for image/film storage, display, and transmission. However, one standard has been adopted with reasonable success in the radiology community: DICOM (Digital Imaging and Communication in Medicine) has been progressively developed since 1983 by ACR/NEMA [...]]]></description>
			<content:encoded><![CDATA[<p>This post is continuing from Biomedical Image Processing &#8211; II.</p>
<h2>DICOM Image Standard</h2>
<p>Medical specialists have been slow to adopt widely accepted standards for image/film storage, display, and transmission. However, one standard has been adopted with reasonable success in the radiology community: DICOM (Digital Imaging and Communication in Medicine) has been progressively developed since 1983 by ACR/NEMA (America College of Radiologists and the National Electrical Manufacturers’ Association). DICOM defines a standard for the exchange and storage of medical images from various imaging modalities, including MRI, CT, and ultrasound. It focuses on the communication interface between a host computer and the scanner, but it also defines file format standards to which a system must adhere in order to be considered DICOM-compliant. Some examples of DICOM images are depicted in Figure 7.</p>
<p><strong>Good starter links:</strong></p>
<p>http://www.scispy.com/Standards/DICOM.html</p>
<p>ftp://ftp.philips.com/pub/ms/dicom/DICOM_Information/CookBook.pdf</p>
<p><img class="aligncenter size-full wp-image-1077" title="kneemri" src="http://engineersphere.com/wp-content/uploads/2009/12/kneemri.jpg" alt="kneemri" width="576" height="589" /></p>
<p style="text-align: center;">Figure 7. Radiological images stored in the DICOM standard image format [Vepro<br />
Computersysteme GmbH, Cardio Viewing Station, Version 4.41].</p>
<h3>Image Analysis</h3>
</p>
<p style="text-align: left;">Image analysis encapsulates a set of basic image processing operations whose purpose is to query, but not alter, an image. These operations include</p>
<ul>
<li>intensity histogram generation,</li>
<li>information classification, and</li>
<li>connected components labeling.</li>
</ul>
<p style="text-align: left;">
<h2>Intensity Histogram</h2>
<p style="text-align: left;">An intensity histogram describes the distribution of pixel intensity information within an image. This information is displayed as the number of counts associated with each intensity level (see Figure 9). Histograms can also be ascertained for color images, where distributions are displayed for the individual red/green/blue values.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1078" title="histogram" src="http://engineersphere.com/wp-content/uploads/2009/12/histogram.jpg" alt="histogram" width="487" height="184" />Figure 9. Depiction of a histogram for an 8-bit gray scale image (256 intensity levels).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1079" title="grayscaleimage" src="http://engineersphere.com/wp-content/uploads/2009/12/grayscaleimage.jpg" alt="grayscaleimage" width="608" height="335" />Figure 10. Histogram: 256-level gray scale image (X-ray of a human abdomen)<br />
[http://www.medphys.ucl.ac.uk/research/borg/research/NIR_topics/imaging_exp.htm].</p>
<h2>Classification</h2>
</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Image classification</strong></span> includes a broad set of algorithms for identifying portions of an image that are related to one another. This is very closely related to segmentation, which physically separates these regions from other regions. For example, in a fluorescence image of cells, a researcher might be interested in an image processing algorithm that localizes cell nuclei (see Figure 11) for counting purposes.</p>
<p style="text-align: left;"><img class="alignleft size-full wp-image-1080" title="flourescence" src="http://engineersphere.com/wp-content/uploads/2009/12/flourescence.jpg" alt="flourescence" width="498" height="266" /></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">Figure 11. Results of an algorithm that attempts to classify and segment portions of a<br />
fluorescence image that correspond to cell nuclei.</p>
<h2>Connected Components Labeling</h2>
</p>
<p style="text-align: left;">Connected components labeling is a process whereby an algorithm scans an image and groups sets of pixels based on common features (such as pixel intensity). Once these pixel elements are grouped, they are all assigned the same value and labeled as a region. This process is illustrated in Figure 12. Connected component labeling is different from classification in that the algorithms make no judgments as to which components exhibit similar properties.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1081" title="components" src="http://engineersphere.com/wp-content/uploads/2009/12/components.jpg" alt="components" width="518" height="275" />Figure 12. Example of component labeling based on nearest neighbor analysis<br />
[http://www.dai.ed.ac.uk/HIPR2/label.htm].
</p>
<p style="text-align: left;">
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>biomedical image processing</b></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>component labeling</b></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>dicom</b></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; IV</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; II</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; I</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fbiomedical-engineering%2Fbiomedical-image-processing-iii.html&amp;linkname=Biomedical%20Image%20Processing%20%26%238211%3B%20III"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iii.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biomedical Image Processing &#8211; II</title>
		<link>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html</link>
		<comments>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:53:02 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[aspect ratio]]></category>
		<category><![CDATA[image coordinate system]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[image properties]]></category>
		<category><![CDATA[monochrome]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[voxel]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1067</guid>
		<description><![CDATA[Continuing from Biomedical Image Processing &#8211; I
Image Properties
Once an image is stored in digital format, it can be described by a number of different parameters. Some of the relevant parameters are briefly discussed here. The traditional convention for an image coordinate system is depicted in Figure 4.

Figure 4. General convention for image coordinate systems.
While biomedical [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing from <a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html">Biomedical Image Processing &#8211; I</a></p>
<h2>Image Properties</h2>
<p>Once an image is stored in digital format, it can be described by a number of different parameters. Some of the relevant parameters are briefly discussed here. The traditional convention for an <span style="text-decoration: underline;"><strong>image coordinate system</strong></span> is depicted in Figure 4.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1068" title="imageproperties" src="http://engineersphere.com/wp-content/uploads/2009/12/imageproperties.jpg" alt="imageproperties" width="380" height="273" /></p>
<p style="text-align: center;">Figure 4. General convention for image coordinate systems.</p>
<p style="text-align: left;">While biomedical images are generally viewed in 2D, it is sometimes helpful to view gray-scale (<strong>monochrome</strong>) images in perspective, with the third axis being brightness. This is illustrated with “pseudoimage” data in Figure 5.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1069" title="pseudoimage" src="http://engineersphere.com/wp-content/uploads/2009/12/pseudoimage.jpg" alt="pseudoimage" width="525" height="280" /></p>
<p style="text-align: left;">Figure 5. Pseudoimage data viewed in 2D and perspective modes. Data values (either a &#8220;0&#8243; or a &#8220;2&#8243;) are placed within a 31-row by 24-column matrix.</p>
<p style="text-align: left;">Images can be described by a large number of different parameters. Some of these are listed here.</p>
<ul>
<li><span style="text-decoration: underline;"><strong>Pixels</strong></span> (a.k.a. picture elements, pels, image elements) – Individual rectangular<br />
elements that comprise an image. The term <strong><span style="text-decoration: underline;">voxel</span></strong> describes a pixel’s 3D analog.</li>
<li><strong><span style="text-decoration: underline;">Gray levels</span></strong> &#8211; An 8-bit, gray-scale image with 1024 × 1024 pixels requires a<br />
megabyte of storage.</li>
<li><strong><span style="text-decoration: underline;">Color depth</span></strong> – Usually reported as powers of 2, this can range from 2 colors up to 32-<br />
bit color (a.k.a. True Color). Colors are often defined using RGB (red-green-blue) or<br />
HSB (hue-saturation-brightness) combinations (see Figure 6).</li>
<li><span style="text-decoration: underline;"><strong>Aspect ratio</strong></span> – The scaling ratio between the x and y axes.</li>
<li><span style="text-decoration: underline;"><strong>Contrast</strong></span> – The relationship between the brightest and dimmest pixel in the image.</li>
<li><span style="text-decoration: underline;"><strong>Histogram</strong></span> – A binned representation of the gray levels, colors, or brightness levels<br />
in the image.</li>
</ul>
<p><strong>Other notes</strong>:</p>
<ul>
<li>Because of the optimization properties of 2D Fourier transforms, it is often<br />
advantageous to select image sizes whose number of rows and columns are both<br />
powers of 2 (e.g., 512 x 512 array with 128 gray levels – comparable to a<br />
monochrome TV image)</li>
<li>In motion videos, images are displayed at a rate of 30 frames per second</li>
</ul>
<p><span style="text-decoration: underline;"><strong>RGB</strong></span></p>
<p><img class="alignleft size-full wp-image-1070" title="rgb.jpg" src="http://engineersphere.com/wp-content/uploads/2009/12/rgb.jpg.bmp" alt="rgb.jpg" width="201" height="201" /></p>
<p style="text-align: left;"><strong>Primary colors: </strong>red, green, blue<strong><br />
Secondary colors</strong>: yellow = red + green, cyan = green +<br />
blue, magenta = blue + red.
</p>
<p style="text-align: left;"><strong>White</strong> = red + green + blue</p>
<p style="text-align: left;"><strong>Black</strong> = no light.<br />
[http://www.cecs.csulb.edu/~jewett/colors/rgb.html]</p>
<p style="text-align: left;"><strong>HUE</strong>: actual color<br />
Measured in angular degrees around the cone starting and ending at red = 0 or 360 (so yellow = 60, green = 120, etc.).</p>
<p style="text-align: left;"><img class="alignleft size-full wp-image-1072" title="hsb.jpg" src="http://engineersphere.com/wp-content/uploads/2009/12/hsb.jpg1.bmp" alt="hsb.jpg" width="221" height="216" /><strong><br />
SATURATION</strong>: purity of the color<br />
Measured in percent from the center of the cone (0) to the surface (100). At 0% saturation, hue is meaningless</p>
<p style="text-align: left;"><strong>BRIGHTNESS</strong>: measured in percent from black (0) to white (100). At 0% brightness, both hue and saturation are meaningless.<br />
[http://www.cecs.csulb.edu/~jewett/colors/hsb.html]</p>
<p>Figure 6. RGB and HSB color descriptions.</p>
<p>The next Biomedical Image Processing lesson will discuss image analysis, classification, and component labeling.  Happy Holidays!</p>
<p>-Jeff</p>
<p><span style="text-decoration: underline;"><strong> </strong></span></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; IV</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; III</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; I</a></li><li><a href="http://engineersphere.com/circuit-theory/mesh-current.html" rel="bookmark" class="crp_title">Mesh Current</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fbiomedical-engineering%2Fbiomedical-image-processing-ii.html&amp;linkname=Biomedical%20Image%20Processing%20%26%238211%3B%20II"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biomedical Image Processing &#8211; I</title>
		<link>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html</link>
		<comments>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:23:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[analog images]]></category>
		<category><![CDATA[biomedical image processing]]></category>
		<category><![CDATA[biomedical imaging]]></category>
		<category><![CDATA[digital image processing]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[processing images]]></category>
		<category><![CDATA[sampling]]></category>
		<category><![CDATA[scan line sensor]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1059</guid>
		<description><![CDATA[Images play a large role in the presentation of physiological information. Not all image
data, however, are ideal. Images can be corrupted by noise, exhibit blur or spatial
warping, contain non-optimal intensity/color representations, or simply be too large (or
too small) to be of practical or diagnostic value. The following pages contain an
overview of the following topics relevant [...]]]></description>
			<content:encoded><![CDATA[<p>Images play a large role in the presentation of physiological information. Not all image<br />
data, however, are ideal. Images can be corrupted by noise, exhibit blur or spatial<br />
warping, contain non-optimal intensity/color representations, or simply be too large (or<br />
too small) to be of practical or diagnostic value. The following pages contain an<br />
overview of the following topics relevant to biomedical image processing:</p>
<ul>
<li>Image creation: generation of digital images and their resulting properties.</li>
<li>Image modification: operations that can be performed on digital images including denoising, enhancement, and compression.</li>
<li>Image analysis: techniques for extraction of biomedical data from images, including feature recognition.</li>
</ul>
<p>The issues and techniques discussed here are general: they apply to images acquired using various methodologies, including X-ray radiography, X-ray computed tomography, MRI, ultrasound, and PET. Note that while image processing can be performed on<br />
analog images (e.g., by way of optical Fourier techniques), this overview concentrates on the processing of <span style="text-decoration: underline;"><strong>digital biomedical images</strong></span>.</p>
<h2>Digital Image Creation</h2>
<h3>Image Generation</h3>
<p><strong>Analog images</strong>, having continuously varying color or gray-scale representations, can be stored as digital images for use in computer-based systems. The rules that apply to the digitization of one-dimensional (1D) signals (e.g., voltage versus time) also apply to the digitization of spatial images (e.g., gray level versus position): the images must be sampled and quantized with enough fidelity that they truly represent their analog image counterparts. This, of course, depends on the application for which the images will be utilized. <strong>Scanning</strong>, the initial step in the image digitization process, includes the division of the picture into a number of small regions called picture elements, or pixels (see Figure 1).</p>
<p>The scanning operation represents the image by a grid consisting of m rows × n columns. For example, in the image shown in Figure 1, m = 288 and n = 432, for a total of 124,416 pixels. Each pixel is addressed by its (m,n) coordinate within the matrix. The scanning operation is accompanied by a<strong> sampling</strong> operation, which transforms the representative brightness of each pixel into an analog voltage level or other measurable signal. In the case of an X-ray radiograph, this operation might be performed by a photomultiplier tube.<br />
A good example of a common<strong> line scan sensor</strong> is a flatbed scanner, which uses an array of discrete silicon imaging elements, called photosites, to produce voltage output signals that are proportional to the intensity of the incoming light at each linear location. These solid state devices can be shuttered at high speeds (e.g., 1/10,000 of a second), and their precision typically ranges from 256 to 4096 elements [Gonzalez]. Solid state area sensors also exist, containing grid sizes from 32 × 32 pixels up to 1280 × 1024 pixels.<br />
Finally, each pixel in the grid is assigned an integer that corresponds to its brightness level. This quantization operation is similar to the <strong>quantization</strong> performed on 1D signal data. For example, in an 8-bit gray-scale image, the integer 0 may represent black, the integer 255 may represent white, and the integers in between will represent various gray scales that correspond to image intensity. The general convention in gray-scale images is that larger integers represent brighter pixel values (or pixels exhibiting greater signal<br />
strength).</p>
<p style="text-align: center;"><img class="alignleft size-full wp-image-1060" title="8bit1" src="http://engineersphere.com/wp-content/uploads/2009/12/8bit1.jpg" alt="8bit1" width="322" height="217" /><img class="size-full wp-image-1061 aligncenter" title="8bit2.jpg" src="http://engineersphere.com/wp-content/uploads/2009/12/8bit2.jpg.bmp" alt="8bit2.jpg" width="245" height="205" /></p>
<p style="text-align: left;">Figure 1. Eight-bit, gray-scale digital image consisting of individual square pixels, or<br />
picture elements.
</p>
<p style="text-align: left;">As illustrated in Figure 2, two-dimensional (2D) spatial images must obey sampling constraints that are similar to those imposed on 1D, time-based signals. When 1D signals are digitized with an analog-to-digital (A/D) converter, they must be sampled at a frequency greater than or equal to twice the highest frequency component in the signal. Likewise, 2D images must be sampled at a spatial frequency greater than or equal to twice the highest spatial frequency component in the image. Otherwise, these undersampled images will display the type of aliasing depicted in Figure 2. Note that to redisplay a digitally stored image, a D/A conversion is often required (e.g., for a cathode ray tube in a television set).</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1062" title="sampledimage" src="http://engineersphere.com/wp-content/uploads/2009/12/sampledimage.jpg" alt="sampledimage" width="590" height="163" />Figure 2. Simple illustration of aliasing in a digital image line [after Seeram, p. 55].</p>
<p style="text-align: left;">Some images are not produced on native rectangular grids. B-mode ultrasound images, for example, are often reconstructed from fan-shaped beams or radially-distributed ultrasonic reflectance data (see Figure 3). Production of a 2D image requires that these radial line data be interpolated. These interpolation schemes can affect the quality of the overall images, especially if the individual line scans are separated by large angles.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1063" title="bmodeultrasound" src="http://engineersphere.com/wp-content/uploads/2009/12/bmodeultrasound.jpg" alt="bmodeultrasound" width="542" height="279" />Figure 3. Examples of rectangular images constructed from non-rectangular imaging<br />
modalities [Fetal Image: http://www.biosound.com/image5.html; OCT/IVUS: CLEO<br />
’96 Proceedings, p. 55]
</p>
<p style="text-align: left;">
<h2>Why Digitize an Image?</h2>
<p style="text-align: left;">The reasons for digitizing 2D image data are very similar to the reasons for digitizing 1D data, revolving primarily around (1) the ability to transmit image data “noise free” and (2) the potential for processing these images with computational tools. These tools<br />
provide assistance in the following areas:</p>
<ul>
<li><strong>Image Enhancement/Restoration</strong>: image improvement, possibly through the<br />
reduction or removal of noise, artifact, or unnecessarily fine detail (e.g.,<br />
processing (1) degraded images of unrecoverable objects or (2) images from<br />
experiments that are too expensive to duplicate)</li>
<li><strong>Image Analysis</strong>: extraction of information with/without interpretation</li>
<li><strong>Pattern Recognition</strong>: structures and patterns are “seen” and recognized</li>
<li><strong>Image Detection</strong>: identification of certain shapes, contours, or textures while<br />
disregarding other image features</li>
<li><strong>Geometric Transformation</strong>: rotation and/or scaling of the image</li>
<li><strong>Data Compression</strong>: Reduction in image size for storage or transmission</li>
</ul>
<p>Part II of Biomedical Image Processing will discuss image properties and DICOM Image Standards.  This information was compiled by Steve Warren of Kansas State University using the following references:</p>
<p>[1] Seeram, Euclid. Computed Tomography: Physical Principles, Clinical<br />
Applications, and Quality Control, W.B. Saunders, Philadelphia, © 1994, ISBN 0-<br />
7216-6710-4<br />
[2] Shung, K. Kirk, Michael B. Smith, and Benjamin Tsui. Principles of Medical<br />
Imaging, Academic Press, San Diego, © 1992, ISBN 0-12-640970-6<br />
[3] Rosenfeld, Azriel and Avinish C. Kak. Digital Picture Processing, Second Edition,<br />
Volume 1, Academic Press, San Diego, ©1982, ISBN0-12-597301-2.<br />
[4] Rosenfeld, Azriel and Avinish C. Kak. Digital Picture Processing, Second Edition,<br />
Volume 2, Academic Press, San Diego, ©1982, ISBN 0-12-597301-2.<br />
[5] Gonzalez, Rafael C. and Richard E. Woods. Digital Image Processing, Addison-<br />
Wesley, Reading, MA, ©1993, ISBN 0-201-50803-6.<br />
[6] Teuber, Jan. Digital Image Processing, Prentice Hall, New York, ©1989, ISBN 0-<br />
13-213364-4.</p>
<p><img src="file:///C:/Users/Jeff/AppData/Local/Temp/moz-screenshot.png" alt="" /></p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>analog images</strong></li>
<li><a href="http://www.37lcdhdtv.com/best-deal-zenith-z37lz5d-for-899-99/">Best Deal Zenith Z37LZ5D for $899.99 | 37 LCD HDTVs</a></li>
<li><a href="http://notebooktaschen.co.cc/toshiba-satellite-l515-s4925-14-0-inch-laptop-blackgrey/">Notebook Taschen » Blog Archive » Toshiba Satellite L515-S4925 <strong>&#8230;</strong></a></li>
<li><a href="http://www.soundadviceblog.com/newspaper-columns/connecting-analog-camcorder-to-computer-home-theater-systems-and-music-reproduction-auto-loading-photo-scanner-from-hp/">Connecting <strong>analog</strong> camcorder to computer, home theater systems and <strong>&#8230;</strong></a></li>
<li><a href="http://page2pixel.rutgers.edu/?p=3">From Page2Pixel » Blog Archive » Death and Rebirth of an <strong>analog</strong> <strong>&#8230;</strong></a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>biomedical image processing</strong></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>biomedical imaging</strong></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; IV</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; II</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; III</a></li><li><a href="http://engineersphere.com/introduction/support-breast-cancer-research.html" rel="bookmark" class="crp_title">$upport Breast Cancer Re$earch</a></li><li><a href="http://engineersphere.com/biomedical-engineering/temperature-measurement.html" rel="bookmark" class="crp_title">Temperature Measurement</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fbiomedical-engineering%2Fbiomedical-image-processing-i.html&amp;linkname=Biomedical%20Image%20Processing%20%26%238211%3B%20I"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/biomedical-engineering/biomedical-image-processing-i.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Temperature Measurement</title>
		<link>http://engineersphere.com/biomedical-engineering/temperature-measurement.html</link>
		<comments>http://engineersphere.com/biomedical-engineering/temperature-measurement.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 04:20:26 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[steinhart-hart equation]]></category>
		<category><![CDATA[temperature]]></category>
		<category><![CDATA[temperature measurement]]></category>
		<category><![CDATA[temperature transduction]]></category>
		<category><![CDATA[thermisor]]></category>
		<category><![CDATA[thermistor]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1050</guid>
		<description><![CDATA[When you are calibrating equipment, you will probably want to account for temperatures associated with the system.  Here is some information about temperature measurement that might help you better understand.
The majority of physical processes are affected, to one degree or another, by temperature.  Whether these changes are exploited as a technique for temperature transduction or [...]]]></description>
			<content:encoded><![CDATA[<p>When you are calibrating equipment, you will probably want to account for temperatures associated with the system.  Here is some information about temperature measurement that might help you better understand.</p>
<p>The majority of physical processes are affected, to one degree or another, by temperature.  Whether these changes are exploited as a technique for temperature transduction or used to identify temperature induced artifacts, the measurement of temperature is of fundamental importance.  Some physical effects used as the basis for temperature transduction are listed below:</p>
<ol>
<li>Thermal expansion</li>
<li>Thermocapacitive effect</li>
<li>Thermochemical effect</li>
<li>Thermoelectric effect</li>
<li>Thermoresistive effect</li>
<li>Pyroelectric effect</li>
<li>Radiation effect</li>
</ol>
<p>Thermal expansion is the basis for function of mercury or alcohol thermometers while thermocouples employ the thermoelectric effect.  Like the resistance temperature detector (RTD), the thermistor is also a temperature sensistive resistor.  Thermistor is an acronym for thermally sensitive resistors.  While the thermocouple is the most versatile temperature transducer and the Platinum RTD is the most table, the word that best describes the thermistor is sensitive.</p>
<p>Of the three major categories of sensors, the thermistor exhibits by far the largest parameter change with temperature.   Thermistors are generally composed of semiconductor materials.  Although positive temperature coefficient units are available, most thermistors have a negative temperature coefficient (TC); that is, their resistance decreases with increasing temperature.  The negative T.C. can be as large as several percent per degree Celsius, allowing the thermistor circuit to detect minute changes in temperature, which could not be observed with an RTD or thermocouple circuit.  The price we pay for this increased sensitivity is loss of linearity.  The thermistor is an extremely non-linear device that is highly dependent upon process parameters.  Consequently, manufacturers have not standardized thermistor curves to the extent that RTD and thermocouple curves have been standardized.</p>
<p>An individual thermistor curve can be very closely approximated through the use of the <strong>Steinhart-Hart Equation</strong>:</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7BT_%7Bi%7D%7D%20%3D%20A%20%2B%20BlnR_%7Bi%7D%20%2B%20C%28lnR_%7Bi%7D%29%5E%7B3%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{1}{T_{i}} = A + BlnR_{i} + C(lnR_{i})^{3} ' title='\frac{1}{T_{i}} = A + BlnR_{i} + C(lnR_{i})^{3} ' class='latex' /></p>
<p style="text-align: left;">Here,</p>
<p style="text-align: left;"><img src='http://s.wordpress.com/latex.php?latex=T_%7Bi%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_{i} ' title='T_{i} ' class='latex' /> = temperature in degrees kelvin for i = 1,&#8230;,n (number of data points),</p>
<p style="text-align: left;"><img src='http://s.wordpress.com/latex.php?latex=R_%7Bi%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_{i} ' title='R_{i} ' class='latex' /> = resistance of the thermistor (ohms) for i = 1,&#8230;,n, and</p>
<p style="text-align: left;">A, B, C = Curve-fitting coefficients.</p>
<p style="text-align: left;">The choice of temperature transduction technique depends on a variety of factors, including temperature range, cost, size, weight, power consumption, sensitivity, aging effects, etc.  Another prime consideration that affects a choice is the range over which measurements are to be made and the precision of the readings.  Other considerations that may not be so obvious include selection of a thermal mass to be compatible with the bandwidth requirements of the anticipated temperature variations.</p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>steinhart-hart equation</b></li>
<li><a href="http://disipio.wordpress.com/2009/07/17/temperature-measurement-using-arduino-and-a-thermistor/">Temperature Measurement using Arduino and a Thermistor « Beyond <b>&#8230;</b></a></li>
<li><a href="http://wismie.wordpress.com/2009/07/19/mon-arduino-sait-lire-lheure/">Mon Arduino sait lire l&#39;heure (DS1307) « Le bac de Wismie</a></li>
<li><a href="http://tinkerish.com/blog/?p=88">avr based digital thermometer with nokia 3310 lcd and thermistor</a></li>
<li><a href="http://michael.thegrebs.com/2008/11/02/arduino-temperature-logging/">Quick &amp; Easy Temperature Logging with the Arduino</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>temperature</b></li>
<li><a href="http://www.dasohu.com/2009/10/measure-fundamental-temperature-correctly-to-need-to-notice/">Measure fundamental <b>temperature</b> correctly to need to notice &#8211; dasohu</a></li>
<li><a href="http://blogsandwikis.bentley.edu/themoneyillusion/?p=2654">TheMoneyIllusion » Global <b>temperature</b> pricing; reply to my critics</a></li>
<li><a href="http://pugetsoundblogs.com/forecasting-kitsap/2009/10/18/noaa-global-surface-temperature-was-second-warmest-for-september/">Forecasting Kitsap » Blog Archive » NOAA: Global Surface <b>&#8230;</b></a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>temperature measurement</b></li>
<li><a href="http://www.danmonitoring.com/data-loggers/temperature-measurement-recording.html"><b>Temperature measurement</b> &amp; recording</a></li>
<li><a href="http://www.dasohu.com/2009/10/measure-fundamental-temperature-correctly-to-need-to-notice/">Measure fundamental <b>temperature</b> correctly to need to notice &#8211; dasohu</a></li>
<li><a href="http://industrialpr.net/?p=35014">Safer <b>Temperature</b> Sensors Are Now Available</a></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li><li><a href="http://engineersphere.com/introduction/support-breast-cancer-research.html" rel="bookmark" class="crp_title">$upport Breast Cancer Re$earch</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li><li><a href="http://engineersphere.com/basic-computer-concepts/finite-state-machines.html" rel="bookmark" class="crp_title">Finite State Machines</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fbiomedical-engineering%2Ftemperature-measurement.html&amp;linkname=Temperature%20Measurement"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/biomedical-engineering/temperature-measurement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root Locus Method in MATLAB</title>
		<link>http://engineersphere.com/matlab/root-locus-method-in-matlab.html</link>
		<comments>http://engineersphere.com/matlab/root-locus-method-in-matlab.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:43:19 +0000</pubDate>
		<dc:creator>Papa_Smurf</dc:creator>
				<category><![CDATA[Control Systems]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[Root Locus]]></category>
		<category><![CDATA[root locus matlab]]></category>
		<category><![CDATA[root locus method]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1025</guid>
		<description><![CDATA[To start out, setup the open loop transfer function.

Next, you can choose to set up the MATLAB code in a few different ways. First make sure that both the numerator and denominator are in acceptable forms.
[1 2 3] is the same as saying 
Using an example:

We can write the numerator and denominator MATLAB codes as:
&#62;&#62;numerator=[1];
&#62;&#62;denominator=[1 8];
For a more complex [...]]]></description>
			<content:encoded><![CDATA[<p>To start out, setup the open loop transfer function.</p>
<p style="text-align: center"><img src='http://s.wordpress.com/latex.php?latex=G%28s%29H%28s%29%20%3D%20%5Cfrac%7BK%2A%28numerator%29%7D%7B%28denominator%29%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='G(s)H(s) = \frac{K*(numerator)}{(denominator)} ' title='G(s)H(s) = \frac{K*(numerator)}{(denominator)} ' class='latex' /></p>
<p>Next, you can choose to set up the MATLAB code in a few different ways. First make sure that both the numerator and denominator are in acceptable forms.</p>
<p style="text-align: center">[1 2 3] is the same as saying <img src='http://s.wordpress.com/latex.php?latex=s%5E%7B2%7D%2B2s%2B3%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='s^{2}+2s+3 ' title='s^{2}+2s+3 ' class='latex' /></p>
<p>Using an example:</p>
<p style="text-align: center"><img src='http://s.wordpress.com/latex.php?latex=G%28s%29H%28s%29%20%3D%20%5Cfrac%7BK%7D%7B%28s%2B8%29%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='G(s)H(s) = \frac{K}{(s+8)} ' title='G(s)H(s) = \frac{K}{(s+8)} ' class='latex' /></p>
<p>We can write the numerator and denominator MATLAB codes as:</p>
<p>&gt;&gt;numerator=[1];</p>
<p>&gt;&gt;denominator=[1 8];</p>
<p>For a more complex problem we can bypass the long and tedious expansion process and use the convolution function in MATLAB.</p>
<p style="text-align: center"><img src='http://s.wordpress.com/latex.php?latex=G%28s%29H%28s%29%3D%5Cfrac%7BK%7D%7B%28s%2B1%29%28s%5E2%2B6s%2B18%29%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='G(s)H(s)=\frac{K}{(s+1)(s^2+6s+18)} ' title='G(s)H(s)=\frac{K}{(s+1)(s^2+6s+18)} ' class='latex' /></p>
<p style="text-align: left">Here, the denominator is also represented by (s+1)*(s+3+3j)*(s+3-3j). Being three seperate parts, we can use convolution once for two of them, then use convolution again with the remaining part. Just look at the example:</p>
<p style="text-align: center">conv( A , conv( B , C ) )  &#8212;&gt; denominator = conv( [1 1], conv( [1 3+3*j], [1 3-3*j] ) );</p>
<p style="text-align: left">After we define our numerator and denominator in MATLAB, we can use the root locus function then set our axis parameters as follows.</p>
<p style="text-align: center">&gt;&gt;rlocus( numerator, denominator )</p>
<p style="text-align: center">&gt;&gt;axis([-10 10 -10 10])</p>
<p>Your plot should look similar to the following for this example:</p>
<p><img class="aligncenter size-full wp-image-1039" title="rootlocus" src="http://engineersphere.com/wp-content/uploads/2009/10/rootlocus1.jpg" alt="rootlocus" width="560" height="420" /></p>
<p style="text-align: center">
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>Root Locus</b></li>
<li><a href="http://poornimbaba.wordpress.com/2009/10/02/effect-of-adding-a-zero/">Effect of adding a zero!!!</a></li>
<li><a href="http://jyotsnaj.wordpress.com/2009/10/02/question-4-what-would-the-effect-of-adding-a-zero-to-a-control-system/">Question 4. What would the effect of adding a zero to a control <b>&#8230;</b></a></li>
<li><a href="http://padmasrees.wordpress.com/2009/09/29/ee301-assignment-3/">ee301-assignment-3 « Padmasrees&#39;s Blog</a></li>
<li><a href="http://www.nimaheydarian.com/2008/10/how-to-draw-root-locus-plots-using-matlab/">How To Draw <b>Root Locus</b> Plots Using Matlab &#8211; Nima Heydarian</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>root locus matlab</b></li>
<li><a href="http://www.nimaheydarian.com/2008/10/how-to-draw-root-locus-plots-using-matlab/">How To Draw <b>Root Locus</b> Plots Using <b>Matlab</b> &#8211; Nima Heydarian</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>root locus method</b></li>
<li><a href="http://padmasrees.wordpress.com/2009/09/29/ee301-assignment-3/">ee301-assignment-3 « Padmasrees&#39;s Blog</a></li>
<li><a href="http://adbhutam.wordpress.com/2009/09/30/%E2%80%98mithya%E2%80%99-defined-in-the-bhagavadgita/">&#39;MithyA&#39; defined in the Bhagavadgita « Adbhutam&#39;s Blog</a></li>
<li><a href="http://www.nimaheydarian.com/2008/10/how-to-draw-root-locus-plots-using-matlab/">How To Draw <b>Root Locus</b> Plots Using Matlab &#8211; Nima Heydarian</a></li>
<li><a href="http://www.40c.net.cn/2422/13/29/10/47.html">Stress Tolerance in Plants « distance learning certificate</a></li>
<li><a href="http://www.spottedhere.com/dallas/club/thrive+dallas">Thrive Club In Dallas</a></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/biomedical-engineering/temperature-measurement.html" rel="bookmark" class="crp_title">Temperature Measurement</a></li><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/introduction/support-breast-cancer-research.html" rel="bookmark" class="crp_title">$upport Breast Cancer Re$earch</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fmatlab%2Froot-locus-method-in-matlab.html&amp;linkname=Root%20Locus%20Method%20in%20MATLAB"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/matlab/root-locus-method-in-matlab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$upport Breast Cancer Re$earch</title>
		<link>http://engineersphere.com/introduction/support-breast-cancer-research.html</link>
		<comments>http://engineersphere.com/introduction/support-breast-cancer-research.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 06:02:42 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[breast cancer]]></category>
		<category><![CDATA[breast cancer awareness month]]></category>
		<category><![CDATA[cancer]]></category>
		<category><![CDATA[cancer research]]></category>
		<category><![CDATA[donations]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1011</guid>
		<description><![CDATA[For the remainder of the month, Engineersphere.com will donate $3 to the American Cancer Society for every guest post that is made.  Engineers can help in more ways than you thought!
You can donate too at the above link. Or to any of these foundations.

http://www.cancer.org/docroot/don/don_0.asp
http://www.relayforlife.org/
http://www.acscan.org/
Related Blogs

Related Blogs on breast cancer
Breast Cancer Types &#124; AllTheArticles.com


Related Blogs on [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-medium wp-image-1016" title="cancer2" src="http://engineersphere.com/wp-content/uploads/2009/10/cancer2-201x300.png" alt="cancer2" width="201" height="300" />For the remainder of the month, Engineersphere.com will donate $3 to the <a href="http://cancer.org">American Cancer Society</a> for every guest post that is made.  <a href="http://engineersphere.com">Engineers</a> can help in more ways than you thought!</strong></p>
<p><strong>You can donate too at the above link. Or to any of these foundations.<br />
</strong></p>
<p>http://www.cancer.org/docroot/don/don_0.asp</p>
<p>http://www.relayforlife.org/</p>
<p>http://www.acscan.org/</p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>breast cancer</strong></li>
<li><a href="http://allthearticles.com/2009/10/10/breast-cancer-types/"><strong>Breast Cancer</strong> Types | AllTheArticles.com</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>breast cancer awareness month</strong></li>
<li><a href="http://speaker.house.gov/blog/?p=2002">The Gavel » Blog Archive » October Is National <strong>Breast Cancer</strong> <strong>&#8230;</strong></a></li>
<li><a href="http://www.resourceshelf.com/2009/10/02/web-resources-for-breast-cancer-awareness-month/">Web Resources for <strong>Breast Cancer Awareness Month</strong> « ResourceShelf</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>cancer</strong></li>
<li><a href="http://allthearticles.com/2009/10/10/breast-cancer-types/">Breast <strong>Cancer</strong> Types | AllTheArticles.com</a></li>
<li><a href="http://www.anorak.co.uk/scare-stories/ron-greenlade-the-daily-express-deadly-cancer-jabs-and-how-global-warming-triggers-nuclear-war.html">Anorak News » Blog Archive » Ron Greenslade, The Daily Express <strong>&#8230;</strong></a></li>
<li><a href="http://www.seoishard.com">Free Seo Tools</a></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/basic-computer-concepts/finite-state-machines.html" rel="bookmark" class="crp_title">Finite State Machines</a></li><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fintroduction%2Fsupport-breast-cancer-research.html&amp;linkname=%24upport%20Breast%20Cancer%20Re%24earch"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/introduction/support-breast-cancer-research.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indefinite Integrals</title>
		<link>http://engineersphere.com/math/calculus/indefinite-integrals.html</link>
		<comments>http://engineersphere.com/math/calculus/indefinite-integrals.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 05:01:04 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[accelleration]]></category>
		<category><![CDATA[area under a curve]]></category>
		<category><![CDATA[definite integrals]]></category>
		<category><![CDATA[indefinite integrals]]></category>
		<category><![CDATA[integral]]></category>
		<category><![CDATA[integrals]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[velocity]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=991</guid>
		<description><![CDATA[In integral can be thought of as an area underneath a curve.  Integrals are often used to manipulate position, velocity, and acceleration equations to estimate different situations.  If you are given an equation that represents the velocity of a golf cart driving, like so:  (the &#8216; in y&#8217; represents the differential element  that [...]]]></description>
			<content:encoded><![CDATA[<p>In integral can be thought of as an area underneath a curve.  Integrals are often used to manipulate position, velocity, and acceleration equations to estimate different situations.  If you are given an equation that represents the velocity of a golf cart driving, like so: <img src='http://s.wordpress.com/latex.php?latex=y%20%5Cprime%20%3D%203%20x%5E%7B2%7D%20%2B%204%20x%20%2B%203%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y \prime = 3 x^{2} + 4 x + 3 ' title='y \prime = 3 x^{2} + 4 x + 3 ' class='latex' /> (the &#8216; in y&#8217; represents the differential element <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bd%7D%7Bdy%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{d}{dy} ' title='\frac{d}{dy} ' class='latex' /> that results when one performs a derivative on the position function f(x).)  then you can find use an integral (Anti-Derivative) to get an expression for the position of the golf cart, y(x).</p>
<p>The integral of a function is represented like so: <img src='http://s.wordpress.com/latex.php?latex=%5Cint_%7B%7D%5E%7Bx%7D%20f%28x%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\int_{}^{x} f(x) ' title='\int_{}^{x} f(x) ' class='latex' /> and it can be thought of as a sum of areas like so:</p>
<p><img class="aligncenter size-full wp-image-993" title="graph" src="http://engineersphere.com/wp-content/uploads/2009/10/graph.png" alt="graph" width="406" height="328" /></p>
<p>Here the integral is performed on the function <img src='http://s.wordpress.com/latex.php?latex=f%28x%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(x) ' title='f(x) ' class='latex' /> from point a to point b, which would make it a definite integral because the bounds are defined.  Our indefinite integral is the same procedure, except missing the bounds, which makes indefinite integral operation require a little twist.</p>
<p>We all know that the derivative of a constant is zero.  For instance, the derivative of 5 is equal to zero.  Once performing this derivative, we should still be able to perform the anti-derivative on this new function (zero) to obtain the original equation (5).  But how will we know what number permeates from performing an anti-derivative of zero.  An indefinite integral is called indefinite because the bounds are not defined on the integration, like so:  <img src='http://s.wordpress.com/latex.php?latex=%5Cint_%7B1%7D%5E%7B4%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\int_{1}^{4} ' title='\int_{1}^{4} ' class='latex' />.  When we perform our indefinite integral we represent this long-lost constant by the letter &#8216;C&#8217;.</p>
<p>Before we integrate our golf cart velocity equation, lets go ahead and look at the laws of integration:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cint_%7B%7D%5E%7B%7D%20f%20%28x%29%5E%7Bn%7D%20%3D%20%5Cfrac%7Bf%28x%29%5E%7Bn%2B1%7D%7D%7Bn%2B1%7D%20%2B%20C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\int_{}^{} f (x)^{n} = \frac{f(x)^{n+1}}{n+1} + C ' title='\int_{}^{} f (x)^{n} = \frac{f(x)^{n+1}}{n+1} + C ' class='latex' /></p>
<p>The integral can also be split up into separate individual integrals if there is addition in the function you are integrating.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cint_%7B%7D%5E%7B%7D%20%285x%5E%7B2%7D%20%2B%203x%20%2B%204%29%20%3D%20%5Cint_%7B%7D%5E%7B%7D%205x%5E%7B2%7D%20%2B%20%5Cint_%7B%7D%5E%7B%7D%203x%20%2B%20%5Cint_%7B%7D%5E%7B%7D%204%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\int_{}^{} (5x^{2} + 3x + 4) = \int_{}^{} 5x^{2} + \int_{}^{} 3x + \int_{}^{} 4 ' title='\int_{}^{} (5x^{2} + 3x + 4) = \int_{}^{} 5x^{2} + \int_{}^{} 3x + \int_{}^{} 4 ' class='latex' /> and whenever you add these integrals together, you only need to account for 1 of the constants (C).</p>
<p>So the integral of our velocity <img src='http://s.wordpress.com/latex.php?latex=y%20%5Cprime%20%3D%203%20x%5E%7B2%7D%20%2B%204%20x%20%2B%203%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y \prime = 3 x^{2} + 4 x + 3 ' title='y \prime = 3 x^{2} + 4 x + 3 ' class='latex' /> will go as follows:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cint_%7B%7D%5E%7B%7D%203x%5E%7B2%7D%20%2B%204x%20%2B%203%20%3D%20%5Cfrac%7B3x%5E%7B3%7D%7D%7B3%7D%20%2B%20%5Cfrac%7B4x%5E%7B2%7D%7D%7B2%7D%20%2B%203x%20%2B%20C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\int_{}^{} 3x^{2} + 4x + 3 = \frac{3x^{3}}{3} + \frac{4x^{2}}{2} + 3x + C ' title='\int_{}^{} 3x^{2} + 4x + 3 = \frac{3x^{3}}{3} + \frac{4x^{2}}{2} + 3x + C ' class='latex' /></p>
<p>or</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y%28x%29%20%3D%20%5Cfrac%7B3x%5E%7B3%7D%7D%7B3%7D%20%2B%5Cfrac%7B4x%5E%7B2%7D%7D%7B2%7D%20%2B%203x%20%2B%20C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(x) = \frac{3x^{3}}{3} +\frac{4x^{2}}{2} + 3x + C ' title='y(x) = \frac{3x^{3}}{3} +\frac{4x^{2}}{2} + 3x + C ' class='latex' /></p>
<p>We can solve for our constant, C, if we are given initial conditions, such as the golf cart was moving at y&#8217;(0) = 1 m/s when we began collecting our data.  Otherwise, we leave the integral in this form.  If you would like to learn how to perform a definite integral, refer to our article on definite integrals.<br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>accelleration</b></li>
<li><a href="http://jamesmessig.wordpress.com/2008/02/15/dive-and-fry-stellar-sail-propulsion-for-interstellar-travel/">Dive and Fry Stellar Sail Propulsion for Interstellar Travel <b>&#8230;</b></a></li>
<li><a href="http://gordonfraser.wordpress.com/2009/07/16/fuel-light-challenge-1/">Fuel Light Challenge #1 « YamYam Biker</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>area under a curve</b></li>
<li><a href="http://trevorpythag.wordpress.com/2009/08/11/trapezium-method-for-approximating-the-area-under-a-curve/">Trapezium Method for Approximating the <b>Area Under a Curve</b> « Trevor <b>&#8230;</b></a></li>
<li><a href="http://www.crossfitinvictus.com/blog/2009/10/friday-october-9-2009/">Friday, October 9, 2009 « CrossFit Invictus Blog</a></li>
<li><a href="http://www.healthpolcom.com/blog/2009/09/25/bending-the-cost-curve-trees-and-forests/">Health Policy and Communications Blog » Blog Archive » Bending the <b>&#8230;</b></a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>definite integrals</b></li>
<li><a href="http://arcsecond.wordpress.com/2009/07/17/a-few-definite-integrals/">a few <b>definite integrals</b></a></li>
<li><a href="http://www.myengg.com/engg/info/300/syllabus-for-iit-jee-mathematics/">Syllabus for IIT JEE- MATHEMATICS</a></li>
<li><a href="http://jimmy13.wordpress.com/2009/10/10/maple-13/">Maple 13 « Unrequited Expectations</a></li>
<li><a href="http://deltaepsilons.wordpress.com/2009/07/24/a-quick-integral/">A quick <b>integral</b> « Delta Epsilons</a></li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li><li><a href="http://engineersphere.com/introduction/support-breast-cancer-research.html" rel="bookmark" class="crp_title">$upport Breast Cancer Re$earch</a></li><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html" rel="bookmark" class="crp_title">Zero Input Response</a></li></ul></div><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fengineersphere.com%2Fmath%2Fcalculus%2Findefinite-integrals.html&amp;linkname=Indefinite%20Integrals"><img src="http://engineersphere.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/calculus/indefinite-integrals.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
