<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3100333368205461000</id><updated>2013-03-06T22:09:07.728+05:30</updated><category term='Technology'/><category term='Information'/><title type='text'>Electronics</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3100333368205461000.post-1421155984945566706</id><published>2013-03-03T18:01:00.000+05:30</published><updated>2013-03-06T20:34:59.257+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Information'/><title type='text'>Introduction to MATLAB graphics</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="text-align: left;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; MATLAB&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;has a large number of functions associated with graphical output. If you'd like to explore the&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;possibilities use help plot or help plot 3 for 3-dimensional plots, or run the MATLAB demo (by typing&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;demo) and look at the information on visualization and graphics.&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;We start with basic plotting routines and look at some fancy graphics to get a taste of MATLAB’s abilities.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Suppose that the maximum and minimum temperature (in degrees Celsius) recorded from 12 to 18&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;January are 23, 27, 21, 28, 24, 25, 26, and 11, 10, 15, 15, 14, 15, 12 respectively.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;1) Set up the vector 'date' to have elements from 12 to 18, and the vectors 'maxtemp' and 'mintemp' to&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;contain the temperature data given above. It does not matter whether the vectors are row or column&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;vectors.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;All the vectors are of the same length so it is possible to plot one against the other.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2) Create a plot of the maximum temperatures by typing plot(date, maxtemp)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The x-axis variable is listed first. This graph will be created in a window called Figure No. 1. If this&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;window is not visible select Figure No. 1 under Window on the menu. Your graph should look like the&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;one below.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-E5BxX1qtgKc/UTM-hC7X-HI/AAAAAAAAAH8/u1856fiVTAg/s1600/matlab.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="348" src="http://3.bp.blogspot.com/-E5BxX1qtgKc/UTM-hC7X-HI/AAAAAAAAAH8/u1856fiVTAg/s400/matlab.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3) Now type plot(date,mintemp) .&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The previous plot disappears and the new plot is displayed.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;We can also plot both graphs in one figure:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4) Type plot(date,maxtemp); followed by hold on; Then type plot(date, mintemp); followed by&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;hold off;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;hold on tells MATLAB to keep the old plot and add the new graph to it. hold off turns the hold-feature&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;off again. We could also have used plot(date, maxtemp, date, mintemp); which tells MATLAB to plot&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;maxtemp against date and then mintemp against date in the same graph. The colors of the graphs are then&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;different.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5) Select Insert from the figure window and then Title. A text box will appear in the figure window.&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Type '12-18 January'. Now add the label 'date' to the x-axis and 'temp (Celsius)' to the y-axis using&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;the appropriate selections under Insert.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6) Select Edit and then Axes properties. Un-select Auto for X (click in the Auto box to remove the tick).&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Then change the limits of 12 and 18 for the x-axis to 11.5 and 18.5 respectively. Now change the&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;limits for the y-axis to 9 and 30. If the Immediately apply box at the bottom of the Axes Properties&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;window is not ticked you must click OK to see the changes.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; 7) Click on the graph corresponding to the maximum temperature. Then select Current Object&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Properties under Edit in the figure window. Select No line (none) under Line Style. Under Marker&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Properties, select a marker of your choice, eg. Six-pointed star. Choose a nice color.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;8) Repeat for the graph corresponding to the minimum temperature with a different&amp;nbsp;color&amp;nbsp;and marker.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;9) To add a legend, select Insert then Legend. You can change the description of the graphs in the legend by double clicking on the text in the figure window. Change the descriptions to 'maxima' for the maximum temperature graph and 'minima' for the minimum temperature graph.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; 10) Select Insert, then Text (or click on the A button on the menu). Move your mouse to the plot window. Position the cursor near the highest point in the graph and click. Type 'highest' in the field.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; The final graph is shown below:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://2.bp.blogspot.com/-EnA-zcIyW4Y/UTNB8Z0H4_I/AAAAAAAAAIM/OtP7JJaWjk4/s1600/matlab2.png" imageanchor="1"&gt;&lt;img border="0" height="348" src="http://2.bp.blogspot.com/-EnA-zcIyW4Y/UTNB8Z0H4_I/AAAAAAAAAIM/OtP7JJaWjk4/s320/matlab2.png" width="400" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="color: #cc0000;"&gt;&lt;span style="font-size: large;"&gt;ADS&lt;/span&gt;: &lt;/span&gt;Get some awesome gadgets from &lt;span style="color: #38761d; font-size: large;"&gt;eBay&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/1421155984945566706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ankurdhami008.blogspot.com/2013/03/introduction-to-matlab-graphics.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/1421155984945566706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/1421155984945566706'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/2013/03/introduction-to-matlab-graphics.html' title='Introduction to MATLAB graphics'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-E5BxX1qtgKc/UTM-hC7X-HI/AAAAAAAAAH8/u1856fiVTAg/s72-c/matlab.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3100333368205461000.post-768921369864117008</id><published>2013-02-24T16:41:00.001+05:30</published><updated>2013-03-06T21:08:25.318+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Night Vision Technology</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;span lang="EN-US" style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Shruti; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Night vision technology, literally allows one to see in the dark. It is originally developed for military use .Humans have poor night vision compared to many other animals.With the proper night-vision equipment, we can see a person standing over 200 yards (183 m) away on a moonless, cloudy night.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span lang="EN-US"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraph" style="text-align: left; text-indent: -18pt;"&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="text-align: left; text-indent: 36pt;"&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="text-align: left; text-indent: 36pt;"&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="font-family: Arial, Helvetica, sans-serif; text-align: left; text-indent: 36pt;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 12pt; line-height: 18px; text-indent: 36pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraph" style="text-align: left; text-indent: -18pt;"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;b style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 14pt; line-height: 21px;"&gt;Types of Night Vision device:&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 115%; text-indent: 36pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1) Image intensification (light amplification) and&lt;/span&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="font-size: 12pt; line-height: 115%; text-align: left;"&gt;&lt;span lang="EN-US" style="font-size: 12.0pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="font-size: 12pt; line-height: 115%; text-align: left;"&gt;&lt;span lang="EN-US" style="font-size: 12.0pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2) Thermal imaging(infrared).&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: 19px; line-height: 21px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="color: #cc0000;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 14pt; line-height: 115%;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 14.0pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;IMAGE ENHANCEMENT&amp;nbsp; COMPONENTS&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="MsoListParagraph" style="text-align: left; text-indent: -18pt;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-dT6IZbb9jzI/USnkTBhZTVI/AAAAAAAAAHE/MZ4sM6FAsHw/s1600/nightvision.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="165" src="http://4.bp.blogspot.com/-dT6IZbb9jzI/USnkTBhZTVI/AAAAAAAAAHE/MZ4sM6FAsHw/s320/nightvision.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ol style="text-align: left;"&gt;&lt;li style="line-height: 115%;"&gt;&lt;span style="line-height: 115%; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;&lt;span style="font-size: medium;"&gt;&amp;nbsp;&lt;/span&gt; &amp;nbsp; &lt;/b&gt;Front lens &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b style="line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;span style="line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp;Photo cathode&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b style="line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp; &lt;/b&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;Micro Channel Plate&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b style="line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp; &lt;/b&gt;&lt;span style="line-height: 115%; text-indent: -18pt;"&gt;High Voltage Power Supply&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Phosphor Screen&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eyepiece&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;Image Intensifier&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 14pt; line-height: 115%; text-indent: -18pt;"&gt;v&amp;nbsp;&lt;span style="color: #cc0000; font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 14.0pt; line-height: 115%;"&gt;IMAGE INTENSIFICATION&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;b style="font-size: 19px; line-height: 21px; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp; &lt;/b&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="line-height: 115%; text-indent: -18pt;"&gt;It is also called light amplification &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 18px;"&gt;It is less expensive than thermal&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 18px;"&gt;Light amplification technology takes the small amount of light, such as moonlight or starlight, that is in the surrounding area, and converts the light energy (scientists call it photons), into electrical energy (electrons).&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 18px; text-indent: -18pt;"&gt;These electrons pass through a thin disk that's about the size of a quarter and contains over 10 million channels.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; As the electrons travel through and strike the walls of the channels, thousands more electrons are released.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &lt;span lang="EN-US" style="text-indent: -18pt;"&gt;These multiplied electrons then bounce off of a phosphor screen which converts the electrons back into photons and lets you see an impressive nighttime view even when it's really dark.&lt;/span&gt;&lt;b style="line-height: 21px; text-indent: -18pt;"&gt;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;span style="line-height: 21px;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 115%; text-indent: -18pt;"&gt;v&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp;&lt;span style="color: #cc0000;"&gt; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 16.0pt; line-height: 115%;"&gt;THERMAL IMAGING&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: 21px; line-height: 24px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;div class="MsoNormal"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 21px; line-height: 24px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 14.0pt; line-height: 115%;"&gt;&lt;span style="color: #38761d;"&gt;SPECIFICATIONS&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-left: 36pt; text-indent: -18pt;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 12.0pt; line-height: 115%; mso-bidi-font-family: Wingdings; mso-bidi-font-weight: bold; mso-fareast-font-family: Wingdings;"&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-left: 36pt; text-indent: -18pt;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12.0pt; line-height: 115%; mso-bidi-font-weight: bold;"&gt;&amp;nbsp;Scan 30 times per sec.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12.0pt; line-height: 115%; mso-bidi-font-weight: bold;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;"&gt;Sense temperature ranging&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;"&gt;from -20 to 2,000 degree Celsius.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-indent: -18pt;"&gt;It shows a very minute difference of as small as 0.1 degree Celsius from more than 1,000 ft away.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify; text-indent: -24px;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-indent: -18pt;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 115%; text-indent: -18pt;"&gt;v &lt;span style="color: #cc0000; font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b style="text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 16.0pt; line-height: 115%;"&gt;TYPES OF THERMAL IMAGING DEVICES&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoListParagraph" style="mso-list: l0 level1 lfo1; text-indent: -18.0pt;"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 16.0pt; line-height: 115%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 18px;"&gt;&lt;span style="line-height: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 18px;"&gt;&lt;span style="line-height: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-zyNAMWh6L2g/USnnsu2LRGI/AAAAAAAAAHU/NmtkjhXGGow/s1600/type.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-zyNAMWh6L2g/USnnsu2LRGI/AAAAAAAAAHU/NmtkjhXGGow/s1600/type.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 18px;"&gt;&lt;span style="line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="line-height: 18px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 115%; text-indent: -18pt;"&gt;v&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="color: #cc0000;"&gt; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 16.0pt; line-height: 115%;"&gt;GENERATION OF NVT:&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;h3&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-weight: normal;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Generation 0&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; font-weight: normal; line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="font-size: 7pt; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; font-weight: normal; line-height: 115%; text-indent: -18pt;"&gt;Generation 1&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span lang="EN-US" style="font-size: 12pt; font-weight: normal; line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt;"&gt;&lt;span style="font-size: 7pt; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt;"&gt;Generation 2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; font-weight: normal; line-height: 115%; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 16px; font-weight: normal; line-height: 18px; text-indent: -24px;"&gt;Generation 3&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: 16px; font-weight: normal; line-height: 18px; text-indent: -24px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; font-weight: normal; line-height: 18px; text-indent: -18pt;"&gt;Generation 4&lt;/span&gt;&lt;span style="font-size: small; font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="color: #6aa84f; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; text-indent: -24px;"&gt;&lt;u&gt;Generation 0&lt;/u&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;div class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;The earliest (1950's) night vision products were based on image conversion, rather than intensification.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -18pt;"&gt;&lt;span style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b style="line-height: 18px;"&gt;&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b style="text-indent: -24px;"&gt;&lt;span lang="EN-US" style="color: #6aa84f;"&gt;&amp;nbsp;&lt;u&gt;Generation 1&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-indent: -24px;"&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Vacuum Tube Technology&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Full Moon Operation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Amplification: 1,000&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Operating Life: 2,000 Hours&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="MsoNormal"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 12.0pt; line-height: 115%;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="color: #6aa84f; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;u&gt;Generation 2&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-size: 12pt; line-height: 115%;"&gt;&amp;nbsp; &amp;nbsp; &lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;First Micro channel Plate&amp;nbsp; Application&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;One-Quarter Moon Operation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span lang="EN-US" style="font-size: 12pt;"&gt;Amplification: 20,000&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Operating Life: 2,500 Hours&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;u&gt;&lt;span style="color: #6aa84f;"&gt;Generation 3&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;Improved Micro channel Plate&amp;nbsp; &amp;amp; Photo cathode&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Starlight Operation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Amplification: 40,000&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Operating Life: 10,000 Hour&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="MsoNormal"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 12.0pt; line-height: 115%;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="color: #6aa84f; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;u&gt;Generation 4&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="line-height: 18px;"&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;Generation 4 has less noise than generation 3, however it has shorter life.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;b style="font-size: x-large;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="color: #cc0000;"&gt;Improvements&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: large;"&gt;&lt;span style="line-height: 27px;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&lt;span style="font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;MCP &amp;amp; Photo cathode&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Starlight Operation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Amplification: 40,000&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="font-size: 16px;"&gt;Operating Life: 10,000 Hour&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang="EN-US" style="color: #cc0000; font-family: Arial, Helvetica, sans-serif; font-size: 16.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Shruti; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"&gt;APPLICATIONS&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;ul style="display: inline !important;"&gt;&lt;li style="display: inline !important;"&gt;&lt;div class="MsoListParagraph" style="display: inline !important; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12pt;"&gt;Military&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="font-size: 16px;"&gt;Law enforcement&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="font-size: 16px;"&gt;Hunting&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="font-size: 16px;"&gt;Wildlife observation&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="font-size: 16px;"&gt;Surveillance&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="font-size: 16px;"&gt;Security&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="font-size: 16px;"&gt;Navigation&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span lang="EN-US" style="font-size: 12pt; text-indent: -18pt;"&gt;Hidden-object detection&lt;/span&gt;&lt;span lang="EN-US" style="text-indent: -18pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: 'Times New Roman'; font-size: 12pt; line-height: 18px;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Entertainment&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 18px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-aLMJf2bLqNo/USnwYszuozI/AAAAAAAAAHs/P55qnYZy2Ng/s1600/night2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="307" src="http://2.bp.blogspot.com/-aLMJf2bLqNo/USnwYszuozI/AAAAAAAAAHs/P55qnYZy2Ng/s400/night2.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://3.bp.blogspot.com/-x3r9seYcBQo/USnwWpP6OnI/AAAAAAAAAHk/vNhy7_RYYtA/s1600/night1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="365" src="http://3.bp.blogspot.com/-x3r9seYcBQo/USnwWpP6OnI/AAAAAAAAAHk/vNhy7_RYYtA/s400/night1.png" width="400" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 115%; text-align: left; text-indent: -18pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 115%; text-align: left; text-indent: -18pt;"&gt;v&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b style="text-align: left; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 16.0pt; line-height: 115%;"&gt;NIGHT VISION DEVICES&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-weight: bold;"&gt;&lt;span style="color: #6aa84f;"&gt;SCOPES&lt;/span&gt; :&amp;nbsp;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-indent: -18pt;"&gt;&lt;span style="font-size: 7pt; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; text-indent: -18pt;"&gt;They are monocular normally&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 18px;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;handheld or mounted on a weapon.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;b style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-indent: -18pt;"&gt;&lt;span style="color: #6aa84f;"&gt;GOGGLES&lt;/span&gt;: &amp;nbsp;&lt;/b&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-indent: -18pt;"&gt;They are binocular and&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px;"&gt;worn on the head.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;b style="font-size: 12pt; line-height: 18px; text-align: justify; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="font-size: 12pt;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="color: #6aa84f;"&gt;CAMERAS&lt;/span&gt;: &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; text-align: justify;"&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 18px; text-indent: -18pt;"&gt;Used for transmission or recording&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-align: justify;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-align: justify;"&gt;of images mostly if the location is &amp;nbsp; &amp;nbsp; &amp;nbsp;fixed.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 24px; text-indent: -18pt;"&gt;v&amp;nbsp;&lt;span style="color: #cc0000; font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-indent: -18pt;"&gt;&lt;span lang="EN-US" style="color: #cc0000; font-size: 16pt; line-height: 24px;"&gt;FUTURE ASPECTS&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: left; text-indent: -24px;"&gt;&lt;div style="text-align: justify;"&gt;&lt;b style="font-family: Arial, Helvetica, sans-serif; font-size: 21px; line-height: 24px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 24px; text-indent: -18pt;"&gt;&lt;b style="font-size: 21px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/b&gt;1&lt;span style="font-size: 21px;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;The Army is pushing NVT into the digital aspects. Future NV goggles are being designed &amp;nbsp;not just to see better at night but also to allow soldiers to share images of what they see with other soldiers who may be miles away.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 115%; text-indent: -18pt;"&gt;&amp;nbsp; &amp;nbsp; 2.&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-align: left; text-indent: -18pt;"&gt;&lt;span style="font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px; text-align: left; text-indent: -18pt;"&gt;Technologists are working to meet the challenges of the Army, which includes their requirements for power of capture, size&amp;nbsp; and weight of equipment.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span lang="EN-US" style="font-family: Wingdings; font-size: 16pt; line-height: 115%; text-align: left; text-indent: -18pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: red;"&gt;ADS: &lt;/span&gt;&amp;nbsp;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Get some Awesome Electronics Gadgets from &lt;span style="font-size: large;"&gt;eBay&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraph" style="text-indent: -18pt;"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size: 16.0pt; line-height: 115%;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/768921369864117008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ankurdhami008.blogspot.com/2013/02/night-vision-technology.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/768921369864117008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/768921369864117008'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/2013/02/night-vision-technology.html' title='Night Vision Technology'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-dT6IZbb9jzI/USnkTBhZTVI/AAAAAAAAAHE/MZ4sM6FAsHw/s72-c/nightvision.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3100333368205461000.post-4589535607705267296</id><published>2013-02-18T17:50:00.000+05:30</published><updated>2013-02-18T17:56:53.273+05:30</updated><title type='text'>Introduction to Arduino</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: #cc0000; font-family: Arial, Helvetica, sans-serif; font-size: large;"&gt;What is Arduino?&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="background-color: white; line-height: 23px; text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="color: #555555; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="background-color: white; text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Arduino is an open source physical computing platform based on a simple input/output (I/O) board and a development environment that implements the Processing language.&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: transparent; line-height: 23px;"&gt;Arduino can be used&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: transparent; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;to develop standalone interactive objects &lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: transparent; line-height: 23px;"&gt;or can be connected to software on your &amp;nbsp;&lt;/span&gt;&lt;span style="background-color: transparent; line-height: 23px;"&gt;computer (such as Flash, Processing,&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: transparent; line-height: 23px;"&gt;or Max/MSP).&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free on www.arduino.cc&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: #555555; text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: 14px; line-height: 23px; text-align: start;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&lt;span style="color: #cc0000; font-size: large;"&gt;How differs from others?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;Multiplatform Environment so it can run on Windows, Linux, Macintosh.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;Easy to use&amp;nbsp;Development&amp;nbsp;environment&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;Programmable via USB port, not Serial port&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;Easy-to-use for beginners, yet flexible enough for advanced users to take advantage&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;Open source and extensible software- The Arduino software is published as open source tools, available for extension by experienced programmers.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;Open source and extensible hardware - The Arduino is based on Atmel's&amp;nbsp;&lt;span class="wikiword"&gt;ATMEGA8&lt;/span&gt;&amp;nbsp;and&amp;nbsp;&lt;span class="wikiword"&gt;ATMEGA168&amp;nbsp;&lt;/span&gt;microcontrollers.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: start;"&gt;&lt;span style="color: #cc0000; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: large; line-height: 23px;"&gt;Arduino Board&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://3.bp.blogspot.com/-ObgOVnLayOQ/USIZ8QLRS7I/AAAAAAAAAGs/gNw7veuj614/s1600/Arduino+board.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-ObgOVnLayOQ/USIZ8QLRS7I/AAAAAAAAAGs/gNw7veuj614/s1600/Arduino+board.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="color: #cc0000; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: large; line-height: 23px;"&gt;Arduino Development Environment&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The Arduino development environment contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions, and a series of menus. It connects to the Arduino hardware to upload programs and communicate with them.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Software written using Arduino are called&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&lt;i&gt;&lt;u&gt;sketches&lt;/u&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;. These sketches are written in the text editor. Sketches are saved with the file extension .ino.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;reference: arduino.cc ,&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 23px;"&gt;Getting Started with Arduino&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;by Massimo Banzi&lt;/span&gt;&lt;span style="line-height: 23px; text-align: start;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 23px;"&gt;&amp;nbsp; &amp;nbsp; You can download eBook&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 23px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 23px; text-align: justify;"&gt;Getting Started with Arduino&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 23px;"&gt;by Massimo Banzi&lt;/span&gt;&lt;span style="line-height: 23px;"&gt;&amp;nbsp; from&lt;span style="font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.google.co.in/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;cad=rja&amp;amp;ved=0CDAQFjAA&amp;amp;url=http%3A%2F%2Fquarknet.fnal.gov%2Ffnal-uc%2Fquarknet-summer-research%2FQNET2011%2Fproject_files%2Fteacher_files%2FGetting_Started_with_Arduino.pdf&amp;amp;ei=lxoiUf6KJY_rrQfD4YHICg&amp;amp;usg=AFQjCNGo1AZWzPV4IvZzLejd39xOUBnKjw&amp;amp;sig2=TyDralw6yvex-u5Zlq9T1Q" target="_blank"&gt;Here&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: start;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;ADS:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Lets see some awesome gadgets at&lt;/span&gt; &lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;eBay.....&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/4589535607705267296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ankurdhami008.blogspot.com/2013/02/introduction-to-arduino.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/4589535607705267296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/4589535607705267296'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/2013/02/introduction-to-arduino.html' title='Introduction to Arduino'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-ObgOVnLayOQ/USIZ8QLRS7I/AAAAAAAAAGs/gNw7veuj614/s72-c/Arduino+board.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3100333368205461000.post-1687543228453145510</id><published>2013-02-14T16:42:00.000+05:30</published><updated>2013-02-14T16:49:46.088+05:30</updated><title type='text'>RFID Technology</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;How Does RFID ( Radio Frequency Identification) Technology Work?&lt;br /&gt;&lt;br /&gt;RFID is an intelligent application of radio communication technology. Every RFID tag embedded in a product contains an integrated circuit chip,with memory, which can be used to store information about a product, along with a transponder mechanism, which can transmit this information over a radio carrier wave after encoding and modulating it.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-8KZhnmlNV1I/URzFg7SSXAI/AAAAAAAAAGQ/LJluElcPE0c/s1600/rfid.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-8KZhnmlNV1I/URzFg7SSXAI/AAAAAAAAAGQ/LJluElcPE0c/s1600/rfid.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&lt;br /&gt;An RFID tag can either be active or passive. When the tag is powered by a battery to transmit data, it's known as an active tag. Passive tags don't have on board power to transmit data. They borrow energy from the scanner antenna in the RFID reader to transmit data. An RFID reader consists of a scanning antenna which can receive signals from the tags, decode them and process them for storing it in a database. Here is how a typical RFID tag reading occurs.&lt;br /&gt;&lt;br /&gt;Step 1: RFID Antenna Sends Scanning Signal&lt;br /&gt;&amp;nbsp;An RFID tagged product may either be passed through a reader or scanner or brought into the vicinity of one. Line of sight identification is not necessary in case of RFID technology and the tags are embedded inside a product. The tag reading process begins with the RFID antenna sending a scanning signal which activates the transponder in a tag to respond. The scanning frequency is chosen to match with the transmitting frequency of the transponder.&lt;br /&gt;&lt;br /&gt;Step 2: RFID Tag Transmits Signal&lt;br /&gt;&amp;nbsp;As soon as the active or passive RFID transponder receives the scanning signal, it sends out its own encoded and modulated signal over a radio carrier wave. Active RFID tags can transmit signals over long distances.&lt;br /&gt;&lt;br /&gt;Step 3: Tag Signal is Received, Decoded and Stored&lt;br /&gt;&amp;nbsp;This transmitted signal is received by the reader through its tuned antenna. Subsequently, the signal is demodulated and decoded to register product information in a database. These RFID scanners are attached to computers where this information is stored.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Bulk identification of products and short scanning time are two of the prime advantages of using RFID tags, instead of bar code labels. RFID tags find varied applications. They have been used to track dwindling populations of animals in the wild. Employee ID cards have built in RFID tags, encased in plastic layers that are used in most corporate and industrial settings nowadays. The US army is one of the biggest patrons of this technology, using it to tag all containers transported worldwide, followed by Walmart which uses the technology in all its retail outlets. RFID chip implants in humans have been used for providing medical history and identification purposes.&lt;br /&gt;&lt;br /&gt;image source en.Wikipedia.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;ADS:&lt;/span&gt;&lt;br /&gt;Lets see some awesome gadgets at eBay.....&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/1687543228453145510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ankurdhami008.blogspot.com/2013/02/rfid-technology.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/1687543228453145510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/1687543228453145510'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/2013/02/rfid-technology.html' title='RFID Technology'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-8KZhnmlNV1I/URzFg7SSXAI/AAAAAAAAAGQ/LJluElcPE0c/s72-c/rfid.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3100333368205461000.post-6608257720704277672</id><published>2012-08-26T16:03:00.002+05:30</published><updated>2013-02-14T15:41:56.981+05:30</updated><title type='text'>Software introduction</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Matlab is the software developed by the MathWorks, Inc., Natick, USA. In 1984, the first&lt;br /&gt;version appeared. Software was primarily used only for the mathematical computation&lt;br /&gt;enabling the computation of complicated matrix equations and their systems. All major&lt;br /&gt;functions can directly use the matrix as the input. From that year, the software is still under&lt;br /&gt;development enlarging the area of the users every year. Matlab became the standard in the&lt;br /&gt;area of simulation and modelling and it is used by the researchers and students at&lt;br /&gt;universities mainly in the areas of Control Engineering, Power Plant Systems, Aerospace,&lt;br /&gt;Bioinformatics, Economics and Statistics. In comparison to other software such as&lt;br /&gt;Mathematica or Maple, Matlab has several advantages. Let us mention some. Its open&lt;br /&gt;architecture enables sharing all source code among the user community and several&lt;br /&gt;different areas are solved and the solution appears usually as a new toolbox. Simulink is the&lt;br /&gt;important Matlab enlargement which simplifies the computation very much. You just drag&lt;br /&gt;and drop the blocks to the new window from the block libraries and connect them and run&lt;br /&gt;the model. Matlab is used not only at universities but also in practice, for instance by NASA&lt;br /&gt;or General Motors. Most Matlab users are from the major world countries, such as USA,&lt;br /&gt;Japan, China, and India.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;ADS:&lt;/span&gt; &lt;br /&gt;Lets see some awesome gadgets at eBay.....&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/6608257720704277672/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ankurdhami008.blogspot.com/2012/08/software-introduction.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/6608257720704277672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/6608257720704277672'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/2012/08/software-introduction.html' title='Software introduction'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3100333368205461000.post-311672571731782472</id><published>2012-08-26T15:01:00.001+05:30</published><updated>2013-02-14T15:43:32.341+05:30</updated><title type='text'>MATLAB introduction</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: x-large;"&gt;About MATLAB&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="background-color: #ffd966;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-size: large;"&gt;The Golden Ratio:-&lt;span style="font-size: small;"&gt;What is the world's most interesting number? Perhaps you like ¼, or e, or 17.&lt;br /&gt;Some people might vote for Á, the golden ratio, computed here by our ¯rst Matlab&lt;br /&gt;statement.&lt;br /&gt;phi = (1 + sqrt(5))/2&lt;br /&gt;This produces&lt;br /&gt;phi =&lt;br /&gt;1.6180&lt;br /&gt;Let's see more digits.&lt;br /&gt;format long&lt;br /&gt;phi&lt;br /&gt;phi =&lt;br /&gt;1.61803398874989&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: small;"&gt;If you have forgotten the quadratic formula, you can ask Matlab to ¯nd&lt;br /&gt;the roots of the polynomial. Matlab represents a polynomial by the vector of its&lt;br /&gt;coe±cients, in descending order. So the vector&lt;br /&gt;p = [1 -1 -1]&lt;br /&gt;represents the polynomial&lt;br /&gt;p(x) = x2 ¡ x ¡ 1:&lt;br /&gt;The roots are computed by the roots function.&lt;br /&gt;r = roots(p)&lt;br /&gt;produces&lt;br /&gt;r =&lt;br /&gt;-0.61803398874989&lt;br /&gt;1.61803398874989&lt;br /&gt;These two numbers are the only numbers whose reciprocal can be computed by&lt;br /&gt;subtracting one.&lt;/span&gt;&lt;ul style="text-align: left;"&gt;&lt;/ul&gt;&lt;div&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: red;"&gt;ADS:&lt;/span&gt;&lt;br /&gt;Lets see some awesome gadgets at eBay.....&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ankurdhami008.blogspot.com/feeds/311672571731782472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ankurdhami008.blogspot.com/2012/08/matlab-introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/311672571731782472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3100333368205461000/posts/default/311672571731782472'/><link rel='alternate' type='text/html' href='http://ankurdhami008.blogspot.com/2012/08/matlab-introduction.html' title='MATLAB introduction'/><author><name>Ankur Dhami</name><uri>https://plus.google.com/111864252794944160598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-4I__0609DOs/AAAAAAAAAAI/AAAAAAAAAGI/w3IUlrNPqzM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry></feed>