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

<channel>
	<title>MTL Annual Research Report 2012 &#187; luca daniel</title>
	<atom:link href="http://www-mtl.mit.edu/wpmu/ar2012/tag/luca-daniel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www-mtl.mit.edu/wpmu/ar2012</link>
	<description>Call for Titles</description>
	<lastBuildDate>Thu, 01 Nov 2012 17:15:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>FastMarkov: A Markov–Chain-based Hierarchical Solver for Large-scale Capacitance Extraction</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/fastmarkov-a-markov-chain-based-hierarchical-solver-for-large-scale-capacitance-extraction/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/fastmarkov-a-markov-chain-based-hierarchical-solver-for-large-scale-capacitance-extraction/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Circuits & Systems]]></category>
		<category><![CDATA[luca daniel]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5501</guid>
		<description><![CDATA[Standard full-chip capacitance extraction algorithms rely for computational efficiency on 2D scanning and table lookup algorithms. These algorithms trade off...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>Standard full-chip capacitance extraction algorithms rely for computational efficiency on 2D scanning and table lookup algorithms. These algorithms trade off accuracy for computational efficiency and result in large error in the extracted capacitance of complex layouts. It is therefore desirable to use accurate field solvers for full-chip extraction, which in general can be divided into two types: discretization-based and discretization-free. Discretization-based methods include the finite difference methods, the finite element methods and the boundary element methods<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/fastmarkov-a-markov-chain-based-hierarchical-solver-for-large-scale-capacitance-extraction/#footnote_0_5501" id="identifier_0_5501" class="footnote-link footnote-identifier-link" title="K. Nabors and J. White, &ldquo;Fastcap: a multipole accelerated 3-d capacitance extraction program,&rdquo; IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 10, no. 11, pp. 1447-1459, Nov. 1991.">1</a>] </sup>. The most well-known discretization-free algorithm is the floating random walk method and its variants. It is widely accepted that discretization-based methods are very efficient for small and medium-size structures and that discretization-free methods are more efficient for very large structures. Recently, our group has proposed a Markov Chain-based hierarchical algorithm<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/fastmarkov-a-markov-chain-based-hierarchical-solver-for-large-scale-capacitance-extraction/#footnote_1_5501" id="identifier_1_5501" class="footnote-link footnote-identifier-link" title="T. El-Moselhy, I. Elfadel, and L. Daniel, &ldquo;A hierarchical floating random walk algorithm for fabric-aware 3d capacitance extraction,&rdquo; in IEEE/ACM International Conference on Computer-Aided Design, 2009.">2</a>] </sup> combining the advantages of both discretization-based and discretization-free methods.</p>
<div id="attachment_5502" class="wp-caption alignright" style="width: 310px"><a href="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/yan_fastmarkov_01.jpg" rel="lightbox[5501]"><img class="size-medium wp-image-5502" title="yan_fastmarkov_01" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/yan_fastmarkov_01-300x138.jpg" alt="Figure 1" width="300" height="138" /></a><p class="wp-caption-text">Figure 1: An example of a layout that can be analysed by our solver and containing 85 nets (represented by different colours) and 14 dielectric layers (removed from image for clarity). Image courtesy of Intel Corporation.</p></div>
<p>In this project we further refine our algorithm and implement it in C++ for very large-scale capacitance extraction. A layout is first partitioned into smaller blocks. The Markov Transition Matrix (MTM) for each block is computed, and then the capacitance of the full layout is extracted by simulating the Markov Chain with random walk methods. Our algorithm is efficient because the computation of an MTM is derived from the capacitance matrix associated with each block. Such a matrix is computed using the Finite Difference Method, which can handle highly inhomogeneous structures including different dielectrics and metal fills. In addition, our algorithm requires neither assembly nor solution of any linear system of equations at the level of the full layout. Consequently, the algorithm requires very modest computational time and memory to compute the capacitance matrix of the full- chip to field solver accuracy. In addition, our algorithm lends itself to efficient parallelization because both the computation of MTMs and the computation of random walks are embarrassingly parallelizable. The accuracy, efficiency, and almost linear scalability of the algorithm are being tested on FastMarkov – our C++ implemented, MPI-parallelized solver, which can handle large-scale, geometrically complex, industry provided examples (such as the one shown in Figure 1) in 45 minutes using 4-core parallelization. We have so far also verified that around 95% of computation time is spent on MTM computation, which can be reduced significantly by larger number parallelization.</p>
<ol class="footnotes"><li id="footnote_0_5501" class="footnote">K. Nabors and J. White, &#8220;Fastcap: a multipole accelerated 3-d capacitance extraction program,&#8221; <em>IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems</em>, vol. 10, no. 11, pp. 1447-1459, Nov. 1991.</li><li id="footnote_1_5501" class="footnote">T. El-Moselhy, I. Elfadel, and L. Daniel, &#8220;A hierarchical floating random walk algorithm for fabric-aware 3d capacitance extraction,&#8221; in <em>IEEE/ACM International Conference on Computer-Aided Design, </em>2009.</li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/fastmarkov-a-markov-chain-based-hierarchical-solver-for-large-scale-capacitance-extraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compact Modeling of “Nonlinear” Analog Circuits using System Identification with Incremental Stability Certification</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Circuits & Systems]]></category>
		<category><![CDATA[luca daniel]]></category>
		<category><![CDATA[yu-chung hsiao]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5505</guid>
		<description><![CDATA[During recent years, researchers in the Electronic Design Automation community have made great efforts to develop new techniques to automatically...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>During recent years, researchers in the Electronic Design Automation community have made great efforts to develop new techniques to automatically generate accurate compact models of <span style="text-decoration: underline;">“<em>nonlinear”</em></span>system blocks. The majority of the existing methods for creating stable reduced models of nonlinear systems, such as<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/#footnote_0_5505" id="identifier_0_5505" class="footnote-link footnote-identifier-link" title="B. Bond and L. Daniel, &ldquo;Stabilizing schemes for piecewise-linear reduced order models via projection and weighting functions,&rdquo; in Proc. of the IEEE Conference on Computer-Aided Design, San Jose, CA, Nov. 2007, pp. 860-867.">1</a>] </sup>, require knowledge of the internal structure of the system, as well as access to the exact model formulation for the original system.  Unfortunately, this information may not be easily available if a designer is using a commercial design tool or may not even exist if the system to be modeled is a physical fabricated device.</p>
<p>As an alternative approach to the standard nonlinear model reduction, we propose a system-identification procedure.  This procedure requires only data available from simulation or measurement of the original system, such as input-output training data pairs. However, simply fitting an arbitrary nonlinear model to the training data does not guarantee that the solution is a valid dynamic model. A valid dynamic model must be stable when evaluated in a time domain simulator. The challenge is to search for a nonlinear dynamic model that simultaneously satisfies the stability requirement and optimally matches the training data. We have managed to formulate such problem as a semi-definite convex optimization problem. The proposed optimization formulation, explained in detail in<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/#footnote_1_5505" id="identifier_1_5505" class="footnote-link footnote-identifier-link" title="B. Bond, Z. Mahmood, Y. Li, R. Sredojevic, A. Megretski, V. Stojanovic, Y. Avniel, and L. Daniel, &ldquo;Compact modeling of nonlinear analog circuits using system identification via demi-definite programming and incremental stability certification,&rdquo; IEEE Trans. on CAD of Integrated Circuits and Systems, vol. 29, issue 8, pp. 1149-1162, Aug. 2010.">2</a>] </sup> as an efficient extension of<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/#footnote_2_5505" id="identifier_2_5505" class="footnote-link footnote-identifier-link" title="A. Megretski, &ldquo;Convex optimization in robust identification of nonlinear feedback,&rdquo; in Proc. of the IEEE Conference on Decision and Control, Cancun, Mexico, Dec. 2008, pp. 1370-1374.">3</a>] </sup>, allows us to specify completely the complexity of the identified reduced model through the choice of both model order and nonlinear function complexity.</p>
<p>Applications for the proposed modeling technique include analog circuit building blocks such as operational amplifiers and power amplifiers, and individual circuit elements such as transistors.  The resulting compact models may then be used in a higher-level design optimization process of a larger system.  One such example of an analog circuit block is the low-noise amplifier shown in Figure 1; it contains both nonlinear and parasitic elements.  For this example, input-output training data was generated from a commercial circuit-simulator and used to identify a compact nonlinear model. Figure 2 compares the output responses of the original system and the identified model.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/hsiao_analogmodeling_01/' title='hsiao_analogmodeling_01'><img width="300" height="197" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/hsiao_analogmodeling_01-300x197.png" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/hsiao_analogmodeling_02/' title='hsiao_analogmodeling_02'><img width="300" height="262" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/hsiao_analogmodeling_02-300x262.png" class="attachment-medium" alt="Figure 2" /></a>

<ol class="footnotes"><li id="footnote_0_5505" class="footnote">B. Bond and L. Daniel, “Stabilizing schemes for piecewise-linear reduced order models via projection and weighting functions,” in <em>Proc. of the IEEE Conference on Computer-Aided Design</em>, San Jose, CA, Nov. 2007, pp. 860-867.</li><li id="footnote_1_5505" class="footnote">B. Bond, Z. Mahmood, Y. Li, R. Sredojevic, A. Megretski, V. Stojanovic, Y. Avniel, and L. Daniel, “Compact modeling of nonlinear analog circuits using system identification via demi-definite programming and incremental stability certification,” <em>IEEE Trans. on CAD of Integrated Circuits and Systems</em>, vol. 29, issue 8, pp. 1149-1162, Aug. 2010.</li><li id="footnote_2_5505" class="footnote">A. Megretski, “Convex optimization in robust identification of nonlinear feedback,” in<em> Proc. of the IEEE Conference on Decision and Control</em>, Cancun, Mexico, Dec. 2008, pp. 1370-1374.</li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/compact-modeling-of-nonlinear-analog-circuits-using-system-identification-with-incremental-stability-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modeling and Simulation of Blood Flow in Arterial Networks</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Medical Electronics]]></category>
		<category><![CDATA[healthcare]]></category>
		<category><![CDATA[luca daniel]]></category>
		<category><![CDATA[yu-chung hsiao]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5510</guid>
		<description><![CDATA[Understanding certain medical conditions requires understanding specific aspects of the arterial blood flow. For instance, diagnosing atherosclerosis requires capturing detailed...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>Understanding certain medical conditions requires understanding specific aspects of the arterial blood flow. For instance, diagnosing atherosclerosis requires capturing detailed flow inside an arterial segment. Such study requires developing accurate solvers for the detailed equations describing both the blood flow and the elastic behavior of the arteries. At the other end of the spectrum, studying hypertension requires computing pressure and averaged flow over a larger arterial network. Such analysis requires developing compact computationally inexpensive models of complex segments of the arterial network. These models relate the pressure and average flow at the terminals of the arterial segments and must be easily interconnected to form complex and large arterial networks.</p>
<p>In this project we are developing a 2-D fluid-structure interaction solver to accurately simulate blood flow in arteries with bends and bifurcations. Such blood flow is mathematically modeled using the incompressible Navier-Stokes equations. The arterial wall is modeled using a linear elasticity model<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/#footnote_0_5510" id="identifier_0_5510" class="footnote-link footnote-identifier-link" title="A. Quarteroni, M. Tuveri, and A. Veneziani &ldquo;Computational vascular fluid dynamics: problems, models and methods,&rdquo; Computing and Visualization in Science, vol. 2, no. 4, pp. 163-97, 2000.">1</a>] </sup>. Our solver is based on an enhanced immersed boundary method (IBM)<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/#footnote_1_5510" id="identifier_1_5510" class="footnote-link footnote-identifier-link" title="C. Peskin and D. McQueen &ldquo;A three-dimensional computational method for blood flow in the heart I. Immersed elastic fibers in a viscous incompressible fluid.&rdquo; Journal of Computational Physics, vol. 81, issue 2, pp. 372-405, 1989.">2</a>] </sup>. As a second step we are developing system identification techniques<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/#footnote_2_5510" id="identifier_2_5510" class="footnote-link footnote-identifier-link" title="B. Bond, T. Moselhy, and L. Daniel, &ldquo;System identification techniques for modeling of the human arterial system,&rdquo; in Proc. SIAM Conference on the Life Sciences, Pittsburgh, PA, July 2010, p. 12-15. (invited) ">3</a>] </sup> to generate passive models for complex arterial segments such as large arteries, arterial bends, and bifurcations. We have validated our solver results versus reference results obtained from MERCK Research Laboratories for a straight vessel of length 10 cm and diameter 2 cm. Our results for pressure, flow, and radius variations are within 3% of those obtained from MERCK. Furthermore, we are validating our model results by cascading different models and comparing the results of the resulting network to those predicted by our solver. Our preliminary results for pressure and flow at the terminals of the models are within 10% of those obtained from the full simulator. In addition, with our models we reduce the computational time by more than 100,000 times.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/hsiao_cardio_01/' title='hsiao_cardio_01'><img width="300" height="227" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/hsiao_cardio_01-300x227.png" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/hsiao_cardio_02/' title='hsiao_cardio_02'><img width="300" height="230" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/hsiao_cardio_02-300x230.png" class="attachment-medium" alt="Figure 2" /></a>

<ol class="footnotes"><li id="footnote_0_5510" class="footnote">A. Quarteroni, M. Tuveri, and A. Veneziani “Computational vascular fluid dynamics: problems, models and methods,” <em>Computing and Visualization in Science</em>, vol. 2, no. 4, pp. 163-97, 2000.</li><li id="footnote_1_5510" class="footnote">C. Peskin and D. McQueen “A three-dimensional computational method for blood flow in the heart I. Immersed elastic fibers in a viscous incompressible fluid.” <em>Journal of Computational Physics</em>, vol. 81, issue 2, pp. 372-405, 1989.</li><li id="footnote_2_5510" class="footnote">B. Bond, T. Moselhy, and L. Daniel, “System identification techniques for modeling of the human arterial system,” in <em>Proc.</em> <em>SIAM Conference on the Life Sciences,</em> Pittsburgh, PA, July 2010, p. 12-15. (invited) </li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/modeling-and-simulation-of-blood-flow-in-arterial-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAPLET: A Parallelized Boundary Element Method for VLSI Capacitance Extraction with Instantiable Basis Functions</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Circuits & Systems]]></category>
		<category><![CDATA[luca daniel]]></category>
		<category><![CDATA[yu-chung hsiao]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5515</guid>
		<description><![CDATA[Traditional interconnect capacitance extraction tools usually employ 2D scanning and table look-up methods for fast extraction.  For some structures, e.g.,...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>Traditional interconnect capacitance extraction tools usually employ 2D scanning and table look-up methods for fast extraction.  For some structures, e.g., partially overlapping wires and comb capacitors, 2D scanning methods fail to generate accurate results (i.e. within 5% error), therefore using 3D field solvers becomes necessary despite the much slower performance. Accelerated field solvers have been proposed, such as FastCap<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_0_5515" id="identifier_0_5515" class="footnote-link footnote-identifier-link" title="K. Nabors and J. White, &ldquo;Fast-Cap: A multipole-accelerated 3-D capacitance extraction program,&rdquo; IEEE Transactions on Computer-Aided Design, vol. 10, no. 10, pp. 1447-1459, Nov. 1991.">1</a>] </sup> and Precorrected FFT<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_1_5515" id="identifier_1_5515" class="footnote-link footnote-identifier-link" title="J. R. Phillips and J. K. White, &ldquo;A precorrected-FFT method for electrostatic analysis of complicated 3-D structures,&rdquo; IEEE Transaction on Computer-Aided Design, vol. 16, no. 10, pp. 059-1072, Oct. 1997.">2</a>] </sup> whose accelerations are effective only for large, semi-global structures of hundreds of wires. More importantly,<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_2_5515" id="identifier_2_5515" class="footnote-link footnote-identifier-link" title="Y. Yuan and P. Banerjee, &ldquo;A parallel implementation of a fast multipole-based 3-d capacitance extraction program on distributed memory multicomputers,&rdquo; Journal of Parallel and Distributed Computing, vol. 61, no. 12, pp. 1751&ndash;1774, 2001.">3</a>] </sup> and<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_3_5515" id="identifier_3_5515" class="footnote-link footnote-identifier-link" title="N. R. Aluru, V. B. Nadkarni, and J. White, &ldquo;A parallel precorrected FFT based capacitance extraction program for signal integrity analysis,&rdquo; in Proceedings of the 33rd Annual Design Automation Conference, 1996, pp. 363-366.">4</a>] </sup> demonstrated that such two acceleration methods are not efficiently parallelizable, showing rapid degradation of parallel efficiency with the number of parallel nodes (40% to 60% at eight nodes).</p>
<p>We propose an efficiently parallelizable acceleration method for local, small-to-medium structures of tens of wires, targeting errors within 5%. We adopt our instantiable basis functions<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_4_5515" id="identifier_4_5515" class="footnote-link footnote-identifier-link" title="Y.-C. Hsiao, T. El-Moselhy, and L. Daniel, &ldquo;Efficient capacitance solver for 3d interconnect based on template-instantiated basis functions,&rdquo; IEEE 18th Conference on Electrical Performance of Electronic Packaging and Systems, 2009, pp. 179&ndash;182.">5</a>] </sup> as a compact charge distribution representation in the boundary element method. Our instantiable basis functions are usually 30 times more compact than traditional piecewise constant (PWC) basis functions<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_0_5515" id="identifier_5_5515" class="footnote-link footnote-identifier-link" title="K. Nabors and J. White, &ldquo;Fast-Cap: A multipole-accelerated 3-D capacitance extraction program,&rdquo; IEEE Transactions on Computer-Aided Design, vol. 10, no. 10, pp. 1447-1459, Nov. 1991.">1</a>] </sup><sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_1_5515" id="identifier_6_5515" class="footnote-link footnote-identifier-link" title="J. R. Phillips and J. K. White, &ldquo;A precorrected-FFT method for electrostatic analysis of complicated 3-D structures,&rdquo; IEEE Transaction on Computer-Aided Design, vol. 16, no. 10, pp. 059-1072, Oct. 1997.">2</a>] </sup><sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_2_5515" id="identifier_7_5515" class="footnote-link footnote-identifier-link" title="Y. Yuan and P. Banerjee, &ldquo;A parallel implementation of a fast multipole-based 3-d capacitance extraction program on distributed memory multicomputers,&rdquo; Journal of Parallel and Distributed Computing, vol. 61, no. 12, pp. 1751&ndash;1774, 2001.">3</a>] </sup><sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_3_5515" id="identifier_8_5515" class="footnote-link footnote-identifier-link" title="N. R. Aluru, V. B. Nadkarni, and J. White, &ldquo;A parallel precorrected FFT based capacitance extraction program for signal integrity analysis,&rdquo; in Proceedings of the 33rd Annual Design Automation Conference, 1996, pp. 363-366.">4</a>] </sup> in terms of required basis functions for the same capacitance accuracy (Figure 1). Such compactness not only accelerates the single-node execution (six times in Figure 2.a) but also greatly improves the parallel efficiency (Figure 2.b) by redistributing the computation between the hard parallelizable system solving part (from 90% of total execution to less than 5%) and the embarrassingly parallelizable matrix filling part (from 10% to more than 95%)<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/#footnote_5_5515" id="identifier_9_5515" class="footnote-link footnote-identifier-link" title="Y.-C. Hsiao and L. Daniel, &ldquo;A highly scalable parallel boundary element method for capacitance extraction,&rdquo; Proceedings of the 48th Annual Design Automation Conference, DAC 2011.">6</a>] </sup>. We will release the complete tool set, from input gds2 layout files to capacitance matrices, in the public domain.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/hsiao_fastcaplet_01/' title='hsiao_fastcaplet_01'><img width="300" height="225" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/hsiao_fastcaplet_01-300x225.png" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/hsiao_fastcaplet_02/' title='hsiao_fastcaplet_02'><img width="300" height="256" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/hsiao_fastcaplet_02-300x256.png" class="attachment-medium" alt="Figure 2" /></a>

<ol class="footnotes"><li id="footnote_0_5515" class="footnote">K. Nabors and J. White, “Fast-Cap: A multipole-accelerated 3-D capacitance extraction program,” <em>IEEE Transactions on Computer-Aided Design</em>, vol. 10, no. 10, pp. 1447-1459, Nov. 1991.</li><li id="footnote_1_5515" class="footnote">J. R. Phillips and J. K. White, “A precorrected-FFT method for electrostatic analysis of complicated 3-D structures,” <em>IEEE Transaction on Computer-Aided Design</em>, vol. 16, no. 10, pp. 059-1072, Oct. 1997.</li><li id="footnote_2_5515" class="footnote">Y. Yuan and P. Banerjee, “A parallel implementation of a fast multipole-based 3-d capacitance extraction program on distributed memory multicomputers,” <em>Journal of Parallel and Distributed Computing</em>, vol. 61, no. 12, pp. 1751–1774, 2001.</li><li id="footnote_3_5515" class="footnote">N. R. Aluru, V. B. Nadkarni, and J. White, “A parallel precorrected FFT based capacitance extraction program for signal integrity analysis,” in <em>Proceedings of the 33<sup>rd</sup> Annual Design Automation Conference</em>, 1996, pp. 363-366.</li><li id="footnote_4_5515" class="footnote">Y.-C. Hsiao, T. El-Moselhy, and L. Daniel, “Efficient capacitance solver for 3d interconnect based on template-instantiated basis functions,” <em>IEEE 18th Conference on Electrical Performance of Electronic Packaging and Systems, </em>2009, pp. 179–182.</li><li id="footnote_5_5515" class="footnote">Y.-C. Hsiao and L. Daniel, “A highly scalable parallel boundary element method for capacitance extraction,” <em>Proceedings of the 48<sup>th</sup> Annual Design Automation Conference, DAC 2011</em>.</li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/caplet-a-parallelized-boundary-element-method-for-vlsi-capacitance-extraction-with-instantiable-basis-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Efficient Framework for Passive Compact Dynamical Modeling of Multiport Linear Systems</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Circuits & Systems]]></category>
		<category><![CDATA[luca daniel]]></category>
		<category><![CDATA[zohaib mahmood]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5521</guid>
		<description><![CDATA[Automatic generation of accurate, compact, and passive dynamical models for multiport linear structures such as interconnects is a crucial part...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>Automatic generation of accurate, compact, and passive dynamical models for multiport <em>linear</em> structures such as interconnects is a crucial part of the overall design procedure for complex circuits. First, frequency response samples for multiport linear structures are collected from either an electromagnetic field solver or physical measurements. Second, a compact model is developed that can be incorporated into a circuit simulator for time-domain simulations of a larger system also containing nonlinear devices. For these compact models, even a small violation of any basic property of the structure, such as passivity, can cause large errors in the response of the overall system, and the results can become completely nonphysical. It is, therefore, essential to preserve basic system properties during the model identification. To model multiport structures from given frequency response samples, the approaches based on convex optimization<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/#footnote_0_5521" id="identifier_0_5521" class="footnote-link footnote-identifier-link" title="C. P. Coelho, J. R. Phillips, and L. M. Silveira, &ldquo;A convex programming approach to positive real rational approximation,&rdquo; in Proc. of the IEEE/ACM International Conference on Computer-Aided Design, San Jose, CA, Nov. 2001, pp. 245&ndash;251.">1</a>] </sup> are very expensive and quickly exhaust available computational resources such as memory. These approaches can be used to model only structures having a much smaller number of ports. Other techniques identify a stable, but non-passive, model, and then perturb the model to make it passive<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/#footnote_1_5521" id="identifier_1_5521" class="footnote-link footnote-identifier-link" title="S. Grivet-Talocia, &ldquo;Passivity enforcement via perturbation of Hamiltonian matrices,&rdquo; IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 51, no. 91755&ndash;1769, Sept. 2004.">2</a>] </sup>. However, such approaches suffer from limitations if the initial non-passive model has significant passivity violations.</p>
<p>In this work, we are developing an efficient modeling framework that will automatically generate accurate, compact, and passive dynamical models for multiport linear systems. Given measured transfer function samples, we identify a rational transfer function model that minimizes the mismatch at the given frequencies. These dynamical models can be interfaced with commercial circuit simulators for time-domain simulations of a larger interconnected system. To guarantee the stability of the overall simulation, we ensure the passivity of our generated models by enforcing semidefinite constraints during the fitting process as proposed in<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/#footnote_2_5521" id="identifier_2_5521" class="footnote-link footnote-identifier-link" title="Z. Mahmood and L. Daniel, &ldquo;Circuit synthesizable guaranteed passive modeling for multiport structures,&rdquo; in Proc. of Behavioral Modeling and Simulation Conference (BMAS), Sept. 2010.">3</a>] </sup><sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/#footnote_3_5521" id="identifier_3_5521" class="footnote-link footnote-identifier-link" title="Z. Mahmood, R. Suaya and L. Daniel, &ldquo;An efficient framework for passive compact dynamical modeling of multiport linear systems,&rdquo; in Proc. of Design, Automation and Test in Europe (DATE), Mar. 2012.">4</a>] </sup>. Figure 1 shows the layout of coupled RF inductors, which is one of the structures we used for testing our algorithm.  Figure 2 compares the output of our identified model with the given data for a four-port structure. Furthermore, for the same model order, we get orders-of-magnitude improvement in terms of both speed and memory compared to<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/#footnote_0_5521" id="identifier_4_5521" class="footnote-link footnote-identifier-link" title="C. P. Coelho, J. R. Phillips, and L. M. Silveira, &ldquo;A convex programming approach to positive real rational approximation,&rdquo; in Proc. of the IEEE/ACM International Conference on Computer-Aided Design, San Jose, CA, Nov. 2001, pp. 245&ndash;251.">1</a>] </sup>.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/mahmood_ltid_01/' title='mahmood_ltid_01'><img width="300" height="181" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/mahmood_ltid_01-300x181.png" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/mahmood_ltid_02/' title='mahmood_ltid_02'><img width="300" height="224" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/mahmood_ltid_02-300x224.png" class="attachment-medium" alt="Figure 2" /></a>

<ol class="footnotes"><li id="footnote_0_5521" class="footnote">C. P. Coelho, J. R. Phillips, and L. M. Silveira, “A convex programming approach to positive real rational approximation,” in<em> Proc. of the IEEE/ACM International Conference on Computer-Aided Design</em>, San Jose, CA, Nov. 2001, pp. 245–251.</li><li id="footnote_1_5521" class="footnote">S. Grivet-Talocia, “Passivity enforcement via perturbation of Hamiltonian matrices<em>,” IEEE Transactions on</em> <em>Circuits and Systems I: Regular Papers, </em>vol.<em> </em>51, no. 91755–1769, Sept. 2004.</li><li id="footnote_2_5521" class="footnote">Z. Mahmood and L. Daniel, “Circuit synthesizable guaranteed passive modeling for multiport structures,&#8221; in <em>Proc. of Behavioral Modeling and Simulation Conference (BMAS)</em>, Sept. 2010.</li><li id="footnote_3_5521" class="footnote">Z. Mahmood, R. Suaya and L. Daniel, &#8220;An efficient framework for passive compact dynamical modeling of multiport linear systems,&#8221; in <em>Proc. of Design, Automation and Test in Europe (DATE)</em>, Mar. 2012.</li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/an-efficient-framework-for-passive-compact-dynamical-modeling-of-multiport-linear-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computational Electromagnetics Tools for High-Field Magnetic Resonance Imaging</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/computational-electromagnetics-tools-for-high-field-magnetic-resonance-imaging/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/computational-electromagnetics-tools-for-high-field-magnetic-resonance-imaging/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Medical Electronics]]></category>
		<category><![CDATA[healthcare]]></category>
		<category><![CDATA[luca daniel]]></category>
		<category><![CDATA[zohaib mahmood]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5528</guid>
		<description><![CDATA[Two recent advances in Magnetic Resonance Imaging (MRI) technology have resulted in a need for sophisticated computational electromagnetics (CEM) tools....]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>Two recent advances in Magnetic Resonance Imaging (MRI) technology have resulted in a need for sophisticated computational electromagnetics (CEM) tools. The first is the availability of higher fields scans that can improve signal-to-noise ratio. The second is the availability of transmit-coil arrays, which can be used to minimize human-body heating by electric fields. Higher fields imply higher-frequency RF pulses, with wavelengths comparable to the human body dimensions, which complicates electromagnetic analysis. They also imply increased tissue heating, which limits the RF power used for imaging purposes. In the computational prototyping group, we are developing CEM techniques to address these new needs of the MRI community, working in close collaboration with the RLE MRI group and the Harvard Massachusetts General Hospital MRI group, with some specific targets.</p>
<p>First, we are developing fast methods for tuning and matching the transmitters to the human-body loaded MRI coils. We combined scattering-matrix formalism, a frequency-domain finite-elements method, and commercial RF optimization software to reduce this process from days to hours. Also we plan to apply integral-equation methods to reduce it to minutes. Second, we are developing integral methods to allow for efficiently optimizing the geometrical configuration of the transmit coils. This hybrid approach will combine pre-computed Green’s functions for a realistic human body model with method of moments to be able to rapidly assess different coil configurations for a typical body. To aid this assessment, we plan to leverage our work on parameterized model-order reduction, automatically generating models depending on relevant parametric quantities. We are also working on fast methods for computing the approximate solutions to the electromagnetic fields inside the human body, assuming a simplified 3-tissue model that can be obtained for each patient by a quick MRI scan. Finally, we are developing an automated procedure for designing robust decoupling networks for arbitrary MRI transmission coil arrays, based on automatic nonlinear least squares techniques to compute the input impedance matrix, in opposition to currently applied manual methods, limited to small number of channels. These decoupling networks reduce the input power required for the same local increase of body heat vs. excitation fidelity.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/computational-electromagnetics-tools-for-high-field-magnetic-resonance-imaging/mahmood_mri_01/' title='mahmood_mri_01'><img width="224" height="300" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/mahmood_mri_01-224x300.png" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/computational-electromagnetics-tools-for-high-field-magnetic-resonance-imaging/mahmood_mri_02/' title='mahmood_mri_02'><img width="300" height="285" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/mahmood_mri_02-300x285.png" class="attachment-medium" alt="Figure 2" /></a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/computational-electromagnetics-tools-for-high-field-magnetic-resonance-imaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compact Parameterized Modeling of RF Nano-Electro-Mechanical (NEM) Resonators</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:21 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[MEMS & BioMEMS]]></category>
		<category><![CDATA[dana weinstein]]></category>
		<category><![CDATA[luca daniel]]></category>
		<category><![CDATA[radhika marathe]]></category>
		<category><![CDATA[zohaib mahmood]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5533</guid>
		<description><![CDATA[Design and optimization of novel RF Nano-Electro-Mechanical (NEM) resonators such as Resonant Body Transistors (RBT) require modeling across multiple domains,...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>Design and optimization of novel RF Nano-Electro-Mechanical (NEM) resonators such as Resonant Body Transistors (RBT) require modeling across multiple domains, including mechanical (distributed stress and elastic wave models), electrical (semiconductor devices and RF small signal models), and thermal. These domains are all cross-coupled in nonlinear ways and require lengthy finite element multi-physics analyses to solve. Due to the complexity of these structures embedded in the CMOS stack and sensed using active FETs, the day-long time scale of each finite element simulation prevents quick, intuitive parameterization of device design. A reduced model parameterized across all three domains is therefore necessary both for rapid prototyping and for device optimization.</p>
<p>In this work, we are developing an algorithm to automatically generate compact models for NEM resonators. Our compact models are suitable for AC, DC and RF operation of the device and allow the circuit designers to run circuit-level time-domain simulations using any commercial circuit simulator<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/#footnote_0_5533" id="identifier_0_5533" class="footnote-link footnote-identifier-link" title="Z. Mahmood and L. Daniel, &ldquo;Circuit synthesizable guaranteed passive modeling for multiport structures,&rdquo; in Proc. of Behavioral Modeling and Simulation Conference (BMAS), Sept. 2010.">1</a>] </sup><sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/#footnote_1_5533" id="identifier_1_5533" class="footnote-link footnote-identifier-link" title="Z. Mahmood, R. Suaya and L. Daniel, &ldquo;An efficient framework for passive compact dynamical modeling of multiport linear systems,&rdquo; in Proc. of Design, Automation and Test in Europe, (DATE), Mar. 2012.">2</a>] </sup>. The compact models are “parameterized,” so that the circuit designer will be able to instantiate instantaneously models within the circuit simulator for different values of the key device parameters.  Key resonator parameters included in the compact parameterized model are resonant frequency, quality factor, signal strength, isolation, presence of spurious modes, and operating temperature. Values for the model coefficients are calibrated using measurements from NEMS resonator devices. A critically important feature of our models is to guarantee that when circuit designers change arbitrarily values for the device parameters, the compact models will always preserve the physical properties of the original device and will never cause numerical instabilities and convergence issues when connected to other device models and circuits within the circuit simulator<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/#footnote_2_5533" id="identifier_2_5533" class="footnote-link footnote-identifier-link" title="Z. Mahmood and L. Daniel, &ldquo;Guaranteed passive parameterized modeling of multiport passive circuit blocks,&rdquo; in Proc. of TECHCON, Sept. 2011.">3</a>] </sup>. Figure 1 shows the layout of a Si-based NEMS-CMOS resonator. Numerical results show a great promise for our technique. We have achieved high quality fit to the measured data, as Figure 2 shows, which offered modeling challenges including the presence of noise and spurious resonant peaks.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/mahmood_nems_01/' title='mahmood_nems_01'><img width="300" height="227" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/mahmood_nems_01-300x227.jpg" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/mahmood_nems_02/' title='mahmood_nems_02'><img width="300" height="224" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/mahmood_nems_02-300x224.png" class="attachment-medium" alt="Figure 2" /></a>

<ol class="footnotes"><li id="footnote_0_5533" class="footnote">Z. Mahmood and L. Daniel, “Circuit synthesizable guaranteed passive modeling for multiport structures,&#8221; in <em>Proc. of Behavioral Modeling and Simulation Conference (BMAS)</em>, Sept. 2010.</li><li id="footnote_1_5533" class="footnote">Z. Mahmood, R. Suaya and L. Daniel, &#8220;An efficient framework for passive compact dynamical modeling of multiport linear systems,&#8221; in <em>Proc. of Design, Automation and Test in Europe, (DATE)</em>, Mar. 2012.</li><li id="footnote_2_5533" class="footnote">Z. Mahmood and L. Daniel, “Guaranteed passive parameterized modeling of multiport passive circuit blocks,” in <em>Proc. of TECHCON</em>, Sept. 2011.</li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/compact-parameterized-modeling-of-rf-nano-electro-mechanical-nem-resonators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Luca Daniel</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/luca-daniel/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/luca-daniel/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 22:30:52 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Faculty Research Staff & Publications]]></category>
		<category><![CDATA[luca daniel]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=6175</guid>
		<description><![CDATA[Parameterized model order reduction of linear and nonlinear dynamical systems; mixed-signal, RF and mm-wave circuit simulation and modeling for optimization; parasitic extraction and accelerated integral equation solvers; simulation and modeling tools for magnetic resonance imaging and for the human cardiovascular circulatory system.]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><h3>Collaborators</h3>
<ul>
<li>R. Suaya, Mentor Graphics</li>
<li>A. Elfadel, IBM T.J.Watson</li>
<li>R. Mathur, Intel</li>
<li>E. Demircan, Freescale</li>
<li>S. Talocia, Politec. di Torino</li>
<li>P. Triverio, Politec. di Torino</li>
<li>M. Silveira, Univ. of Lisbon</li>
<li>J. Villena, Univ. of Lisbon</li>
<li>H. Fernandez, Univ. of Lisbon</li>
<li>G. Antonini, Univ. dell’Aquila</li>
<li>F. Ferranti, Ghent University</li>
<li>A. Hochman, MIT EECS</li>
<li>A. Megretski, MIT EECS</li>
<li>D. Boning, MIT EECS</li>
<li>J. White, MIT EECS</li>
<li>K. Van Vliet, MIT Material Sci.</li>
<li>R. Mahmoodian, MIT Material Sci.</li>
<li>E. Adalsteinsson, MIT HST</li>
<li>L. Wald, MGH Harvard</li>
</ul>
<h3>Graduate Students</h3>
<ul>
<li>O. Mysore, MIT EECS</li>
<li>Y. Hsiao, MIT EECS</li>
<li>Z. Mahmood, MIT EECS</li>
<li>Z. Zhang, MIT EECS</li>
<li>Y. Zhao, MIT EECS</li>
</ul>
<h3>Postdoctoral Associates</h3>
<ul>
<li>J. Villena, MIT</li>
<li>A. Hochman, MIT</li>
</ul>
<h3>Research scientists</h3>
<ul>
<li>T. Klemas, MIT and Lincoln Labs</li>
<li>M. Kamon, MIT and Coventor</li>
</ul>
<h3>Support Staff</h3>
<ul>
<li>C. Collins, Admin. Asst.</li>
</ul>
<h3>Publications</h3>
<p>Z. Zhang, Q. Wang, N. Wong, L. Daniel, “A Moment-Matching Scheme for the Passivity-Preserving Model Order Reduction of Indefinite Descriptor Systems with Possible Polynomial Parts”, IEEE/ACM Asia Pacific Design Automation Conference, Yokohama, Japan, January 2011 <strong><em>(Best Paper Award Nomination).</em></strong></p>
<p>L. Daniel, “Reduction Strategies for Linear and Nonlinear Electronic Systems”, Workshop on Reduction Strategies for the Simulation of Complex Problems, Milano, Italy, Jan 2011.</p>
<p>T. Moselhy, L. Daniel, “A Markov Chain Based Hierarchical Algorithm for Capacitance Extraction”, IEEE Trans. on Advanced Packaging, Special Issue Feb 2011. <strong><em>(Invited Paper)</em></strong></p>
<p>T. Moselhy, L. Daniel, Invited Paper: “Variation-Aware Stochastic Extraction with Large Parameter Dimensionality: Review and Comparison of State of the Art Intrusive and Non-Intrusive Techniques”, International Symposium on Quality Electronic Design (IEQED), Santa Clara, CA March 2011.</p>
<p>Y. Hsiao, L. Daniel, “A Highly Scalable Parallel Boundary Element Method for Capacitance Extraction”, IEEE/ACM Design Automation Conf., San Diego, CA, June 2011.</p>
<p>L. Daniel, “New Advances and Future Directions in Model Reduction”, Workshop on Advances in Numerical Computation, Manchester UK, July 2011. <strong><em>(Invited Plenary Paper) </em></strong></p>
<p>Z. Mahmood, L. Daniel, &#8220;Guaranteed Passive Parameterized Modeling of Multiport Passive Circuit Blocks&#8221;, Proc. of TECHCON11, Austin TX, Sept. 2011. <strong><em>(Best Paper &amp; Presentation Award).</em></strong></p>
<p>Z. Zhang, I. M. Elfadel, L. Daniel, &#8220;Model order reduction of fully parameterized systems by recursive least square optimization,&#8221; Int. Conf. Computer-Aided Design (ICCAD), pp. 523-530, San Jose, CA, Nov. 2011. <strong><em>(IEEE/ACM William J. McCalla ICCAD Best Paper Award Nomination)</em></strong></p>
<p>R. Suaya, C. Xu, V. Kourkoulos, K. Banrejee, Z. Mahmood, L. Daniel, &#8220;Electromagnetic Characterization and Model Building for Passive Systems Including TSVs, for 3-D IC&#8217;s Application&#8221;, Proc. of IEEE Electrical Design of Advanced Packaging &amp; Systems (EDAPS), Hangzhou, China, Dec. 2011.</p>
<p>T. El Moselhy, L. Daniel, &#8220;Stochastic Extraction for SoC and SiP Interconnect with Variability”, Proc. of IEEE Electrical Design of Advanced Packaging &amp; Systems (EDAPS), Hangzhou, China, Dec. 2011. <strong>(<em>Invited Paper)</em></strong></p>
<p>Z. Mahmood, R. Suaya, L. Daniel, &#8220;An Efficient Framework for Passive Compact Dynamical Modeling of Multiport Linear Systems&#8221;, (Accepted) Proc. of Design Automation &amp; Test in Europe (DATE), Dresden, Germany 2012.</p>
<p>Z. Zhang, M. Kamon and L. Daniel, “Continuation-based pull-in and lift-off simulation for micro-electro-mechanical system (MEMS) design”,  SRC TECHCON, Austin, TX, Sept. 2012.</p>
<p>Z. Mahmood, L. Daniel “Compact Parameterized Modeling of RF Nano-Electro-Mechanical (NEM) Resonators”, SRC TECHCON, Austin, TX, Sept. 2012.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/luca-daniel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>