<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TECH SPACE</title>
	<atom:link href="http://techspaceofatul.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techspaceofatul.wordpress.com</link>
	<description>ATUL's Techlog</description>
	<lastBuildDate>Wed, 30 Nov 2011 16:29:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techspaceofatul.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>TECH SPACE</title>
		<link>http://techspaceofatul.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techspaceofatul.wordpress.com/osd.xml" title="TECH SPACE" />
	<atom:link rel='hub' href='http://techspaceofatul.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SPICE (Simulation Program with Integrated Circuit Emphasis)</title>
		<link>http://techspaceofatul.wordpress.com/2010/09/29/spice-simulation-program-with-integrated-circuit-emphasis/</link>
		<comments>http://techspaceofatul.wordpress.com/2010/09/29/spice-simulation-program-with-integrated-circuit-emphasis/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 06:54:18 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[INSTRUMENTATION]]></category>
		<category><![CDATA[NI]]></category>
		<category><![CDATA[semulation]]></category>
		<category><![CDATA[SIMULATION]]></category>
		<category><![CDATA[TECH-TALK]]></category>
		<category><![CDATA[TOOL]]></category>
		<category><![CDATA[TUTORIALS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Circuit]]></category>
		<category><![CDATA[Emphasis]]></category>
		<category><![CDATA[Integrated]]></category>
		<category><![CDATA[Logisim]]></category>
		<category><![CDATA[MicroSim]]></category>
		<category><![CDATA[Multisim]]></category>
		<category><![CDATA[OrCAD]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[PSpice]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[SmartSpice]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/?p=398</guid>
		<description><![CDATA[Circuit simulation is a technique to predict the behavior of a real circuit using a computer program. It replaces real components with predefined electrical models. It is not possible to conceder all the physical processes (in circuit level simulation) in the parts and all PCB parasitic so it will only reflect the specific model that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=398&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Circuit simulation </strong>is a technique to predict the behavior of a real circuit using a computer program. It replaces real components with predefined electrical models. It is not possible to conceder all the physical processes (in circuit level simulation) in the parts and all PCB parasitic so it will only reflect the specific model that is put into it. This is the reason behind that simulators can&#8217;t substitute bread boarding and prototyping. But they allow measurements of internal currents, voltages and power that in many cases are virtually not possible to do any other way.</p>
<p>SPICE (Simulation Program with Integrated Circuit Emphasis) is a general-purpose open source analog electronic circuit simulator. It is a powerful program that is used in integrated circuit and board-level design to check the integrity of circuit designs and to predict circuit behavior<strong>.</strong></p>
<p>Integrated circuits, unlike board-level designs composed of discrete parts, are impossible to breadboard before manufacture. Further, the high costs of photo lithographic masks and other manufacturing prerequisites make it essential to design the circuit to be as close to perfect as possible before the integrated circuit is first built. Simulating the circuit with SPICE is the industry-standard way to verify circuit operation at the transistor level before committing to manufacturing an integrated circuit.</p>
<p>Board-level circuit designs can often be bread boarded for testing. Even with a breadboard, some circuit properties may not be accurate compared to the final printed wiring board, such as parasitic resistances and capacitance. These parasitic components can often be estimated more accurately using SPICE simulation. Also, designers may want more information about the circuit than is available from a single mock-up. For instance, circuit performance is affected by component manufacturing tolerances. In these cases it is common to use SPICE to perform Monte Carlo simulations of the effect of component variations on performance, a task which is impractical using calculations by hand for a circuit of any appreciable complexity.</p>
<p>Circuit simulation programs, of which SPICE and derivatives are the most prominent, take a text netlist describing the circuit elements (transistors, resistors, capacitors, etc.) and their connections, and translate this description into equations to be solved. The general equations produced are nonlinear differential algebraic equations which are solved using implicit integration methods, Newton&#8217;s method and sparse matrix techniques</p>
<p>SPICE was developed at the Electronics Research Laboratory of the University of California, Berkeley by Laurence Nagel with direction from his research advisor, Prof. Donald Pederson. SPICE1 was largely a derivative of the CANCER program, which Nagel had worked on under Prof. Ronald Rohrer. CANCER was an acronym for &#8220;Computer Analysis of Nonlinear Circuits, Excluding Radiation,&#8221; a hint to Berkeley&#8217;s liberalism of 1960s: at these times many circuit simulators were developed under the United States Department of Defence contracts that required the capability to evaluate the radiation hardness of a circuit. When Nagel&#8217;s original advisor, Prof. Rohrer, left Berkeley, Prof. Pederson became his advisor. Pederson insisted that CANCER, a proprietary program, be rewritten enough that restrictions could be removed and the program could be put in the public domain.</p>
<p>SPICE1 was first presented at a conference in 1973. SPICE1 was coded in FORTRAN and used nodal analysis to construct the circuit equations. Nodal analysis has limitations in representing inductors, floating voltage sources and the various forms of controlled sources. SPICE1 had relatively few circuit elements available and used a fixed-time step transient analysis. The real popularity of SPICE started with SPICE2 in 1975. SPICE2, also coded in FORTRAN, was a much-improved program with more circuit elements, variable time step transient analysis using either the trapezoidal (second order Adams-Moulton method) or the Gear integration method (also known as BDF), equation formulation via modified nodal analysis (avoiding the limitations of nodal analysis), and an innovative FORTRAN-based memory allocation system developed by another graduate student, Ellis Cohen. The last FORTRAN version of SPICE was 2G.6 in 1983. SPICE3 was developed by Thomas Quarles (with A. Richard Newton as advisor) in 1989. It is written in C, uses the same netlist syntax, and added X Window System plotting.</p>
<p>As an early open source program, SPICE was widely distributed and used. Its ubiquity became such that &#8220;to SPICE a circuit&#8221; remains synonymous with circuit simulation. SPICE source code was from the beginning distributed by UC Berkeley for a nominal charge (to cover the cost of magnetic tape). The license originally included distribution restrictions for countries not considered friendly to the USA, but the source code is currently covered by the BSD license.</p>
<p>SPICE inspired and served as a basis for many other circuit simulation programs, in academia, in industry, and in commercial products. The first commercial version of SPICE was ISPICE, an interactive version on a timeshare service, National CSS. The most prominent commercial versions of SPICE include HSPICE (originally commercialized by Shawn and Kim Hailey of Meta Software, but now owned by Synopsys) and PSPICE (now owned by Cadence Design Systems). The academic spinoffs of SPICE include XSPICE, developed at Georgia Tech, which added mixed analog/digital &#8220;code models&#8221; for behavioural simulation, and Cider (previously CODECS, from UC Berkeley/Oregon State Univ.) which added semiconductor device simulation. The integrated circuit industry adopted SPICE quickly, and until commercial versions became well developed many IC design houses had proprietary versions of SPICE. Today a few IC manufacturers, typically the larger companies, have groups continuing to develop SPICE-based circuit simulation programs. Among these are ADICE at Analog Devices, LTspice at Linear Technology, Mica at Freescale Semiconductor, and TISPICE at Texas Instruments. (Other companies maintain internal circuit simulators which are not directly based upon SPICE, among them PowerSpice at IBM, Titan at Qimonda, Lynx at Intel Corporation, and Pstar at NXP Semiconductor.)</p>
<p>SPICE became popular because it contained the analyses and models needed to design integrated circuits of the time, and was robust enough and fast enough to be practical to use. Precursors to SPICE often had a single purpose: The BIAS program, for example, did simulation of bipolar transistor circuit operating points; the SLIC program did only small-signal analyses. SPICE combined operating point solutions, transient analysis, and various small-signal analyses with the circuit elements and device models needed to successfully simulate many circuits.</p>
<p>Some of the popular circuit simulators are as follows:</p>
<p>1.            ASTAP</p>
<p>2.            Advanced Design System</p>
<p>3.            CircuitLogix</p>
<p>4.            CPU Sim</p>
<p>5.            GNU Circuit Analysis Package</p>
<p>6.            Gpsim</p>
<p>7.            ICAP/4</p>
<p>8.            List of free electronics circuit simulators</p>
<p>9.            Logisim</p>
<p>10.          Micro-Cap</p>
<p>11.          NI Multisim</p>
<p>12.          National Instruments Electronics Workbench Group</p>
<p>13.          Ngspice</p>
<p>14.          PSpice</p>
<p>15.          PowerEsim</p>
<p>16.          Quite Universal Circuit Simulator</p>
<p>17.          SPICE</p>
<p>18.          SapWin</p>
<p>19.          SmartSpice</p>
<p>20.          SNAP (software)</p>
<p>21.          Spectre Circuit Simulator</p>
<p>22.          SpectreRF</p>
<p>These simulators differs each other and are generally application specific. Most popular version of spice simulators for analog circuit simulations are PSpice offered by MicroSim but now incorporated in OrCAD of Cadence and National Instruments Multisim.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/398/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=398&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2010/09/29/spice-simulation-program-with-integrated-circuit-emphasis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>
	</item>
		<item>
		<title>Being Single</title>
		<link>http://techspaceofatul.wordpress.com/2010/02/15/being-single/</link>
		<comments>http://techspaceofatul.wordpress.com/2010/02/15/being-single/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:53:17 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[about life]]></category>
		<category><![CDATA[how to live]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[Being]]></category>
		<category><![CDATA[being single]]></category>
		<category><![CDATA[friendship]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[relationship]]></category>
		<category><![CDATA[single]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/?p=385</guid>
		<description><![CDATA[Well after going through an article “The 50 Best Things about Being Single”. I was thinking that is it really hurts being single? Lets talks about the other side of the mirror, being single may be fun .we have to just think that is it really so fun being in a relationship? The soul of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=385&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well after going through an article “The 50 Best Things about Being Single”. I was thinking that is it really hurts being single? Lets talks about the other side of the mirror, being single may be fun .we have to just think that is it really so fun being in a relationship? The soul of a healthy relationship lies in the better understanding. You can see your best friend could be in the relationship from hell, your another friend could be in a monotonous and uneventful relationship, but I find people still feel sorry for being single? Is something wrong here? They might even imply that something&#8217;s &#8220;wrong&#8221; with them if they’re single. Single life can be the most exciting time of your life. It’s just the matter of Attitude, so what really matters is the attitude towards life. Change the attitude and u will never feel sorry for being single  and can speak out loudly with proud “I am single and loving it”. That’s not the only reason I can name you a lot of reasons some of them may be like as follows&#8230;</p>
<p>Being single we can always focus on friendship. Being single doesn&#8217;t have to mean being lonely. When you&#8217;re single, you have more time to do a variety of things, all of which are opportunities of new friendships. Even if you&#8217;re an introvert, this can be an excellent time to rip your extroverted side. Make it a priority in your life to create meaningful friendships and enrich your existing ones. Being single &#8220;You can spend as much time as you want with your friend and family and nobody&#8217;s lip will drag the ground.&#8221;</p>
<p>Generally people’s advice about relationship dictates that compromise, sacrifice is essential to a healthy relationship. Perhaps if you&#8217;ve been in a relationship before, you realize how much stuff you had to give up and what you pay in order to making that relationship work. Or maybe you forgot about that stuff, because you&#8217;re focused on the things you miss. Well, this is a good time to shift that focus. If you&#8217;re unsystematic guy, isn&#8217;t it great to be able to be properly systematic for some other person? If you&#8217;re a neat freak, isn&#8217;t it wonderful to be able to organize everything, and find it the way you left it? Isn&#8217;t it nice to be able to work that a partner might be averse to? Isn&#8217;t it cool to be able to go out spontaneously, without wondering whether your partner can or should be invited and join you? A relationship can add many good things to your life, but it also adds some rigidity and many constrains, so take the time to appreciate your current flexibility. Being single &#8220;You can have eight hours of undisturbed sleep with the covers all to yourself.”And “You can be happy with who you are, not who he or she wants you to be.&#8221;</p>
<p>Relationships tend to come along with lot of planning for example; you can&#8217;t just accept a job across the country without touching base with your partner. And generally, if you&#8217;re in it for the long term, you&#8217;ll likely talk about what you&#8217;ll be doing years from now. But when you&#8217;re single, the future is completely open. Today you&#8217;re at your desk with present and a year from now you might be somewhere else with some new things. So being single “You don&#8217;t have to deal with anyone&#8217;s grumpy, moody personalities.&#8221;</p>
<p>Being single you can always enjoy your freedom. Everybody has his own dreams and desires, and the chance of pairing up with someone who shares such a fantasy with equal fervour is not something to hold your breath for. So what are you waiting for? Find some people who have the same idea, or just go for it alone, and you&#8217;ll meet like-minded people along the way. There might be some adventurous endeavours you might want to indulge in. Being single &#8220;The TV Guide crossword puzzle is YOURS, ALL YOURS.&#8221;</p>
<p>And finally u can spoil yourself. Being single gives you a lot more &#8220;you&#8221; time. Go spoil yourself! Do whatever you love to do. Just like this</p>
<p>&#8220;You can go out and flirt as much as your heart desires, without a worry in the world.&#8221;</p>
<p>So enjoy your single dome and Just say &#8220;I love being single&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=385&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2010/02/15/being-single/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>
	</item>
		<item>
		<title>Cut-off GATE scores adopted for M Tech  admissions in the year 2008-09 at IIT KHARAGPUR</title>
		<link>http://techspaceofatul.wordpress.com/2009/11/30/cut-off-gate-scores-adopted-for-m-tech-admissions-in-the-year-2008-09-at-iit-kharagpur/</link>
		<comments>http://techspaceofatul.wordpress.com/2009/11/30/cut-off-gate-scores-adopted-for-m-tech-admissions-in-the-year-2008-09-at-iit-kharagpur/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:20:53 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[NEWS & EVENTS]]></category>
		<category><![CDATA[2008-09]]></category>
		<category><![CDATA[admission through GATE]]></category>
		<category><![CDATA[admissions]]></category>
		<category><![CDATA[cut off]]></category>
		<category><![CDATA[GATE]]></category>
		<category><![CDATA[GATE 2010]]></category>
		<category><![CDATA[GATE score]]></category>
		<category><![CDATA[GATE scores adopted]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[IIT KHARAGPUR]]></category>
		<category><![CDATA[KHARAGPUR]]></category>
		<category><![CDATA[m tech]]></category>
		<category><![CDATA[M Tech admissions]]></category>
		<category><![CDATA[seats in gate]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/2009/11/30/cut-off-gate-scores-adopted-for-m-tech-admissions-in-the-year-2008-09-at-iit-kharagpur/</guid>
		<description><![CDATA[Cut-off GATE scores adopted for admissions in the year 2008-09 at IIT KHARAGPUR Department/Centre/ School Course Specialisation ST SC PD OBC GN Aerospace Engineering. AE Aerospace Engineering. ME-283 AE-370 ME-389 AE-320 ME-507 XE-515 AE-486 ME-556 XE-496 Agricultural and Food Engineering. AG1 Farm Machinery and Power AG-273 AG-376 AG-319 AG-524 AG-518 AG2 Soil and Water Conservation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=374&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h6><strong> Cut-off GATE scores adopted for admissions in the year 2008-09 </strong>at IIT KHARAGPUR</h6>
<table style="height:2455px;" border="1" cellspacing="0" cellpadding="0" width="531">
<tbody>
<tr>
<td width="142">
<h6><strong>Department/Centre/   School</strong></h6>
</td>
<td width="57">
<h6><strong>Course</strong></h6>
</td>
<td width="180">
<h6><strong>Specialisation</strong></h6>
</td>
<td width="66">
<h6><strong>ST</strong></h6>
</td>
<td width="66">
<h6><strong>SC</strong></h6>
</td>
<td width="66">
<h6><strong>PD</strong></h6>
</td>
<td width="70">
<h6><strong>OBC</strong></h6>
</td>
<td width="69">
<h6><strong>GN</strong></h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Aerospace   Engineering.</h6>
</td>
<td width="57">
<h6>AE</h6>
</td>
<td width="180">
<h6>Aerospace   Engineering.</h6>
</td>
<td width="66">
<h6>ME-283</h6>
</td>
<td width="66">
<h6>AE-370</h6>
<h6>ME-389</h6>
</td>
<td width="66">
<h6>AE-320</h6>
</td>
<td width="70">
<h6>ME-507</h6>
<h6>XE-515</h6>
</td>
<td width="69">
<h6>AE-486</h6>
<h6>ME-556</h6>
<h6>XE-496</h6>
</td>
</tr>
<tr>
<td rowspan="8" width="142">
<h6>Agricultural   and Food Engineering.</h6>
</td>
<td width="57">
<h6>AG1</h6>
</td>
<td width="180">
<h6>Farm   Machinery and Power</h6>
</td>
<td width="66">
<h6>AG-273</h6>
</td>
<td width="66">
<h6>AG-376</h6>
</td>
<td width="66">
<h6>AG-319</h6>
</td>
<td width="70">
<h6>AG-524</h6>
</td>
<td width="69">
<h6>AG-518</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG2</h6>
</td>
<td width="180">
<h6>Soil   and Water Conservation Engineering</h6>
</td>
<td width="66">
<h6>AG-508</h6>
</td>
<td width="66">
<h6>AG-273</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AG-426</h6>
</td>
<td width="69">
<h6>AG-408</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG3</h6>
</td>
<td width="180">
<h6>Dairy   &amp; Food Engineering.</h6>
</td>
<td width="66">
<h6>AG-315</h6>
</td>
<td width="66">
<h6>AG-329</h6>
</td>
<td width="66">
<h6>AG-269</h6>
</td>
<td width="70">
<h6>AG-524</h6>
</td>
<td width="69">
<h6>AG-496</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG4</h6>
</td>
<td width="180">
<h6>Applied   Botany</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>XL-333</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>XL-482</h6>
</td>
<td width="69">
<h6>XL-453</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG5</h6>
</td>
<td width="180">
<h6>Water   Resources Development and Management</h6>
</td>
<td width="66">
<h6>AG-227</h6>
</td>
<td width="66">
<h6>AG-258</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AG-434</h6>
</td>
<td width="69">
<h6>AG-404</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG6</h6>
</td>
<td width="180">
<h6>Aquacultural   Engineering</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>AG-250</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AG-331</h6>
</td>
<td width="69">
<h6>AG-375</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG7</h6>
</td>
<td width="180">
<h6>Agricultural   Systems and Management</h6>
</td>
<td width="66">
<h6>AG-214</h6>
</td>
<td width="66">
<h6>AG-254</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AG-406</h6>
</td>
<td width="69">
<h6>AG-397</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>AG8</h6>
</td>
<td width="180">
<h6>Post   Harvest Engineering.</h6>
</td>
<td width="66">
<h6>AG-238</h6>
</td>
<td width="66">
<h6>AG-299</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AG-460</h6>
</td>
<td width="69">
<h6>AG-384</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Arch.   and Regional Planning</h6>
</td>
<td width="57">
<h6>AR</h6>
</td>
<td width="180">
<h6>City   Planning</h6>
</td>
<td width="66">
<h6>AR-230</h6>
</td>
<td width="66">
<h6>AR-348</h6>
</td>
<td width="66">
<h6>AR-217</h6>
</td>
<td width="70">
<h6>AR-423</h6>
</td>
<td width="69">
<h6>AR-398</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Biotechnology</h6>
</td>
<td width="57">
<h6>BT</h6>
</td>
<td width="180">
<h6>Biotechnology   and Biochemical Engineering</h6>
</td>
<td width="66">
<h6>XL-310</h6>
</td>
<td width="66">
<h6>XL-314</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>XL-500</h6>
</td>
<td width="69">
<h6>CH-373</h6>
<h6>XL-543</h6>
</td>
</tr>
<tr>
<td rowspan="5" width="142">
<h6>Civil   Engg.</h6>
</td>
<td width="57">
<h6>CE1</h6>
</td>
<td width="180">
<h6>Hydraulic   &amp; Water Resources Engineering.</h6>
</td>
<td width="66">
<h6>AG-220</h6>
</td>
<td width="66">
<h6>AG-267</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>CE-497</h6>
</td>
<td width="69">
<h6>AG-452</h6>
<h6>CE-447</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>CE2</h6>
</td>
<td width="180">
<h6>Transportation   Engineering</h6>
</td>
<td width="66">
<h6>CE-401</h6>
</td>
<td width="66">
<h6>CE-540</h6>
</td>
<td width="66">
<h6>CE-239</h6>
</td>
<td width="70">
<h6>CE-289</h6>
</td>
<td width="69">
<h6>CE-488</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>CE3</h6>
</td>
<td width="180">
<h6>Environmental   Engineering and Management</h6>
</td>
<td width="66">
<h6>CE-301</h6>
</td>
<td width="66">
<h6>CE-344</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>CE-470</h6>
</td>
<td width="69">
<h6>CE-455</h6>
<h6>CH-393</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>CE4</h6>
</td>
<td width="180">
<h6>Geo-Technical   Engineering</h6>
</td>
<td width="66">
<h6>CE-312</h6>
</td>
<td width="66">
<h6>CE-391</h6>
</td>
<td width="66">
<h6>CE-258</h6>
</td>
<td width="70">
<h6>CE-499</h6>
</td>
<td width="69">
<h6>CE-488</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>CE5</h6>
</td>
<td width="180">
<h6>Structural   Engineering</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>CE-451</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>CE-696</h6>
</td>
<td width="69">
<h6>CE-586</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Chemical   Engineering.</h6>
</td>
<td width="57">
<h6>CH</h6>
</td>
<td width="180">
<h6>Chemical   Engineering</h6>
</td>
<td width="66">
<h6>CH-211</h6>
</td>
<td width="66">
<h6>CH-310</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>CH-406</h6>
</td>
<td width="69">
<h6>CH-395</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Cryogenic   Engineering.</h6>
</td>
<td width="57">
<h6>CR</h6>
</td>
<td width="180">
<h6>Cryogenic   Engineering</h6>
</td>
<td width="66">
<h6>PH-242</h6>
</td>
<td width="66">
<h6>PH-259</h6>
<h6>MT-189</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>ME-471</h6>
</td>
<td width="69">
<h6>CH-368</h6>
<h6>PH-484</h6>
<h6>ME-527</h6>
<h6>XE-453</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Computer   Science and Engineering.</h6>
</td>
<td width="57">
<h6>CS</h6>
</td>
<td width="180">
<h6>Computer   Science &amp; Engineering</h6>
</td>
<td width="66">
<h6>CS-384</h6>
</td>
<td width="66">
<h6>CS-394</h6>
</td>
<td width="66">
<h6>CS-397</h6>
</td>
<td width="70">
<h6>CS-561</h6>
</td>
<td width="69">
<h6>CS-557</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Centre   for Oceans Revisers Atmosphere    Land Sciences</h6>
</td>
<td width="57">
<h6>CL</h6>
</td>
<td width="180">
<h6>Earth   System Science &amp; Technology</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>GG-214</h6>
<h6>PH-259</h6>
</td>
<td width="66">
<h6>MA-268</h6>
</td>
<td width="70">
<h6>AE-432</h6>
<h6>MA-491</h6>
</td>
<td width="69">
<h6>AE-430</h6>
</td>
</tr>
</tbody>
</table>
<table style="height:2454px;" border="1" cellspacing="0" cellpadding="0" width="533">
<tbody>
<tr>
<td width="142"></td>
<td width="57">
<h6>EC1</h6>
</td>
<td width="180">
<h6>Fibre   Optics and Light wave Engineering</h6>
</td>
<td colspan="5" width="338">
<h6>COURSE WAS NOT OFFERED</h6>
</td>
</tr>
<tr>
<td rowspan="4" width="142">
<h6>Electronics   and Electrical Comm. Engineering.</h6>
</td>
<td width="57">
<h6>EC2</h6>
</td>
<td width="180">
<h6>Micro   Electronics and VLSI Design</h6>
</td>
<td width="66">
<h6>EC-403</h6>
</td>
<td width="66">
<h6>EC-478</h6>
</td>
<td width="66">
<h6>EC-433</h6>
</td>
<td width="70">
<h6>EC-686</h6>
</td>
<td width="69">
<h6>EC-720</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>EC3</h6>
</td>
<td width="180">
<h6>RF   and Microwave Engineering</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>EC-639</h6>
</td>
<td width="69">
<h6>EC-610</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>EC4</h6>
</td>
<td width="180">
<h6>Telecommunication   Systems Engineering.</h6>
</td>
<td width="66">
<h6>EC-362</h6>
</td>
<td width="66">
<h6>EC-452</h6>
</td>
<td width="66">
<h6>EC-397</h6>
</td>
<td width="70">
<h6>EC-654</h6>
</td>
<td width="69">
<h6>EC-643</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>EC5</h6>
</td>
<td width="180">
<h6>Visual   Information &amp; Embedded Systems Engineering.</h6>
</td>
<td width="66">
<h6>EC-337</h6>
</td>
<td width="66">
<h6>EC-437</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>EC-650</h6>
</td>
<td width="69">
<h6>EC-637</h6>
</td>
</tr>
<tr>
<td rowspan="4" width="142">
<h6>Electrical   Engineering.</h6>
</td>
<td width="57">
<h6>EE1</h6>
</td>
<td width="180">
<h6>Machine   Drives &amp; Power� Electronics</h6>
</td>
<td width="66">
<h6>EE-471</h6>
</td>
<td width="66">
<h6>EE-479</h6>
</td>
<td width="66">
<h6>EE-403</h6>
</td>
<td width="70">
<h6>EE-646</h6>
</td>
<td width="69">
<h6>EE-619</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>EE2</h6>
</td>
<td width="180">
<h6>Control   System Engineering</h6>
</td>
<td width="66">
<h6>EE-477</h6>
</td>
<td width="66">
<h6>EE-462</h6>
<h6>IN-474</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>EE-677</h6>
</td>
<td width="69">
<h6>EE-611</h6>
<h6>IN-616</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>EE3</h6>
</td>
<td width="180">
<h6>Power   System</h6>
<h6>Engineering</h6>
</td>
<td width="66">
<h6>EE-429</h6>
</td>
<td width="66">
<h6>EE-461</h6>
</td>
<td width="66">
<h6>EE-451</h6>
</td>
<td width="70">
<h6>EE-622</h6>
</td>
<td width="69">
<h6>EE-602</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>EE4</h6>
</td>
<td width="180">
<h6>Instrumentation</h6>
</td>
<td width="66">
<h6>EE-425</h6>
</td>
<td width="66">
<h6>EE-477</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>EE-635</h6>
</td>
<td width="69">
<h6>EE-594</h6>
<h6>IN-600</h6>
</td>
</tr>
<tr>
<td rowspan="2" width="142">
<h6>Geology   and Geophysics</h6>
</td>
<td width="57">
<h6>GG1</h6>
</td>
<td width="180">
<h6>Earth   and Environmental Sciences</h6>
</td>
<td width="66">
<h6>GG-265</h6>
</td>
<td width="66">
<h6>GG-227</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>GG-353</h6>
</td>
<td width="69">
<h6>GG-308</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>GG2</h6>
</td>
<td width="180">
<h6>Computational   Seismology</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>MA-360</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>PH-527</h6>
</td>
<td width="69">
<h6>PH-476</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Centre   for� Educational Technology</h6>
</td>
<td width="57">
<h6>ET</h6>
</td>
<td width="180">
<h6>Media   and Sound Engineering</h6>
</td>
<td width="66">
<h6>IN-362</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>IN-630</h6>
</td>
<td width="69">
<h6>CS-523</h6>
<h6>EC-585</h6>
<h6>IN-566</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Humanities   and Social Sciences</h6>
</td>
<td width="57">
<h6>HS</h6>
</td>
<td width="180">
<h6>Human   Resources Development and Management</h6>
</td>
<td width="66">
<h6>AG-406</h6>
</td>
<td width="66">
<h6>AG-306</h6>
<h6>CE-368</h6>
</td>
<td width="66">
<h6>IT-295</h6>
</td>
<td width="70">
<h6>PH-566</h6>
<h6>IN-506</h6>
</td>
<td width="69">
<h6>AG-448</h6>
<h6>EC-587</h6>
<h6>EE-643</h6>
<h6>PY-641</h6>
<h6>IN-561</h6>
<h6>TF-504</h6>
<h6>XL-445</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>RCGS   Infrastructure Design &amp; Management</h6>
</td>
<td width="57">
<h6>ID</h6>
</td>
<td width="180">
<h6>Infrastructure   &amp; Management</h6>
</td>
<td width="66">
<h6>PI-224</h6>
</td>
<td width="66">
<h6>AR-343</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AR-367</h6>
<h6>CE-447</h6>
</td>
<td width="69">
<h6>AR-384</h6>
<h6>CE-459</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Industrial   Engineering and Management</h6>
</td>
<td width="57">
<h6>IM</h6>
</td>
<td width="180">
<h6>Industrial   Engineering and Management</h6>
</td>
<td width="66">
<h6>CS-358</h6>
<h6>IT-336</h6>
</td>
<td width="66">
<h6>EC-425</h6>
<h6>PI-406</h6>
</td>
<td width="66">
<h6>CS-333</h6>
<h6>EC-385</h6>
</td>
<td width="70">
<h6>ME-518</h6>
<h6>MN-540</h6>
</td>
<td width="69">
<h6>AG-500</h6>
<h6>CH-391</h6>
<h6>ME-503</h6>
<h6>PI-427</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Information   Technology</h6>
</td>
<td width="57">
<h6>IT</h6>
</td>
<td width="180">
<h6>Information   Technology</h6>
</td>
<td width="66">
<h6>CS-365</h6>
</td>
<td width="66">
<h6>IT-457</h6>
</td>
<td width="66">
<h6>CS-347</h6>
</td>
<td width="70">
<h6>IT-556</h6>
<h6>CS-553</h6>
</td>
<td width="69">
<h6>CS-548</h6>
<h6>IT-556</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Mathematics</h6>
</td>
<td width="57">
<h6>CSDP</h6>
</td>
<td width="180">
<h6>Computer   Sc. and Data Processing</h6>
</td>
<td width="66">
<h6>PH-336</h6>
<h6>MA-232</h6>
</td>
<td width="66">
<h6>MA-329</h6>
</td>
<td width="66">
<h6>EC-326</h6>
<h6>MA-351</h6>
</td>
<td width="70">
<h6>EC-612</h6>
<h6>EE-592</h6>
</td>
<td width="69">
<h6>EC-591</h6>
<h6>EE-575</h6>
<h6>MA-555</h6>
<h6>PH-595</h6>
</td>
</tr>
<tr>
<td rowspan="3" width="142">
<h6>Mechanical   Engineering</h6>
</td>
<td width="57">
<h6>ME1</h6>
</td>
<td width="180">
<h6>Manufacturing   Science and Engineering</h6>
</td>
<td width="66">
<h6>ME-363</h6>
<h6>PI-331</h6>
</td>
<td width="66">
<h6>ME-470</h6>
<h6>PI-425</h6>
</td>
<td width="66">
<h6>PI-530</h6>
</td>
<td width="70">
<h6>ME-556</h6>
<h6>PI-527</h6>
</td>
<td width="69">
<h6>ME-512</h6>
<h6>MT-272</h6>
<h6>PI-520</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>ME2</h6>
</td>
<td width="180">
<h6>Thermal   Science and Engineering</h6>
</td>
<td width="66">
<h6>ME-309</h6>
</td>
<td width="66">
<h6>ME-394</h6>
</td>
<td width="66">
<h6>ME-371</h6>
</td>
<td width="70">
<h6>ME-563</h6>
</td>
<td width="69">
<h6>ME-540</h6>
</td>
</tr>
<tr>
<td width="57">
<h6>ME3</h6>
</td>
<td width="180">
<h6>Mechanical   Systems Design.</h6>
</td>
<td width="66">
<h6>ME-283</h6>
</td>
<td width="66">
<h6>ME-391</h6>
</td>
<td width="66">
<h6>ME-360</h6>
</td>
<td width="70">
<h6>ME-624</h6>
</td>
<td width="69">
<h6>ME-584</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Mining   Engineering.</h6>
</td>
<td width="57">
<h6>MN</h6>
</td>
<td width="180">
<h6>Mining   Engineering.</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>MN-296</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>MN-411</h6>
</td>
<td width="69">
<h6>MN-274</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Materials   Science</h6>
</td>
<td width="57">
<h6>MS</h6>
</td>
<td width="180">
<h6>Materials   Science &amp; Engineering.</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>PH-283</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>PH-491</h6>
</td>
<td width="69">
<h6>CY-395</h6>
<h6>PH-510</h6>
<h6>XE-390</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Met.   and Mat. Engineering.</h6>
</td>
<td width="57">
<h6>MT</h6>
</td>
<td width="180">
<h6>Metallurgical   and Materials Engineering.</h6>
</td>
<td width="66">
<h6>MT-226</h6>
</td>
<td width="66">
<h6>MT-212</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>ME-466</h6>
</td>
<td width="69">
<h6>CH-384</h6>
<h6>MT-285</h6>
<h6>ME-504</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>School    of Medical   Science &amp; Technology</h6>
</td>
<td width="57">
<h6>SM</h6>
</td>
<td width="180">
<h6>Medical   Imaging and Image analysis</h6>
</td>
<td width="66">
<h6>CS-360</h6>
</td>
<td width="66">
<h6>CS-384</h6>
</td>
<td width="66">
<h6>IN-263</h6>
</td>
<td width="70">
<h6>IN-598</h6>
</td>
<td width="69">
<h6>CS-532</h6>
<h6>EC-561</h6>
<h6>EE-589</h6>
<h6>IN-541</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Ocean   Engineering. and Naval Architecture</h6>
</td>
<td width="57">
<h6>OE</h6>
</td>
<td width="180">
<h6>Ocean   Engineering. &amp; Naval Architecture</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AE-472</h6>
<h6>ME-476</h6>
</td>
<td width="69">
<h6>AE-456</h6>
<h6>CE-524</h6>
<h6>ME-507</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Physics   and Meteorology</h6>
</td>
<td width="57">
<h6>PH2</h6>
</td>
<td width="180">
<h6>Solid    State   Technology</h6>
</td>
<td width="66">
<h6>PH-271</h6>
</td>
<td width="66">
<h6>PH-276</h6>
</td>
<td width="66">
<h6>PH-402</h6>
</td>
<td width="70">
<h6>PH-490</h6>
</td>
<td width="69">
<h6>EC-608</h6>
<h6>PH-472</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Reliability   Engineering</h6>
</td>
<td width="57">
<h6>RE</h6>
</td>
<td width="180">
<h6>Reliability   Engineering.</h6>
</td>
<td width="66">
<h6>IN-405</h6>
</td>
<td width="66">
<h6>CS-386</h6>
<h6>PI-366</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>EC-574</h6>
<h6>EE-567</h6>
</td>
<td width="69">
<h6>CS-506</h6>
<h6>EC-587</h6>
<h6>EE-602</h6>
<h6>IN-587</h6>
<h6>ME-481</h6>
<h6>MN-393</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>Rubber   Technology</h6>
</td>
<td width="57">
<h6>RT</h6>
</td>
<td width="180">
<h6>Rubber   Technology</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>CY-245</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>CY-459</h6>
<h6>XE-405</h6>
</td>
<td width="69">
<h6>CY-427</h6>
<h6>PI-409</h6>
<h6>XE-329</h6>
</td>
</tr>
<tr>
<td width="142">
<h6>School    of Water   Resources</h6>
</td>
<td width="57">
<h6>WM</h6>
</td>
<td width="180">
<h6>Water   Management</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="66">
<h6>AG-258</h6>
</td>
<td width="66">
<h6>-</h6>
</td>
<td width="70">
<h6>AG-326</h6>
</td>
<td width="69">
<h6>AG-389</h6>
</td>
</tr>
</tbody>
</table>
<h6><strong>NOTE: </strong><strong>T</strong><strong>he cut-offs vary from year to year and the figures given in the table should be used only as a rough guideline for the applicants choice.<br />
</strong></h6>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=374&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2009/11/30/cut-off-gate-scores-adopted-for-m-tech-admissions-in-the-year-2008-09-at-iit-kharagpur/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;INS ARIHANT&#8221; INDIA&#8217;s First Nuclear Submarine</title>
		<link>http://techspaceofatul.wordpress.com/2009/08/03/ins-arihant-indias-first-nuclear-submarine/</link>
		<comments>http://techspaceofatul.wordpress.com/2009/08/03/ins-arihant-indias-first-nuclear-submarine/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:27:53 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[NEWS & EVENTS]]></category>
		<category><![CDATA[TECH-TALK]]></category>
		<category><![CDATA["INS ARIHANT" INDIA's First Nuclear Submarine]]></category>
		<category><![CDATA[ARIHANT]]></category>
		<category><![CDATA[IMAGES]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[INDIA's First]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[INS]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[nuclear]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Submarine]]></category>
		<category><![CDATA[technolgy]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/?p=364</guid>
		<description><![CDATA[India launched its first nuclear-powered submarine in a ceremony in southern port city of Vishakhapatnam 0n 26 July 2009, becoming one of just six nations in the world to have successfully built one. The 367-foot long INS Arihant, which means &#8220;Destroyer of the Enemies&#8221; in Hindi according to the official news release. The name Arihant [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=364&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>India launched its first nuclear-powered submarine in a ceremony in southern port city of Vishakhapatnam 0n 26 July 2009, becoming one of just six nations in the world to have successfully built one. The 367-foot long INS Arihant, which means &#8220;Destroyer of the Enemies&#8221; in Hindi according to the official news release. The name Arihant has its origins in the Jain religion, and unofficial news reports stating &#8220;Destroyer of Enemies&#8221; omitting the definite article. India became the sixth country in the world to have built one. Besides the US, which has 74 nuclear submarines, Russia (45), UK (13), France (10) and China (10) also possess nuclear-powered submarines &#8211; the US has nearly as many nuclear submarines as all other countries combined.</p>
<p><img class="alignnone" title="ins arihanta" src="http://news.softpedia.com/images/news2/How-Does-the-World-039-s-Largest-Nuclear-Submarine-Work-2.jpg" alt="" width="428" height="450" /></p>
<p>India is a nation that struggled to enter the select group of countries that build nuclear powered submarines. Its program ATV, or Advanced Technology Vessel, was initiated in 1974. But after three decades it had not presented results that could modify the current picture of the navies with nuclear propulsion.</p>
<p>The INS Arihant, India’s first nuclear submarine that was till now known by the code name S 2, was launched at a simple ceremony in the port town of Visakhapatnam [Vizac] with the traditional breaking of a coconut on its hull by Prime Minister Manmohan Singh’s wife, Gursharan Kaur. It was expected to be ready for induction into the Navy by 2011 after a series of exhaustive trials.</p>
<p>The launch ceremony was attended by the prime Minister. Dr. Manmohan Singh, accompanied by Smt. Gursharan Kaur, Raksha Mantri Shri.AK Antony, Chief minister of Andhra Pradesh Dr. YS Rajasekhar Reddy, Raksha Rajya Mantri Shri MM Pallam Raju, Minister of State for Human Resource Development, Smt. D Purandareswari, Chief of the Naval Staff Admiral Sureesh Mehta and high ranking officials from the Navy, Department of Atomic Energy, and Defence Research and Development Organisation.</p>
<p><a href="http://techspaceofatul.totallybindass.com/?p=418">FREE SEMINARS AND TECHNICAL PPT PRESENTATIONS</a></p>
<p>On this occasion, the Prime Minister congratulated the Director General of the ATV (Advanced Technology vehicle) Program Vice Admiral DSP Verma (Retd) and all personnel associated with it for achieving this historic milestone in the country’s defence preparedness. He noted that they had overcome several hurdles and barriers to enable the country to acquire self reliance in the most advanced areas of defence technology. The Prime Minister made a special mention of the cooperation extended by Russia. The Prime Minister stated that the Government is fully committed to ensuring the Defence of our national interests and the protection of our territorial integrity. The Government would render all support to the constant modernization of our defence forces and to ensuring that they remain at the cutting edge of technology.</p>
<p>The project director, Vice Admiral (retd) D S P Verma, said that the Arihant is a 6,000-tonne submarine with a length of 110 meters and a breadth of 11 meters. The length is about 10 percent longer than previously published estimates, while the 11 meter beam is much less than the 15 meters of previous un-offcial estimates. Experts say the vessel will be able to carry 12 K 15 submarine launched ballistic missiles that have a range of over 700 km. The Indian nuclear powered attack submarine design was said in some reports to have a 4,000-ton displacement and a single-shaft nuclear power plant of Indian origin. By other accounts it would be 9,400 tons displacement when submerged and 124 meters long.</p>
<p>The MoD/PMO decided not to release any photographs of the submarine, and no filming or photography by the media was permitted inside the Matsya Dock. One report stated that the submarine was visibly based on the Russian Borei-class SSBN, and claimed that the official invitation had a silhouette of the submarine indicating that it&#8217;s almost definitely based on the Borei. But the 935 Borei has a length of 170 meters (580 feet), a beam of 13 meters (42 feet), and a displacement of 11,750-12,250 tons Surfaced and 17,000 tons Submerged.</p>
<p>India has been working actively since 1985 to develop an indigenously constructed nuclear-powered submarine, one that was possibly based on elements of the Soviet Charlie II-class design, detailed drawings of which are said to have been obtained from the Soviet Union in 1989. This project illustrates India&#8217;s industrial capabilities and weaknesses. The secretive Advanced Technology Vessel (ATV) project to provide nuclear propulsion for Indian submarines has been one of the more ill-managed projects of India.With the participation of involved Russian scientists and technician in the diverse phases of the program, came the possibility of that the first Indian submarine with nuclear propulsion can be operational in 2009, having been launched in 2006-2007.</p>
<p>Although India has the capability of building the hull and developing or acquiring the necessary sensors, its industry had been stymied by several system integration and fabrication problems in trying to downsize a 190 MW pressurized water reactor (PWR) to fit into the space available within the submarine&#8217;s hull. The Proto-type Testing Centre (PTC) at the Indira Gandhi Centre For Atomic Research. Kalpakkam, was used to test the submarine&#8217;s turbines and propellers. A similar facility is operational at Vishakapatnam to test the main turbines and gear box.</p>
<p>In 1998, L&amp;T began fabricating the hull of ATV but the struggle with the reactor continued. After BARC designs failed, India bought reactor designs from Russia. By 2004 the reactor had been built, tested on land at the IGCAR and had gone critical. Its modest size, around 6,000 tons (the Ohio class SSBN in the movie Crimson Tide weighs over 14,000 tons), led experts to call it a “baby boomer”.</p>
<p>India had ample experience building Pressurised Heavy Water Reactors (PHWRs) using natural un-enriched uranium as fuel, and heavy water as moderator and coolant. But this was the first time that India has built a PWR that used enriched uranium as fuel, and light water as both coolant and moderator. The electrical power reactors that India would be importing (potentially from Russia, France, and the US) would also be PWRs with enriched uranium as fuel, and light water as both coolant and moderator. Naval nuclear reactors typically use uranium that is enriched to much higher levels than is the case with shore-based power reactors.</p>
<p>While the present project reportedly ends at three units, defence officials have not ruled out building larger submarines on the basis of national strategic imperatives. These have changed since the conception of the project. By the time the first unit was launched in July 2009, the construction of the hull for the next one was reportedly already underway at the Larson and Toubro (L&amp;T) facility at Hazira where the first hull was built. The cost of the three submarines was reported at over Rs3,000 crore, over US$600,000,000 [the Indian numbering system is denominated in Crore 1,00,00,000 and Lakhs 1,00,000, so Rs3,000 crore is Rs30,000,000,000, or US$623,104,807.77 the day INS Arihant was launched]. Another report said that the first submarine alone had cost Rs. 14,000 Crore [$US2.9 billion]. In April 2006, the larger American Virginia-class subs were priced at $2.4 billion apiece, at which time the goal was to cut the program&#8217;s cost to about $2 billion per sub. The $2 billion figure is a baseline expressed in fiscal 2005 dollars. As of late 2008 the Procurement Cost for the first three units of the British Astute class SSN was forecast at £3,806 M (outturn prices) [US$6,275 B at 2009 conversion rates], for a unit cost of about US$2.1 billion.</p>
<p>The three submarines would be based at a facility being developed at Rambilli close to Vishakpatnam, where hundreds of acres of land had already been acquired. The Indian Navy hoped to commission the base by 2011 in time for INS Arihant&#8217;s commissioning, and two of these submarines would be at sea at any given time while the third would be in maintenance at the base. Other reports claim that India plans to build a fleet of five nuclear-powered submarines. On report in 2009 stated that the government had given clearance for the construction of much bigger SSBNs, nuclear-powered submarines capable of launching ballistic missiles, each of them costing about $2 billion (approximately Rs 10,000 crore each). This would take off once the three Arihant class submarines were ready.</p>
<p>By 2004 it was reported that the first ATV would be launched by 2007. At that time it was reported that it would be an SSGN and displacing some 6,500 tons, with a design derivative of Russia&#8217;s Project 885 Severodvinsk-class (Yasen) SSN. The ATV multirole platform would be employed for carrying out long-distance interdiction and surveillance of both submerged targets as well as principal surface combatants. It would also facilitate Special Forces operations by covertly landing such forces ashore. The ATV pressure hull will be fabricated with the HY-80 steel obtained from Russia.</p>
<p>This would have the possibility of multiple performance: it could use missiles of cruise of average reach (1,000 km), ballistic missiles of short reach (300 km), torpedoes and mines, besides participating of operations special.</p>
<p>The ATV is said to be a modified Akula-I class submarine. The Russian Akula-2 and Yasen are also modified Akula-1. By this line of reasoning the ATV would be in league of Yasen, so the ATV would be 6500 tons light, 8500 tons armed and surfaced and 10000 tons submerged. It would be the biggest and heaviest combat naval vessel built in India to date.</p>
<p>The 100-member crew, which will man the submarine, was trained at an indigenously-developed simulator in the School for Advanced Underwater Warfare (SAUW) at the naval base in Vizag. Hands-on training will be done on the INS Chakra, a 12,000-tonne Akula-II class nuclear-powered attack submarine being taken on a 10-year lease from Russia. SBC in Vizag is to become the assembly line for three ATVs, costing a little over Rs 3,000 crore each or the cost of a 37,000 ton indigenous aircraft carrier built at the Cochin Shipyard. Larsen and Toubro (L&amp;T) has begun building the hull of the second ATV at its facility in Hazira, to be inducted into the navy by 2012.</p>
<p>As of 2007 the first of the five long-delayed ATVs was scheduled to be fully-ready by 2010 or so. In August 2008 it was reported that on January 26, 2009, the sluice gates of an enclosed dry-dock in Visakhapatnam were to be opened and the world was to take its first look at India&#8217;s first nuclear-powered submarine, the Advanced Technology Vessel (ATV), as it entered the waters.</p>
<p>In February 2009 defence minister A K Antony confirmed that India&#8217;s nuclear-powered submarine is in the final stages. “The Advanced Technology Vessel (ATV) project is in the final stage. We had some problems with the raw material in the initial phase. But now the project is in its final stage,” he said at the ongoing Aero-India show. This was a rare admission by the defence minister &#8211; not only on the existence of the secretive project to build an indigenous nuclear submarine, but also on its developmental status. The submarine, modelled on the Russian Charlie class submarine, is slated for a sea trial in 2009. Officials in the navy and atomic energy department are hopeful of meeting the deadline this time. In the long run, the government plans to buy three nuclear submarines to provide the navy with capability to stay underwater for a very long time. Though defence and nuclear sccientists have been working on this project since 1985, they had initial setbacks with the material and miniaturisation of the nuclear reactor whih will be fitted into the submarine&#8217;s hull.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=364&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2009/08/03/ins-arihant-indias-first-nuclear-submarine/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/news2/How-Does-the-World-039-s-Largest-Nuclear-Submarine-Work-2.jpg" medium="image">
			<media:title type="html">ins arihanta</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Do Bussiness with Style&#8221; cool new templates for Microsoft office 2007</title>
		<link>http://techspaceofatul.wordpress.com/2009/06/03/do-bussiness-with-style-cool-new-templates-for-microsoft-office-2007/</link>
		<comments>http://techspaceofatul.wordpress.com/2009/06/03/do-bussiness-with-style-cool-new-templates-for-microsoft-office-2007/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:06:46 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[NEWS & EVENTS]]></category>
		<category><![CDATA[TECH-TALK]]></category>
		<category><![CDATA[TOOL]]></category>
		<category><![CDATA[TUTORIALS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Advanced Engineering]]></category>
		<category><![CDATA[bussiness with style]]></category>
		<category><![CDATA[M S OFFICE]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[Results and Applications]]></category>
		<category><![CDATA[STUDY GUIDE]]></category>
		<category><![CDATA[TEMPLETS]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/?p=345</guid>
		<description><![CDATA[Are u get bored using traditional old Microsoft office environment ,then here is something new. Microsoft Small Business is now giving out some cool free designer templates for Office 2007 for Windows, and Office 2008 for Mac. The best is that they comes in 9 colour schemes. These six templates contain a spreadsheet, presentation, invoice, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=345&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Are u get bored using traditional old Microsoft office environment ,then here is something new. Microsoft Small Business is now giving out some cool free designer templates for Office 2007 for Windows, and Office 2008 for Mac. The best is that they comes in 9 colour schemes. These six templates contain a spreadsheet, presentation, invoice, letterhead, business card and newsletter blast templates.U can also get a 60 days free trial of Microsoft Office if you don&#8217;t have it. just click the link</p>
<p><a href="http://1.bp.blogspot.com/_HzcEES_6DHs/SialAAjciFI/AAAAAAAAAJY/vGZlV_hNeRs/s1600-h/do+bussiness.jpg"><img style="cursor:pointer;width:200px;height:125px;" src="http://1.bp.blogspot.com/_HzcEES_6DHs/SialAAjciFI/AAAAAAAAAJY/vGZlV_hNeRs/s200/do+bussiness.jpg" border="0" alt="" /></a></p>
<p><a href="http://www.microsoft.com/smallbusiness/office2007templates/#">Microsoft Office 2007 free templates</a></p>
<p>Don&#8217;t forget that , these templates will only work if you have the Office (2007 for Windows and 2008 for Mac) because the templates are in the new formats (.docx, .xlsx etc.). These templates are zip files and you can download them directly. No verification required. <span style="font-size:95%;"> </span></p>
<p><a href="http://hosting.India.to/clients/aff.php?aff=1777"><img src="http://hosting.india.to/banners/468nx60.jpg" width="468" height="60" border="0"/></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=345&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2009/06/03/do-bussiness-with-style-cool-new-templates-for-microsoft-office-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>

		<media:content url="http://1.bp.blogspot.com/_HzcEES_6DHs/SialAAjciFI/AAAAAAAAAJY/vGZlV_hNeRs/s200/do+bussiness.jpg" medium="image" />

		<media:content url="http://hosting.india.to/banners/468nx60.jpg" medium="image" />
	</item>
		<item>
		<title>List of Approved Post Graduate Education and Research institutions for M Tech &amp; M E</title>
		<link>http://techspaceofatul.wordpress.com/2009/05/29/340/</link>
		<comments>http://techspaceofatul.wordpress.com/2009/05/29/340/#comments</comments>
		<pubDate>Fri, 29 May 2009 12:37:09 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[INSTRUMENTATION]]></category>
		<category><![CDATA[NEWS & EVENTS]]></category>
		<category><![CDATA[TECH-TALK]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cut off]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[GATE]]></category>
		<category><![CDATA[gate percentile]]></category>
		<category><![CDATA[IIIT]]></category>
		<category><![CDATA[IISC]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[List of Approved Post Graduate Education and Research institutions]]></category>
		<category><![CDATA[M E]]></category>
		<category><![CDATA[m tech]]></category>
		<category><![CDATA[NIT]]></category>
		<category><![CDATA[seats in gate]]></category>
		<category><![CDATA[seats of m e]]></category>
		<category><![CDATA[seats of m tech]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/2009/05/29/340/</guid>
		<description><![CDATA[Here is a link having information of seats of M Tech and M E in various colleges in India , although the document is little bit older but will be very helpful for basic idea of available courses and information about seats. click the link bellow to download the document. List of Approved Post Graduate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=340&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a link having information of seats of M Tech and M E in various colleges in India , although the document is little bit older but will be very helpful for basic idea of available courses and information about seats. click the link bellow to download the document.</p>
<p><a class="aligncenter" title="information of seats of M Tech and M E " href="http://www.gateforum.com/List_of_Mtech_insititutes.pdf" target="_blank">List of Approved Post Graduate Education and Research institutions Upto 30th September, 2004 (M.E/M.Tech)</a></p>
<p><a href="http://hosting.India.to/clients/aff.php?aff=1777"><img src="http://hosting.india.to/banners/468nx60.jpg" width="468" height="60" border="0"/></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=340&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2009/05/29/340/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>

		<media:content url="http://hosting.india.to/banners/468nx60.jpg" medium="image" />
	</item>
		<item>
		<title>Save Energy Go green</title>
		<link>http://techspaceofatul.wordpress.com/2009/02/13/save-energy-go-green/</link>
		<comments>http://techspaceofatul.wordpress.com/2009/02/13/save-energy-go-green/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 16:46:00 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[how to live]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[NEWS & EVENTS]]></category>
		<category><![CDATA[TECH-TALK]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[Go green]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[leaptop]]></category>
		<category><![CDATA[Save Energy]]></category>
		<category><![CDATA[technolgy]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/?p=304</guid>
		<description><![CDATA[Not with envy, but kindness to the environment, and alertness to your electricity bills You leave your PC on all day. But you care for the environment, so you switch off the monitor. Good move, but did you know you are still wasting about 45 Watts with the CPU running? That’s what Tufts University’s Climate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=304&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="article_subhead">
<h1 class="article_title"><strong><br />
</strong></h1>
</div>
<div class="article_subtitle">Not with envy, but kindness to the environment, and alertness to your electricity bills</div>
<div>You leave your PC on all day. But you care for the environment, so you switch off the monitor. Good move, but did you know you are still wasting about 45 Watts with the CPU running?</div>
<div>
That’s what Tufts University’s Climate Initiative says. And it also says that if you leave your PC on for the entire day, 850-1500 pounds of carbon dioxide is released into the atmosphere a year. And this means that you need 60-300 trees to absorb that much CO2 in a year.</div>
<div></div>
<div>That does get you thinking doesn’t it! Now, all that noise about climate change because of our insensitivity to the environment starts to make sense. We cut down trees, we waste electricity, we replace cellphones and gadgets with the latest ones, without bothering about what really happens to the old ones. While there could be debates on how much all this really impacts our environment, most of us know intuitively that what we are doing mindlessly is really not right, and is likely to have negative repercussions.</div>
<div></div>
<div>That is why the world over, the word Green is becoming red hot. Green computing is in. This means that you start to use computing resources efficiently. It’s not just about being good to Mother Nature, but also being able to save a lot of money being spent on electricity. For companies that have thousands and thousands of computers running, datacenters keeping their businesses up and running, all this can add to a huge fortune. In fact, going green is now gaining so much momentum that those companies which do not have green computing initiatives are seen as enemies of the environment.</div>
<div></div>
<div>So how does it matter to you? You might have one PC and a laptop at home, in addition to the multiple electronic devices you run. And you might even be considering another PC for the little one. Think if you really need all those PCs. Buy only if you have to. While buying, remember that laptops consume less power, so it could be wiser to go the portable way. Or if you need to look at a PC, opt for monitors that consume less power. LCD monitors need much less power than CRT ones. Look for Energy Star ratings and save energy.</div>
<div></div>
<div>Explore the power saving options of your PC and customize them to suit the way you work. If you often go away from your PC for a long time, you can set the monitor and hard disk to be switched off after a few minutes of no-activity.</div>
<div></div>
<div>To dispose old PCs and gadgets, get in touch with NGOs working in this area and figure out the best way to do so. Or if you own a branded PC or gadget, get in touch with the company and ask how this e-waste can be managed. Most computer vendors and cellphone makers have Green initiatives on, so you might get some help.</div>
<div></div>
<div>These are still early days for green initiatives for companies in India. But if you and I make a start, the rest will fall in place.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=304&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2009/02/13/save-energy-go-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>
	</item>
		<item>
		<title>ISRO all set for Chandrayan II in 2012, Mars mission in 2013</title>
		<link>http://techspaceofatul.wordpress.com/2008/12/24/isro-all-set-for-chandrayan-ii-in-2012-mars-mission-in-2013/</link>
		<comments>http://techspaceofatul.wordpress.com/2008/12/24/isro-all-set-for-chandrayan-ii-in-2012-mars-mission-in-2013/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 17:23:43 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["INDIA's MOON mission"]]></category>
		<category><![CDATA[Chandrayan II in 2012]]></category>
		<category><![CDATA[chandryan]]></category>
		<category><![CDATA[isro]]></category>
		<category><![CDATA[Mars mission]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/2008/12/24/isro-all-set-for-chandrayan-ii-in-2012-mars-mission-in-2013/</guid>
		<description><![CDATA[24 December 2008 Indian Space Research Organisation (ISRO) is all set for its second moon mission `Chandrayaan II&#8217; and space scientists plan to send a robot to moon in 2012, followed by a spacecraft to Mars in 2013. ISRO will also sent a man to space astride a Russian spaceship the same year, its chairman [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=278&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>24 December 2008<br />
Indian Space Research Organisation (ISRO) is all set for its second moon mission `Chandrayaan II&#8217; and space scientists plan to send a robot to moon in 2012, followed by a spacecraft to Mars in 2013.</p>
<p>ISRO will also sent a man to space astride a Russian spaceship the same year, its chairman G Madhavan Nair said.</p>
<p>Besides, ISRO has lined up a slew of missions, which also include landing a spacecraft on an asteroid and sending a probe to fly past a comet, the ISRO chief told reporters at a function organised by the Confederation of Indian Industry (CII) to felicitate the members of the Chandrayaan I team.</p>
<p>&#8221;Chandrayaan II, the design is complete, we hope by 2012, we will be ready for the launch,&#8221;  Madhavan Nair said.</p>
<p>The launch of Chandrayaan-II, approved by the government will include a rover that will land on the moon. It will map a three-dimensional atlas of the moon, and analyse the chemical and mineral composition of the lunar surface.</p>
<p>India hopes to send an astronaut into space by 2013 and a manned mission to the moon by 2020.</p>
<p>India, which started its space programme in 1963, now account for around 16 satellites currently in earth orbit</p>
<p>India also has the world&#8217;s largest constellation of seven earth-observation satellites, which is being used for telecommunications, TV broadcasting, earth observation, weather forecasting, remote education and healthcare.</p>
<p>Nair, however, said the mission to Mars is still at a conceptual stage and ISRO expects to finalise plans by next year, with take-off in 2013.b He said the same Geosynchronous Satellite Launch Vehicle (GSLV) will be used to launch the probe to Mars.</p>
<p><a href="http://en.support.wordpress.com/affiliate-links/"><img src="http://www.AWSurveys.com/Pictures/AWS2_ad3_600by100.jpg" alt="" width="600" height="100" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=278&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2008/12/24/isro-all-set-for-chandrayan-ii-in-2012-mars-mission-in-2013/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>

		<media:content url="http://www.AWSurveys.com/Pictures/AWS2_ad3_600by100.jpg" medium="image" />
	</item>
		<item>
		<title>&quot;Semulation&quot; an Introduction</title>
		<link>http://techspaceofatul.wordpress.com/2008/11/22/semulation-an-introduction/</link>
		<comments>http://techspaceofatul.wordpress.com/2008/11/22/semulation-an-introduction/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 03:21:00 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[INSTRUMENTATION]]></category>
		<category><![CDATA[semulation]]></category>
		<category><![CDATA[SIMULATION]]></category>
		<category><![CDATA[TOOL]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/2008/11/22/semulation-an-introduction/</guid>
		<description><![CDATA[Semulation is a computer science-related neologism that combines simulation and emulation. It is the process of controlling an emulation through a simulator. Semulation in computer science Digital hardware is described using hardware description languages (HDL) like VHDL, Verilog or System Verilog. These descriptions are simulated together with a problem-specific testbench. The initial functional verification of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=277&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Semulation</strong> is a computer science-related neologism that combines simulation and emulation. It is the process of controlling an emulation through a simulator.</p>
<table id="toc" class="toc" summary="Contents">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<h3><span class="mw-headline">Semulation in computer science</span></h3>
<p>Digital hardware is described using hardware description languages (HDL) like VHDL, Verilog or <span class="mw-redirect">System Verilog</span>. These descriptions are simulated together with a problem-specific <span class="mw-redirect">testbench</span>. The initial functional verification of most IP designs is done via simulation at register transfer level (RTL) or gate level. In an event driven simulation method the code must be processed sequential by a <span class="mw-redirect">CPU</span>, because a normal computer is not able to process the implemented hardware parallel. This sequential approach leads to long simulation times especially in complex systems on chip (SoC) designs.</p>
<p>After simulation the RTL description must be synthesized to fit in the final hardware (eg.: <span class="mw-redirect">FPGA</span>, <span class="mw-redirect">ASIC</span>). This step brings a lot of uncertainties because the real hardware is normally not as ideal as the simulation model. The differences between real world and simulation are a major reason why emulation is used in hardware design.</p>
<p>Generally the simulation and emulation environment are two independent systems. <strong>Semulation</strong> is a symbiosis of both methods. In <strong>semulation</strong> one part of a hardware design is processed sequential in software (eg.: the testbench) while the other part is emulated.</p>
<p>An example design flow for <strong>semulation</strong> is depicted in the following block chart:</p>
<p><span class="image"><img src="http://upload.wikimedia.org/wikipedia/en/5/58/Semulation.png" border="0" alt="Semulation.png" width="417" height="365" /></span></p>
<p>The database holds the design and testbench files and the information about the block whether it will be simulated or emulated. The left part shows the normal simulation path where the design files must be compiled for an HDL simulator. The right part of the state chart handles the flow for the emulation system. Design files for the FPGA must be synthesized to the appropriate target technology. A major point in <strong>semulation</strong> is the connection between the emulation system and the HDL simulator. The interface is necessary for the simulator to handle the connected hardware.</p>
<p><a id="Advantages_of_Semulation" name="Advantages_of_Semulation"></a></p>
<h3><span class="editsection"> </span><span class="mw-headline">Advantages of Semulation</span></h3>
<ul>
<li>Simulation acceleration: Simulating huge designs with an HDL simulator is a tedious task. When the designer transfers parts of the design to an emulation system and co-simulates them with the HDL simulation, the simulation run times can be decreased.</li>
<li>Using real hardware early in the design flow.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/277/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=277&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2008/11/22/semulation-an-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/5/58/Semulation.png" medium="image">
			<media:title type="html">Semulation.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Instrumentation</title>
		<link>http://techspaceofatul.wordpress.com/2008/11/21/virtual-instrumentation/</link>
		<comments>http://techspaceofatul.wordpress.com/2008/11/21/virtual-instrumentation/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:23:00 +0000</pubDate>
		<dc:creator>techspaceofatul</dc:creator>
				<category><![CDATA[INSTRUMENTATION]]></category>
		<category><![CDATA[SIMULATION]]></category>
		<category><![CDATA[TOOL]]></category>
		<category><![CDATA[virtual instrumentation]]></category>

		<guid isPermaLink="false">http://techspaceofatul.wordpress.com/2008/11/21/virtual-instrumentation/</guid>
		<description><![CDATA[Virtual Instrumentation is the use of customizable software and modular measurement hardware to create user-defined measurement systems, called virtual instruments. Traditional hardware instrumentation systems are made up of pre-defined hardware components, such as digital multimeters and oscilloscopes that are completely specific to their stimulus, analysis, or measurement function. Because of their hard-coded function, these systems [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=276&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Virtual Instrumentation</strong> is the use of customizable software and modular measurement hardware to create user-defined measurement systems, called virtual instruments.</p>
<p>Traditional hardware instrumentation systems are made up of pre-defined hardware components, such as <span class="mw-redirect">digital multimeters</span> and oscilloscopes that are completely specific to their stimulus, analysis, or measurement function. Because of their hard-coded function, these systems are more limited in their versatility than virtual instrumentation systems. The primary difference between hardware instrumentation and virtual instrumentation is that software is used to replace a large amount of hardware. The software enables complex and expensive hardware to be replaced by already purchased computer hardware; e. g. <span class="mw-redirect">analog to digital converter</span> can act as a hardware complement of a virtual oscilloscope, a potentiostat enables frequency response acquisition and analysis in electrochemical impedance spectroscopy with virtual instrumentation.</p>
<p>The concept of a synthetic instrument is a subset of the virtual instrument concept. A synthetic instrument is a kind of virtual instrument that is purely software defined. A synthetic instrument performs a specific synthesis, analysis, or measurement function on completely generic, measurement agnostic hardware. Virtual instruments can still have measurement specific hardware, and tend to emphasize modular hardware approaches that facilitate this specificity. Hardware supporting synthetic instruments is by definition <em>not</em> specific to the measurement, nor is it necessarily (or usually) modular.</p>
<p>Leveraging commercially available technologies, such as the PC and the <span class="mw-redirect">analog to digital converter</span>, virtual instrumentation has grown significantly since its inception in the late 1970s. Additionally, software packages like National Instruments&#8217; LabVIEW and other <span class="mw-redirect">graphical programming</span> languages helped grow adoption by making it easier for non-programmers to develop systems.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techspaceofatul.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techspaceofatul.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techspaceofatul.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techspaceofatul.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techspaceofatul.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techspaceofatul.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techspaceofatul.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techspaceofatul.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techspaceofatul.wordpress.com&amp;blog=4747566&amp;post=276&amp;subd=techspaceofatul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techspaceofatul.wordpress.com/2008/11/21/virtual-instrumentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ace9505ad3e05ca5af198ea37374a06e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techspaceofatul</media:title>
		</media:content>
	</item>
	</channel>
</rss>
