CINXE.COM
Power Systems Design (PSD) empowers global innovation for the power electronic design engineering community.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.powersystemsdesign.com/powering-wireless-communications?a=1&c=1148","20111217065856","https://web.archive.org/","web","/_static/", "1324105136"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Power Systems Design (PSD) empowers global innovation for the power electronic design engineering community.</title> <meta name="keywords" content="Power Systems Design, PSD, power electronics design engineering, Top Story, ViewPoint, PowerLine, PowerPlayer, MarketWatch, Design Tips, TechTalk, Technical Features, Special Reports, Career Development, GreenPage, Dilbert"> <meta name="description" content="Power Systems Design (PSD) empowers global innovation for the power electronic design engineering community by providing in-depth editorial content focused on helping the design engineering professionals with their latest product designs."> <link rel="stylesheet" href="/web/20111217065856cs_/http://www.powersystemsdesign.com/web.css"> <!-- arIndexStart --> <!-- arIndexStop --> <script language="javascript"> <!-- AC_FL_RunContent = 0; //--> </script> <script src="/web/20111217065856js_/http://www.powersystemsdesign.com/AC_RunActiveContent.js" language="javascript"></script> <script src="/web/20111217065856js_/http://www.powersystemsdesign.com/ar_old.js" language="javascript"></script> <script language="javascript" type="text/javascript"> <!-- function goGallery(thePage,theModule,theSlide) { window.open('gallery_popup.asp?page_ID='+thePage+'&module_ID='+theModule+'&slide='+theSlide,'','scrollbars=0,toolbar=0,left=30,top=30,resizable=1,width=780,height=560'); } // --> </script> <script language="JScript" type="text/jscript" src="/web/20111217065856js_/http://www.powersystemsdesign.com/clickfix.js"></script> <script type="text/javascript" src="/web/20111217065856js_/http://www.powersystemsdesign.com/_ar/4_5_4_5/script/jquery/jquery.js"></script> <script type="text/javascript" src="/web/20111217065856js_/http://www.powersystemsdesign.com/_ar/4_5_4_5/script/jquery/jquery.cookie.js"></script> <script type="text/javascript" src="/web/20111217065856js_/http://www.powersystemsdesign.com/_ar/4_5_4_5/script/ar.js"></script> <script type="text/javascript" language="javascript"> <!-- $AR.sv('root','https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/'); $AR.sv('fi','https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/library/resources/'); $AR.sv('page','1707'); $AR.sv('journal','1148'); $(document).ready(function(){$AR.init();}); // --> </script> <link rel="SHORTCUT ICON" href="/web/20111217065856im_/http://www.powersystemsdesign.com/favicon.ico"><script> <!-- function ecmsExitText(theWin) { if (theWin==0) { return('Leaving site, same window.'); } else { return('Leaving site, new window.'); } } // --> </script><script type="text/javascript"> $(function() { $('.lightbox-image .ss-pic-inner a').lightBox({ overlayBgColor: '#EEE', overlayOpacity: 0.8, containerResizeSpeed: 350, txtImage: 'Image', txtOf: 'of' }); }); </script> <script type="text/javascript"> /** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.5.js * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.5 * @date April 11, 2008 * @category jQuery plugin * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com) * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */ // Offering a Custom Alias suport - More info: http://docs.jquery.com/Plugins/Authoring#Custom_Alias (function($) { /** * $ is an alias to jQuery object * */ $.fn.lightBox = function(settings) { // Settings to configure the jQuery lightBox plugin how you like settings = jQuery.extend({ // Configuration related to overlay overlayBgColor: '#000', // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color. overlayOpacity: 0.8, // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9 // Configuration related to navigation fixedNavigation: false, // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface. // Configuration related to images imageLoading: 'library/resources/designs/lightbox/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon imageBtnPrev: 'library/resources/designs/lightbox/lightbox-btn-prev.gif', // (string) Path and the name of the prev button image imageBtnNext: 'library/resources/designs/lightbox/lightbox-btn-next.gif', // (string) Path and the name of the next button image imageBtnClose: 'library/resources/designs/lightbox/lightbox-btn-close.gif', // (string) Path and the name of the close btn imageBlank: 'library/resources/designs/lightbox/lightbox-blank.gif', // (string) Path and the name of a blank image (one pixel) // Configuration related to container image box containerBorderSize: 10, // (integer) If you adjust the padding in the CSS for the container, #lightbox-container-image-box, you will need to update this value containerResizeSpeed: 400, // (integer) Specify the resize duration of container image. These number are miliseconds. 400 is default. // Configuration related to texts in caption. For example: Image 2 of 8. You can alter either "Image" and "of" texts. txtImage: 'Image', // (string) Specify text "Image" txtOf: 'of', // (string) Specify text "of" // Configuration related to keyboard navigation keyToClose: 'c', // (string) (c = close) Letter to close the jQuery lightBox interface. Beyond this letter, the letter X and the SCAPE key is used to. keyToPrev: 'p', // (string) (p = previous) Letter to show the previous image keyToNext: 'n', // (string) (n = next) Letter to show the next image. // Don¥t alter these variables in any way imageArray: [], activeImage: 0 },settings); // Caching the jQuery object with all elements matched var jQueryMatchedObj = this; // This, in this context, refer to jQuery object /** * Initializing the plugin calling the start function * * @return boolean false */ function _initialize() { _start(this,jQueryMatchedObj); // This, in this context, refer to object (link) which the user have clicked return false; // Avoid the browser following the link } /** * Start the jQuery lightBox plugin * * @param object objClicked The object (link) whick the user have clicked * @param object jQueryMatchedObj The jQuery object with all elements matched */ function _start(objClicked,jQueryMatchedObj) { // Hime some elements to avoid conflict with overlay in IE. These elements appear above the overlay. $('embed, object, select').css({ 'visibility' : 'hidden' }); // Call the function to create the markup structure; style some elements; assign events in some elements. _set_interface(); // Unset total images in imageArray settings.imageArray.length = 0; // Unset image active information settings.activeImage = 0; // We have an image set? Or just an image? Let¥s see it. if ( jQueryMatchedObj.length == 1 ) { settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title'))); } else { // Add an Array (as many as we have), with href and title atributes, inside the Array that storage the images references for ( var i = 0; i < jQueryMatchedObj.length; i++ ) { settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title'))); } } while ( settings.imageArray[settings.activeImage][0] != objClicked.getAttribute('href') ) { settings.activeImage++; } // Call the function that prepares image exibition _set_image_to_view(); } /** * Create the jQuery lightBox plugin interface * * The HTML markup will be like that: <div id="jquery-overlay"></div> <div id="jquery-lightbox"> <div id="lightbox-container-image-box"> <div id="lightbox-container-image"> <img src="../fotos/XX.jpg" id="lightbox-image"> <div id="lightbox-nav"> <a href="#" id="lightbox-nav-btnPrev"></a> <a href="#" id="lightbox-nav-btnNext"></a> </div> <div id="lightbox-loading"> <a href="#" id="lightbox-loading-link"> <img src="../library/resources/designs/lightbox/lightbox-ico-loading.gif"> </a> </div> </div> </div> <div id="lightbox-container-image-data-box"> <div id="lightbox-container-image-data"> <div id="lightbox-image-details"> <span id="lightbox-image-details-caption"></span> <span id="lightbox-image-details-currentNumber"></span> </div> <div id="lightbox-secNav"> <a href="#" id="lightbox-secNav-btnClose"> <img src="../library/resources/designs/lightbox/lightbox-btn-close.gif"> </a> </div> </div> </div> </div> * */ function _set_interface() { // Apply the HTML markup into body tag $('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="' + settings.imageLoading + '"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="' + settings.imageBtnClose + '"></a></div></div></div></div>'); // Get page sizes var arrPageSizes = ___getPageSize(); // Style overlay and show it $('#jquery-overlay').css({ backgroundColor: settings.overlayBgColor, opacity: settings.overlayOpacity, width: arrPageSizes[0], height: arrPageSizes[1] }).fadeIn(); // Get page scroll var arrPageScroll = ___getPageScroll(); // Calculate top and left offset for the jquery-lightbox div object and show it $('#jquery-lightbox').css({ top: arrPageScroll[1] + (arrPageSizes[3] / 10), left: arrPageScroll[0] }).show(); // Assigning click events in elements to close overlay $('#jquery-overlay,#jquery-lightbox').click(function() { _finish(); }); // Assign the _finish function to lightbox-loading-link and lightbox-secNav-btnClose objects $('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function() { _finish(); return false; }); // If window was resized, calculate the new overlay dimensions $(window).resize(function() { // Get page sizes var arrPageSizes = ___getPageSize(); // Style overlay and show it $('#jquery-overlay').css({ width: arrPageSizes[0], height: arrPageSizes[1] }); // Get page scroll var arrPageScroll = ___getPageScroll(); // Calculate top and left offset for the jquery-lightbox div object and show it $('#jquery-lightbox').css({ top: arrPageScroll[1] + (arrPageSizes[3] / 10), left: arrPageScroll[0] }); }); } /** * Prepares image exibition; doing a image¥s preloader to calculate it¥s size * */ function _set_image_to_view() { // show the loading // Show the loading $('#lightbox-loading').show(); if ( settings.fixedNavigation ) { $('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide(); } else { // Hide some elements $('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide(); } // Image preload process var objImagePreloader = new Image(); objImagePreloader.onload = function() { $('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]); // Perfomance an effect in the image container resizing it _resize_container_image_box(objImagePreloader.width,objImagePreloader.height); // clear onLoad, IE behaves irratically with animated gifs otherwise objImagePreloader.onload=function(){}; }; objImagePreloader.src = settings.imageArray[settings.activeImage][0]; }; /** * Perfomance an effect in the image container resizing it * * @param integer intImageWidth The image¥s width that will be showed * @param integer intImageHeight The image¥s height that will be showed */ function _resize_container_image_box(intImageWidth,intImageHeight) { // Get current width and height var intCurrentWidth = $('#lightbox-container-image-box').width(); var intCurrentHeight = $('#lightbox-container-image-box').height(); // Get the width and height of the selected image plus the padding var intWidth = (intImageWidth + (settings.containerBorderSize * 2)); // Plus the image¥s width and the left and right padding value var intHeight = (intImageHeight + (settings.containerBorderSize * 2)); // Plus the image¥s height and the left and right padding value // Diferences var intDiffW = intCurrentWidth - intWidth; var intDiffH = intCurrentHeight - intHeight; // Perfomance the effect $('#lightbox-container-image-box').animate({ width: intWidth, height: intHeight },settings.containerResizeSpeed,function() { _show_image(); }); if ( ( intDiffW == 0 ) && ( intDiffH == 0 ) ) { if ( $.browser.msie ) { ___pause(250); } else { ___pause(100); } } $('#lightbox-container-image-data-box').css({ width: intImageWidth }); $('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({ height: intImageHeight + (settings.containerBorderSize * 2) }); }; /** * Show the prepared image * */ function _show_image() { $('#lightbox-loading').hide(); $('#lightbox-image').fadeIn(function() { _show_image_data(); _set_navigation(); }); _preload_neighbor_images(); }; /** * Show the image information * */ function _show_image_data() { $('#lightbox-container-image-data-box').slideDown('fast'); $('#lightbox-image-details-caption').hide(); if ( settings.imageArray[settings.activeImage][1] ) { $('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show(); } // If we have a image set, display 'Image X of X' if ( settings.imageArray.length > 1 ) { $('#lightbox-image-details-currentNumber').html(settings.txtImage + ' ' + ( settings.activeImage + 1 ) + ' ' + settings.txtOf + ' ' + settings.imageArray.length).show(); } } /** * Display the button navigations * */ function _set_navigation() { $('#lightbox-nav').show(); // Instead to define this configuration in CSS file, we define here. And it¥s need to IE. Just. $('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' }); // Show the prev button, if not the first image in set if ( settings.activeImage != 0 ) { if ( settings.fixedNavigation ) { $('#lightbox-nav-btnPrev').css({ 'background' : 'url(' + settings.imageBtnPrev + ') left 15% no-repeat' }) .unbind() .bind('click',function() { settings.activeImage = settings.activeImage - 1; _set_image_to_view(); return false; }); } else { // Show the images button for Next buttons $('#lightbox-nav-btnPrev').unbind().hover(function() { $(this).css({ 'background' : 'url(' + settings.imageBtnPrev + ') left 15% no-repeat' }); },function() { $(this).css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' }); }).show().bind('click',function() { settings.activeImage = settings.activeImage - 1; _set_image_to_view(); return false; }); } } // Show the next button, if not the last image in set if ( settings.activeImage != ( settings.imageArray.length -1 ) ) { if ( settings.fixedNavigation ) { $('#lightbox-nav-btnNext').css({ 'background' : 'url(' + settings.imageBtnNext + ') right 15% no-repeat' }) .unbind() .bind('click',function() { settings.activeImage = settings.activeImage + 1; _set_image_to_view(); return false; }); } else { // Show the images button for Next buttons $('#lightbox-nav-btnNext').unbind().hover(function() { $(this).css({ 'background' : 'url(' + settings.imageBtnNext + ') right 15% no-repeat' }); },function() { $(this).css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' }); }).show().bind('click',function() { settings.activeImage = settings.activeImage + 1; _set_image_to_view(); return false; }); } } // Enable keyboard navigation _enable_keyboard_navigation(); } /** * Enable a support to keyboard navigation * */ function _enable_keyboard_navigation() { $(document).keydown(function(objEvent) { _keyboard_action(objEvent); }); } /** * Disable the support to keyboard navigation * */ function _disable_keyboard_navigation() { $(document).unbind(); } /** * Perform the keyboard actions * */ function _keyboard_action(objEvent) { // To ie if ( objEvent == null ) { keycode = event.keyCode; escapeKey = 27; // To Mozilla } else { keycode = objEvent.keyCode; escapeKey = objEvent.DOM_VK_ESCAPE; } // Get the key in lower case form key = String.fromCharCode(keycode).toLowerCase(); // Verify the keys to close the ligthBox if ( ( key == settings.keyToClose ) || ( key == 'x' ) || ( keycode == escapeKey ) ) { _finish(); } // Verify the key to show the previous image if ( ( key == settings.keyToPrev ) || ( keycode == 37 ) ) { // If we¥re not showing the first image, call the previous if ( settings.activeImage != 0 ) { settings.activeImage = settings.activeImage - 1; _set_image_to_view(); _disable_keyboard_navigation(); } } // Verify the key to show the next image if ( ( key == settings.keyToNext ) || ( keycode == 39 ) ) { // If we¥re not showing the last image, call the next if ( settings.activeImage != ( settings.imageArray.length - 1 ) ) { settings.activeImage = settings.activeImage + 1; _set_image_to_view(); _disable_keyboard_navigation(); } } } /** * Preload prev and next images being showed * */ function _preload_neighbor_images() { if ( (settings.imageArray.length -1) > settings.activeImage ) { objNext = new Image(); objNext.src = settings.imageArray[settings.activeImage + 1][0]; } if ( settings.activeImage > 0 ) { objPrev = new Image(); objPrev.src = settings.imageArray[settings.activeImage -1][0]; } } /** * Remove jQuery lightBox plugin HTML markup * */ function _finish() { $('#jquery-lightbox').remove(); $('#jquery-overlay').fadeOut(function() { $('#jquery-overlay').remove(); }); // Show some elements to avoid conflict with overlay in IE. These elements appear above the overlay. $('embed, object, select').css({ 'visibility' : 'visible' }); } /** / THIRD FUNCTION * getPageSize() by quirksmode.com * * @return Array Return an array with page width, height and window width, height */ function ___getPageSize() { var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = window.innerWidth + window.scrollMaxX; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } var windowWidth, windowHeight; if (self.innerHeight) { // all except Explorer if(document.documentElement.clientWidth){ windowWidth = document.documentElement.clientWidth; } else { windowWidth = self.innerWidth; } windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { // other Explorers windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } // for small pages with total height less then height of the viewport if(yScroll < windowHeight){ pageHeight = windowHeight; } else { pageHeight = yScroll; } // for small pages with total width less then width of the viewport if(xScroll < windowWidth){ pageWidth = xScroll; } else { pageWidth = windowWidth; } arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight); return arrayPageSize; }; /** / THIRD FUNCTION * getPageScroll() by quirksmode.com * * @return Array Return an array with x,y page scroll values. */ function ___getPageScroll() { var xScroll, yScroll; if (self.pageYOffset) { yScroll = self.pageYOffset; xScroll = self.pageXOffset; } else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict yScroll = document.documentElement.scrollTop; xScroll = document.documentElement.scrollLeft; } else if (document.body) {// all other Explorers yScroll = document.body.scrollTop; xScroll = document.body.scrollLeft; } arrayPageScroll = new Array(xScroll,yScroll); return arrayPageScroll; }; /** * Stop the code execution from a escified time in milisecond * */ function ___pause(ms) { var date = new Date(); curDate = null; do { var curDate = new Date(); } while ( curDate - date < ms); }; // Return the jQuery object for chaining. The unbind method is used to avoid click conflict when the plugin is called more than once return this.unbind('click').click(_initialize); }; })(jQuery); // Call and execute the function immediately passing the jQuery object </script> <style> /** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.5.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.5 * @date April 11, 2008 * @category jQuery plugin * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com) * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */ #jquery-overlay { position: absolute; top: 0; left: 0; z-index: 9000; width: 100%; height: 500px; } #jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; } #jquery-lightbox a img { border: none; } #lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; } #lightbox-container-image { padding: 10px; } #lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; } #lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1000; } #lightbox-container-image-box > #lightbox-nav { left: 0; } #lightbox-nav a { outline: none;} #lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; } #lightbox-nav-btnPrev { left: 0; float: left; } #lightbox-nav-btnNext { right: 0; float: right; } #lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; -moz-box-shadow: 0px 10px 15px #CCC; -webkit-box-shadow: 0px 10px 15px #CCC; box-shadow: 0px 10px 15px #CCC; } #lightbox-container-image-data { padding: 0 10px; color: #666; #width: 100%; } #lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; } #lightbox-image-details-caption { font-weight: bold; } #lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; } #lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; } </style><meta name="viewport" content="width=1200"/><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25212983-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20111217065856/https://ssl' : 'https://web.archive.org/web/20111217065856/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div id="pageScreen" class="page-screen" style="display:none;"><!-- --></div> <a name="top"></a> <div id="page1707" class="main"> <div class="ads-top-outer"> <div class="ads-top-inner"> <div class="ad"><script language="JavaScript1.1" src="https://web.archive.org/web/20111217065856js_/http://ad.doubleclick.net/adj/N4481.151478.POWERSYSTEMSDESIGN/B6064145;sz=728x90;click=;ord=[timestamp]"> </script> <noscript> <a href="https://web.archive.org/web/20111217065856/http://ad.doubleclick.net/jump/N4481.151478.POWERSYSTEMSDESIGN/B6064145;sz=728x90;ord=[timestamp]"> <img src="https://web.archive.org/web/20111217065856im_/http://ad.doubleclick.net/ad/N4481.151478.POWERSYSTEMSDESIGN/B6064145;sz=728x90;ord=[timestamp]" border="0" width="728" height="90" alt="Advertisement"></a> </noscript></div> <!-- ad --> </div> <!-- ads-top-inner --> </div> <div class="main-inner"> <div class="logged-out"> <div class="account"><a href="member-profile">My Profile</a></div> <div class="login"><a href="signup">Login</a></div> </div> <!-- logged-in|logged-out --> <div class="masthead"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/"><div class="masthead-logo" onmouseover="this.className='masthead-logo-hover';" onmouseout="this.className='masthead-logo';"></div></a> <div class="masthead-search"><form name="searchForm" action="main.asp" method="post"> <input type="hidden" name="page" value="1105"> <input type="hidden" name="searchUpdate" value="1"><input type="text" name="searchString" size="20" class="masthead-search-field"> <input type="submit" value="Search" class="masthead-search-submit"></form></div> <!-- masthead-search --> <div class="masthead-friendly" onmouseover="this.className='masthead-friendly-hover';" onmouseout="this.className='masthead-friendly';" onclick="goPage3('https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/powering-wireless-communications?a=1&c=1148&mode=print');"><div class="masthead-friendly-text">Print</div></div> <div class="masthead-rss"></div> <div class="masthead-email" onmouseover="this.className='masthead-email-hover';" onmouseout="this.className='masthead-email';" onclick="goPage2('email.asp?page=1707&c=1148',480,440);"><div class="masthead-email-text">Email</div></div> <div class="masthead-fonts"> </div> <div class="ar-navB"> <div class="ar-nav4" id="arNav4"> <div class="ar-nav-top"> <div class="ar-nav-outer ar-nav-o" id="arNav4_1o"> <div class="ar-nav-entry" id="arNav4_1" onmouseover="arNavEnter('arNav4_1',1)" onmouseout="arNavEnter('arNav4_1',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav4_1a"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/home"> <div class="ar-nav-item" id="arNav4_1i"> <div class="ar-nav-text">Home</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> <div class="ar-nav-outer ar-nav-o" id="arNav4_2o"> <div class="ar-nav-entry" id="arNav4_2" onmouseover="arNavEnter('arNav4_2',1)" onmouseout="arNavEnter('arNav4_2',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav4_2a"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/rss"> <div class="ar-nav-item" id="arNav4_2i"> <div class="ar-nav-text">RSS Feeds</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> <div class="ar-nav-outer ar-nav-o" id="arNav4_3o"> <div class="ar-nav-entry" id="arNav4_3" onmouseover="arNavEnter('arNav4_3',1)" onmouseout="arNavEnter('arNav4_3',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav4_3a"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/subscribe"> <div class="ar-nav-item" id="arNav4_3i"> <div class="ar-nav-text">Subscribe</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> <div class="ar-nav-outer ar-nav-o" id="arNav4_4o"> <div class="ar-nav-entry" id="arNav4_4" onmouseover="arNavEnter('arNav4_4',1)" onmouseout="arNavEnter('arNav4_4',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav4_4a"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/advertising"> <div class="ar-nav-item" id="arNav4_4i"> <div class="ar-nav-text">Advertising</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> </div> <!-- ar-nav-top --> <div class="ar-nav-clear-inner"></div> </div> <!-- ar-nav4 --> <div class="ar-nav-clear"></div> </div> <!-- ar-navB --> <style> .psd-regions { position: absolute; top: 50px; right: 0px; font-size: 14px; line-height: 22px; color: #000; text-align: right; } .psd-regions a { color: #000; } .psd-regions a:hover { color: #bf1e2d; text-decoration: none; } .region-red { color: #bf1e2d; } </style> <div class="psd-regions"> <span class="region-red">English</span> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesignchina.com/"><span>中国 China</span></a><br> </div> <style> .search-sponsor { position: absolute; top: 135px; #top: 137px; right: 24px; width: 154px; height: 45px; } </style> <div class="search-sponsor"><a href="ads/125/12" target="_blank"><img src="https://web.archive.org/web/20111217065856im_/http://www.powersystemsdesign.com/library/resources/ads/mouser/MouserLogo-Webready.gif" width="154" height="45" alt="" border="0"></a></div> </div> <!-- masthead --> <div id="arnav1" class="arnav"> <ul> <li id="arnav1_1" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/product-news"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Product News</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_2" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/industry-news"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Industry News</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3" class=" parent open"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/departments"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Departments</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> <ul> <li id="arnav1_3_1" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/experts-exchange"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Experts Exchange</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_2" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/top-story"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Top Story</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_3" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/view-point"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">ViewPoint</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_4" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-line"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">PowerLine</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_5" class=" open"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-player"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">PowerPlayer</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_6" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/market-watch"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">MarketWatch</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_7" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/design-tips"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Design Tips</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_8" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/tech-talk"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">TechTalk</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_9" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/technical-features"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Technical Features</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_10" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-reports"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Special Reports</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_11" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/distribution"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Distribution</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_12" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/career-development"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Career Development</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_13" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/green-page"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">GreenPage</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_3_14" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/dilbert"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Dilbert</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </li> <li id="arnav1_4" class=" parent"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/industries"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Industries</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> <ul> <li id="arnav1_4_1" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/automotive"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Automotive</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_2" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/communications"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Communications</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_3" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/computers-networking-data"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Computers, Networking & Data</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_4" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/consumer---entertainment"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Consumer Electronics & Appliances</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_5" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/industrial"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Industrial</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_6" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/freight-transportation--mobility"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Freight, Transportation & Mobility</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_7" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/lighting"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Lighting</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_8" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/health-and-medical"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Health & Medical</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_9" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/military-aerospace-hi-rel"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Military, Aerospace & Hi-Rel</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_10" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-generation-harvesting-distribution"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Power Generation, Harvesting & Distribution</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_4_11" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/test--measurement"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Test & Measurement</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </li> <li id="arnav1_5" class=" parent"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/products"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Products</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> <ul> <li id="arnav1_5_1" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/discrete-power"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Discrete Power</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_2" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-control--conditioning"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Power Control & Conditioning</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_3" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-quality"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Power Quality</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_4" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/renewable-energy-products"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Renewable Energy Products</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_5" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/signal-conditioning"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Signal Conditioning</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_6" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-management"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Power Management</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_7" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/portable-power"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Portable Power</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_8" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/motion-control"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Motion Control</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_9" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/interface"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Interface</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_10" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/data-conversion"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Data Conversion</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_5_11" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-design-tools"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Power Design Tools</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </li> <li id="arnav1_6" class=" parent"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/video-library"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Video Libraries</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> <ul> <li id="arnav1_6_1" class=""> <a href="linear-technology-video-channel"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Linear Video Channel</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav1_6_2" class=""> <a href="executive-interviews"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Executive Interviews</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </li> <li id="arnav1_7" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/signup"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Community</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </div> <!-- arnav --> <div class="column0"> <div class="column-border"> <div class="column-inner"> <div class="p-int-mod-img"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-int-mod-img --> <div class="p-clm-mod-img"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-clm-mod-img --> </div> <!-- column-inner --> </div> <!-- column-border --> </div> <!-- column0 --> <div class="main-inner2"> <div class="ads-left-outer"></div> <div class="content-outer"> <div class="ar-navD"> <div class="crumbtrail"> <div class="crumbtrail-item-first"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/home">Home</a></div> <div class="crumbtrail-sep">></div><div class="crumbtrail-item"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/departments">Departments</a></div> <div class="crumbtrail-sep">></div><div class="crumbtrail-item"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-player">PowerPlayer</a></div> <div class="crumbtrail-sep-last">></div><div class="crumbtrail-item-last">Powering Wireless Communications</div> </div> <!-- crumbtrail --> </div> <!-- ar-navD --> <div class="column-title"><div class="pm-inner"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-player">PowerPlayer</a> </div> <!-- column-title --> </div> <div class="nav-article-top"> <div class="nav-article-top-previous"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/powering-healthcare?a=1&c=1148"><< Previous</a></div> <div class="nav-article-top-next"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/challenges-for-renewable-energy-?a=1&c=1148">Next >></a></div> </div> <!-- nav-article-top --> <div class="pm-inner"><h1 class="page-title">Powering Wireless Communications</h1></div> <div class="article-info"> <div class="pm-inner"> <div class="byline"><div class="byline-label">Author:</div> Fred Zust,Vice President & General Manager, Communications Division, Integrated Device Technology</div> <div class="article-date"><div class="article-date-label">Date:</div> 11/23/2010</div> </div> <!-- pm-inner --> </div> <!-- article-info --> <div class="content-inner111"> <div class="column1"> <div class="column-border"> <div class="column-inner"> <div class="ads-top1-outer"></div> <div id="arnav2" class="arnav"> <ul> <li id="arnav2_1" class=" parent"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/experts-exchange"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Experts Exchange</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> <ul> <li id="arnav2_1_1" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/experts-exchange-circuit-protection"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Circuit Protection</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_1_2" class=""> <a href="design-tips"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Power Supplies</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </li> <li id="arnav2_2" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/top-story"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Top Story</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_3" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/view-point"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">ViewPoint</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_4" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-line"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">PowerLine</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_5" class=" open"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-player"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">PowerPlayer</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_6" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/market-watch"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">MarketWatch</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_7" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/design-tips"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Design Tips</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_8" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/tech-talk"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">TechTalk</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_9" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/technical-features"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Technical Features</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10" class=" parent"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-reports"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Special Reports</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> <ul> <li id="arnav2_10_1" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-powering-communications"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Powering Communications</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_2" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-health-medical-mobility"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Health, Medical & Mobility</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_3" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-supplying-the-power-grid"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Supplying the Power Grid</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_4" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-automotive-electronics"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Automotive Electronics</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_5" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-renewable-energy"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Renewable Energy</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_6" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-lighting-systems"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Lighting, Video, Survellance & Security</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_7" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-white-goods"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">White Goods</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_8" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-digital-power"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Digital Power</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_9" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-designing-for-energy-efficiency"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Energy Efficiency</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_10_10" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/special-report-powering-portable-devices"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Powering Portable Devices</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </li> <li id="arnav2_11" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/distribution"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Distribution</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_12" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/career-development"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Career Development</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_13" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/green-page"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">GreenPage</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> <li id="arnav2_14" class=""> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/dilbert"> <div class="arnav-pre"></div> <div class="arnav-icon"></div> <div class="arnav-text">Dilbert</div><div class="arnav-arrow"></div> <div class="arnav-post"></div> </a> </li> </ul> </div> <!-- arnav --> <!-- arIndexStart --> <div class="p-int-mod-left"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-int-mod-left --> <div class="p-clm-mod-left"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-clm-mod-left --> <!-- arIndexStop --> <div class="ads-bottom1-outer"> <div class="ads-bottom1-inner"> <div class="ad"><a href="ads/129/4/1707"><img src="https://web.archive.org/web/20111217065856im_/http://www.powersystemsdesign.com/library/resources/ads/golf/golf_ad_skyscraper_2011.jpg" width="160" height="600" alt="" border="0"></a></div> <!-- ad --><div class="ad"><script language="JavaScript"> ord=Math.random(); ord=ord*10000000000000000000; document.write('<IFRAME SRC="https://web.archive.org/web/20111217065856/http://ad.doubleclick.net/adi/N3175.MMPowerSystemsDesig/B5775425.2;sz=160x600;pc=[TPAS_ID];ord='+ord+'?" WIDTH="160" HEIGHT="600" MARGINWIDTH="0" MARGINHEIGHT="0" HSPACE="0" VSPACE="0" FRAMEBORDER="0" SCROLLING=no BORDERCOLOR="#000000">'); if (navigator.userAgent.indexOf("Gecko")==-1) {document.write('<SCR' + 'IPT LANGUAGE="JavaScript" SRC="https://web.archive.org/web/20111217065856/http://ad.doubleclick.net/adj/N3175.MMPowerSystemsDesig/B5775425.2;sz=160x600;pc=[TPAS_ID];abr=!ie;abr=!nn6;ord='+ord+'?"><\/SCR' + 'IPT>'); } document.write('</IFRAME>'); </script> <noscript> <a href="https://web.archive.org/web/20111217065856/http://ad.doubleclick.net/jump/N3175.MMPowerSystemsDesig/B5775425.2;sz=160x600;pc=[TPAS_ID];ord=123456789" target="_blank"> <img src="https://web.archive.org/web/20111217065856im_/http://ad.doubleclick.net/ad/N3175.MMPowerSystemsDesig/B5775425.2;sz=160x600;pc=[TPAS_ID];ord=123456789" width="160" height="600" border="0" alt="Click here..."></a> </noscript></div> <!-- ad --> </div> <!-- ads-bottom1-inner --> </div> </div> <!-- column-inner --> </div> <!-- column-border --> </div> <!-- column1 --> <div class="column2"> <div class="column-border"> <div class="column-inner"> <div class="ads-top2-outer"> <div class="ads-top2-inner"> <div class="ad"><script language="javascript1.1" src="https://web.archive.org/web/20111217065856js_/http://adserver.adtechus.com/addyn/3.0/5360.1/2193492/0/171/ADTECH;loc=100;target=_blank;misc=[TIMESTAMP];rdclick="></script><noscript><a href="https://web.archive.org/web/20111217065856/http://adserver.adtechus.com/adlink/3.0/5360.1/2193492/0/171/ADTECH;loc=300;misc=[TIMESTAMP]" target="_blank"><img src="https://web.archive.org/web/20111217065856im_/http://adserver.adtechus.com/adserv/3.0/5360.1/2193492/0/171/ADTECH;loc=300;misc=[TIMESTAMP]" border="0" width="336" height="280"></a></noscript></div> <!-- ad --> </div> <!-- ads-top2-inner --> </div> <!-- arIndexStart --> <div class="p-int-mod-main"><div class="mg-inner"><!-- --> <div id="pm4696" class="pm100" style="position: relative; float: left; width:100%;"> <div class="pm-inner"> <div class="ss"> <div class="ss-text" style="text-align: left;"><p class="firstP"><i>The recent increased demand for 3G smart phones and wireless-enabled PDA-type devices will continue to drive the increase of mobile data traffic in the enterprise and consumer market spaces. The requirement for more data consumption for a richer multimedia experience will encourage service providers to add higher capacity 3.5G and 4G base stations to their existing wireless infrastructure mix, be they WiMAX or 3G LTE.</i> </p><p>In 3.5G and 4G base station architectures, the increasing data rate and the push for a higher capacity of users per base station led to increasing backplane speeds between radio and baseband cards. This overall bandwidth increase, in turn, requires more multi-core digital signal processors (DSPs) interconnected in a standard cluster configuration on the baseband card with FPGAs and embedded processors in a peer-to-peer networking cluster. </p><p>Multi-core DSPs now offer architectures with three to six cores, operating in the Gigahertz-per-core range. Data rates between processing elements and the back plane can range from 1 gigabit to as high as 10Gbps, all of which are supported by semiconductors that use the RapidIO 1.3 standard. Continued demands for greater bandwidth have resulted in a market need for higher data rates between processing elements, while at the same time, maintaining low latency, deterministic reliable packet delivery plus an easy-to-manage memory map. All of these are attributes supported by RapidIO 1.3 </p><p>The above market drivers led to the Serial RapidIO® 2.1 standard. Leading wireless infrastructure equipment providers are adopting this technology in their next-generation platform designs to increase overall system performance and support more subscribers per base station with more revenue-generating, real-time multimedia features. But Serial RapidIO 2.1 is not limited to the rollout of new platforms or upgrades of base stations to 4G standards. </p><p>In some cases, Serial RapidIO 2.1 is ideal for cost-reduction and power-saving measures in legacy platform updates because Serial RapidIO 2.1 can support more bandwidth per serial link, doubling the baud rate on a link from 3.125Gbaud in Serial RapidIO 1.3 to 6.25Gbaud in <br>Serial RapidIO 2.1. Moreover, it can be transmitted up to 100cm over two connectors, making it ideal for cascading multiple chassis co-located in one physical rack, immediately expanding the processing capacity of a base station. </p><p>Serial RapidIO 2.1 also adds support for Virtual Channels (VCs) and Virtual Output Queuing (VOQs), improving overall traffic management and allowing OEMs to support more bandwidth in the network with differentiated classes of service, ideal for 4G networks being developed today. </p><p>Improvements to Quality of Service (QoS) will appeal to carrier-grade communications applications. Within the physical layer, the new standard additions receive equalization capabilities that will allow it to support extended long-reach (100cm) traces at the full data rate. This can even be done with conventional FR4-based PC board materials. </p><p>In embedded systems, all of the above features are only supported by RapidIO. While 10 Gigabit Ethernet offers some of the attributes that RapidIO 2.1 offers, given that it originates from the LAN/WAN networks, using it in multiprocessor embedded systems for peer-to-peer processing can be difficult due to its higher latency, non-deterministic packet delivery, large packets sizes (causing system-level congestion) and large processor overhead in terminating the protocol, reducing processor cycles for application implementation. The 10 Gigabit Ethernet raw data rate is only half of what is available with Serial RapidIO 2.1. Wireless system OEMs, as well as those in other embedded markets, have chosen to continue from their existing RapidIO 1.3 investments and are moving forward with Serial RapidIO 2.1. </p><p>The continuous advances in the wireless infrastructure create the need for significant increases in system capability and bandwidth. The industry has responded with the evolution of its most successful interface standard to meet the needs for more bandwidth, more flexibility and better quality of service. Serial RapidIO 2.1 addresses all of these needs and maintains backward compatibility with the previous versions of the specification — helping to keep the installed infrastructure base from becoming obsolete. <br><a href="https://web.archive.org/web/20111217065856/http://www.idt.com/" target="_blank"> <br>www.idt.com</a></p></div> <div class="ss-clear"></div> </div> <!-- ss --> </div> <!-- pm-inner --> </div> <!-- pm100 --> <div class="pm-clear"></div> </div><!-- mg-inner --></div><!-- p-int-mod-main --> <div class="p-clm-mod-main"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-clm-mod-main --> <div class="p-mobile-mod-main"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-mobile-mod-main --> <div class="nav-article-bottom"> <div class="nav-article-bottom-return"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/power-player"><< Return to PowerPlayer</a> </div> <div class="nav-article-bottom-previous"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/powering-healthcare?a=1&c=1148"><< Previous</a></div> <div class="nav-article-bottom-next"><a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/challenges-for-renewable-energy-?a=1&c=1148">Next >></a></div> </div> <!-- nav-article-bottom --> <!-- arIndexStop --> <div class="ads-bottom2-outer"></div> </div> <!-- column-inner --> </div> <!-- column-border --> </div> <!-- column2 --> <div class="column3"> <div class="column-border"> <div class="column-inner"> <div class="ads-top3-outer"></div> <div class="ads-top3_2-outer"></div> <div class="ads-top3_3-outer"></div> <div class="ads-top3_4-outer"></div> <!-- arIndexStart --> <div class="p-int-mod-right"><div class="mg-inner"><!-- --> <div id="pm4697" class="pm100" style="position: relative; float: left; width:100%;"> <div class="pm-inner"> <div class="ss"> <div style="position: relative; float: left; width: 76px;"> <div class="ss-pic-inner" style="position: relative; width: 66px;"> <img name="pic4697" src="https://web.archive.org/web/20111217065856im_/http://www.powersystemsdesign.com/library/resources66/images/headshots/headshots_fred_zust_72dpi.jpg" width="66" border="0" alt=""><br> </div> <!-- ss-pic-inner --> </div> <div class="ss-text" style="text-align: left;"><p class="firstP"><i>Fred Zust <br>VP & G M, <br>Integrated Device Technology</i></p></div> <div class="ss-clear"></div> </div> <!-- ss --> </div> <!-- pm-inner --> </div> <!-- pm100 --> <div class="pm-clear"></div> </div><!-- mg-inner --></div><!-- p-int-mod-right --> <div class="p-clm-mod-right"><div class="mg-inner"><!-- --></div><!-- mg-inner --></div><!-- p-clm-mod-right --> <!-- arIndexStop --> <div class="ads-bottom3-outer"> <div class="ads-bottom3-inner"> <div class="ad"><a href="ads/124/9/1707"><img src="https://web.archive.org/web/20111217065856im_/http://www.powersystemsdesign.com/library/resources/ads/ir/10943wa_supirbuck-tool_160x600.gif" width="160" height="600" alt="" border="0"></a></div> <!-- ad --><div class="ad"><script language="JavaScript1.1" src="https://web.archive.org/web/20111217065856js_/http://ad.doubleclick.net/adj/N4481.151478.POWERSYSTEMSDESIGN/B6087930;sz=160x600;click=;ord=[timestamp]"> </script> <noscript> <a href="https://web.archive.org/web/20111217065856/http://ad.doubleclick.net/jump/N4481.151478.POWERSYSTEMSDESIGN/B6087930;sz=160x600;ord=[timestamp]"> <img src="https://web.archive.org/web/20111217065856im_/http://ad.doubleclick.net/ad/N4481.151478.POWERSYSTEMSDESIGN/B6087930;sz=160x600;ord=[timestamp]" border="0" width="160" height="600" alt="Advertisement"></a> </noscript></div> <!-- ad --> </div> <!-- ads-bottom3-inner --> </div> </div> <!-- column-inner --> </div> <!-- column-border --> </div> <!-- column3 --> <!-- --> <div class="content-clear"><!-- --></div> <!-- --> </div> <!-- content-inner --> <!-- --> </div> <!-- content-outer --> <div class="ads-right-outer"></div> <!-- --> </div> <!-- main-inner2 --> <div class="footer1"><!-- --> <div class="footer1-text">Copyright © 2011. All rights reserved. <a href="https://web.archive.org/web/20111217065856/http://www.agencyofrecord.com/" target="_blank">Website Powered by AgencyofRecord.com</a> </div> <div class="ar-navH"> <div class="ar-nav5" id="arNav5"> <div class="ar-nav-top"> <div class="ar-nav-outer ar-nav-o" id="arNav5_1o"> <div class="ar-nav-entry" id="arNav5_1" onmouseover="arNavEnter('arNav5_1',1)" onmouseout="arNavEnter('arNav5_1',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav5_1a"> <a href="main.asp?page=1030"> <div class="ar-nav-item" id="arNav5_1i"> <div class="ar-nav-text">Home</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> <div class="ar-nav-outer ar-nav-o" id="arNav5_2o"> <div class="ar-nav-entry" id="arNav5_2" onmouseover="arNavEnter('arNav5_2',1)" onmouseout="arNavEnter('arNav5_2',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav5_2a"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/sitemap"> <div class="ar-nav-item" id="arNav5_2i"> <div class="ar-nav-text">Site Map</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> <div class="ar-nav-outer ar-nav-o" id="arNav5_3o"> <div class="ar-nav-entry" id="arNav5_3" onmouseover="arNavEnter('arNav5_3',1)" onmouseout="arNavEnter('arNav5_3',-1)"> <div class="ar-nav-anchor ar-nav-a" id="arNav5_3a"> <a href="https://web.archive.org/web/20111217065856/http://www.powersystemsdesign.com/contact"> <div class="ar-nav-item" id="arNav5_3i"> <div class="ar-nav-text">Contact</div> <div class="ar-nav-corner"></div> <div class="ar-nav-icon"></div> <div class="ar-nav-arrow"></div> </div> <!-- ar-nav-item --> </a> </div> <!-- ar-nav-a --> </div> <!-- ar-nav-entry --> </div> <!-- ar-nav-o --> </div> <!-- ar-nav-top --> <div class="ar-nav-clear-inner"></div> </div> <!-- ar-nav5 --> <div class="ar-nav-clear"></div> </div> <!-- ar-navH --> <div class="footer1-end"><!-- --></div> </div> <!-- footer1 --> <div class="bottom"><!-- --></div> </div> <!-- main-inner --> <div class="footer2"><!-- --> </div> <!-- footer2 --> <div class="ads-bottom-outer"><!-- --> <div class="ads-bottom-inner"> <div class="ad"><a href="ads/50/11/1707" target="_blank"><img src="https://web.archive.org/web/20111217065856im_/http://www.powersystemsdesign.com/library/resources/ads/how2power/ad_how2powernewsletter_728x90.gif" width="728" height="90" alt="" border="0"></a></div> <!-- ad --> </div> <!-- ads-bottom-inner --> </div> </div> <!-- main --> <!-- 0.546875 --> <!-- arCacheTag --> <div id="ajAPEdit" class="ap-edit-ajax"><!-- --></div> </body> </html> <!-- FILE ARCHIVED ON 06:58:56 Dec 17, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:46:47 Nov 27, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.917 exclusion.robots: 0.06 exclusion.robots.policy: 0.042 esindex: 0.015 cdx.remote: 49.178 LoadShardBlock: 474.982 (3) PetaboxLoader3.datanode: 327.57 (4) PetaboxLoader3.resolve: 142.526 (2) load_resource: 135.211 -->