CINXE.COM
Наноиндустрия - научно-технический журнал - Выпуск №9/2024
<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Наноиндустрия - научно-технический журнал - Выпуск №9/2024</title> <meta name="keywords" content="..."> <meta name="description" content="..."> <meta property="og:image" content="/images/ready/13/293_766922.jpg" /> <meta name="google-site-verification" content="pap9O8svXd463ZRJljz84DznVDF1lsudTEDdeXr0YNg" /> <meta name="yandex-verification" content="ef99478fa637f6d9" /> <link href="https://www.nanoindustry.su/main8.css" rel="STYLESHEET" type="text/css" /> <link rel="icon" href="/favicon_nano.ico" type="image/x-icon"> <link rel="shortcut icon" href="/favicon_nano.ico" type="image/x-icon"> <script type="text/javascript" src="https://www.nanoindustry.su/js/jquery.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/jquery.dimensions.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/browser.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/supermodal.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/foto.js"></script> <script type="text/javascript">//<![CDATA[ var redirectMode=0; var modalAjaxSgn=-1; // Возвращает значение куки function getCookie(name) { var matches = document.cookie.match(new RegExp( "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)" )); // return matches ? decodeURIComponent(matches[1]) : ''; return matches ? matches[1] : ''; } function get_with_www(url){ var s=url+'/'; if (s.match(/^https?\:\/\/[^\.\?]+\.[^\.\?]+(\/|\?)/i)) url=url.replace(/^http\:\/\//i,'http://www.').replace(/^https\:\/\//i,'https://www.'); return url; } // Редирект на url с www function redirect_mode(){ if (0) return false; var url=document.location.href; var url2=get_with_www(url); if (url!=url2) { redirectMode=1; document.location.href=url2; }; }; redirect_mode(); $(document).ready(function(){ if (redirectMode) return false; $('#smpLoginForm').attr('action',get_with_www($('#smpLoginForm').attr('action'))); if ($('#BlockTaggedArticles').length==0) $('#BlockArticles').show(); if ($('#BlockTaggedReports').length==0) $('#BlockReports').show(); if ($('#BlockTaggedEvents').length==0) $('#BlockEvents').show(); if ($('#BlockTaggedNews').length==0 && $('#BlockNews a.hidden').length) $('#BlockNews').show(); modalAjaxDone (); $('a.a_link').each(function(n,el) { $(el).attr('href', $(el).attr('data-href')); }); $('#DOM_loading').hide(); $('#DOM_ready').show(); $('#reklama_links_1').css('height',$('#reklama_links_2').height()+'px'); $(window).resize(function(){ resize_win(); }); ysearch_focus(0); $('div.panel_left, div.panel_right').addClass('height100'); $('div.panel_left').prepend( '<div class="height100" style="position:absolute; left:0px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div>'+ '<a class="ui" href="javascript:void(0)" onclick="this.blur(); return panel_hide()">'+ '<div class="height100" style="position:absolute; right:-14px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/bg_bar_left.gif) repeat-y left top; width:14px">'+ '<img src="/img/tsphera/arrow_col_left.gif" width="6" height="9" alt=""'+ ' style="position:absolute; right:4px; top:327px; border:none" /></div></a>'+ '<div class="height100" style="position:absolute; right:-24px; top:0px;'+ ' background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div>' ); $('div.panel_right').prepend( '<div class="height100" style="position:absolute; right:0px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div>'+ '<a class="ui" href="javascript:void(0)" onclick="this.blur(); return panel_hide()">'+ '<div class="height100" style="position:absolute; left:-14px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/bg_bar_right.gif) repeat-y right top; width:14px">'+ '<img src="/img/tsphera/arrow_col_right.gif" width="6" height="9" alt=""'+ ' style="position:absolute; left:4px; top:327px; border:none" /></div></a>'+ '<div class="height100" style="position:absolute; left:-24px; top:0px;'+ ' background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div>' ); $('a.panel').attr('href','javascript:void(0)').click(function(){ var id=$(this).blur().attr('name'); var el=$('#'+id); var side = $(el).hasClass('panel_left') ? 'left' : 'right'; if ($(el).filter(':visible').length>0) { $(this).removeClass('lite'); $(el).animate(side=='left' ? {left:'39px'} : {right:'0px'},400,function(){ $(this).css('visibility','hidden'); $('#'+side+'_hidden_col').css('visibility','visible'); }); return false; }; $('a.panel').filter('.lite').removeClass('lite'); $(this).addClass('lite'); $('div.panel_left:visible').animate({left:'39px'},400,function(){ $(this).css('visibility','hidden'); if (side=='right') $('#left_hidden_col').css('visibility','visible'); resize_win(); }); $('div.panel_right:visible').animate({right:'0px'},400,function(){ $(this).css('visibility','hidden'); if (side=='left') $('#right_hidden_col').css('visibility','visible'); resize_win(); }); $('#'+side+'_hidden_col').css('visibility','hidden'); $(el).css('visibility','visible').animate(side=='left' ? {left:'191px'} : {right:'191px'}, 400, resize_win ); return false; }); setTimeout("resize_win()", 100); }); function panel_hide () { $('a.panel').filter('.lite').click(); return false; }; function resize_win() { var h=$('body').height(); $('.height100').css('min-height', '1px'); $.each($('.height100'),function(n,el){ var h2=$(el).height(); h=h<h2 ? h2 : h; }); $('.height100').css('min-height', h+'px'); }; // AJAX-запрос с окрытием и обновлением модального окна function modalAjaxStart (url, params, func, nocancel, nowait) { if (!nowait && nocancel) { $('div.modalHeader div:first, div.modalFooter div:first').html(''); $('div.modalContent div:first').html('<div align="center"><img class="antibot_img middle" src="/img/tsphera/wait.gif" width="$CodeX;" height="$CodeY;" alt="" /></div>'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=350;height=200;closeEsc=0"); superModalTune(); }; if (!nowait && !nocancel) { $('div.modalHeader div:first').html(''); $('div.modalContent div:first').html('<div align="center"><img class="antibot_img middle" src="/img/tsphera/wait.gif" width="$CodeX;" height="$CodeY;" alt="" /></div>'); $('div.modalFooter div:first').html('<input type="submit" onclick="modalAjaxDone(); return false" value=" Отмена " />'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=350;height=200;closeEsc=1"); superModalTune(modalAjaxDone); }; var el=$('div.modalContent div:first'); $.getJSON(url, params, function (obj) { if ($('div.modalContent').css('display')=='none') { modalAjaxDone(); if (typeof func === 'function') func(obj); return false; } if (obj.result!=0) { $('div.modalHeader div:first, div.modalFooter div:first').html(''); $('div.modalContent div:first').html('<div style="text-align:center"><span class="bigger2 error">Извините, внутренняя ошибка сервера</span><span class="norm"><br><br><a class="ui" target="_top" href="https://www.nanoindustry.su/">Наноиндустрия</a></span></div>'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=500;height=250;closeEsc=1"); superModalTune(modalAjaxDone); return false; } if (obj.sgn==modalAjaxSgn) { if (obj.header!=='undefined') $('div.modalHeader div:first').html(obj.header); if (obj.content!=='undefined') $(el).html(obj.content); if (obj.footer!=='undefined') $('div.modalFooter div:first').html(obj.footer); superModalTune(modalAjaxDone); // $('div.modalHeader, div.modalContent, div.modalFooter').find('input').addClass('input_ie6hack'); }; if (typeof func === 'function') func(obj); }); return false; }; function modalAjaxDone () { modalAjaxSgn=-1; if ($('#superModalOverlay').css('display')!='none') superModalClose(); $('div.modalContent, div.modalHeader, div.modalFooter').remove(); $('<div class="modalHeader" style="display:none"><div style="padding:20px 20px 15px 20px" align="center"></div></div><div class="modalContent" style="display:none"><div style="padding:0 20px 0 20px"></div></div><div class="modalFooter" style="display:none"><div style="padding:20px 20px 20px 20px" align="center"></div></div>').appendTo('body'); return false; }; function superModalShowAndTune (w,h,esc) { superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width="+w+";height="+h+";closeEsc="+esc); superModalTune(); }; function ysearch_focus(f) { if (f) $('#ysearch_div').css('background','#f5f5f5'); if (!f && !$('#ysearch_input').val().match(/\S/)) $('#ysearch_div').css('background','#f5f5f5 url(/img/tsphera/ysearch_small.gif) no-repeat 6px 6px'); }; function popup_arrow(o) { o=$(o).blur().find('img'); var s=$(o).attr('src'); $(o).attr('src','/img/tsphera/arrow_small_'+(s.match(/dn\.gif/) ? 'up' : 'dn')+'.gif'); resize_win(); return false; }; //]]></script> <style> div.smap { display:none; } </style> </head> <body> <!-- Картинка/текст для социалок --> <div style="display:none"> <img src="/images/ready/13/293_766922.jpg" /> <p>Международный форум "Микроэлетроника-2017".<br> 3-я Международная научная конференция "Электронная компонентная база и электронные модули". Сборник докладов.<br> Республика Крым, г.Алушта, 02-07 октября 2017 г.<br> </p> </div> <!-- Конец Картинка/текст для социалок --> <div class="smap"><a href="/sitemap.xml">sitemap</a></div> <!-- ПРЕДУПРЕЖДЕНИЕ О КУКИС --> <script> $(document).ready(function(){ if (getCookie('lama_Cw')!='1') $('#CookieWarning').show(); }); function cookie_warning_off () { var date = new Date(new Date().getTime() + 365*24*60*60*1000); document.cookie = 'lama_Cw=1; path=/; expires=' + date.toUTCString(); }; </script> <div id="CookieWarning" style="display:none; position:fixed; left:0px; bottom:20px; right:0px; z-index:1000000000"> <div style="margin:auto; width:490px; padding:0 15px 0 15px; background:#333; border:#fff 1px solid"> <div style="float:left; width:388px; text-align:center; padding:15px 0 15px 0"><span class="smaller1" style="color:#999"> Наш сайт использует cookies. Продолжая просмотр, вы даёте согласие на обработку персональных данных и соглашаетесь с нашей <a href="/page/politica_sec" style="color:#999; text-decoration:underline">Политикой Конфиденциальности</a> </span></div> <div style="float:right; width:100px; text-align:right; padding:20px 0 5px 0"> <span class="smaller1" onclick="$('#CookieWarning').hide(); cookie_warning_off()" style="background:#555; border:#999 1px solid; display:inline-block; padding:8px 10px 8px 10px; color:#fff; cursor:pointer">Согласен</span> </div> <div style="clear:both"></div> </div></div> <!-- /ПРЕДУПРЕЖДЕНИЕ О КУКИС --> <div id="DOM_loading" align="center"><br></div><div id="DOM_ready" align="center" style="display:none"><div style="width:970px; position:relative; left:0px; top:0px" align="left"> <!-- ЛЕВАЯ КОЛОНКА --> <div class="height100" align="left" style="width:190px; float:left; border-right:#969c9d 1px solid; background:#fff url(/img/tsphera/bg_1.jpg) no-repeat left top; position:relative; left:0px; top:0xp; z-index:4"> <!-- МЕНЮ "ГЛАВНАЯ/RUS/ENG" --> <!--noindex--> <div style="padding:6px 10px 15px 16px"><span class="smaller1"> <div style="float:left"><a class="title ui" target="_top" href="https://www.nanoindustry.su/">Home</a></div> <div style="float:right" align="right"><a class="title ui" target="_top" href="https://www.nanoindustry.su/"><img src="/img/tsphera/lang_ru.png" style="width:23px; height:14px; border:none; margin-right:4px; vertical-align:middle" alt="" />rus</a></div> <div style="clear:both"></div> </span></div> <!--/noindex--> <!-- Конец МЕНЮ "ГЛАВНАЯ/RUS/ENG" --> <!-- ИМПАКТ-ФАКТОР РИНЦ --> <!-- Конец ИМПАКТ-ФАКТОР РИНЦ --> <!-- ПОИСК --> <script> function ysearch_submit() { var f=document.yandex_search_form; f.searchid.value= $(f).find('input[name=yandex_search_area]:checked').val()=='1' ? 1510549 : 2065416; f.submit(); return false; }; </script> <div style="padding:0px 10px 10px 16px"> <form name="yandex_search_form" method="get" action="https://www.nanoindustry.su/page/ysearch" onsubmit="return ysearch_submit()"> <input type="hidden" name="searchid" value="1510549" /> <span class="smaller1 std">Search:</span> <div id="ysearch_div" style="border:#c8c8c8 1px solid; padding:3px 5px 3px 5px; background:#f5f5f5"> <input type="text" id="ysearch_input" name="text" onfocus="ysearch_focus(true)" onblur="ysearch_focus(false)" class="middle" maxlength="255" style="width:150px; background:transparent; border:none; font-size:12px; color:#000" value="" /></div> <div style="height:3px"></div> <span class="smaller2 std middle"> <label class="middle"><input name="yandex_search_area" class="box" type="radio" value="2" checked="checked" /> on-site search</label><br> <label class="middle"><input name="yandex_search_area" class="box" type="radio" value="1" /> search all "TECHNOSPHERA" sites</label> </span> </form> </div> <!-- Конец ПОИСК --> <!-- МЕНЮ --> <!--noindex--> <div style="padding:0px 10px 10px 15px" align="right"><span class="bigger1 std"> <span class="smaller1"><a class="panel title ui" name="panel_auth">Sign in</a></span> <div style="height:20px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_en?lang=en">Nanoindustry</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1903?lang=en">Editorial policy</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/editorial_collegium?lang=en">Editorial collegium</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1900?lang=en">Editorial board</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_articles_annotations_en">Articles annotations</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_for_authors_en">For authors</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_for_reviewers_en">For reviewers</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1897?lang=en">Publisher</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/tsphera_en?lang=en">TECHNOSPHERA</a> <div style="height:10px"></div> </span></div> <!--/noindex--> <!-- Конец МЕНЮ --> <!-- СОЦСЕТИ --> <!--noindex--> <script> var socialnet_count=0; function socialnet_add (site, title, src, href, name) { if (site!='nano' && site!='*') return false; if (!name) name=''; socialnet_count++; if (socialnet_count==1) document.write('<div align="left" style="padding:0 5px 10px 15px"><span class="smaller1" style="vertical-align:middle">'); document.write( '<a class="ui" rel="nofollow" target="_blank" href="'+href+'"><img src="'+src+'" title="'+title+'" alt="" style="display:inline-block; width:24px; height:24px; border:none; margin:5px; vertical-align:middle" /> '+name+'</a><br>' ); }; // Команды для размещения ссылок вводите ниже (всё, что выше - не редактировать!): socialnet_add( '*', 'Telegram', '/files/page_attach/0/53.png', 'https://t.me/TS_pub', 'TS_pub' ); socialnet_add( '*', 'ВКонтакте', '/files/page_attach/0/51.png', 'https://www.vk.com/technospheramag', 'technospheramag' ); socialnet_add( '*', 'Одноклассники', '/files/page_attach/0/52.png', 'https://ok.ru/group/53337117491357', 'technospheramag' ); socialnet_add( '*', 'Youtube', '/files/page_attach/0/48.png', 'https://www.youtube.com/c/ТЕХНОСФЕРА_РИЦ', 'ТЕХНОСФЕРА_РИЦ' ); if (socialnet_count>0) document.write('</span></div>'); <!--/noindex--> </script> <!-- /СОЦСЕТИ --> <!-- РЕКЛАМА СЛЕВА --> <div style="padding:30px 0 40px 0" align="center"><div style="width:164px; overflow:hidden; padding-bottom:10px"><!--noindex--><div style="position:relative; overflow:hidden; width:164px; height:260px"><div style="position:relative; z-index:1"><img title="Монолит" src="/images/adv/10/72_hqy7v.jpeg" style="display:block; width:164px; height:260px; border:none" alt="" /></div><a class="a_link" rel="nofollow" target="_top" href="" data-href="/cgi-bin/tsphera/p_adv.pl?id=1072&sgn=20060&erid=LdtCKAJLk" style="position:absolute; left:0; right:0; top:0; bottom:0; z-index:3"></a></div><!--/noindex--></div></div> <!-- Конец РЕКЛАМА СЛЕВА --> <!-- КОПИРАЙТ --> <div style="padding:0px 10px 10px 20px" align="left"><span class="smaller1 std"> © 2001-2024<br> <a class="ui" target="_top" href="https://www.technosphera.ru">JSC "TECHNOSPHERA".</a><br> All rights reserved.<br> Phone +7 (495) 234-0110<br> <a href="https://www.technosphera.ru/page/OFERTA">Оферта</a> <br /> <br /> <!-- Yandex.Metrika informer --> <a href="https://metrika.yandex.ru/stat/?id=10321768&from=informer" target="_blank" rel="nofollow"><img src="https://informer.yandex.ru/informer/10321768/3_1_FFFFFFFF_EFEFEFFF_0_pageviews" style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="10321768" data-lang="ru" /></a> <!-- /Yandex.Metrika informer --> <!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(10321768, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/10321768" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <br> <a href="http://r8w.ru"> R&W</a> </span></div> <!-- Конец КОПИРАЙТ --> </div> <!-- Конец ЛЕВАЯ КОЛОНКА --> <!-- ЛЕВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <div id="left_hidden_col" class="height100" style="width:22px; float:left; position:relative; left:0px; top:0px; background:#d0cecf url(/img/tsphera/bg_bar_left.gif) repeat-y right top; z-index:2"> <!-- img src="/img/tsphera/arrow_col_right.gif" width="6" height="9" alt="" style="position:absolute; right:4px; top:327px" / --> <div class="height100" style="position:absolute; right:-10px; top:0px; background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div> </div> <!-- Конец ЛЕВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <!-- ПРАВАЯ КОЛОНКА --> <div class="height100" align="left" style="width:190px; float:right; border-left:#969c9d 1px solid; background:#fff url(/img/tsphera/bg_2.jpg) no-repeat right top; position:relative; left:0px; top:0xp; z-index:4"> <div style="padding:0px 3px 10px 15px" align="left"> <!-- ISSN --> <div style="padding:15px 0 25px"><span class="norm std">ISSN 1993-8578<br>ISSN 2687-0282 (online)</span></div> <!-- /ISSN --> <!-- АНГЛИЙСКАЯ ВЕРСИЯ --> <!--noindex--> <!-- BOOK ORDER (ТЕХНОСФЕРА) --> <!-- /BOOK ORDER (ТЕХНОСФЕРА) --> <!-- SUBSCRIBE --> <div style="padding-bottom:25px"><span class="norm"> <span class="bigger2 std">Subscribe:</span> <div style="height:6px"></div> <a href="https://www.nanoindustry.su/journal/order/">Print version</a> <div style="height:6px"></div> <a href="https://www.nanoindustry.su/journal/order/?digit=1">E-version</a> <div style="height:6px"></div> <a href="https://www.nanoindustry.su/account/?act=dlv">News</a> </span></div> <!-- /SUBSCRIBE --> <!-- RIGHT COLUMN (ENGLISH) --> <!-- ARTICLES --> <div id="BlockArticles" style="display:none"> <span class="bigger1 std">Articles</span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/7">Nanoindustry, #7-8/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10718?lang=en">Annual Index of Papers 2024</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/7">Nanoindustry, #7-8/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10710?lang=en">INFLUENCE OF PLASTIC DEFORMATION ON STRUCTURE AND PROPERTIES OF BIORESORBABLE ZINC ALLOY Zn-0.8Li-0.1Mn</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/7">Nanoindustry, #7-8/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10719?lang=en">STABILITY OF PROPERTIES AND DEGRADATION MECHANISMS OF MULTILAYER TRANSPARENT CONDUCTIVE STRUCTURES DURING THEIR "DAMP HEAT" TESTING</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/5">Nanoindustry, #5/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/en/10517?lang=en">DEVELOPMENT OF A WIDE-FIELD SCANNERPROFILOMETER AND NEW METHODS OF HARDNESS MEASUREMENT FOR THE FIRST EARTH SATELLITE ATOMIC FORCE MICROSCOPE IN THE WORLD</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/2">Nanoindustry, #2/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10296?lang=en">OBSERVATION OF CHANGES IN MORPHOLOGY OF HIGH-TEMPERATURE METAL FILMS IN A SCANNING PROBE MICROSCOPE DURING WARMING UP IN OPEN SPACE CONDITIONS</a></span> <div style="height:25px"></div></div> <!-- /ARTICLES --> <!-- /RIGHT COLUMN (ENGLISH) --> <!--/noindex--> <!-- /АНГЛИЙСКАЯ ВЕРСИЯ --> </div> </div> <!-- Конец ПРАВАЯ КОЛОНКА --> <!-- ПРАВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <div id="right_hidden_col" class="height100" style="width:22px; float:right; position:relative; left:0px; top:0px; background:#d0cecf url(/img/tsphera/bg_bar_right.gif) repeat-y left top; z-index:2"> <!-- img src="/img/tsphera/arrow_col_left.gif" width="6" height="9" alt="" style="position:absolute; left:4px; top:327px" / --> <div class="height100" style="position:absolute; left:-10px; top:0px; background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div> </div> <!-- Конец ПРАВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <!-- ПАНЕЛЬ "АВТОРИЗАЦИЯ" --> <!--noindex--> <div id="panel_auth" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <script type="text/javascript">//<![CDATA[ function smpValidLoginForm() { var v={ status: 0 }; var f=document.smpLoginForm; if (!f.login_email.value.match(/\S/) || !f.login_password.value.match(/\S/)) v.status=1; return v; }; function do_login() { var res=smpValidLoginForm(); if (res.status==1) $('#login_alert').html('Введите e-mail и пароль'); return res.status==0; }; //]]></script> <span class="bigger2">Sign in:</span><br><br> <form name="smpLoginForm" id="smpLoginForm" method="post" action="https://www.nanoindustry.su/account/" onsubmit="return do_login()"> <input type="hidden" name="act" value="login" /><input type="hidden" name="redirect" value="/journal/2018/9/annotations/" /> Your e-mail:<br> <input type="text" name="login_email" class="smaller1" maxlength="64" value="" style="width:90px" onfocus="$('#login_alert').html(' ')" /> <div style="height:10px"></div> Password:<br> <input type="password" name="login_password" autocomplete="off" class="smaller1" maxlength="64" value="" style="width:90px" onfocus="$('#login_alert').html(' ')" /> <div style="height:10px"></div> <span class="smaller1"><div><label><input type="checkbox" class="box" name="login_store" value="1" /> - Keep me signed in on this computer</label></div></span> <div style="height:10px"></div> <input type="submit" class="button_smaller1" value=" Log in " /> <div style="height:10px"></div> <span id="login_alert" class="smaller1 error"> </span> <div style="height:20px"></div> <a class="title ui" href="https://www.nanoindustry.su/account/reg/">Create your account</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/account/password/">Forgot your password?</a> </form> </span></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "АВТОРИЗАЦИЯ" --> <!-- ПАНЕЛЬ "КНИГИ" (слева, Техносфера) --> <!-- Конец ПАНЕЛЬ "КНИГИ" (слева, Техносфера) --> <!-- ПАНЕЛЬ "АРХИВ ЖУРНАЛА" --> <!--noindex--> <div id="panel_archive" class="panel_left"> <div style="padding-top:60px" align="center"><span class="bigger1 std"> <span class="bigger2">Архив журнала:</span><br><br> <span style="line-height:150%"> <a class="title ui" href="https://www.nanoindustry.su/journal/2024">2024</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2023">2023</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2022">2022</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2021">2021</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2020">2020</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2019">2019</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2018">2018</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2017">2017</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2016">2016</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2015">2015</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2014">2014</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2013">2013</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2012">2012</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2011">2011</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2010">2010</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2009">2009</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2008">2008</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2007">2007</a><br> </span></span></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "АРХИВ ЖУРНАЛА" --> <!-- ПАНЕЛИ РУБРИК ТИПОВЫХ НА АНГЛ.ЯЗЫКЕ --> <!--noindex--> <div id="panel_menu_for_authors_en" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">FOR AUTHORS:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/info_for_authors?lang=en">Instruction to authors</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_for_reviewers_en" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">FOR REVIEWERS:</span><br><br> </span></div></div> <!--/noindex--> <!-- /ПАНЕЛИ РУБРИК ТИПОВЫХ НА АНГЛ.ЯЗЫКЕ --> <!-- ПАНЕЛЬ ВЫПУСКОВ ЖУРНАЛОВ НА АНГЛ.ЯЗЫКЕ --> <!--noindex--> <div id="panel_menu_articles_annotations_en" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Articles annotations:</span><br><br> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2024</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2023</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2022</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2021</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2020</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2019</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/num/572/annotations?lang=en">Special issue</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2018</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/9/annotations?lang=en">Issue #9</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2017</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2016</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2015</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2014</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2013</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2012</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2011</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2010</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2009</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2008</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2007</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> </span></div></div> <!--/noindex--> <!-- /ПАНЕЛЬ ВЫПУСКОВ ЖУРНАЛОВ НА АНГЛ.ЯЗЫКЕ --> <!-- ПАНЕЛИ РУБРИК ТИПОВЫХ СТРАНИЦ --> <!--noindex--> <div id="panel_menu_mediadata" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Медиаданные:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/nano_about">О журнале</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/about_publications">О публикациях</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/rubricator">Предметная область и рубрикатор</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/editors">Редакционная коллегия</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_editors">Редакционный совет</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_distribution">Распространение</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/founder">Учредитель</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1890">Издатель</a> <div style="height:10px"></div> <a class="title ui" href="/journal/plan/">План издания</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_policy" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Редакционная политика:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/1885">Редакционная политика РИЦ «ТЕХНОСФЕРА»</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1945">Редакционная политика журнала "НАНОИНДУСТРИЯ"</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_adv" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Реклама:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/nano_advjournal">В журнале</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_advsite">На сайте</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_adv">Отдел рекламы</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_authors" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Авторам:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/strategy">Стратегия оформления</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/sci_metrics">Наукометрия</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/applicant_for_sci">Соискателям учёной степени</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_to_authors">Требования к статьям и рецензирование</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_contacts" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Контакты:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/dep_distribution">Распространение</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/map">Адрес</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/dep_editorial_nano">Редакция</a> <div style="height:10px"></div> <a class="title ui" href="/feedback/">Написать письмо</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/social_networks">Соцсети</a> <div style="height:10px"></div> </span></div></div> <!--/noindex--> <!-- /ПАНЕЛИ РУБРИК ТИПОВЫХ СТРАНИЦ --> <!-- ПАНЕЛЬ "ЖУРНАЛЫ" --> <!--noindex--> <div id="panel_journals" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Журналы:</span><br><br> <a class="title ui" target="_top" href="https://www.electronics.ru/">Электроника НТБ</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.nanoindustry.su/">Наноиндустрия</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.lastmile.su/">Первая миля</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.photonics.su/">Фотоника</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.j-analytics.ru/">Аналитика</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.stankoinst.ru/">Станкоинструмент</a> <div style="height:10px"></div> </span></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "ЖУРНАЛЫ" --> <!-- ПАНЕЛЬ "КАТАЛОГ ПРЕДПРИЯТИЙ" --> <!-- Конец ПАНЕЛЬ "КАТАЛОГ ПРЕДПРИЯТИЙ" --> <!-- ПАНЕЛЬ "КНИГИ - ХИТЫ ПРОДАЖ" (ТЕХНОСФЕРА) --> <!-- Конец ПАНЕЛЬ "КНИГИ - ХИТЫ ПРОДАЖ" (ТЕХНОСФЕРА) --> <!-- ПАНЕЛЬ "КНИГИ" (ЖУРНАЛ) --> <!--noindex--> <div id="panel_books" class="panel_right"> <div style="padding-top:60px" align="center"> <span class="bigger2 std">Книги по нанотехнологиям</span> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/617"><img src="/images/ready/13/1_547677.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/617">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Головин Д.Ю., Тюрин А.И., Самодуров А.И., Дивин А. Г., Головин Ю.И.; под общей редакцией Ю.И. Головина</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/617">Динамические термографические методы неразрушающего экспресс-контроля</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/70"><img src="/images/ready/12/985_692946.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/70">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Мак-Ивили А. Дж.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/70">Анализ аварийных разрушений</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/73"><img src="/images/ready/14/119_600743.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/73">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Под редакцией д.т.н., профессора Мальцева П.П.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/73">Нанотехнологии. Наноматериалы. Наносистемная техника-2008</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:25px 3px 10px 15px" align="left"> <span class="bigger2 std">Другие серии книг:</span> <div style="height:4px"></div> <span class="smaller1"> <a class="title ui" href="https://www.technosphera.ru/lib/6"><b>Мир материалов и технологий</b></a><br> <a class="title ui" href="https://www.technosphera.ru/lib/22">Библиотека Института стратегий развития</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/1">Мир математики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/2">Мир физики и техники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/3">Мир биологии и медицины</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/4">Мир химии</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/5">Мир наук о Земле</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/7">Мир электроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/8">Мир программирования</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/9">Мир связи</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/10">Мир строительства</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/11">Мир цифровой обработки</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/12">Мир экономики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/13">Мир дизайна</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/14">Мир увлечений</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/15">Мир робототехники и мехатроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/16">Для кофейников</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/17">Мир радиоэлектроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/18">Библиотечка «КВАНТ»</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/19">Умный дом</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/20">Мировые бренды</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/21">Вне серий</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/23">Библиотека климатехника</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/24">Мир транспорта</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/25">Мир фотоники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/26">Мир станкостроения</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/27">Мир метрологии</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/28">Мир энергетики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/29">Книги, изданные при поддержке РФФИ</a><br> </span></div></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "КНИГИ" (ЖУРНАЛ) --> <!-- ОСНОВНАЯ КОЛОНКА --> <div class="height100" align="left" style="width:540px; overflow:visible; float:left; position:relative; left:0px; top:0px; z-index:1"><div align="left" style="width:544px; overflow:hidden; position:relative; left:0px; top:0px; background:#fff url(/img/tsphera/bg_logo_nano.jpg) no-repeat left top"><a class="ui" target="_top" href="https://www.nanoindustry.su/"><div style="height:136px"></div></a> <!-- РЕКЛАМА ГЛАВНАЯ --> <!--noindex--> <div style="height:20px"></div> <!-- Конец РЕКЛАМА ГЛАВНАЯ --> <!-- ЗАГОЛОВОК --> <div class="title" align="center"><span class="bigger3 std"> Content & Annotations of Issue #9/2018 </span></div> <!-- Конец ЗАГОЛОВОК --> <style> div.content0 { padding-top:20px; } div.content1 { float:left; width:240px; padding-top:20px; } div.content2 { float:right; width:240px; padding-top:20px; } </style> <div class="content"> <div class="content0"><span class="bigger2 std">Plenary reports</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6732"><span class="norm"><b>Belous Anatoly I., Saladukha Vitali A.</b></span><br>Microelectronic Component Base of Spacecraft: Status, Problems and Tendencies of Development</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article deals with solving the task of enhancing reliability of the onboard electronic equipment of spacecraft at the level of microelectronic components. It highlights the aspects of ensuring the required levels of reliability of the developed national electronic component base, as well as revealing the counterfeit and backdoors when using the imported components and outsourcing during development and fabrication of the electronic component base.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/14024/">rocket-space equipment; electronic component base; heavy charged</a> <a href="https://www.nanoindustry.su/tag/14023/">электронная компонентная база; тяжелые заряженные частицы; деста</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6733"><span class="norm"><b>Bobkov Sergei G.</b></span><br>Developing and Manufacturing Integrated Microcircuits for Industrial Application</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Chips features for industrial application consist in operating conditions, requirements for reliability and the need to support the production of these chips for a long time (up to 20 years). This paper considers the main approaches to designing and producing chips for industrial applications basing on more than 20 years of experience.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/14026/">chip development</a> <a href="https://www.nanoindustry.su/tag/14029/">chip production</a> <a href="https://www.nanoindustry.su/tag/10796/">system on chip</a> <a href="https://www.nanoindustry.su/tag/14027/">trusted systems</a> <a href="https://www.nanoindustry.su/tag/14030/">доверенные системы</a> <a href="https://www.nanoindustry.su/tag/14025/">производство микросхем</a> <a href="https://www.nanoindustry.su/tag/14028/">разработка микросхем</a> <a href="https://www.nanoindustry.su/tag/2928/">система на кристалле</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6734"><span class="norm"><b>Isaev Viacheslav M., Chuprinov Anatoly A.</b></span><br>Integrated Information Space as a Basis for Creating Domestic Production Equipment</a> </span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/7983/">database</a> <a href="https://www.nanoindustry.su/tag/13315/">electronic component base (ecb)</a> <a href="https://www.nanoindustry.su/tag/14032/">information resources</a> <a href="https://www.nanoindustry.su/tag/13313/">integrated information space (iis)</a> <a href="https://www.nanoindustry.su/tag/13321/">база данных (бд)</a> <a href="https://www.nanoindustry.su/tag/14031/">информационные ресурсы</a> <a href="https://www.nanoindustry.su/tag/13319/">объединенное информационное пространство (оип)</a> <a href="https://www.nanoindustry.su/tag/13320/">электронная компонентная база (экб)</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6735"><span class="norm"><b>Korneev Igor L., Egorov Valeryi V.</b></span><br>Problems of Localizing Navigation-communication Equipment. State of Aff airs in the Development of Domestic Receivers and Local Navigation Units</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper deals with problems of localizing navigation-communication equipment. It has been shown that the share of domestic products on the market in 2016 constituted 0.3 %, while in 2009 this share constituted 100 %. Measures provided for domestic products sales support at the level of Russian Federation government regulations have been analyzed. Criteria of localization are provided with indication of priorities in the localization process. The state of affairs in the development of high precision navigation equipment has been examined, in particular, interference resistant local navigation system that is being developed and has a number of advantages over GNSS. The results of tests performed on domestic high precision navigation-communication equipment have been discussed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/14035/">era-glonass system</a> <a href="https://www.nanoindustry.su/tag/13217/">global navigation satellite systems (gnss)</a> <a href="https://www.nanoindustry.su/tag/13220/">local navigation systems</a> <a href="https://www.nanoindustry.su/tag/14037/">navigation-communication terminals</a> <a href="https://www.nanoindustry.su/tag/13221/">navigation receivers</a> <a href="https://www.nanoindustry.su/tag/14040/">rtk mode</a> <a href="https://www.nanoindustry.su/tag/14039/">tachographs</a> <a href="https://www.nanoindustry.su/tag/13197/">глобальные навигационные спутниковые системы (гнсс)</a> <a href="https://www.nanoindustry.su/tag/14038/">локальные системы навигации</a> <a href="https://www.nanoindustry.su/tag/14036/">навигационно-связные терминалы</a> <a href="https://www.nanoindustry.su/tag/13215/">навигационные приемники</a> <a href="https://www.nanoindustry.su/tag/14041/">режим rtk</a> <a href="https://www.nanoindustry.su/tag/14033/">система эра-глонасс</a> <a href="https://www.nanoindustry.su/tag/14034/">тахографы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6736"><span class="norm"><b>Myakotchin Yuri O., Dyakov Oleg N.</b></span><br>Trusted Platform for Developing Scalable Systems for Monitoring and Managing Resources of Social Facilities and “Infosphere” Utilities</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The research deals with a hardware-software platform designed for developing systems for collecting and processing information obtained from measuring devices and sensors of the housing and communal complex infrastructure. The platform should allow creating information systems that provide: flexible configuration of a distributed network of measuring devices; scalability; extensibility of the functional; security of stored and transmitted information; management of the life cycle of system elements, including secure remote administration and software downloads.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/14048/">mobile application</a> <a href="https://www.nanoindustry.su/tag/14056/">monitoring and resource management system</a> <a href="https://www.nanoindustry.su/tag/14043/">secure data transfer protocols</a> <a href="https://www.nanoindustry.su/tag/14049/">secure microcontroller</a> <a href="https://www.nanoindustry.su/tag/14054/">trusted information system</a> <a href="https://www.nanoindustry.su/tag/14044/">trusted software download</a> <a href="https://www.nanoindustry.su/tag/14055/">utilities</a> <a href="https://www.nanoindustry.su/tag/14052/">web application</a> <a href="https://www.nanoindustry.su/tag/14057/">web приложение</a> <a href="https://www.nanoindustry.su/tag/14050/">доверенная загрузка программного обеспечения</a> <a href="https://www.nanoindustry.su/tag/14046/">доверенная информационная система</a> <a href="https://www.nanoindustry.su/tag/14047/">жкх</a> <a href="https://www.nanoindustry.su/tag/14045/">защищенный микроконтроллер</a> <a href="https://www.nanoindustry.su/tag/14051/">мобильное приложение</a> <a href="https://www.nanoindustry.su/tag/14053/">протоколы безопасной передачи данных</a> <a href="https://www.nanoindustry.su/tag/14042/">система мониторинга и управления ресурсами</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6737"><span class="norm"><b>Nikiforov A. Y., Telets V. A., Boychenko D. V.</b></span><br>Radiation Hardness Requirements — the Exotica for Gourmets or a Guarantee of the Design Result Success and High Technical Level for all Categories of Consumers?</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper deals with electronic parts ranking based on their radiation hardness category and highlights technical and economical reasons of radiation hardness requirements for all kinds of device types. It has been stated that radiation response characterizes the individual sensitivity of the device functional and parasitic structures set that can be used for device identification. At the same time radiation test data prove the design result existence theorem together with the device technical level for all categories of consumers.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/14063/">electronic parts</a> <a href="https://www.nanoindustry.su/tag/8233/">radiation hardness</a> <a href="https://www.nanoindustry.su/tag/14059/">radiation response</a> <a href="https://www.nanoindustry.su/tag/14061/">radiation tests</a> <a href="https://www.nanoindustry.su/tag/14062/">technical requirements</a> <a href="https://www.nanoindustry.su/tag/8236/">радиационная стойкость</a> <a href="https://www.nanoindustry.su/tag/14064/">радиационное воздействие</a> <a href="https://www.nanoindustry.su/tag/14060/">радиационные испытания</a> <a href="https://www.nanoindustry.su/tag/14058/">технические требования</a> <a href="https://www.nanoindustry.su/tag/8802/">электронная компонентная база</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6738"><span class="norm"><b>Petrosyants Konstantin O.</b></span><br>The Status of Semiconductor Components Modeling With Respect to Thermal and Radiation Eff ects</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article highlights the status of TCAD and SPICE modeling of CMOS, SOI CMOS, SiGe BiCMOS VLSI components intended for operation under the influence of radiation (neutrons, electrons, protons, γ- and X-ray, single particle, pulsed radiation), high (up to +300 °C) and low (up to −200 °C) temperatures. TCAD and SPICE models of BJTs and MOSFETs, and methods for determining their parameters have been described. Further directions of TCAD and SPICE modeling of IC components have been considered.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13718/">bjt</a> <a href="https://www.nanoindustry.su/tag/14066/">jfet ic components</a> <a href="https://www.nanoindustry.su/tag/14067/">jfet компоненты бис</a> <a href="https://www.nanoindustry.su/tag/14074/">low and high temperature effects</a> <a href="https://www.nanoindustry.su/tag/13745/">model parameter extraction</a> <a href="https://www.nanoindustry.su/tag/12722/">mosfet</a> <a href="https://www.nanoindustry.su/tag/14065/">multi-level modeling</a> <a href="https://www.nanoindustry.su/tag/3182/">radiation effects</a> <a href="https://www.nanoindustry.su/tag/14070/">tcad and spice models</a> <a href="https://www.nanoindustry.su/tag/14073/">tcad и spice модели</a> <a href="https://www.nanoindustry.su/tag/13723/">биполярные</a> <a href="https://www.nanoindustry.su/tag/14071/">влияние высоких и низких температур</a> <a href="https://www.nanoindustry.su/tag/14069/">многоуровневое сквозное моделирование</a> <a href="https://www.nanoindustry.su/tag/14072/">моп</a> <a href="https://www.nanoindustry.su/tag/13721/">радиационные эффекты</a> <a href="https://www.nanoindustry.su/tag/14068/">экстракция параметров моделей</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6739"><span class="norm"><b>Shelepin Nicolay A.</b></span><br>Features of VLSI Components in Fully-depleted SOI CMOS Technology</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article highlights the development of the structures of the components on VLSI technology nodes below 28nm. It has been noted that the 28nm node was the last one to implement planar transistors. Then two directions of three-dimensional transistors formed: FinFET and FD SOI. The paper presents their main differences and features, as well as the results of simulation of the characteristics of SOI transistors with full depletion.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/14079/">fd-soi</a> <a href="https://www.nanoindustry.su/tag/14077/">fd soi cmos</a> <a href="https://www.nanoindustry.su/tag/5189/">finfet</a> <a href="https://www.nanoindustry.su/tag/14076/">the lower gate</a> <a href="https://www.nanoindustry.su/tag/14075/">кмоп кни с полным обеднением</a> <a href="https://www.nanoindustry.su/tag/14078/">«нижний» затвор</a></span></div> <div class="content0"><span class="bigger2 std">Navigationally connected VLSIs and modules</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6740"><span class="norm"><b>Arkhipov Vladimir A., Arkhipov Alexander V.</b></span><br>Evaluating the Eff ects of Geometric Factors and Distance Between the Antennas Phase Centers on Accuracy of GNSS Attitude Determination of the Satellite Navigation System on the Basis of “Phase” GNSS Receivers</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article deals with the results of the HIL simulation phase estimation methods of GNSS attitude determination of UAV based on the modules that support the issuance of the full carrier phase. The factors of the length of the base vector and the values of geometric factor on the integrity, availability and accuracy of issued goniometric solutions have been discussed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/8458/">global navigation satellite system (gnss)</a> <a href="https://www.nanoindustry.su/tag/13199/">gnss attitude</a> <a href="https://www.nanoindustry.su/tag/13200/">ins/gnss navigation system</a> <a href="https://www.nanoindustry.su/tag/13201/">phase measurements</a> <a href="https://www.nanoindustry.su/tag/13202/">radio navigation attitude and heading reference system</a> <a href="https://www.nanoindustry.su/tag/13204/">strapdown inertial navigation system</a> <a href="https://www.nanoindustry.su/tag/13203/">the geometric factor</a> <a href="https://www.nanoindustry.su/tag/13196/">бесплатформенные инерциальные навигационные системы</a> <a href="https://www.nanoindustry.su/tag/13194/">геометрический фактор</a> <a href="https://www.nanoindustry.su/tag/13197/">глобальные навигационные спутниковые системы (гнсс)</a> <a href="https://www.nanoindustry.su/tag/13198/">интегрированные инерциально-спутниковые навигационные системы</a> <a href="https://www.nanoindustry.su/tag/13195/">радионавигационная курсовертикаль</a> <a href="https://www.nanoindustry.su/tag/13193/">углы пространственного положения</a> <a href="https://www.nanoindustry.su/tag/13192/">фазовые измерения</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6741"><span class="norm"><b>Dubinko Tatyana Yu.</b></span><br>High-Precision GNSS Navigation Technologies in Vehicle Autopilot Systems</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report presents Russiaʼs experience of developing domestic hardware and software for high-precision navigation, as well as ways of their improvement and use as part of precision farming complexes and vehicle autopilot systems.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13210/">autopilot systems</a> <a href="https://www.nanoindustry.su/tag/13213/">global navigation satellite systems</a> <a href="https://www.nanoindustry.su/tag/13206/">high-precision navigation</a> <a href="https://www.nanoindustry.su/tag/13212/">phase technologies</a> <a href="https://www.nanoindustry.su/tag/13209/">высокоточная навигация</a> <a href="https://www.nanoindustry.su/tag/13207/">глобальные навигационные спутниковые системы</a> <a href="https://www.nanoindustry.su/tag/13205/">системы автопилотирования</a> <a href="https://www.nanoindustry.su/tag/13211/">точное земледелие</a> <a href="https://www.nanoindustry.su/tag/13208/">фазовые технологии</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6742"><span class="norm"><b>Evseev Oleg V. Buriak Taras S.</b></span><br>Issues of Navigation Technologies Usage in Logistical Support Provided for Cargoes Transportation and Storage</a> </span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6743"><span class="norm"><b>Korneev Igor L., Egorov Valeryi V.</b></span><br>Prospects for Application and Further Development of Technical Modules on the Base of DOMESTIC Chipsets</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper considers a local navigation system that is being developed in JSC “Progress” on the base of domestic chipset (ASIC). It also gives a classification of local navigation systems, as well as the system’s features and its advantages over its closest foreign analog. The paper highlights the organization of the system operation, principles of synchronization and methods of combating multipath. It also gives the results of measurement of instrumental position error of the local navigation system.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13217/">global navigation satellite systems (gnss)</a> <a href="https://www.nanoindustry.su/tag/13222/">instrumental position error</a> <a href="https://www.nanoindustry.su/tag/13220/">local navigation systems</a> <a href="https://www.nanoindustry.su/tag/13221/">navigation receivers</a> <a href="https://www.nanoindustry.su/tag/13219/">navigation signals</a> <a href="https://www.nanoindustry.su/tag/13197/">глобальные навигационные спутниковые системы (гнсс)</a> <a href="https://www.nanoindustry.su/tag/13218/">инструментальная погрешность</a> <a href="https://www.nanoindustry.su/tag/13214/">локальная система навигации</a> <a href="https://www.nanoindustry.su/tag/13215/">навигационные приемники</a> <a href="https://www.nanoindustry.su/tag/13216/">навигационные сигналы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6744"><span class="norm"><b>Kuznetsov Alexander S., Grishin Alexander G., Tatarchyk Ivan A., Grigoryev Ilya D.</b></span><br>Test Bench for LSN Navigation Modules</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article gives a detailed description of the test bench for navigation modules of the local navigation system, as well as the design of the nodes of the test bench. Test scenarios for LSN navigation modules have been described.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/11519/">base stations</a> <a href="https://www.nanoindustry.su/tag/899/">fpga</a> <a href="https://www.nanoindustry.su/tag/13217/">global navigation satellite systems (gnss)</a> <a href="https://www.nanoindustry.su/tag/13225/">local navigation system</a> <a href="https://www.nanoindustry.su/tag/13224/">prototype of local navigation system</a> <a href="https://www.nanoindustry.su/tag/2904/">transceiver modules</a> <a href="https://www.nanoindustry.su/tag/11518/">базовые станции</a> <a href="https://www.nanoindustry.su/tag/13197/">глобальные навигационные спутниковые системы (гнсс)</a> <a href="https://www.nanoindustry.su/tag/13214/">локальная система навигации</a> <a href="https://www.nanoindustry.su/tag/13223/">макет системы лсн</a> <a href="https://www.nanoindustry.su/tag/15/">плис</a> <a href="https://www.nanoindustry.su/tag/2906/">приемопередающие модули</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6745"><span class="norm"><b>Landyshev Sergey V., Klimenko Michael Yu.</b></span><br>Design Principles of Multifrequency GNSS Receiver Based on К1888ВС018 SoC</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper describes the design principles of the multi-frequency high precision GNSS receiver based on К1888ВС018 SoC. The chip is built using a heterogeneous computing architecture and contains NeuroMatrix processor cores and a general-purpose ARM core.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/11775/">arm</a> <a href="https://www.nanoindustry.su/tag/13231/">heterogeneous computing architecture</a> <a href="https://www.nanoindustry.su/tag/13227/">high precision navigation receiver</a> <a href="https://www.nanoindustry.su/tag/13230/">neuromatrix</a> <a href="https://www.nanoindustry.su/tag/13228/">soc к188вс018</a> <a href="https://www.nanoindustry.su/tag/13232/">геодезический навигационный приемник</a> <a href="https://www.nanoindustry.su/tag/13229/">гетерогенная вычислительная архитектура</a> <a href="https://www.nanoindustry.su/tag/13226/">сбис к188вс018</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6746"><span class="norm"><b>Tsyplenkov Y. S., Ovchinnikov V. G.</b></span><br>Developing a Prototype of a Synthesizer of Reference Frequencies</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">To detect small-scale low-visible low-flying low-speed targets at short range, one needs a synthesizer of stable frequencies and signals with a minimum level of phase noise, a large dynamic range along the side spectral components and a high speed of frequency tuning. The paper formulates the optimization problem of structural-parametric synthesis, considers the methods for solving it, and determines the basic algorithms for obtaining a general solution of the synthesis problem.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13236/">direct digital synthesis</a> <a href="https://www.nanoindustry.su/tag/13246/">dynamic range by spurious spectral components</a> <a href="https://www.nanoindustry.su/tag/13244/">frequency tuning time</a> <a href="https://www.nanoindustry.su/tag/13234/">indirect synthesis</a> <a href="https://www.nanoindustry.su/tag/13242/">radar station</a> <a href="https://www.nanoindustry.su/tag/13239/">spectral power density of phase noise</a> <a href="https://www.nanoindustry.su/tag/13235/">structural-parametric optimization</a> <a href="https://www.nanoindustry.su/tag/13245/">synthesizer of stable frequencies</a> <a href="https://www.nanoindustry.su/tag/13237/">время перестройки частоты</a> <a href="https://www.nanoindustry.su/tag/13238/">динамический диапазон по побочным спектральным составляющим</a> <a href="https://www.nanoindustry.su/tag/13241/">косвенный синтез</a> <a href="https://www.nanoindustry.su/tag/5417/">прямой цифровой синтез</a> <a href="https://www.nanoindustry.su/tag/13243/">радиолокационная станция</a> <a href="https://www.nanoindustry.su/tag/13247/">синтезатор стабильных частот</a> <a href="https://www.nanoindustry.su/tag/13233/">спектральная плотность мощности фазового шума</a> <a href="https://www.nanoindustry.su/tag/13240/">структурно-параметрическая оптимизация</a></span></div> <div class="content0"><span class="bigger2 std">High-performance computation systems</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6747"><span class="norm"><b>Bilyaletdinov Ilya E., Ometov Alexander E., Timin Leonid S.</b></span><br>Optimizing Parameters of High-speed Channels of the Processor in Order to Increase the Fault Tolerance of the Computer Complex</a> </span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6748"><span class="norm"><b>Bocharov Nikita A., Paramonov Nikolay B., Timofeev Gennady S., Panova Olga Yu.</b></span><br>Performance of Computer Systems With Elbrus-8S Processor for Robotic Systems Tasks</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The purpose of this work is to research the applicability of computer systems based on Elbrus-8S microprocessor for solving robotic systems tasks. The authors have developed software to simulate the tasks of robot motion control and for processing stereo images and have received temporal characteristics for these models.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13251/">algorithms of three-dimensional reconstruction</a> <a href="https://www.nanoindustry.su/tag/13252/">high-performance computing systems</a> <a href="https://www.nanoindustry.su/tag/13255/">simulation of motion</a> <a href="https://www.nanoindustry.su/tag/13248/">simulation of stereo-pair</a> <a href="https://www.nanoindustry.su/tag/13254/">алгоритмы трехмерной реконструкции</a> <a href="https://www.nanoindustry.su/tag/13250/">высокопроизводительные вычислительные системы</a> <a href="https://www.nanoindustry.su/tag/13253/">моделирование движения</a> <a href="https://www.nanoindustry.su/tag/13249/">моделирование стереопары</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6749"><span class="norm"><b>Bychkov Ignat N., Lobanov Igor N.</b></span><br>Automated Electronic Science and Technical Documentation Management System</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article consideres main solutions made during realization of an original automated electronic document management system using computer facilities based on “Elbrus” hardware and software platform.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13259/">document management.</a> <a href="https://www.nanoindustry.su/tag/13257/">elbrus</a> <a href="https://www.nanoindustry.su/tag/13260/">автоматизированная система</a> <a href="https://www.nanoindustry.su/tag/13258/">документооборот</a> <a href="https://www.nanoindustry.su/tag/13256/">«эльбрус»</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6750"><span class="norm"><b>Vorobiev Anton S., Bychkov Ignat N.</b></span><br>Solutions for Implementing Multi-chip Processor for Embedded Systems</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper describes the process of implementing a multi-chip processor with the Elbrus architecture for embedded systems. Design solutions are presented and successfully implemented at various design levels — microprocessor, motherboard.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13268/">cpu made in russia</a> <a href="https://www.nanoindustry.su/tag/12251/">flip-chip technology</a> <a href="https://www.nanoindustry.su/tag/13262/">ic cover</a> <a href="https://www.nanoindustry.su/tag/13264/">microprocessor case topology</a> <a href="https://www.nanoindustry.su/tag/13261/">placement of passive components</a> <a href="https://www.nanoindustry.su/tag/13263/">крышка микропроцессора</a> <a href="https://www.nanoindustry.su/tag/13265/">отечественный микропроцессор</a> <a href="https://www.nanoindustry.su/tag/13267/">размещение выводов корпуса микропроцессора</a> <a href="https://www.nanoindustry.su/tag/13266/">размещение пассивных компонентов</a> <a href="https://www.nanoindustry.su/tag/12257/">технология flip-chip</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6751"><span class="norm"><b>Goncharenko Max V., Kulgov Alexey V., Smirnov Sergey Ye.</b></span><br>Future Telecommunication Networks Equipment</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper highlights hybrid software-defined network technology suitable to federal wide area network, and evaluates the required telecom equipment functionality/component base. The results can be used as input data for research and development planning process.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13277/">hybrid sdn</a> <a href="https://www.nanoindustry.su/tag/13275/">memory chips.</a> <a href="https://www.nanoindustry.su/tag/13282/">mpls</a> <a href="https://www.nanoindustry.su/tag/3705/">sdn</a> <a href="https://www.nanoindustry.su/tag/7328/">self-organization</a> <a href="https://www.nanoindustry.su/tag/13279/">self-recovery</a> <a href="https://www.nanoindustry.su/tag/13270/">serdes</a> <a href="https://www.nanoindustry.su/tag/13273/">service schema</a> <a href="https://www.nanoindustry.su/tag/13278/">switch fabric</a> <a href="https://www.nanoindustry.su/tag/13272/">trill</a> <a href="https://www.nanoindustry.su/tag/13269/">гибридные сети</a> <a href="https://www.nanoindustry.su/tag/13274/">коммутационные матрицы</a> <a href="https://www.nanoindustry.su/tag/7376/">память</a> <a href="https://www.nanoindustry.su/tag/13281/">приемо-передатчики</a> <a href="https://www.nanoindustry.su/tag/13276/">программно-конфигурируемые сети</a> <a href="https://www.nanoindustry.su/tag/13271/">самовосстановление</a> <a href="https://www.nanoindustry.su/tag/7318/">самоорганизация</a> <a href="https://www.nanoindustry.su/tag/13280/">сериализаторы-десериализаторы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6752"><span class="norm"><b>Romanets Yury V., Dudarev Dmitry A., Panasenko Sergey P.</b></span><br>Trusted Boot Module With the Ability of Remote Managing of Servers</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Trusted boot modules make it possible to control and manage access to computers and their resources as well as to control the integrity of the installed software environment. They are usually based on mechanisms of strong two-factor authentication. Equipping trusted boot modules with server management features allows providing reliable and secure management of servers in client-server architectures.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13283/">access restriction</a> <a href="https://www.nanoindustry.su/tag/5677/">authentication</a> <a href="https://www.nanoindustry.su/tag/1380/">information protection</a> <a href="https://www.nanoindustry.su/tag/555/">remote control</a> <a href="https://www.nanoindustry.su/tag/13284/">trusted boot modules</a> <a href="https://www.nanoindustry.su/tag/13285/">апмдз</a> <a href="https://www.nanoindustry.su/tag/5680/">аутентификация</a> <a href="https://www.nanoindustry.su/tag/9283/">защита данных</a> <a href="https://www.nanoindustry.su/tag/3735/">контроль доступа</a> <a href="https://www.nanoindustry.su/tag/2009/">удаленное управление</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6753"><span class="norm"><b>Kozhin Alexey S.</b></span><br>Analyzing Cache Performance of Elbrus Processors</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper studies cache subsystems of Elbrus-4C and Elbrus-8C processors. It analyzes cache size impact on the single-threaded performance as well as considers the multi-threaded performance scaling of the processors and evaluates the cache performance of the Elbrus-8C processor.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13288/">кэш-память</a> <a href="https://www.nanoindustry.su/tag/13289/">многоядерный микропроцессор</a> <a href="https://www.nanoindustry.su/tag/13287/">подсистема памяти</a> <a href="https://www.nanoindustry.su/tag/5037/">производительность</a> <a href="https://www.nanoindustry.su/tag/13286/">пропускная способность кэш-памяти</a> <a href="https://www.nanoindustry.su/tag/13256/">«эльбрус»</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6754"><span class="norm"><b>Moroz Yaroslav N., Tokarev Dmitriy S.</b></span><br>Features of Cores Topological Planning in Elbrus Highperformance Processors</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article presents some methods of VLSI design at the chip level of phisical design of Elbrus microprocessors as well as features of physical design of microprocessors with ELBRUS architecture.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1716/">cad</a> <a href="https://www.nanoindustry.su/tag/13257/">elbrus</a> <a href="https://www.nanoindustry.su/tag/13292/">multicore</a> <a href="https://www.nanoindustry.su/tag/13290/">physical design</a> <a href="https://www.nanoindustry.su/tag/13294/">многоядерность</a> <a href="https://www.nanoindustry.su/tag/1717/">сапр</a> <a href="https://www.nanoindustry.su/tag/13291/">физическое проектирование</a> <a href="https://www.nanoindustry.su/tag/13293/">эльбрус</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6755"><span class="norm"><b>Mushkaev Sergey V., Brodyazhenko Andrew V., Bolotnikov Alexander A.</b></span><br>Computing Resources of the Floating Point NeuroMatrix Processors in Processing BIG Data Streams</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This article is devoted to demonstrating the principles of parallel computing on the processor NM6407 when operating with large data streams. The introductory part of the report considers the structure of the vector node of the NeuroMatrix NM6407 processor with a floating point and reviews, in a schematic form, the computing resources and operating modes of the vector processor with data of different formats. A distributed memory and data bus structure is considered, which ensures the parallelism and high rate of loading of computing nodes. The main part of the report, on the example of the simplest basic problems of linear algebra, demonstrates the behavior of the processor in dynamics. Time diagrams and step-by-step action algorithms have been given. A number of features that need to be considered for a balanced and efficient loading of computational cells in time have been revealed. In particular, the procedure for accessing memory, working with vector registers and interaction between cells has been disclosed. Besides, an approach has been offered to the implementation of more complex algorithms, such as fast Fourier transform. The processor’s performance and efficiency are studied for a different class of tasks.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13300/">blas</a> <a href="https://www.nanoindustry.su/tag/13299/">fft</a> <a href="https://www.nanoindustry.su/tag/13304/">nm6407</a> <a href="https://www.nanoindustry.su/tag/13298/">nm6408</a> <a href="https://www.nanoindustry.su/tag/13297/">parallel computation</a> <a href="https://www.nanoindustry.su/tag/13301/">processor core of digital signal processing (dsp) neuromatrix</a> <a href="https://www.nanoindustry.su/tag/13306/">stream processing</a> <a href="https://www.nanoindustry.su/tag/13302/">vector-matrix multiplication</a> <a href="https://www.nanoindustry.su/tag/13296/">бпф</a> <a href="https://www.nanoindustry.su/tag/13305/">векторно-матричное умножение</a> <a href="https://www.nanoindustry.su/tag/5904/">параллельные вычисления</a> <a href="https://www.nanoindustry.su/tag/13295/">поточная обработка данных</a> <a href="https://www.nanoindustry.su/tag/13303/">процессорное ядро цифровой обработки сигналов neuromatrix</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6756"><span class="norm"><b>Chernikov Alexander V., Chernikov Vladimir M., Vixne Pavel E., Shelukhin Alexander M</b></span><br>High-performance NMC4 Vector Processor Core for Fixed and Floating Point Calculations</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article presents an architecture of high-performance NMC4 processor core that allows connecting vector coprocessors for fixed or floating point calculations to a single controlling RISC-processor. The RISC-core implements control functions, fixed-point scalar data processing and address generation for vector operations. Vector coprocessor for fixed-point calculations is inherited from previous generation of NeuroMatrix processor NMC3 core. The vector coprocessor for floating-point calculations contains data repack unit and up to 8 arithmetic cells. An arithmetic cell contains 8 vector registers (32 × 64 bits) and calculation unit capable of performing up to 8 single precision operations per cycle or up to 2 double precision operations per cycle. NMC4 processor core is designed for high-performance systems-on-chip that can be used as accelerators for supercomputers for neural network applications, radiolocation, video processing. NMC4 core is used inside dual-core 1879ВМ6Я SoC manufactured on 65nm CMOS technology node. One processor core performs floating-point calculations the other — fixed-point calculations. SoC is running on 500MHz and performs up to 16GFLOP/s and up to 112GMAC/s. SoC contain 16 Mbits of internal memory, 32-bit DDR2 interface, 2 communication links with up to 120MB/s throughput each, USB interface, SPI interface, GPIO interface, timers, interrupt controllers and DMA.</span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6757"><span class="norm"><b>Malshin Alexander V., Esakov Igor A., Portnova Lyubov A.</b></span><br>Developing DLL-based Clock Synthesizer for “Elbrus” Series Microprocessors</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The fractional DLL-based frequency synthesizer, presented in this paper, allows changing frequency on the fly without halting the microprocessor. The synthesizer, developed in accordance with 28nm technology for ELBRUS series microprocessors, allows generating up to four operational clock signals with fractional multiplier factor ranging from 1/2 to 2, using high-frequency reference clock.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13309/">clock synthesizer</a> <a href="https://www.nanoindustry.su/tag/13312/">digital control</a> <a href="https://www.nanoindustry.su/tag/13308/">phase interpolator</a> <a href="https://www.nanoindustry.su/tag/2670/">pll</a> <a href="https://www.nanoindustry.su/tag/13310/">синтезатор синхросигналов</a> <a href="https://www.nanoindustry.su/tag/13311/">фазовый интерполятор</a> <a href="https://www.nanoindustry.su/tag/2671/">фапч</a> <a href="https://www.nanoindustry.su/tag/13307/">цифровое управление</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6758"><span class="norm"><b>Alekseev Victor V., Isaev Viacheslav M., Chuprinov Anatoliy A., Bokov Sergey I.</b></span><br>The Concept of Integrated Information Space — Outline Sketch of Instruments and Information and Analytical Tools for Developing Radio-electronic Equipment for Various Categories of Users</a> </span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13323/">control systems of data of mdm-system</a> <a href="https://www.nanoindustry.su/tag/7983/">database</a> <a href="https://www.nanoindustry.su/tag/13315/">electronic component base (ecb)</a> <a href="https://www.nanoindustry.su/tag/13324/">hardware-software complex (hsc)</a> <a href="https://www.nanoindustry.su/tag/13313/">integrated information space (iis)</a> <a href="https://www.nanoindustry.su/tag/13316/">radio-electronic and information technologies (reit)</a> <a href="https://www.nanoindustry.su/tag/13322/">the interdepartmental center of the advancing synergetic technol</a> <a href="https://www.nanoindustry.su/tag/13321/">база данных (бд)</a> <a href="https://www.nanoindustry.su/tag/13325/">межведомственный центр опережающих синергетических технологий (м</a> <a href="https://www.nanoindustry.su/tag/13319/">объединенное информационное пространство (оип)</a> <a href="https://www.nanoindustry.su/tag/13317/">программно-аппаратный комплекс (пак)</a> <a href="https://www.nanoindustry.su/tag/13318/">радиоэлектронныеи информационные технологии (рэит)</a> <a href="https://www.nanoindustry.su/tag/13314/">системы управления данными мдм-системы</a> <a href="https://www.nanoindustry.su/tag/13320/">электронная компонентная база (экб)</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6759"><span class="norm"><b>Eysymont Alexey L., Chernikov Anton V., Kosorukov Dmitry E., Nasonov Ilya I., Komlev Arseny A.</b></span><br>Heterogeneous Multicore System on Chip With 512Gfl ops Peak Performance</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This article is devoted to questions and methods of implementing energy efficient heterogeneous and tolerant to memory latency system on chip (SoC) operating at 1GHz frequency, with 512Gflops peak performance and hierarchically organized internal memory. SoC contains sixteen NeuroMatrix NMC4 processor cores and five ARM Cortex-A5.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/900/">digital signal processing</a> <a href="https://www.nanoindustry.su/tag/13330/">embedded computer</a> <a href="https://www.nanoindustry.su/tag/13334/">memory wall problem</a> <a href="https://www.nanoindustry.su/tag/13336/">multicore heterogeneous soc</a> <a href="https://www.nanoindustry.su/tag/8860/">neural networks</a> <a href="https://www.nanoindustry.su/tag/13337/">neuromatrix architecture</a> <a href="https://www.nanoindustry.su/tag/13290/">physical design</a> <a href="https://www.nanoindustry.su/tag/13326/">vector architecture</a> <a href="https://www.nanoindustry.su/tag/13327/">vliw</a> <a href="https://www.nanoindustry.su/tag/13331/">архитектура neuromatrix</a> <a href="https://www.nanoindustry.su/tag/13335/">векторная архитектура</a> <a href="https://www.nanoindustry.su/tag/13333/">встроенный вычислитель</a> <a href="https://www.nanoindustry.su/tag/13328/">многоядерная гетерогенная снк</a> <a href="https://www.nanoindustry.su/tag/6540/">нейронные сети</a> <a href="https://www.nanoindustry.su/tag/13332/">обработка сигналов</a> <a href="https://www.nanoindustry.su/tag/13329/">проблема стены памяти</a> <a href="https://www.nanoindustry.su/tag/13291/">физическое проектирование</a></span></div> <div class="content0"><span class="bigger2 std">Information-management systems</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6760"><span class="norm"><b>Golovinov Evgeny E., Aminev Dmitri A., Kulakov Victor A., Bakirov Shamil M., Grigoriev Pavel V.</b></span><br>Analysis of System Solutions for Portable Weather Stations</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article deals with an analytical review of foreign and domestic patents devoted to weather stations. The brief description of inventions for the last 25 years is given chronologically. The article presents current technology of meteorological measurements, highlighting tendencies of meteorological systems complication and their development by a number of key features.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/747/">invention</a> <a href="https://www.nanoindustry.su/tag/477/">measurement</a> <a href="https://www.nanoindustry.su/tag/745/">patent</a> <a href="https://www.nanoindustry.su/tag/13338/">review</a> <a href="https://www.nanoindustry.su/tag/13343/">weather</a> <a href="https://www.nanoindustry.su/tag/13339/">weather station</a> <a href="https://www.nanoindustry.su/tag/475/">измерение</a> <a href="https://www.nanoindustry.su/tag/123/">изобретение</a> <a href="https://www.nanoindustry.su/tag/13341/">метеостанция</a> <a href="https://www.nanoindustry.su/tag/13342/">обзор</a> <a href="https://www.nanoindustry.su/tag/746/">патент</a> <a href="https://www.nanoindustry.su/tag/13340/">погода</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6761"><span class="norm"><b>Baskin Vladimir A., Sokolov Igor A., Astashkin Andrey V.</b></span><br>Developing the Autonomic Endocapsule for Screening Diagnostics of Gastrointestinal Tract</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Capsular endoscopy is a new method capable of changing traditional endoscopy that does not require anesthesia usage. Its advantages are wireless communication and the small size. All the elements are mounted inside a small capsule with an autonomic source of power. The report presents the results of developing microcontroller and endocapsule in general, optical system on the base of CMOS-matrix, specific construction batteries, control stand. The endocapsule prototypes have been manufactured and tested. Images in the gastrointestinal tract simulator in the inherent resolution of 640x480 pix at continuous operating mode during 14 hours have been received.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13349/">autonomic endocapsule</a> <a href="https://www.nanoindustry.su/tag/13351/">cmos-matrix</a> <a href="https://www.nanoindustry.su/tag/13344/">gastrointestinal tract</a> <a href="https://www.nanoindustry.su/tag/13350/">rf-channel+flash</a> <a href="https://www.nanoindustry.su/tag/13347/">rf-канал+flash</a> <a href="https://www.nanoindustry.su/tag/13345/">автономная эндоскопическая капсула</a> <a href="https://www.nanoindustry.su/tag/13348/">желудочно-кишечный тракт (жкт)</a> <a href="https://www.nanoindustry.su/tag/13346/">кмоп-видеоматрица</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6762"><span class="norm"><b>Vinogradov Artem N., Terentyev Alexey I., Petrov Oleg V.</b></span><br>Model of Fuzzy Controller for Controlling the Movement of a Mobile Robot</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents a model of motion control of a mobile robot based on fuzzy logic, as well as its input/output variables and membership functions. A comparison with a model built on the basis of a classical regulator has been made.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13353/">fuzzy logic</a> <a href="https://www.nanoindustry.su/tag/3203/">labview</a> <a href="https://www.nanoindustry.su/tag/13355/">mamdani algorithm</a> <a href="https://www.nanoindustry.su/tag/13356/">mobile robot</a> <a href="https://www.nanoindustry.su/tag/13357/">алгоритм мамдани</a> <a href="https://www.nanoindustry.su/tag/13354/">мобильный робот</a> <a href="https://www.nanoindustry.su/tag/13352/">нечеткая логика</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6763"><span class="norm"><b>Grekov Artem V., Tyurin Sergey F.</b></span><br>Improving FPGA Logic Basing on Increased LUT Bit Capacity and Creating Adaptive Logic Modules</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Expressions were obtain for estimating the complexity and speed of decomposition of a multi-bit LUT at a lower-order LUT. A comparison of the complexity and delay in the number of transistors was perform for the decomposition of a multi-bit LUT in the computer mathematics Mathcad system. The features of constructing multi-bit LUTs were determined and various variants of decomposition were evaluate with further increase in the LUT dimension with the subsequent choice of the optimal variant of the adaptive logic module.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13362/">adaptive logic module alm</a> <a href="https://www.nanoindustry.su/tag/13364/">complexity</a> <a href="https://www.nanoindustry.su/tag/13366/">decomposition</a> <a href="https://www.nanoindustry.su/tag/899/">fpga</a> <a href="https://www.nanoindustry.su/tag/13367/">logic element</a> <a href="https://www.nanoindustry.su/tag/13365/">lut</a> <a href="https://www.nanoindustry.su/tag/8969/">speed</a> <a href="https://www.nanoindustry.su/tag/7033/">transistor</a> <a href="https://www.nanoindustry.su/tag/13363/">адаптивный логический модуль alm</a> <a href="https://www.nanoindustry.su/tag/4506/">быстродействие</a> <a href="https://www.nanoindustry.su/tag/13359/">декомпозиция</a> <a href="https://www.nanoindustry.su/tag/13360/">логический элемент</a> <a href="https://www.nanoindustry.su/tag/13358/">плис типа fpga</a> <a href="https://www.nanoindustry.su/tag/13361/">сложность</a> <a href="https://www.nanoindustry.su/tag/7036/">транзистор</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6764"><span class="norm"><b>Gusev Egor V., Stefantsov Alexey V.</b></span><br>Reliable Software Development Technology</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article considers reliable on-board software development technology. Proposed technology allows parallel on-board hardware and software development. It includes debug and test instruments to achieve required on-board software reliability.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13369/">development technology</a> <a href="https://www.nanoindustry.su/tag/13368/">on-board software</a> <a href="https://www.nanoindustry.su/tag/2515/">reliability</a> <a href="https://www.nanoindustry.su/tag/13370/">бортовое программное обеспечение</a> <a href="https://www.nanoindustry.su/tag/2518/">надежность</a> <a href="https://www.nanoindustry.su/tag/13371/">технология разработки</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6765"><span class="norm"><b>Sizov Vladimir I., Zosimov Vladislav V., Pereverzev Alexey L., Strekopytov Dmitriy V.</b></span><br>Mathematical Model of Radar Vegetation Clutter</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents a model (equivalent generator) of the vegetation clutter. It can be used to evaluate the characteristics of terrestrial monostatic and bistatic radar and communication systems operating in the HF and VHF bands.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13372/">radar and communication systems parameter estimation</a> <a href="https://www.nanoindustry.su/tag/13375/">vegetation clutter generator</a> <a href="https://www.nanoindustry.su/tag/13373/">модель (эквивалентный генератор) радиолокационного шума растител</a> <a href="https://www.nanoindustry.su/tag/13374/">оценка параметров систем радио¬локации и связи</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6766"><span class="norm"><b>Korolev Andrey I., Jirkov Vladislav F., Bolshakov Kirill N., Benevolenskiy Dmitriy V.</b></span><br>Implementinf Polynomial Interpolation Block in Microcircuit for Position Sensor</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper features peculiarities of implementation of special-purpose polynomial algorithm used for interpolation in microcircuit of precise position sensor. Block diagrams and calculation variants for main blocks have been considered. Main parameters and obtained results of implementation in X-Fab XH018 technological basis (180nm) have been provided.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/900/">digital signal processing</a> <a href="https://www.nanoindustry.su/tag/13384/">high-precision approximation</a> <a href="https://www.nanoindustry.su/tag/13385/">interpolation</a> <a href="https://www.nanoindustry.su/tag/13379/">matlab</a> <a href="https://www.nanoindustry.su/tag/13378/">microcircuit for position sensor</a> <a href="https://www.nanoindustry.su/tag/13377/">polynomials</a> <a href="https://www.nanoindustry.su/tag/13387/">verilog</a> <a href="https://www.nanoindustry.su/tag/13381/">верилог</a> <a href="https://www.nanoindustry.su/tag/13383/">высокоточная аппроксимация</a> <a href="https://www.nanoindustry.su/tag/13382/">интерполяция</a> <a href="https://www.nanoindustry.su/tag/13380/">матлаб</a> <a href="https://www.nanoindustry.su/tag/13376/">микросхема для датчика положения</a> <a href="https://www.nanoindustry.su/tag/13386/">полиномы</a> <a href="https://www.nanoindustry.su/tag/8962/">цифровая обработка сигналов</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6767"><span class="norm"><b>Liventsev Evgenii V., Silantiev Alexander M., Pavlov Anton N.</b></span><br>Open Platform Based on Processor Core With RISC-V Architecture for Embedded FPGA-based Control Systems</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This article presents open platform for embedded FPGA-based control systems built on processor core with RISC-V architecture (RV32IM).</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13389/">fpga-based systems</a> <a href="https://www.nanoindustry.su/tag/8308/">open platform</a> <a href="https://www.nanoindustry.su/tag/13390/">open software</a> <a href="https://www.nanoindustry.su/tag/13388/">risc-v</a> <a href="https://www.nanoindustry.su/tag/8309/">открытая платформа</a> <a href="https://www.nanoindustry.su/tag/13391/">свободное по</a> <a href="https://www.nanoindustry.su/tag/13392/">системы на плис</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6768"><span class="norm"><b>Madumarov Talgat A., Stefantsov Alexey V.</b></span><br>Problems of Implementing SystemC Into Existing Process of Virtual Prototyping Hardware and Test Benches for Embedded Software Development</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">SystemC is one of most popular frameworks for virtual prototyping of embedded systems, but it requires a certain toolchain to be used for model usage and verification. This work is about solving problems of implementing SystemC into existing toolchain.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13395/">c/c++</a> <a href="https://www.nanoindustry.su/tag/920/">embedded systems</a> <a href="https://www.nanoindustry.su/tag/13393/">esl-modelling</a> <a href="https://www.nanoindustry.su/tag/13398/">esl-проектирование</a> <a href="https://www.nanoindustry.su/tag/13396/">systemc</a> <a href="https://www.nanoindustry.su/tag/13397/">virtual prototyping</a> <a href="https://www.nanoindustry.su/tag/13394/">виртуальное прототипирование</a> <a href="https://www.nanoindustry.su/tag/34/">встраиваемые системы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6769"><span class="norm"><b>Pavlov Anton N., Liventsev Evgenii V., Silantiev Alexander M.</b></span><br>Remote Hardware and Software Debugging Technology of FPGA-based Systems</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper considers hardware and software development of FPGA-based systems with microprocessor core. The phenomenon under study is increasing software and hardware developers productivity.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/899/">fpga</a> <a href="https://www.nanoindustry.su/tag/13400/">hardware development</a> <a href="https://www.nanoindustry.su/tag/13405/">hardware/software co-verification</a> <a href="https://www.nanoindustry.su/tag/13406/">microprocessor ip-core</a> <a href="https://www.nanoindustry.su/tag/13390/">open software</a> <a href="https://www.nanoindustry.su/tag/555/">remote control</a> <a href="https://www.nanoindustry.su/tag/13399/">software development</a> <a href="https://www.nanoindustry.su/tag/13402/">встречная верификация</a> <a href="https://www.nanoindustry.su/tag/13403/">микропроцессорное ядро</a> <a href="https://www.nanoindustry.su/tag/15/">плис</a> <a href="https://www.nanoindustry.su/tag/13401/">разработка аппаратуры</a> <a href="https://www.nanoindustry.su/tag/13404/">разработка по</a> <a href="https://www.nanoindustry.su/tag/2009/">удаленное управление</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6770"><span class="norm"><b>Prikhodko Dmitry V., Kurganov Vladislav V., Lyalin Konstantin S., Chistyukhin Victor V.</b></span><br>Methods of Increasing the Effi ciency of the Inner Calibration System for Antenna Arrays</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Fast algorithm for measuring amplitude-phase errors in active phased antenna arrays based on using pseudo-noise sequences has been introduced earlier [1–4]. Current trend is to use wideband and ultra-wideband signals. In this case it is important to calibrate APAA channels not only on center frequency but within full bandwidth. The paper presents an approach to expanding the use of fast calibrating algorithms to fullbandwidth characterization. Another important part of fast calibrating algorithm is choosing calibrating sequences set. There are two sequence classes — pseudo-nose or orthogonal. When using pseudo-noise calibrating sequences there are no strict requirements to timing synchronization but measurements have additional error due to mutual interference between sequences in one set. Decorrelation method canceling this error is introduced in this paper, so pseudo-noise sequences can be used with comparable accuracy as orthogonal sequences.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13409/">antenna arrays</a> <a href="https://www.nanoindustry.su/tag/13410/">inner calibration system</a> <a href="https://www.nanoindustry.su/tag/13407/">phased array</a> <a href="https://www.nanoindustry.su/tag/13411/">антенная решетка</a> <a href="https://www.nanoindustry.su/tag/13408/">система внутренней калибровки</a> <a href="https://www.nanoindustry.su/tag/10011/">фазированная антенная решетка</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6771"><span class="norm"><b>Rakov Alexander V., Sobchenko Maxim I., Dumchikov K. A., Zhukov V. V., Ukhandeev Vladimir I.</b></span><br>Automatic System for Characterizing High-Frequency Printed Circuit Board Materials</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article highlights main principles of designing the automation system for the characterization of dielectric materials, as well as methods of dielectric characterization, the structure and description of the measurement setup, the functional principles of the specialized software as steps of the system development.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13419/">dielectric characterization</a> <a href="https://www.nanoindustry.su/tag/13415/">dielectric substrate</a> <a href="https://www.nanoindustry.su/tag/13412/">measurements automation</a> <a href="https://www.nanoindustry.su/tag/8987/">printed circuit boards</a> <a href="https://www.nanoindustry.su/tag/13417/">test vehicle</a> <a href="https://www.nanoindustry.su/tag/13416/">автоматизация измерений</a> <a href="https://www.nanoindustry.su/tag/13418/">диэлектрическая подложка</a> <a href="https://www.nanoindustry.su/tag/13413/">измерения параметров диэлектрика</a> <a href="https://www.nanoindustry.su/tag/13414/">измерительная ячейка</a> <a href="https://www.nanoindustry.su/tag/7617/">печатная плата</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6772"><span class="norm"><b>Suvorova Elena A., Rozanov Valentin V., Sheynin Yuriy E.</b></span><br>Dynamically Reconfi gurable Systems and Networks on a Chip in ASIC in 2D-3D Technologies</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Reconfigurable SoC may be applied to adapt system characteristics to new functionality, or new application domain. The report considers capabilities of SoC and NoC dynamic reconfiguration implemented in ASIC with 2.5D and 3D technologies.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13423/">2.5d technology</a> <a href="https://www.nanoindustry.su/tag/13424/">2.5d технология</a> <a href="https://www.nanoindustry.su/tag/1628/">3d technology</a> <a href="https://www.nanoindustry.su/tag/13422/">3d технология</a> <a href="https://www.nanoindustry.su/tag/13420/">reconfigurable soc</a> <a href="https://www.nanoindustry.su/tag/983/">soc</a> <a href="https://www.nanoindustry.su/tag/13421/">реконфигурируемая снк</a> <a href="https://www.nanoindustry.su/tag/5059/">снк</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6773"><span class="norm"><b>Tarabarov Pavel A., Eremeev Petr M., Grishin Vyacheslav Yu.</b></span><br>Unifi ed Control Computing System for Space Applications</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article considers a unified control computing system intended for operation as part of on-board control systems for advanced space vehicles. The proposed computer system is designed on the basis of the standard SpaceVPX for building space systems, and also has the functions of automatic reconfiguration and software and hardware support of mutual agreement.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13428/">automatic reconfiguration</a> <a href="https://www.nanoindustry.su/tag/13431/">mutual agreement</a> <a href="https://www.nanoindustry.su/tag/13425/">spacevpx</a> <a href="https://www.nanoindustry.su/tag/13433/">spacevpx standard</a> <a href="https://www.nanoindustry.su/tag/13432/">spacewire</a> <a href="https://www.nanoindustry.su/tag/13426/">unified control computer system</a> <a href="https://www.nanoindustry.su/tag/13429/">автоматическая реконфигурация</a> <a href="https://www.nanoindustry.su/tag/13427/">взаимное информационное согласование</a> <a href="https://www.nanoindustry.su/tag/13430/">унифицированная управляющая вычислительная система</a></span></div> <div class="content0"><span class="bigger2 std">Techologies and micro- and nanoelectronics components</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6774"><span class="norm"><b>Avakaw Syarhei M., Plebanovich Vladimir I.</b></span><br>Maskless Lithography</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Alongside mass production, there is a growing necessity for individual approach to IC fabrication. The IC production process which has been developing for decades does not imply piece production. The existence of photomasks means repeated fabrication of the same item. The emergence of multi-beam scanning pattern generators has made it possible to adopt maskless lithography process.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13435/">laser pattern generator</a> <a href="https://www.nanoindustry.su/tag/6482/">maskless lithography</a> <a href="https://www.nanoindustry.su/tag/915/">photolithography</a> <a href="https://www.nanoindustry.su/tag/645/">simulation</a> <a href="https://www.nanoindustry.su/tag/13436/">безмасковая литография</a> <a href="https://www.nanoindustry.su/tag/13434/">лазерный генератор изображений</a> <a href="https://www.nanoindustry.su/tag/658/">моделирование</a> <a href="https://www.nanoindustry.su/tag/27/">фотолитография</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6775"><span class="norm"><b>Sidorenko Vitaliy N., Vertyanov Denis V., Dolgovykh Yuriy G., Kovalev Anatoliy A., Zmeev Sergey V., Timoshenkov Sergey P.</b></span><br>Design and Technological Peculiarities of Flip-chip Mounting in the Production of Highly Integrated 2.5D and 3D Microassemblies</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article describes advantages of flip-chip mounting technology application in a die creation of 2,5D and 3D modification microassemblies. Design and technological features and restrictions of flip-chip die mounting in the manufacture of high-integrated microassemblies are presented. The structure profile estimate results of unpackaged microcircuit surface with microbamps are given. Also the article gives bump profiles after their mounting on the bonding pads of test chips. The shear strength results of the SAC305 bumps from bonding pads with Au-coated dies and from bonding pads with ImmSn-coated silicon substrates are presented in the research.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13438/">bump</a> <a href="https://www.nanoindustry.su/tag/13439/">die</a> <a href="https://www.nanoindustry.su/tag/13442/">flip-chip mounting</a> <a href="https://www.nanoindustry.su/tag/13443/">flip-chip монтаж</a> <a href="https://www.nanoindustry.su/tag/403/">microassembly</a> <a href="https://www.nanoindustry.su/tag/13440/">silicon substrate</a> <a href="https://www.nanoindustry.su/tag/13446/">underfill</a> <a href="https://www.nanoindustry.su/tag/13444/">заливка компаунда под кристалл</a> <a href="https://www.nanoindustry.su/tag/13441/">кристалл</a> <a href="https://www.nanoindustry.su/tag/399/">микросборка</a> <a href="https://www.nanoindustry.su/tag/13437/">подложка из кремния</a> <a href="https://www.nanoindustry.su/tag/13445/">шариковый вывод</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6776"><span class="norm"><b>Kondrashov Vladimir V., Chapkin Vyacheslav V., Lukashenkov Anatoly V., Kopylov Andrey V., Seredin Oleg S.</b></span><br>Building a Simulation and Control System for the Process of Laser Trimming of Film Resistors in Microelectronics</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report highlights the process of building a simulation and control system for the process of laser trimming of film resistors based on mesh circuit models and machine vision methods and gives a detailed description of approaches to the solution of problems arising during automation of the trimming process.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13451/">development of control algorithms</a> <a href="https://www.nanoindustry.su/tag/1356/">image analysis</a> <a href="https://www.nanoindustry.su/tag/13447/">laser trimming of resistors</a> <a href="https://www.nanoindustry.su/tag/12039/">machine vision</a> <a href="https://www.nanoindustry.su/tag/13448/">resistor’s electrophysical parameters calculation</a> <a href="https://www.nanoindustry.su/tag/2264/">анализ изображений</a> <a href="https://www.nanoindustry.su/tag/13452/">лазерная подгонка резисторов</a> <a href="https://www.nanoindustry.su/tag/13453/">расчет электрофизических параметров резисторов</a> <a href="https://www.nanoindustry.su/tag/13450/">синтез алгоритмов управления процессом подгонки</a> <a href="https://www.nanoindustry.su/tag/13449/">техническое зрение</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6777"><span class="norm"><b>Bykov Alexander V., Vysokikh Yury E., Kartavtsev Vladimir S., Krasnoborodko Sergey Yu.</b></span><br>Requirements for Engineering Infrastructure of Microand Nanoelectronic Components Production</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">When designing modern production of micro- and nanoelectronic components, it is necessary to take into account a number of requirements on which the proper operation of engineering systems and the possibility of creating production depend.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/594/">clean rooms</a> <a href="https://www.nanoindustry.su/tag/13457/">deionized water</a> <a href="https://www.nanoindustry.su/tag/13454/">micro- and nanoelectronic components</a> <a href="https://www.nanoindustry.su/tag/13456/">microclimate</a> <a href="https://www.nanoindustry.su/tag/13460/">process gases</a> <a href="https://www.nanoindustry.su/tag/13461/">деионизованная вода</a> <a href="https://www.nanoindustry.su/tag/13459/">микро- и наноэлектронные компоненты</a> <a href="https://www.nanoindustry.su/tag/13455/">микроклимат</a> <a href="https://www.nanoindustry.su/tag/13458/">технологические газы</a> <a href="https://www.nanoindustry.su/tag/5768/">чистые производственные помещения</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6778"><span class="norm"><b>Volkov Svyatoslav I., Bobkov Sergey G., Krasnyuk Andrey A.</b></span><br>Test Structures for Microprocessor Systems for High-temperature Microelectronics</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">SOI CMOS technology has an absolute advantage over wide band gap semiconductors, memory cells like MRAM and FRAM especially for the development of super-large-scale integrated circuits of memory, microprocessors and systems on a chip for maximum operating temperatures up to 250–300 °C. In the work, I–V characteristic of transistors, switching and time characteristics of trigger memories and ring generators were investigated. A series of experiments was also carried out to study the influence of the temperature on the transistors and design techniques. Based on the data we have investigated, it is shown that a temperature change up to 250 °C causes not only an increase in leakage currents by 3–4 orders of magnitude, but also the impact ionization and the kink effect. Experimental studies of ring generators have shown that when the temperature varies from 25 ° C to 200 °C, the generation frequency decreases by a factor of 1.5, the static current of consumption increases by three orders of magnitude (up to 0,5 μA), and the dynamic current of consumption increases by 40 %.The research of test structures of trigger memory elements, showed unconditional shift to the left with decreasing critical points for families of switching characteristics. In general, the noise immunity of memory cells in the investigated temperature range varies insignificantly — up to 10 %, which makes it possible to conclude that it is possible to build static memory blocks in high-temperature microprocessors without fundamental changes in circuitry. So on, the conclusion is made on the principle possibility of creating microprocessor systems based on the developed circuit elements for operating temperatures up to 300 °C.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/9647/">high-temperature microelectronics</a> <a href="https://www.nanoindustry.su/tag/13465/">ip cores</a> <a href="https://www.nanoindustry.su/tag/13463/">layout vlsi</a> <a href="https://www.nanoindustry.su/tag/13462/">microprocessors</a> <a href="https://www.nanoindustry.su/tag/13464/">soi cmos</a> <a href="https://www.nanoindustry.su/tag/9650/">высокотемпературная электроника</a> <a href="https://www.nanoindustry.su/tag/1407/">микропроцессоры</a> <a href="https://www.nanoindustry.su/tag/13466/">топология сбис</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6779"><span class="norm"><b>Maryina Elena V., Imametdinov Emil F., Krasnyuk Andrey A.</b></span><br>Multigate Mosfet Model With a Quantum Dot in the Channel</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The results of the research of the reference model for SGMOS (split gate MOS) are presented. It is shown that the use of a split gate is quite effective in modulation-doped structures with the periodically doped channel. Decrease in the steepness, speed, and change in the I–V characteristic of transistor structures is not catastrophic, up to temperatures of 200–250 °C.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13469/">mos structures</a> <a href="https://www.nanoindustry.su/tag/13467/">periodically doped channel</a> <a href="https://www.nanoindustry.su/tag/13468/">split gate</a> <a href="https://www.nanoindustry.su/tag/13471/">мдп транзисторные структуры</a> <a href="https://www.nanoindustry.su/tag/13472/">периодически легированный канал</a> <a href="https://www.nanoindustry.su/tag/13470/">расщепленный затвор</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6780"><span class="norm"><b>Lebedev Anton O., Ivanov Sergey V., Voronov Daniil D., Orlov Oleg M.</b></span><br>Studying the Problems of HfO2 ReRAM Cell Characteristics Repeatability and Reproducibility</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper presents experimental data demonstrating the problem of the repeatability and reproducibility of electrophysical characteristics of ReRAM cells. An overview of methods for improving the stability of the characteristics will also be presented, and an analysis will be made of their applicability to the available memory samples. Some circuit and structural approaches to improving the stability of characteristics will be proposed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13474/">hafnium oxide</a> <a href="https://www.nanoindustry.su/tag/8427/">non-volatile memory</a> <a href="https://www.nanoindustry.su/tag/13475/">reram</a> <a href="https://www.nanoindustry.su/tag/13477/">resistive memory</a> <a href="https://www.nanoindustry.su/tag/13473/">оксид гафния</a> <a href="https://www.nanoindustry.su/tag/13476/">резистивная память</a> <a href="https://www.nanoindustry.su/tag/213/">энергонезависимая память</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6781"><span class="norm"><b>Krasnikov Gennady Ya., Gushchin Oleg P., Litavrin Mikhail V., Gornev Evgeny S.</b></span><br>Complementary Methods of Enhancing Resolution of Optical Lithography</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The DSA method, its basic principles and actual problems have been considered. The ML2 method and its actual problems have also been considered. The prospect of complementary methods for Russian microelectronics has been grounded.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13480/">chemoepitaxy</a> <a href="https://www.nanoindustry.su/tag/13489/">directed self-assembly (dsa)</a> <a href="https://www.nanoindustry.su/tag/13488/">dsa)</a> <a href="https://www.nanoindustry.su/tag/13485/">euv-литография (extreme ultraviolet)</a> <a href="https://www.nanoindustry.su/tag/13486/">extreme ultraviolet lithography (euv)</a> <a href="https://www.nanoindustry.su/tag/13479/">graphoepitaxy</a> <a href="https://www.nanoindustry.su/tag/13483/">ml2)</a> <a href="https://www.nanoindustry.su/tag/13481/">multi-beam electron lithography (ml2)</a> <a href="https://www.nanoindustry.su/tag/13487/">графоэпитаксия</a> <a href="https://www.nanoindustry.su/tag/13484/">многолучевая электронная литография (multi-beam electron lithogr</a> <a href="https://www.nanoindustry.su/tag/13478/">направленная самосборка (directed self-assembly</a> <a href="https://www.nanoindustry.su/tag/13482/">хемоэпитаксия</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6782"><span class="norm"><b>Vlasov Andrey I., Mileshin Sergey A., Tsivinskaya Tatyana A.</b></span><br>Analyzing Sensors Silicon Crystals Defects and Production Technologies</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents possible problems of the current production of crystals for creating sensitive elements of systems of sensors from single-crystal silicon. It highlights various methods of development taking into account real technological restrictions of structures for high-precision instruments of physical quantities measurement. The defects of a crystal lattice appearing during sensitive elements production and their impact on characteristics of control and measuring sensors have been analyzed, and standard schemes of touch elements production have been considered.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13495/">control and measuring sensor</a> <a href="https://www.nanoindustry.su/tag/13498/">crystal lattice</a> <a href="https://www.nanoindustry.su/tag/13500/">elastic deformations</a> <a href="https://www.nanoindustry.su/tag/13494/">microdefects</a> <a href="https://www.nanoindustry.su/tag/13497/">sensitive element</a> <a href="https://www.nanoindustry.su/tag/13493/">single-crystal silicon</a> <a href="https://www.nanoindustry.su/tag/13499/">контрольно-измерительный сенсор</a> <a href="https://www.nanoindustry.su/tag/13490/">кристаллическая решетка</a> <a href="https://www.nanoindustry.su/tag/13496/">микродефекты</a> <a href="https://www.nanoindustry.su/tag/13492/">монокристаллический кремний</a> <a href="https://www.nanoindustry.su/tag/13491/">упругие деформации</a> <a href="https://www.nanoindustry.su/tag/3505/">чувствительный элемент</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6783"><span class="norm"><b>Moskovskaya Yulia M., Nikiforov Alexander Yu., Bobrovskiy Dmitry V., Ulanova Anastasiya V., Zhukov A. A.</b></span><br>Estimating the Infl uence of Parameters of the Critical Operations of a Typical CMOS Process on TID Hardness of IC</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The influence of 1,5mm CMOS process parameters (mainly gate oxide growth temperature) variations on the total ionizing dose effects is comparatively analyzed in experiment on test structures. It has been experimentally demonstrated that for CMOS processes with gate oxide thickness about 300 Å the TID hardness is obtained in 850–900 °C gate oxide growth temperature range.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13501/">cmos integrated circuits</a> <a href="https://www.nanoindustry.su/tag/13506/">gate oxide growing process temperature</a> <a href="https://www.nanoindustry.su/tag/10402/">manufacturing process</a> <a href="https://www.nanoindustry.su/tag/13502/">tid hardness</a> <a href="https://www.nanoindustry.su/tag/13504/">дозовая стойкость</a> <a href="https://www.nanoindustry.su/tag/10750/">кмоп ис</a> <a href="https://www.nanoindustry.su/tag/13505/">процесс производства</a> <a href="https://www.nanoindustry.su/tag/13503/">процесс формирования подзатворного окисла</a> <a href="https://www.nanoindustry.su/tag/13085/">температура</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6784"><span class="norm"><b>Nagnoynyy Vladimir A., Baranov Gleb V.</b></span><br>Method for Forming Dielectric Isolated FinFET</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">An original method of forming the dielectric insulation of FinFET has been presented. It consists in the formation of a local buried dielectric region at the base of the transistor body. A technological solution for the implementation of this method compatible with the CMOS VLSI production technology has been proposed, and experimental results of technological processes have been presented.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13510/">isolation finfet</a> <a href="https://www.nanoindustry.su/tag/13509/">local isolation</a> <a href="https://www.nanoindustry.su/tag/13507/">punch-through leakage current</a> <a href="https://www.nanoindustry.su/tag/13511/">изоляция finfet</a> <a href="https://www.nanoindustry.su/tag/13508/">локальная изоляция</a> <a href="https://www.nanoindustry.su/tag/13512/">ток утечки смыкания опз</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6785"><span class="norm"><b>Sapeghin Alexander A., Barabanenkov Mikhail Yu., Italyantsev Alexander G.</b></span><br>Waveguides Integrated Into Microelectronic Structures Using Discrete Nano-sized Elements</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report presents the results of theoretical calculations of the frequency dependence of the eigenmodes, their widths, Q-factor of discrete resonators consisting of a single or a few metal nanoparticles on their mutual arrangement, shape and size. Frequency filtering properties of a finite linear chain of gold nanoparticles in the visible wavelength range have been investigated.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13522/">eigenmode</a> <a href="https://www.nanoindustry.su/tag/13520/">frequency filter</a> <a href="https://www.nanoindustry.su/tag/13521/">mie scattering</a> <a href="https://www.nanoindustry.su/tag/13516/">nanoparticle cluster</a> <a href="https://www.nanoindustry.su/tag/13518/">q-factor</a> <a href="https://www.nanoindustry.su/tag/13513/">resonator</a> <a href="https://www.nanoindustry.su/tag/13519/">добротность</a> <a href="https://www.nanoindustry.su/tag/13514/">кластер наночастиц</a> <a href="https://www.nanoindustry.su/tag/10592/">рассеяние ми</a> <a href="https://www.nanoindustry.su/tag/13517/">резонатор</a> <a href="https://www.nanoindustry.su/tag/13515/">собственная мода</a> <a href="https://www.nanoindustry.su/tag/13523/">частотный фильтр</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6786"><span class="norm"><b>Sivchenko Alexander S., Kuznetsov Evgeniy V.</b></span><br>Determining Main Reliability Parameters for Semiconductor Foundry CMOS Process</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper presents a reliability assessment approach to the CMOS IC technology. In this regard, test chips with a set of test structures have been developed and manufactured using 65nm technology, research techniques and automated measurement programs on the basis thereof have been worked out. Techniques allow estimating the gate insulator quality for MOS transistors as well as their tolerance to hot carrier influence and to parameter changes caused by high temperature at negative voltage. The hardness of metallization buses and contact vias to electromigration has also been analyzed. The presented approach can be used at CMOS IC manufacturing plants to provide quality control of fabrication processes responsible for CMOS IC main reliability characteristics; it may also be used by design centers for the reliability assessment of semiconductor plant technology.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/8018/">defectiveness</a> <a href="https://www.nanoindustry.su/tag/13526/">fault</a> <a href="https://www.nanoindustry.su/tag/13525/">hot carriers</a> <a href="https://www.nanoindustry.su/tag/13531/">ic metallization</a> <a href="https://www.nanoindustry.su/tag/7126/">mos transistor</a> <a href="https://www.nanoindustry.su/tag/2515/">reliability</a> <a href="https://www.nanoindustry.su/tag/13530/">test structures</a> <a href="https://www.nanoindustry.su/tag/13524/">горячие носители</a> <a href="https://www.nanoindustry.su/tag/8016/">дефектность</a> <a href="https://www.nanoindustry.su/tag/13527/">металлизация ис</a> <a href="https://www.nanoindustry.su/tag/13528/">моп транзистор</a> <a href="https://www.nanoindustry.su/tag/2518/">надежность</a> <a href="https://www.nanoindustry.su/tag/9757/">отказ</a> <a href="https://www.nanoindustry.su/tag/13529/">тестовые структуры</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6787"><span class="norm"><b>Sleptsov Evgeniy V., Chernykh Alexey V., Chernykh Sergey V., Sleptsova Anastasia A., Kondratiev Evgeniy S., Gladysheva Nadezhda B., Dorofeyev Alexey A., Didenko Sergey I.</b></span><br>Studying Ni/Au, Mo/Au and Re/Au Schottky Barriers on AlGaN/GaN Heterostructures</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The present work investigates the influence of annealing at temperatures ranging from 300 to 650 °C on Schottky barrier parameters and leakage current of Ni/Au, Mo/Au and Re/Au Schottky barriers on AlGaN/GaN heterostructures.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/8018/">defectiveness</a> <a href="https://www.nanoindustry.su/tag/13526/">fault</a> <a href="https://www.nanoindustry.su/tag/13525/">hot carriers</a> <a href="https://www.nanoindustry.su/tag/13531/">ic metallization</a> <a href="https://www.nanoindustry.su/tag/7126/">mos transistor</a> <a href="https://www.nanoindustry.su/tag/2515/">reliability</a> <a href="https://www.nanoindustry.su/tag/13530/">test structures</a> <a href="https://www.nanoindustry.su/tag/13534/">барьер шоттки</a> <a href="https://www.nanoindustry.su/tag/13535/">гетероструктура algan/gan</a> <a href="https://www.nanoindustry.su/tag/13533/">термический отжиг</a> <a href="https://www.nanoindustry.su/tag/13537/">токи утечки</a> <a href="https://www.nanoindustry.su/tag/13536/">транзистор с высокой подвижностью электронов</a> <a href="https://www.nanoindustry.su/tag/13532/">тугоплавкие металлы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6788"><span class="norm"><b>Soldatenkov Fedor Yu., Kozlov Vladimir A.</b></span><br>Technology of Liquid Phase Epitaxy for Power Electronics Based on Multilayer GaAs-(III-V) Heterostructure Growth</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper considers the main features of liquid-phase epitaxy method for high-voltage heterostructure growth on the base of GaAs solid solutions considered, as well as some examples of power and pulse power devices with subnanosecond switching speed and with switching frequency of 10MHz and above.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/8445/">gallium arsenide</a> <a href="https://www.nanoindustry.su/tag/13543/">hetero-junction p-i-n-structure</a> <a href="https://www.nanoindustry.su/tag/13542/">liquid phase epitaxial growth</a> <a href="https://www.nanoindustry.su/tag/13545/">misfit dislocation</a> <a href="https://www.nanoindustry.su/tag/13541/">p-i-n-структуры с гетеропереходами</a> <a href="https://www.nanoindustry.su/tag/13538/">pulsed power devices</a> <a href="https://www.nanoindustry.su/tag/8447/">арсенид галлия</a> <a href="https://www.nanoindustry.su/tag/13540/">дислокации несоответствия</a> <a href="https://www.nanoindustry.su/tag/13544/">жидкофазная эпитаксия</a> <a href="https://www.nanoindustry.su/tag/13539/">приборы импульсной силовой электроники</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6789"><span class="norm"><b>Baranov Yuriy N., Schwartz Karl-Heinrich M., Sokolov Evgeniy M., Statsenko Vladimir N., Fedotov Sergey D., Tarasov Dmitry V., Timoshenkov Sergey P.</b></span><br>Atmospheric Pressure Chloride Transport in Epitaxial System</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents the results of development and studies of the epitaxial silicon layers formation obtained by using a chloride gas transport (CVT) in the sandwich system. It deals with the formation of single- and polycrystalline layers on different silicon substrates as well as on epitaxial wafers of “silicon with dielectric isolation” (EPIC). We have researched the temperature distribution in the sandwich system and the thickness of epitaxial layer at the area of substrates, as well as the dependence of layer growth rate to the temperature of source-wafer and substrate, Cl/H ratio and magnitude of the gap between wafers in the sandwich system. The growth rate of polycrystalline layers on EPIC reaches 12µm/min when the thickness of layers is 300–600µm, of single-crystal Si layers on a silicon wafer being 8–10µm/min when the thickness of layers is 40–100µm. The most significant feature of CVT process from a practical point of view is that during the formation of epitaxial layers as a source of silicon, we can use discarded wafers and structures after various cycles of epitaxial fabrication. The transfer mechanism allows creating single crystal epitaxial layers with a growth rate about 10µm/min, regardless of the source-wafer structural quality and polycrystalline support layers, which significantly reduces the cost of manufacturing process.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13549/">chloride vapor transport</a> <a href="https://www.nanoindustry.su/tag/13547/">cvt</a> <a href="https://www.nanoindustry.su/tag/13554/">epic</a> <a href="https://www.nanoindustry.su/tag/13546/">gas-transport epitaxy</a> <a href="https://www.nanoindustry.su/tag/1896/">mems</a> <a href="https://www.nanoindustry.su/tag/7990/">polycrystalline silicon</a> <a href="https://www.nanoindustry.su/tag/13555/">sandwich-system</a> <a href="https://www.nanoindustry.su/tag/13551/">single crystalline silicon</a> <a href="https://www.nanoindustry.su/tag/13548/">газотранспортная эпитаксия</a> <a href="https://www.nanoindustry.su/tag/13550/">газотранспортный перенос</a> <a href="https://www.nanoindustry.su/tag/13552/">ксди</a> <a href="https://www.nanoindustry.su/tag/13492/">монокристаллический кремний</a> <a href="https://www.nanoindustry.su/tag/89/">мэмс</a> <a href="https://www.nanoindustry.su/tag/7988/">поликристаллический кремний</a> <a href="https://www.nanoindustry.su/tag/13553/">сэндвич-система</a> <a href="https://www.nanoindustry.su/tag/13556/">хлоридный процесс</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6790"><span class="norm"><b>Chernikova Anna G., Krasnikov Gennady Ya., Gornev Evgenii S., Kozodayev Maksim G., Negrov Dmitriy V., Orlov Oleg M., Zenkevich Andrey V., Markeyev Andrey M.</b></span><br>HfO2-Based 1T-1C Ferroelectric Memory Cells and Arrays</a> </span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/6771/">atomic layer deposition</a> <a href="https://www.nanoindustry.su/tag/13558/">ferroelectricity</a> <a href="https://www.nanoindustry.su/tag/13474/">hafnium oxide</a> <a href="https://www.nanoindustry.su/tag/8427/">non-volatile memory</a> <a href="https://www.nanoindustry.su/tag/13559/">orthorhombic phase.</a> <a href="https://www.nanoindustry.su/tag/11240/">thin films</a> <a href="https://www.nanoindustry.su/tag/6773/">атомно-слоевое осаждение</a> <a href="https://www.nanoindustry.su/tag/13473/">оксид гафния</a> <a href="https://www.nanoindustry.su/tag/13560/">орторомбическая фаза</a> <a href="https://www.nanoindustry.su/tag/13557/">сегнетоэлектричество</a> <a href="https://www.nanoindustry.su/tag/252/">тонкие пленки</a> <a href="https://www.nanoindustry.su/tag/213/">энергонезависимая память</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6791"><span class="norm"><b>Chetverikov Vladimir A., Baranov Gleb V., Italyantsev Alexander G.</b></span><br>Shaping Silicon Fins of Minimal Dimensions in FinFETs by Nonlithographic Method</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report presents the results of solid-phase trimming of silicon Fins in Ti-Si system and analyses the methods of forming titanium film on the side surface of Fins. Optimal parameters of silicide formation for the purpose of trimming have been determined.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13563/">fin-structure</a> <a href="https://www.nanoindustry.su/tag/13564/">solid-phase trimming</a> <a href="https://www.nanoindustry.su/tag/13561/">«плавник» finfet</a> <a href="https://www.nanoindustry.su/tag/13562/">твердофазный тримминг</a></span></div> <div class="content0"><span class="bigger2 std">Microelectronics products of general and dedicated purposes</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6792"><span class="norm"><b>Galimov Arthur M.</b></span><br>Compact Modeling of Soft Error Rates: From Proton Testing Data to Heavy Ions Induced Rates and Vice Versa</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Based on compact model a soft error rates calculation technique is presented. The method allows to convert the proton cross-section data to the heavy ion induced error rates and vice versa. The verification of proposed technique is presented.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13567/">cots memory devices</a> <a href="https://www.nanoindustry.su/tag/13566/">heavy ions</a> <a href="https://www.nanoindustry.su/tag/13565/">protons</a> <a href="https://www.nanoindustry.su/tag/13570/">soft error rates</a> <a href="https://www.nanoindustry.su/tag/13569/">коммерческие интегральные микросхемы (имс) памяти</a> <a href="https://www.nanoindustry.su/tag/13571/">протоны</a> <a href="https://www.nanoindustry.su/tag/13572/">тяжелые заряженные частицы</a> <a href="https://www.nanoindustry.su/tag/13568/">частоты сбоев</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6793"><span class="norm"><b>Bobkov Sergey G., Vlasov Alexander O., Gorelov Andrey A., Emin Evgeniy K.</b></span><br>Features of 28nm TSMC Physical and Logical VLSI Design Flow</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This work describes the analysis of the specific features of TSMC 28HPC+ library cells. Cell-based synthesis design flow and topological design flow is being considered with account of obtained results.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/6502/">cadence</a> <a href="https://www.nanoindustry.su/tag/13574/">circuit synthesis</a> <a href="https://www.nanoindustry.su/tag/13573/">route of design</a> <a href="https://www.nanoindustry.su/tag/6304/">topological design</a> <a href="https://www.nanoindustry.su/tag/13575/">tsmc 28nm</a> <a href="https://www.nanoindustry.su/tag/13576/">tsmc 2 — m</a> <a href="https://www.nanoindustry.su/tag/2384/">vlsi</a> <a href="https://www.nanoindustry.su/tag/13577/">маршрут проектирования сбис</a> <a href="https://www.nanoindustry.su/tag/13578/">схемотехнический синтез</a> <a href="https://www.nanoindustry.su/tag/6299/">топологическое проектирование</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6794"><span class="norm"><b>Ilin Sergey A.</b></span><br>Developing Characterization Flow of Specialized Logic Gates to Improve the Accuracy of the Performance Evaluation in Reconfi gurable FPGA</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article describes briefly the specialized logic gates used in FPGAs. Values of the valves influence on the speed have been given. The approach to the flow of specialized logic gates characterization in reconfigurable FPGAs has been proposed.</span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6795"><span class="norm"><b>Kulikov Dmitry V., Savelyev Denis I.</b></span><br>Features of Mismatch Eff ects on Parameters of High-Speed Time-Interleaved Multichannel ADCs</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper is devoted to special types of distortions in the spectrum of output signal of multichannel ADCs caused by mismatch of parameters of the channels used. The influence of the factors limiting the achievement of high dynamic characteristics has been investigated</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1599/">adc</a> <a href="https://www.nanoindustry.su/tag/13580/">channel mismatch</a> <a href="https://www.nanoindustry.su/tag/13581/">time-interleave</a> <a href="https://www.nanoindustry.su/tag/1594/">ацп</a> <a href="https://www.nanoindustry.su/tag/13582/">времяперемежение</a> <a href="https://www.nanoindustry.su/tag/13579/">рассогласование каналов обработки</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6796"><span class="norm"><b>Larionov A. V., Buyakova O. N., Sysoeva O. V.</b></span><br>A High-speed Receiver With Adaptive Auxiliary Clock for High Loss Backplane Channels</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents a technique that allows finding the optimal position of the phase auxiliary clock signal of the receiver. Based on this technique, the controller has been implemented and integrated into the receiver. The simulation results have shown an increase in the opening of eye diagram by 1.8 % of the unit interval horizontally and 38мВ vertically for 10Gb/s data stream passed through the channel with attenuation −23dB at a frequency 5GHz. The receiver is designed in CMOS 65nm technology and operates from the power source 1V.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13587/">decision-feedback equalizer</a> <a href="https://www.nanoindustry.su/tag/13589/">equalizer</a> <a href="https://www.nanoindustry.su/tag/13591/">receiver</a> <a href="https://www.nanoindustry.su/tag/13584/">sign-sign least mean square</a> <a href="https://www.nanoindustry.su/tag/3977/">transceiver</a> <a href="https://www.nanoindustry.su/tag/13583/">бинарный алгоритм наименьших средних квадратов</a> <a href="https://www.nanoindustry.su/tag/13588/">приемник</a> <a href="https://www.nanoindustry.su/tag/13585/">приемопередатчик</a> <a href="https://www.nanoindustry.su/tag/13590/">решающая обратная связь</a> <a href="https://www.nanoindustry.su/tag/13586/">эквалайзер</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6797"><span class="norm"><b>Matveev Dmitriy V.</b></span><br>Peculiarities of Developing Low-power ADC With Successive Approximation Register</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This work examines an approach for designing low-power analog-to-digital converters with successive approximation register, as well as offers the implementation of successive approximation register for ADC with maximal digital capacity of 12 bits using 65nm TSMC technology.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13594/">adc with successive approximation register</a> <a href="https://www.nanoindustry.su/tag/13593/">designing low-power circuits</a> <a href="https://www.nanoindustry.su/tag/3275/">ацп последовательного приближения</a> <a href="https://www.nanoindustry.su/tag/13592/">проектирование малопотребляющих схем</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6798"><span class="norm"><b>Novozhilov E. A.</b></span><br>Implementing SpaceWire Interface in Microprocessors Manufactured by SRISA RAS for Space Applications</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Reported building blocks for SpaceWire interface in family of chips for space applications, developed by SRISA.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/7666/">microprocessor</a> <a href="https://www.nanoindustry.su/tag/13432/">spacewire</a> <a href="https://www.nanoindustry.su/tag/7669/">микропроцессор</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6799"><span class="norm"><b>Nuykin Andrey V., Kravtsov Alexander S.</b></span><br>Using RFID Technology in the IoT Ecosystem</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report considers application of RFID technologies for industrial and consumer Internet of Things (IoT) and gives the market review and the forecast of growth of IoT devices. Particular attention is paid to the use of RFID technologies in smart city systems, smart transport, smart home, portable and wearable devices.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/7521/">internet of things</a> <a href="https://www.nanoindustry.su/tag/9580/">iot</a> <a href="https://www.nanoindustry.su/tag/331/">nfc</a> <a href="https://www.nanoindustry.su/tag/8689/">rfid</a> <a href="https://www.nanoindustry.su/tag/13596/">smart cards</a> <a href="https://www.nanoindustry.su/tag/7517/">интернет вещей</a> <a href="https://www.nanoindustry.su/tag/2910/">радиочастотная идентификация</a> <a href="https://www.nanoindustry.su/tag/13595/">смарт-карты</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6800"><span class="norm"><b>Tyurin Sergey F., Goncharovskiy Oleg V., Prokhorov Andrey S.</b></span><br>A Fault Tolerant Vote Circuit</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Reliability means and radiation resistance of digital equipment. For aerospace computer systems is extremely urgent to develop radiation-resistant components. One way to ensure the radiation resistance is the creation of a special architecture — RHBD (Radiation Hardened by Design). This approach includes triple redundancy (Triple Modular Redundancy — TMR) to reduce radiation-induced switching of logic elements (Single Event Transients — SET) and memory elements (Single Event Upset — SEU). FPGA due to the large number of elements configuration memory is not vulnerable to the effects of radiation. Therefore, one-time programmable devices are used, for example, the companies Actel, but flip-flops tripled too. Nevertheless, in the SRAM configurable FPGA Virtex (Xilinx) used triple redundancy with Majority Vote Circuit based on a tristate buffer instead LUT. Such Voter has implementation features that are explored in the article. One of the variants of majority voter for the pins of the FPGA using a minority voting function. Only in this case, no conflict of signals at the outputs of buffers. Describes CMOS implementation of the voters. The paper proposes a fault tolerant CMOS implementation of the Majority Voter and Minority Voter in order to improve reliability and FPGA radiation resistance.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13597/">3-state buffer</a> <a href="https://www.nanoindustry.su/tag/13600/">majority vote circuit</a> <a href="https://www.nanoindustry.su/tag/13604/">minority vote circuit</a> <a href="https://www.nanoindustry.su/tag/13603/">triple module redundancy</a> <a href="https://www.nanoindustry.su/tag/13599/">схема большинства голосов</a> <a href="https://www.nanoindustry.su/tag/13602/">схема меньшинства голосов</a> <a href="https://www.nanoindustry.su/tag/13601/">тристабильный буфер</a> <a href="https://www.nanoindustry.su/tag/13598/">тройная избыточность</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6801"><span class="norm"><b>Timoshin Sergey A., Nuykin Andrey V., Roldugina Zhanna I.</b></span><br>Developing and Using the Hardware Random Number Generator in the Structure of Secure Systems on Chip</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article describes the features of designing and using a hardware random number generator as a part of secure systems on a chip. Generator’s block diagram is presented and the designed random number generator’s working principle is described. A comparative analysis of different methods of correction of the generated random sequence is presented and a research is done into their impact on the statistical properties of a random sequence obtained with the developed generator.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13609/">data compression</a> <a href="https://www.nanoindustry.su/tag/13608/">encryption</a> <a href="https://www.nanoindustry.su/tag/13605/">random number generator</a> <a href="https://www.nanoindustry.su/tag/13606/">statistical tests</a> <a href="https://www.nanoindustry.su/tag/13607/">von neumann correction</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6802"><span class="norm"><b>Krasnikov Gennadiy Ya., Lushnikov Alexander S., Meschanov Vladimir D., Rybalko Egor S., Fomicheva Nadezhda N., Shelepin Nikolai A.</b></span><br>Studying the Fault Tolerance of SRAM With the Function of Correcting Single Event Upsets Caused by Heavy Ions</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report presents results of a study of the fault tolerance of SRAM with the function of correcting single event upsets caused by heavy ions. It shows model and experimental dependencies of the fault tolerance of SRAM samples on the information correction frequency. The correspondence between the model and the experiment has been demonstrated.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13614/">error detection and correction (edac) in sram</a> <a href="https://www.nanoindustry.su/tag/13610/">heavy ion</a> <a href="https://www.nanoindustry.su/tag/13612/">multiple bit upset (mbu)</a> <a href="https://www.nanoindustry.su/tag/13616/">single event upset (seu)</a> <a href="https://www.nanoindustry.su/tag/7123/">sram</a> <a href="https://www.nanoindustry.su/tag/13615/">множественные сбои</a> <a href="https://www.nanoindustry.su/tag/13611/">обнаружение и коррекция ошибок в созу</a> <a href="https://www.nanoindustry.su/tag/13613/">однократные сбои</a> <a href="https://www.nanoindustry.su/tag/8210/">созу</a> <a href="https://www.nanoindustry.su/tag/13572/">тяжелые заряженные частицы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6803"><span class="norm"><b>Rychkov Artyom I., Umurzakov Faihl A.</b></span><br>A Block of Digital Correction for a High Performance Analog-to-digital Converter</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper aims at examining the implementation of a digital correction block for a high performance analogue-to-digital converter with operating frequency over 100MHz. It highlights the general architecture of the digital correction block, as well as comparative characteristics of ADC with the digital correction block operating with floating and fixed point numbers.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1599/">adc</a> <a href="https://www.nanoindustry.su/tag/13619/">analogue-to-digital converter</a> <a href="https://www.nanoindustry.su/tag/13618/">digital correction block</a> <a href="https://www.nanoindustry.su/tag/13621/">floating point and fixed point computations</a> <a href="https://www.nanoindustry.su/tag/4520/">high precision</a> <a href="https://www.nanoindustry.su/tag/13620/">pipelined</a> <a href="https://www.nanoindustry.su/tag/13622/">аналого-цифровой преобразователь</a> <a href="https://www.nanoindustry.su/tag/1594/">ацп</a> <a href="https://www.nanoindustry.su/tag/13625/">блок цифровой коррекции</a> <a href="https://www.nanoindustry.su/tag/13617/">высокоточный</a> <a href="https://www.nanoindustry.su/tag/13624/">вычисления с плавающей запятой и фиксированной запятой</a> <a href="https://www.nanoindustry.su/tag/13623/">конвейерный</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6804"><span class="norm"><b>Tarasov Sergey V., Semeikin Igor V., Tsotsorin Andrey N.</b></span><br>Powerful GaN Transistors for Application in Perspective Equipment</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The results of measurement of domestic GaN transistors have been presented in the article. The comparative analysis of domestic transistors with foreign ones has been carried out. Various constructive variants of GaN transistor dice have been worked out in the process of design.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13626/">gan</a> <a href="https://www.nanoindustry.su/tag/13628/">“niiet” jsc</a> <a href="https://www.nanoindustry.su/tag/7033/">transistor</a> <a href="https://www.nanoindustry.su/tag/13627/">ао «нииэт»</a> <a href="https://www.nanoindustry.su/tag/13629/">галлия</a> <a href="https://www.nanoindustry.su/tag/7036/">транзистор</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6805"><span class="norm"><b>Filimonova Irina P., Bezkorovainy Ivan V., Dryagalkin Dmitry I., Chumachenko Georgy O., Zaletov Vladimir Yu., Andrianov Andrey V.</b></span><br>Multimedia System-on-chip With PowerPC and NMC3</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The current article presents an integrated high-performance, energy-efficient multimedia system on a SoC VLSI MIVEM developed by RCM “Module” based on central processor cores with PowerPC architecture and digital signal processor cores with NeuroMatrix architecture. VLSI MIVEM has two PowerPC CPU cores, four NMC3 DSP cores; a multimedia subsystem, including video devices to use for video outputs and video capture, audio device to use for audio outputs, video encoding/decoding device; a wide range of input/output interfaces for high-speed (PCIe 4x, USB2.0, Fiber Channel), low-speed (UART, I2C, SPI) and network (Gigabit Ethernet) interfaces with external memory of DDR3, SRAM, NAND and NOR. VLSI MIVEM is designed for use in both portable and stationary multimedia processing systems. Several classes of objects have been considered, for which it is possible to use the product: TV signal conversion units for onboard equipment and onboard high-performance small-sized computers.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13630/">central processing units (cpu) powerpc</a> <a href="https://www.nanoindustry.su/tag/13634/">digital signal processing (dsp) neuromatrix</a> <a href="https://www.nanoindustry.su/tag/13632/">multimedia soc</a> <a href="https://www.nanoindustry.su/tag/7968/">system-on-chip (soc)</a> <a href="https://www.nanoindustry.su/tag/13631/">мультимедийная микросхема</a> <a href="https://www.nanoindustry.su/tag/13633/">процессорное ядро powerpc</a> <a href="https://www.nanoindustry.su/tag/13303/">процессорное ядро цифровой обработки сигналов neuromatrix</a> <a href="https://www.nanoindustry.su/tag/2928/">система на кристалле</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6806"><span class="norm"><b>Цыбульский О. А.</b></span><br>Comparison of Linear and Linear-fractional Analog-to-digital Conversion Characteristics</a> </span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13639/">snr</a> <a href="https://www.nanoindustry.su/tag/1594/">ацп</a> <a href="https://www.nanoindustry.su/tag/13638/">дробно-линейная характеристика</a> <a href="https://www.nanoindustry.su/tag/13640/">корреция погрешности</a> <a href="https://www.nanoindustry.su/tag/13637/">критерий</a> <a href="https://www.nanoindustry.su/tag/13635/">погрешность квантования</a> <a href="https://www.nanoindustry.su/tag/13636/">предельная погрешность</a> <a href="https://www.nanoindustry.su/tag/13641/">уравнение измерений</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6807"><span class="norm"><b>Chistyakov Mikhail G.</b></span><br>Research and Optimization by Radiation Hardness Criterion of Memory Cells for 0.25μm SOI CMOS Technology in the Course of Irradiation by Flux of Fast Neutrons</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper presents the results of fault resistance researches performed for memory cells designed by 0.25µm SOI CMOS technology. Possible faults caused by hitting memory cell by fast neutrons are considered. The main approaches to memory cells hardening are also examined. Recommendations for memory cells hardening are provided.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13644/">memory cells</a> <a href="https://www.nanoindustry.su/tag/13643/">resistance to charged particles impact</a> <a href="https://www.nanoindustry.su/tag/9649/">soi</a> <a href="https://www.nanoindustry.su/tag/7123/">sram</a> <a href="https://www.nanoindustry.su/tag/9648/">кни</a> <a href="https://www.nanoindustry.su/tag/8210/">созу</a> <a href="https://www.nanoindustry.su/tag/13642/">стойкость к заряженным частицам</a> <a href="https://www.nanoindustry.su/tag/5220/">ячейка памяти</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6808"><span class="norm"><b>Mazhulin Vadim V., Shamaev Evgeny A., Baranovsky Alexey O.</b></span><br>Particularities of Designing SERDES IP Cores of Physical Layer Data Transfer Interfaces</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This paper describes the particularities of the implementation of SERDES at two popular interfaces: PCI Express and SGMII. It describes the structure and the functioning of a parallel-to-serial data converter, serial-to-parallel data converter and clock signal recovery unit designed by “Module-W” JSC.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13652/">clock signal recovery</a> <a href="https://www.nanoindustry.su/tag/13646/">parallel-to-serial data converter</a> <a href="https://www.nanoindustry.su/tag/13649/">pci express</a> <a href="https://www.nanoindustry.su/tag/13270/">serdes</a> <a href="https://www.nanoindustry.su/tag/13645/">serial data transmission</a> <a href="https://www.nanoindustry.su/tag/13647/">serial-to-parallel data converter</a> <a href="https://www.nanoindustry.su/tag/13650/">sgmii</a> <a href="https://www.nanoindustry.su/tag/13651/">восстановление тактового сигнала</a> <a href="https://www.nanoindustry.su/tag/13654/">последовательная передача данных</a> <a href="https://www.nanoindustry.su/tag/13653/">преобразователь данных из параллельного вида в последовательный</a> <a href="https://www.nanoindustry.su/tag/13648/">преобразователь данных из последовательного вида в параллельный</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6809"><span class="norm"><b>Ilin Sergei A., Kochanov Sergei K., Lastochkin Oleg V., Novikov Anton A., Shipitsin Dmitry S.</b></span><br>Features of Library Development Based on MCML Circuitry on the CMOS 90nm Technology and Prospects of Using Libraries in the VLSI Design Flow</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents the features and principles of developing STD/IO libraries based on MCML circuitry based on CMOS 90nm technology. The basic components of the MCML elements circuitry have been presented. The pros and cons of the chosen logic and its comparison with the CMOS have been considered. Prospects of using libraries in the design of VLSI have been estimated.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/7217/">cmos</a> <a href="https://www.nanoindustry.su/tag/13659/">io libraries</a> <a href="https://www.nanoindustry.su/tag/13661/">mos current-mode logic</a> <a href="https://www.nanoindustry.su/tag/13658/">std libraries</a> <a href="https://www.nanoindustry.su/tag/2384/">vlsi</a> <a href="https://www.nanoindustry.su/tag/13656/">библиотеки буферов ввода-вывода</a> <a href="https://www.nanoindustry.su/tag/13660/">библиотеки стандартных элементов</a> <a href="https://www.nanoindustry.su/tag/13657/">кпоп</a> <a href="https://www.nanoindustry.su/tag/13655/">моп логика</a> <a href="https://www.nanoindustry.su/tag/2382/">сбис</a> <a href="https://www.nanoindustry.su/tag/13662/">управляемая током</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6810"><span class="norm"><b>Ilin Sergei A., Kochanov Sergei K., Lastochkin Oleg V., Nadin Alexey S., Novikov Anton A., Shipitsin Dmitry S.</b></span><br>The Design Platform for Domestic 90nm SOI Technology</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article describes the design-technological platform for 90nm SOI technology, its composition, including a set of digital element libraries and I/O interface libraries, describes a test crystal (TC) manufactured within the framework of research work, analyzes the results of testing the TC and element base.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13671/">ddk</a> <a href="https://www.nanoindustry.su/tag/13665/">interface i/o library</a> <a href="https://www.nanoindustry.su/tag/13664/">i/o</a> <a href="https://www.nanoindustry.su/tag/13663/">libraries of standard cells</a> <a href="https://www.nanoindustry.su/tag/13666/">pdk</a> <a href="https://www.nanoindustry.su/tag/13667/">process design kit</a> <a href="https://www.nanoindustry.su/tag/9649/">soi</a> <a href="https://www.nanoindustry.su/tag/13670/">std</a> <a href="https://www.nanoindustry.su/tag/13669/">библиотеки интерфейсных элементов ввода-вывода</a> <a href="https://www.nanoindustry.su/tag/13672/">библиотеки цифровых элементов</a> <a href="https://www.nanoindustry.su/tag/9648/">кни</a> <a href="https://www.nanoindustry.su/tag/13668/">комплект средств проектирования</a> <a href="https://www.nanoindustry.su/tag/13673/">конструкторско-технологическая платформа</a></span></div> <div class="content0"><span class="bigger2 std">Methods and algorithms of VLSI CAD</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6811"><span class="norm"><b>Butuzov Vladimir A., Bocharov Yuri I., Shunkov Valery E., Kus Oleg N., Prokopyev Vitaly Y.</b></span><br>Optimizing Capacitor Array Layout in SAR ADC</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The influence of the capacitor array layout on the accuracy of successive approximation ADC is discussed. Recommendations allowing to optimize the values of unit capacitors of the capacitive array and to estimate the size of the ADC in the early stages of design are given.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1599/">adc</a> <a href="https://www.nanoindustry.su/tag/13678/">adc resolution</a> <a href="https://www.nanoindustry.su/tag/13676/">analog-to-digital converter</a> <a href="https://www.nanoindustry.su/tag/13677/">layout</a> <a href="https://www.nanoindustry.su/tag/7290/">nonlinearity</a> <a href="https://www.nanoindustry.su/tag/13679/">sar adc</a> <a href="https://www.nanoindustry.su/tag/13675/">switched capacitor array</a> <a href="https://www.nanoindustry.su/tag/13622/">аналого-цифровой преобразователь</a> <a href="https://www.nanoindustry.su/tag/1594/">ацп</a> <a href="https://www.nanoindustry.su/tag/3275/">ацп последовательного приближения</a> <a href="https://www.nanoindustry.su/tag/13680/">матрица переключаемых конденсаторов</a> <a href="https://www.nanoindustry.su/tag/7289/">нелинейность</a> <a href="https://www.nanoindustry.su/tag/13674/">разрешающая способность ацп</a> <a href="https://www.nanoindustry.su/tag/1382/">топология</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6812"><span class="norm"><b>Glushko Andrey A., Yashin Georgy A., Novoselov Anton S., Amirkhanov Alexey V., Zinchenko Lyudmila A., Makarchuk Vladimir V., Sergeeva Natalia A.</b></span><br>Application of Visual Analytics and TCAD Systems in Quality Management of VLSI Crystal Formation Technological Processes</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">A technique for using visual analytics to control the quality of VLSI crystal forming processes is proposed. The application of the suggested quality management technique for example of the detection of an implant failure and the example of designing a test structure for controlling the resistance of LDD areas is considered.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13684/">quality management</a> <a href="https://www.nanoindustry.su/tag/13685/">tcad simulation</a> <a href="https://www.nanoindustry.su/tag/13686/">visual analytics</a> <a href="https://www.nanoindustry.su/tag/2384/">vlsi</a> <a href="https://www.nanoindustry.su/tag/13683/">визуальная аналитика</a> <a href="https://www.nanoindustry.su/tag/13681/">приборно-технологическое моделирование</a> <a href="https://www.nanoindustry.su/tag/2382/">сбис</a> <a href="https://www.nanoindustry.su/tag/13682/">управление качеством</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6813"><span class="norm"><b>Gourary Mark M., Zharov Mikhail M., Ionov Leonid P., Mukhin Igor I., Rusakov Serghey G., Ulyanov Serghey L.</b></span><br>PLL Simulation Using Phase Macromodels in the Form of Equivalent Electrical Circuit</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper considers an approach to analyzing fractional-N frequency synthesizer using the PLL phase macromodel in the form of equivalent electrical circuit. A method of averaging spectrum of quantization noise has been proposed. The averaged spectrum is independent of the number of simulation steps. Simulation results of PLL circuits have been presented.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13688/">analog circuits</a> <a href="https://www.nanoindustry.su/tag/13689/">equivalent circuit</a> <a href="https://www.nanoindustry.su/tag/913/">frequency synthesizer</a> <a href="https://www.nanoindustry.su/tag/13695/">noise analysis</a> <a href="https://www.nanoindustry.su/tag/10072/">phase locked loop</a> <a href="https://www.nanoindustry.su/tag/960/">phase noise</a> <a href="https://www.nanoindustry.su/tag/13687/">sigma-delta modulator</a> <a href="https://www.nanoindustry.su/tag/13693/">аналоговые схемы</a> <a href="https://www.nanoindustry.su/tag/13694/">сигма-дельта модулятор</a> <a href="https://www.nanoindustry.su/tag/10329/">синтезатор частот</a> <a href="https://www.nanoindustry.su/tag/6432/">фазовая автоподстройка частоты</a> <a href="https://www.nanoindustry.su/tag/13691/">фазовый шум</a> <a href="https://www.nanoindustry.su/tag/13690/">шумовой анализ</a> <a href="https://www.nanoindustry.su/tag/13692/">эквивалентная схема</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6814"><span class="norm"><b>Aristov Roman S., Vlasov Andrey I., Viryasova Anastasia Yu., Gladkikh Alexei A., Makarchuk Vladimir V.</b></span><br>Investigating Diff erent Convolution Neural Network Models Used for Imaging Defects Classifi cation of VLSI Patterns</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Various modern models of neural networks have been considered, their training has been carried out, and the results of experimental studies of the use of each model for the classification of defects in the VLSI topology have been presented. The method of using neural networks for detecting objects in an image has been described, and the result of applying this method to defects in the VLSI topology has been given.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13697/">alexnet</a> <a href="https://www.nanoindustry.su/tag/13705/">caffenet</a> <a href="https://www.nanoindustry.su/tag/13702/">class activation cards</a> <a href="https://www.nanoindustry.su/tag/13701/">cnn</a> <a href="https://www.nanoindustry.su/tag/13696/">convolutional neural networks</a> <a href="https://www.nanoindustry.su/tag/1129/">defects</a> <a href="https://www.nanoindustry.su/tag/13704/">googlenet</a> <a href="https://www.nanoindustry.su/tag/13698/">keras</a> <a href="https://www.nanoindustry.su/tag/3924/">optimization</a> <a href="https://www.nanoindustry.su/tag/13699/">vggnet</a> <a href="https://www.nanoindustry.su/tag/2384/">vlsi</a> <a href="https://www.nanoindustry.su/tag/2692/">дефекты</a> <a href="https://www.nanoindustry.su/tag/13700/">карты активации класса</a> <a href="https://www.nanoindustry.su/tag/3922/">оптимизация</a> <a href="https://www.nanoindustry.su/tag/2382/">сбис</a> <a href="https://www.nanoindustry.su/tag/13703/">сверточные нейронные сети</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6815"><span class="norm"><b>Mashevich Pavel R., Kokin Sergey A., Perminov Vladimir N.</b></span><br>Problems in Information and Communication Interaction Arising in Radiation-hardened Products Design From Element Base to End Devices on Example of Domestic CAD Utilization</a> </span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13706/">радиационно-стойкая экб</a> <a href="https://www.nanoindustry.su/tag/12051/">радиоэлектронная аппаратура</a> <a href="https://www.nanoindustry.su/tag/1717/">сапр</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6816"><span class="norm"><b>Petrosyants Konstantin O.</b></span><br>Compact SPICE Models of CMOS and BiCMOS VLSI Devices With Account for Thermal and Radiation Eff ects</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents a library of radiation and electrothermal BJT and MOSFET VLSI SPICE models. The library contains models for MOSFET, SOI/SOS MOSFET, Si BJT, SeGe HBT taking into account self-heating, high (up to +300 °C) and low (up to −200 °C) temperatures, the influence of radiation (neutrons, electrons, γ- and X-ray, protons, pulsed radiation, single particles).</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13716/">bicmos vlsi</a> <a href="https://www.nanoindustry.su/tag/13712/">bjt. spice models</a> <a href="https://www.nanoindustry.su/tag/13707/">cmos vlsi</a> <a href="https://www.nanoindustry.su/tag/12722/">mosfet</a> <a href="https://www.nanoindustry.su/tag/13711/">radiation</a> <a href="https://www.nanoindustry.su/tag/13715/">space electronics</a> <a href="https://www.nanoindustry.su/tag/13714/">spice-модели</a> <a href="https://www.nanoindustry.su/tag/1193/">temperature</a> <a href="https://www.nanoindustry.su/tag/13708/">биполярные и моп-транзисторы</a> <a href="https://www.nanoindustry.su/tag/13710/">кмоп и бикмоп интегральные схемы</a> <a href="https://www.nanoindustry.su/tag/13713/">космическая электроника</a> <a href="https://www.nanoindustry.su/tag/13709/">радиация</a> <a href="https://www.nanoindustry.su/tag/13085/">температура</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6817"><span class="norm"><b>Petrosyants Konstantin O., Kozhukhov Maxim V., Popov Dmitriy A.</b></span><br>General TCAD Model of MOSFET and BJT Structures With Account for Radiation Eff ects</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper considers a new TCAD Rad model for BJTs and MOSFETs for proton radiation. The equations for radiation-dependent parameters (life time, mobility, surface velocity, traps concentration) have been added in Sentaurus TCAD. The simulation results are in good agreement with experimental data.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13718/">bjt</a> <a href="https://www.nanoindustry.su/tag/12722/">mosfet</a> <a href="https://www.nanoindustry.su/tag/13719/">physical models</a> <a href="https://www.nanoindustry.su/tag/13717/">proton</a> <a href="https://www.nanoindustry.su/tag/3182/">radiation effects</a> <a href="https://www.nanoindustry.su/tag/13722/">tcad</a> <a href="https://www.nanoindustry.su/tag/13723/">биполярные</a> <a href="https://www.nanoindustry.su/tag/13571/">протоны</a> <a href="https://www.nanoindustry.su/tag/13721/">радиационные эффекты</a> <a href="https://www.nanoindustry.su/tag/13720/">физические модели</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6818"><span class="norm"><b>Kononov Alexey A., Pugachev Andrey A., Sokolov Serghey V.</b></span><br>Designing Photosensitive VLSI With Resolution Analysis</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents algorithms for photosensitive VLSI design with resolution analysis. The algorithms are based on the new methods of technological-device modeling of photosensitive VLSIʼs resolution with Sentaurus TCAD (Synopsys). The algorithms have been applied in numerous CCD and CMOC image sensors practical design.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13726/">algorithm of design</a> <a href="https://www.nanoindustry.su/tag/13727/">photosensitive vlsi</a> <a href="https://www.nanoindustry.su/tag/9679/">resolution</a> <a href="https://www.nanoindustry.su/tag/13722/">tcad</a> <a href="https://www.nanoindustry.su/tag/13724/">tcad technological-device modeling</a> <a href="https://www.nanoindustry.su/tag/13728/">алгоритм проектирования</a> <a href="https://www.nanoindustry.su/tag/13681/">приборно-технологическое моделирование</a> <a href="https://www.nanoindustry.su/tag/13725/">разрешающая способность</a> <a href="https://www.nanoindustry.su/tag/13729/">фоточувствительная сбис</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6819"><span class="norm"><b>Gourary Mark M., Zharov Michael M., Rusakov Sergey G., Ulyanov Sergey L.</b></span><br>Envelope Following Method for Determining Transient Response and Steady State of Electronic Circuits</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper considers the problems of envelope following method construction for determining transient response and steady state of integrated circuits. The envelope following algorithms based on using one-step high order integration methods have been offered.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13735/">circuit simulation</a> <a href="https://www.nanoindustry.su/tag/13730/">envelope following methods</a> <a href="https://www.nanoindustry.su/tag/13731/">ordinary differential equations</a> <a href="https://www.nanoindustry.su/tag/13736/">periodic steady state</a> <a href="https://www.nanoindustry.su/tag/13733/">transient response</a> <a href="https://www.nanoindustry.su/tag/13738/">автоматизация схемотехнического проектирования</a> <a href="https://www.nanoindustry.su/tag/13739/">методы огибающих</a> <a href="https://www.nanoindustry.su/tag/13737/">обыкновенные дифференциальные уравнения</a> <a href="https://www.nanoindustry.su/tag/13734/">переходной процесс</a> <a href="https://www.nanoindustry.su/tag/13740/">периодический установившийся режим</a> <a href="https://www.nanoindustry.su/tag/13732/">численные методы решения</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6820"><span class="norm"><b>Lebedev Sergey V., Petrosyants Konstantin O., Stakhin Veniamin G., Kharitonov Igor A.</b></span><br>Special Aspects of Submicrometer MOSFETs Simulation for Low Voltage, Ultra-low Power CMOS IC Design</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper summarizes requirements to SPICE models, simulation tools, aspects of model parameter extraction for design of low voltage, ultra-low power CMOS ICs. It presents the results of 2NAND circuit (L = 0.35mkm) simulation for supply voltage reduced from 0.7V to 0.3V. Their logical performance capabilities have been shown for the lowest value of supply voltage, with greatly reduced working frequency.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13747/">bsim</a> <a href="https://www.nanoindustry.su/tag/13742/">bsimsoi</a> <a href="https://www.nanoindustry.su/tag/13750/">cad tools</a> <a href="https://www.nanoindustry.su/tag/13743/">cmos fets</a> <a href="https://www.nanoindustry.su/tag/13746/">ekv</a> <a href="https://www.nanoindustry.su/tag/5221/">ics</a> <a href="https://www.nanoindustry.su/tag/13756/">low voltage circuits</a> <a href="https://www.nanoindustry.su/tag/13745/">model parameter extraction</a> <a href="https://www.nanoindustry.su/tag/13755/">spice models</a> <a href="https://www.nanoindustry.su/tag/13752/">spice модели</a> <a href="https://www.nanoindustry.su/tag/13753/">subthreshold mode</a> <a href="https://www.nanoindustry.su/tag/13741/">ultra-low power</a> <a href="https://www.nanoindustry.su/tag/13744/">кмоп транзисторы</a> <a href="https://www.nanoindustry.su/tag/13748/">микромощные схемы</a> <a href="https://www.nanoindustry.su/tag/13749/">низковольтные схемы</a> <a href="https://www.nanoindustry.su/tag/13751/">параметры моделей</a> <a href="https://www.nanoindustry.su/tag/13754/">предпороговый режим работы</a> <a href="https://www.nanoindustry.su/tag/1717/">сапр</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6821"><span class="norm"><b>Khokhlov Mikhail V.</b></span><br>Investigating High-density Electronic 3D Modules Thermal Characteristics for Information-control Systems</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Three-dimensional integration of LSI crystals aggravates the problem of accounting for heat distribution in devices such as “System in a casing”. In this paper, we consider the application of the thermal resistance method for the experimental determination of thermal parameters of multilevel structures of 3D MCM and the evaluation of the overheating of LSI crystals when they are mounted in a stacked structure.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13758/">multi-chip module</a> <a href="https://www.nanoindustry.su/tag/13757/">“system in package”</a> <a href="https://www.nanoindustry.su/tag/11025/">thermal resistance</a> <a href="https://www.nanoindustry.su/tag/9717/">многокристальный модуль</a> <a href="https://www.nanoindustry.su/tag/12248/">система в корпусе</a> <a href="https://www.nanoindustry.su/tag/11023/">тепловое сопротивление</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6822"><span class="norm"><b>Fateyev Ivan A., Shalashova Elena S.</b></span><br>Developing a Trigger Set With Enhanced Mitigation to Heavy Charged Particles Impact on the Base of SOI CMOS Technology</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Modern microcircuits due to technological features size scaling, decrease of voltage supply and internal capacities, are becoming ever more sensitive to heavy particles impact. Conventional process-dedicated cells, resistant to heavy particles impact, lose their advantages because of heavy particles impact on a number of sensitive areas. This paper presents a radiation-hardened set of D-triggers with and without reset and set-up signals developed on the base of DICE element using 200nm SOI technology.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13765/">dice</a> <a href="https://www.nanoindustry.su/tag/10075/">fault tolerance</a> <a href="https://www.nanoindustry.su/tag/13759/">heavy charged particle</a> <a href="https://www.nanoindustry.su/tag/9863/">radiation resistance</a> <a href="https://www.nanoindustry.su/tag/13762/">see</a> <a href="https://www.nanoindustry.su/tag/13761/">seu</a> <a href="https://www.nanoindustry.su/tag/13764/">single faults</a> <a href="https://www.nanoindustry.su/tag/9649/">soi</a> <a href="https://www.nanoindustry.su/tag/9648/">кни</a> <a href="https://www.nanoindustry.su/tag/13763/">одиночные сбои</a> <a href="https://www.nanoindustry.su/tag/8236/">радиационная стойкость</a> <a href="https://www.nanoindustry.su/tag/10073/">сбоеустойчивость</a> <a href="https://www.nanoindustry.su/tag/13760/">тзч</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6823"><span class="norm"><b>Fateyev Ivan A., Shalashova Elena S</b></span><br>The Infl uence of Clock Gating Cells on Navigation Receiver Path Immunity to Single Nuclear Particles Impact</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">In this article described the effect of clock gating cell on heavy ion hit vulnerability. The schemes with and without clock gating cells are compared. Shown the influence of clock gating cell presence on the susceptible areas.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/7217/">cmos</a> <a href="https://www.nanoindustry.su/tag/13769/">gnss</a> <a href="https://www.nanoindustry.su/tag/13610/">heavy ion</a> <a href="https://www.nanoindustry.su/tag/13768/">rhbd</a> <a href="https://www.nanoindustry.su/tag/13762/">see</a> <a href="https://www.nanoindustry.su/tag/13766/">гнсс</a> <a href="https://www.nanoindustry.su/tag/7222/">кмоп</a> <a href="https://www.nanoindustry.su/tag/13767/">одиночные эффекты</a> <a href="https://www.nanoindustry.su/tag/10073/">сбоеустойчивость</a> <a href="https://www.nanoindustry.su/tag/13760/">тзч</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6824"><span class="norm"><b>Yashin George A., Glushko Andrey A., Chistyakov Mikhail G., Makarchuk Vladimir V., Novoselov Anton S., Amirkhanov Alexey V., Zinchenko Lyudmila A.</b></span><br>Developing and Investigating 0.35-micron SPICE-model of SOI MOS-transistor With F-type Gate Geometry Using TCAD Instrument-process Modelling System</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents a SPICE-model of MOS-transistor with F-type gate geometry manufactured using SoI technology with minimal element size equal to 0.35 micron and TCAD instrument-process modelling system. Basing on the data obtained in the course of instrument-process modelling, physical effects revealed during its operation were explained, and concept of SPICE-model was developed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13772/">f-type</a> <a href="https://www.nanoindustry.su/tag/13771/">f-тип</a> <a href="https://www.nanoindustry.su/tag/13770/">instrument-process modelling</a> <a href="https://www.nanoindustry.su/tag/13773/">mos-transistor</a> <a href="https://www.nanoindustry.su/tag/2678/">spice</a> <a href="https://www.nanoindustry.su/tag/7124/">моп-транзистор</a> <a href="https://www.nanoindustry.su/tag/13681/">приборно-технологическое моделирование</a></span></div> <div class="content0"><span class="bigger2 std">Microwave integrated circuits and modules</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6825"><span class="norm"><b>Kokolov Andrei A., Dobush Igor M., Sheyerman Fyodor I., Babak Leonid I., Zhabin Dmitry A., Svetlichniy Yury A.</b></span><br>IP-blocks of Broadband RF Amplifi ers for Single-chip L- and S-band Receivers Based on SiGe Process</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents the design and measurements of broadband amplifier IP-blocks based on 0.25μm SiGe BiCMOS process. The frequency band and output power are respectively 1–5GHz and 13.2dBm for a single-ended amplifier, and 1.5–5GHz and 17dBm for differential amplifier. IP-blocks will be used in RF front-ends of receivers intended for different frequency bands and applications.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13774/">broadband amplifier</a> <a href="https://www.nanoindustry.su/tag/13779/">ip-block</a> <a href="https://www.nanoindustry.su/tag/13780/">mmic</a> <a href="https://www.nanoindustry.su/tag/13591/">receiver</a> <a href="https://www.nanoindustry.su/tag/13775/">rf front-end</a> <a href="https://www.nanoindustry.su/tag/13777/">sige bicmos process</a> <a href="https://www.nanoindustry.su/tag/13781/">sige бикмоп-технология</a> <a href="https://www.nanoindustry.su/tag/5507/">монолитная интегральная схема</a> <a href="https://www.nanoindustry.su/tag/13588/">приемник</a> <a href="https://www.nanoindustry.su/tag/13778/">радиочастотный тракт</a> <a href="https://www.nanoindustry.su/tag/9252/">сложно-функциональный блок</a> <a href="https://www.nanoindustry.su/tag/13776/">широкополосныый усилитель</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6826"><span class="norm"><b>Kokolov Andrei A., Babak Leonid I., Zhabin Dmitry A., Sheyerman Fyodor I.</b></span><br>Automated Synthesis of Microwave Diff erential Amplifi ers Based on Genetic Algorithm</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents a genetic-algorithm-based technique for automated synthesis of microwave differential amplifier schematics with resistive or complex terminations. As an example, the synthesis of 1.5–5GHz 0.25μm SiGe BiCMOS MMIC amplifier used as LO amplifier for passive double-balanced mixer has been presented.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13788/">automated synthesis</a> <a href="https://www.nanoindustry.su/tag/13782/">genetic algorithm</a> <a href="https://www.nanoindustry.su/tag/13784/">lo аmplifier</a> <a href="https://www.nanoindustry.su/tag/13791/">microwave differential аmplifier</a> <a href="https://www.nanoindustry.su/tag/13780/">mmic</a> <a href="https://www.nanoindustry.su/tag/13789/">sige bicmos</a> <a href="https://www.nanoindustry.su/tag/13790/">sige бикмоп</a> <a href="https://www.nanoindustry.su/tag/13787/">автоматический синтез</a> <a href="https://www.nanoindustry.su/tag/13786/">генетический алгоритм</a> <a href="https://www.nanoindustry.su/tag/13783/">мис</a> <a href="https://www.nanoindustry.su/tag/13785/">свч дифференциальный усилитель</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6827"><span class="norm"><b>Volosov Anatoly V., Bavizhev Mikhail D., Kotlyarov Evgeny Yu., Panasenko Petr V.</b></span><br>X-Band Transmit-receive Module on Silicon Commutation Board</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The work is devoted to the development of the design, the silicon commutation board (SCB) manufacturing technology and the experimental studies of the X-band transmit-receive module (TRM) realized on board basis. It is shown that along with the “classical” TSV technology for the manufacture of SCB, original design and technological solutions available to Russian silicon plants can be used. One of the constructive and technological options implemented in “Mikron” PJSC and “NPP “Radiy” JSC has been considered. The results of experimental studies of the X-Band TRM on a silicon commutation board have been presented. It has been shown that the considered constructive-technological solution allows achieving a multiple improvement of the TRM mass-dimension parameters while electrical parameters are not changing with respect to its implementation based on low-temperature ceramics or on multi-layer polymer printed circuit boards.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13793/">silicon commutation board</a> <a href="https://www.nanoindustry.su/tag/13796/">thin-film capacitors</a> <a href="https://www.nanoindustry.su/tag/7428/">transmit-receive module</a> <a href="https://www.nanoindustry.su/tag/13794/">tsv technology</a> <a href="https://www.nanoindustry.su/tag/13798/">tsv-технология</a> <a href="https://www.nanoindustry.su/tag/13795/">x-band</a> <a href="https://www.nanoindustry.su/tag/13792/">кремниевая коммутационная плата</a> <a href="https://www.nanoindustry.su/tag/7423/">приемопередающий модуль</a> <a href="https://www.nanoindustry.su/tag/13797/">тонкопленочные конденсаторы</a> <a href="https://www.nanoindustry.su/tag/13799/">х-диапазон</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6828"><span class="norm"><b>Volosov Anatoly V., Panasenko Petr V., Pyatochkin Mikhail D.</b></span><br>Modeling Thermal Processes in Microwave Modules With Various Bases</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The work is devoted to modeling thermal processes in microwave receiving-transmitting modules. The results of modeling the influence of the circuit board material and the through-metallized holes configuration on circuit board thermal conductivity have been presented. The temperature fields distribution established during the regular device operation has been shown. The modules execution has been investigated in the following cases: on a multilayered board made of low-temperature ceramics, on multilayered polymeric printed circuit board and on the basis of silicon commutation boards. The results have been analyzed and compared with experimental data.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13803/">active phased array</a> <a href="https://www.nanoindustry.su/tag/13802/">interposer</a> <a href="https://www.nanoindustry.su/tag/13800/">low-temperature co-fired ceramics</a> <a href="https://www.nanoindustry.su/tag/8985/">microwave</a> <a href="https://www.nanoindustry.su/tag/13805/">receiving-transmitting module</a> <a href="https://www.nanoindustry.su/tag/7011/">silicon</a> <a href="https://www.nanoindustry.su/tag/12361/">thermal processes</a> <a href="https://www.nanoindustry.su/tag/13806/">активная фазированная антенная решетка</a> <a href="https://www.nanoindustry.su/tag/13801/">интерпозер</a> <a href="https://www.nanoindustry.su/tag/7007/">кремний</a> <a href="https://www.nanoindustry.su/tag/13804/">низкотемпературная керамика</a> <a href="https://www.nanoindustry.su/tag/8007/">приемо-передающий модуль</a> <a href="https://www.nanoindustry.su/tag/8991/">свч</a> <a href="https://www.nanoindustry.su/tag/12358/">тепловые процессы</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6829"><span class="norm"><b>Ivanova Natalia E., Shchavruk Nikolay V., Trofi mov Alexander A., Kondratenko Vladimir S.</b></span><br>Features of Sapphire Wafers Splitting on MMIC Crystals</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article is devoted to studies on the separation of MMIC crystals based on AlGaN/GaN heterostructures on sapphire substrates with developed relief and possessing complex structural features. A brief description protection method of such MMIC, modes of thinning and splitting on crystals using the method of laser-controlled thermocracking has been given. Electrophysical studies of MMIS have been carried out on plate and after plate separation into crystals.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13823/">algan/gan</a> <a href="https://www.nanoindustry.su/tag/13814/">cutting sapphire</a> <a href="https://www.nanoindustry.su/tag/13819/">electrophysical parameters</a> <a href="https://www.nanoindustry.su/tag/13808/">laser-controlled thermocracking</a> <a href="https://www.nanoindustry.su/tag/13815/">mmis</a> <a href="https://www.nanoindustry.su/tag/13809/">mmis protection</a> <a href="https://www.nanoindustry.su/tag/13813/">photolacquer</a> <a href="https://www.nanoindustry.su/tag/13807/">plate separation</a> <a href="https://www.nanoindustry.su/tag/13818/">polymer dielectric</a> <a href="https://www.nanoindustry.su/tag/13822/">uhf mis</a> <a href="https://www.nanoindustry.su/tag/13817/">защита свч мис</a> <a href="https://www.nanoindustry.su/tag/13811/">лазерное управляемое термораскалывание (лут)</a> <a href="https://www.nanoindustry.su/tag/13812/">полимерный диэлектрик</a> <a href="https://www.nanoindustry.su/tag/13821/">разделение пластин</a> <a href="https://www.nanoindustry.su/tag/13820/">резка сапфира</a> <a href="https://www.nanoindustry.su/tag/8223/">свч мис</a> <a href="https://www.nanoindustry.su/tag/13816/">фотолак</a> <a href="https://www.nanoindustry.su/tag/13810/">электрофизические параметры</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6830"><span class="norm"><b>Leontiev Evgeniy V., Korotkov Alexander S., Balashov Evgeniy V.</b></span><br>Large Signal Stability Analysis Technique of GaN HEMT for Synthesis of MMIC PA in CAD Microwave Offi ce</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The article shows the technique for analyzing the stability of HEMT in the large signal mode in the synthesis of MMIC PA in CAD Microwave Office. A technique for determining stability in the large signal mode through the LSS parameters of the nonlinear HEMT model has been described. The synthesis of the stability circuit of</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13826/">microwave office</a> <a href="https://www.nanoindustry.su/tag/13825/">mmic pa</a> <a href="https://www.nanoindustry.su/tag/13827/">stability analysis</a> <a href="https://www.nanoindustry.su/tag/13828/">анализ на устойчивость</a> <a href="https://www.nanoindustry.su/tag/13824/">мис ум</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6831"><span class="norm"><b>Martirosov Vladimir E., Alekseev Georgiy A.</b></span><br>Microwave Frequency Synthesizer Executed in Microelectronic Circuits</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper describes problems of developing of a microwave frequency synthesizer in microelectronic design. The efficiency of the synthesizer structure of indirect synthesis method optimized for the complex quality criterion — maximization of the synchronization frequency range, minimization of the discrete frequency tuning time and minimization of the phase noise of the generated microwave oscillation — has been shown.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13829/">effective suppression of phase noise</a> <a href="https://www.nanoindustry.su/tag/13838/">high dynamic characteristics</a> <a href="https://www.nanoindustry.su/tag/13833/">microelectronic design</a> <a href="https://www.nanoindustry.su/tag/13837/">microwave frequency synthesizer</a> <a href="https://www.nanoindustry.su/tag/13836/">synchronization system phase portrait</a> <a href="https://www.nanoindustry.su/tag/13832/">высокие динамические характеристики</a> <a href="https://www.nanoindustry.su/tag/13839/">метод косвенного синтеза</a> <a href="https://www.nanoindustry.su/tag/13830/">микроэлектронное исполнение</a> <a href="https://www.nanoindustry.su/tag/13834/">свч синтезатор частот</a> <a href="https://www.nanoindustry.su/tag/13831/">фазовый портрет системы синхронизации</a> <a href="https://www.nanoindustry.su/tag/13835/">эффективное подавление фазовых шумов</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6832"><span class="norm"><b>Abolduev Igor M., Krasnov Vyacheslav V., Minnebaev Stanislav V., Filatov Anatoly L.</b></span><br>Designing GaN HEMT for Receiving Devices</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">In the past few years a great number of electronic components research and design laboratories for ground and space wireless communications have been focused on the research and applicaion of AlGaN/GaN heterostructure-based devices. In this work we tried to present our results in comparison of GaN HEMT and GaAs pHEMT technologies from the point of their application in LNAs. Also we demonstrated the method of GaN HEMT small signal model extraction. Two types of HEMT topologies were used to design and produce LNAs. The results of NF and Gain measurements at room and cryogenic temperatures of these LNAs are also demonstrated in this article.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13843/">cryogenic measurements</a> <a href="https://www.nanoindustry.su/tag/8445/">gallium arsenide</a> <a href="https://www.nanoindustry.su/tag/4808/">gallium nitride</a> <a href="https://www.nanoindustry.su/tag/13840/">hemt</a> <a href="https://www.nanoindustry.su/tag/6915/">low-noise amplifier</a> <a href="https://www.nanoindustry.su/tag/13842/">noise factor</a> <a href="https://www.nanoindustry.su/tag/13841/">small-signal model</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6833"><span class="norm"><b>Mukhin Igor I., Bychkov Mikhail S., Ionov Leonid P., Shabardin Ruslan S.</b></span><br>Features of Developing Silicon-Germanium Frequency Converters, Including an Integrated PLL Synthesizer</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents the results of the development of mixer ICs: active balanced mixer L-band, C-band mixer, mixer with built-in fractional synthesizer with internal VCO. The developed integrated circuits have one of the best combination of parameters</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13852/">active mixer</a> <a href="https://www.nanoindustry.su/tag/13844/">fractional frequency synthesizer</a> <a href="https://www.nanoindustry.su/tag/13849/">frequency converter</a> <a href="https://www.nanoindustry.su/tag/13850/">gilbert mixer</a> <a href="https://www.nanoindustry.su/tag/1617/">sige technology</a> <a href="https://www.nanoindustry.su/tag/13851/">vco</a> <a href="https://www.nanoindustry.su/tag/13846/">активный смеситель</a> <a href="https://www.nanoindustry.su/tag/13848/">дробный синтезатор частот</a> <a href="https://www.nanoindustry.su/tag/13845/">кремний-германиевая технология</a> <a href="https://www.nanoindustry.su/tag/5810/">микросхема</a> <a href="https://www.nanoindustry.su/tag/13847/">преобразователь частоты</a> <a href="https://www.nanoindustry.su/tag/8991/">свч</a> <a href="https://www.nanoindustry.su/tag/13853/">смеситель джильберта</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6834"><span class="norm"><b>Ospennikov Arkadi M., Ermak Sergey V., Petrenko Mikhail V.</b></span><br>Future-technology Application of Microelectronic Integrated Design Approaches in Miniature Quantum Frequency Standard of “RIRT” JSC</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This report presents the main results of the work carried out by “Russian Institute of Radionavigation and Time” JSC to create a miniature quantum frequency standard using the effect of coherent population trapping. Samples of vertical cavity surface emitting lasers and integral cells created using MEMS technologies have been developed whose characteristics correspond to an estimate of the relative short-term instability of the order of 10−11. The parameters of the physical and electronic blocks of the created model of the miniature quantum frequency standard have made it possible to develop the basic technical requirements for the frequency standard elements and to determine the prospect of using integrated microelectronic units of domestic production in the device.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13858/">coherent population trapping</a> <a href="https://www.nanoindustry.su/tag/838/">frequency synthesizers</a> <a href="https://www.nanoindustry.su/tag/13857/">microelectronic uhf generators</a> <a href="https://www.nanoindustry.su/tag/13856/">quantum frequency standard</a> <a href="https://www.nanoindustry.su/tag/13854/">квантовый стандарт частоты</a> <a href="https://www.nanoindustry.su/tag/13859/">когерентное пленение населенностей</a> <a href="https://www.nanoindustry.su/tag/13855/">микроэлектронные генераторы свч</a> <a href="https://www.nanoindustry.su/tag/2673/">синтезаторы частоты</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6835"><span class="norm"><b>Vilkov Evgeny A., Maksimov Nikolay A., Mikhailov Gennady M., Panas Andrey I., Chernykh Anatoly V., Chigarev Sergey G.</b></span><br>Nonlinear Dynamic of Terahertz Waves Spin-injection Radiation in Nanoscale Magnetic Junctions</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper analyzes experimental data of THz waves’ spin-injection stimulated (induced) radiation in nanoscale magnetic junctions. Besides, it considers nonlinear effects of the radiation with regard to similarities to turbulent processes in the hydrodynamics and dynamic chaos in radiophysics.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13866/">magnetic junctions</a> <a href="https://www.nanoindustry.su/tag/13862/">nonlinear interaction</a> <a href="https://www.nanoindustry.su/tag/13861/">spin-injection radiation</a> <a href="https://www.nanoindustry.su/tag/13869/">terahertz (thz) waves</a> <a href="https://www.nanoindustry.su/tag/13867/">turbulence</a> <a href="https://www.nanoindustry.su/tag/13863/">магнитные переходы</a> <a href="https://www.nanoindustry.su/tag/13868/">нелинейное взаимодействие</a> <a href="https://www.nanoindustry.su/tag/13864/">спин-инжекционное излучение</a> <a href="https://www.nanoindustry.su/tag/13865/">терагерцовые (тгц) волны</a> <a href="https://www.nanoindustry.su/tag/13860/">турбулентность</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6836"><span class="norm"><b>Pevtsov Evgeny F., Bespalov Alexey V., Bush Alexander A., Golikova Olga L.</b></span><br>Electrophysical Properties of Structures Based on Ferroelectric Thin Films</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">We have taken an extensive investigation of electrophysical properties of ferroelectric structures based on Pt/PbZr0.53Ti0.47O3/Pt/Ti/SiO2/Si and PbTiO3/YBa2Cu3O7–x/SrTiO3. The current-voltage characteristics of these structures new data were obtained. Physical models estimate the parameters describing the processes of polarization switching and effects at the boundaries between layers were performed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13870/">capacitance-voltage characteristics</a> <a href="https://www.nanoindustry.su/tag/13872/">ferroelectric thin films</a> <a href="https://www.nanoindustry.su/tag/391/">heterostructure</a> <a href="https://www.nanoindustry.su/tag/13874/">high temperature superconductors</a> <a href="https://www.nanoindustry.su/tag/13871/">interfaces</a> <a href="https://www.nanoindustry.su/tag/13876/">вольт-фарадные характеристики</a> <a href="https://www.nanoindustry.su/tag/13875/">высокотемпературные сверхпроводники</a> <a href="https://www.nanoindustry.su/tag/603/">гетероструктуры</a> <a href="https://www.nanoindustry.su/tag/13873/">границы раздела</a> <a href="https://www.nanoindustry.su/tag/13877/">сегнетоэлектрические тонкие пленки</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6837"><span class="norm"><b>Timoshenkov Valeri P., Khlybov Alexander I., Rodionov Denis V.</b></span><br>Extracting HEMT Model Parameters Using TDR Approach</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents advantages of the time domain approach as compared to frequency domain approach. The authors have applied of reflectometry method to solve the problem of HEMT SPICE parameters extraction. HEMT parameters have been measured in dynamic mode (input capacitance, transition capacitance, channel resistance in linear and saturation regions, transconductance).</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13878/">angelov model</a> <a href="https://www.nanoindustry.su/tag/13140/">gaas</a> <a href="https://www.nanoindustry.su/tag/13879/">ghz</a> <a href="https://www.nanoindustry.su/tag/13840/">hemt</a> <a href="https://www.nanoindustry.su/tag/2678/">spice</a> <a href="https://www.nanoindustry.su/tag/13882/">tdr</a> <a href="https://www.nanoindustry.su/tag/13881/">ггц</a> <a href="https://www.nanoindustry.su/tag/13880/">модель angelov</a> <a href="https://www.nanoindustry.su/tag/5466/">рефлектометрия</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6838"><span class="norm"><b>Sotskov Denis I., Elesin Vadim V., Kuznetsov Alexander G., Nazarova Galina N., Chukov Georgy V., Usachev Nikolay A., Telets Vitaly A.</b></span><br>Design Issues of Radiation Tolerant RF Frequency Synthesizer ICs</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents an overview of radiation effects in RF frequency synthesizers (FS) IP-blocks. Design issues of radiation tolerant FSs operating up to 4GHz for 180nm SOI CMOS process have been presented.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/913/">frequency synthesizer</a> <a href="https://www.nanoindustry.su/tag/10331/">phase-locked loop</a> <a href="https://www.nanoindustry.su/tag/8233/">radiation hardness</a> <a href="https://www.nanoindustry.su/tag/13883/">radio frequency</a> <a href="https://www.nanoindustry.su/tag/8236/">радиационная стойкость</a> <a href="https://www.nanoindustry.su/tag/8991/">свч</a> <a href="https://www.nanoindustry.su/tag/10329/">синтезатор частот</a> <a href="https://www.nanoindustry.su/tag/2671/">фапч</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6839"><span class="norm"><b>Timoshenkov Valeri P. Efi mov Andrey G.</b></span><br>Designing Core Chip SiGe for Phased Array T/R Modules</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The structure of the Core Chip for Phased Array T/R Modules has been presented. Methods for the formation of a phase delay for X phase shifters have been considered. An original differential design of SiGe core chip for X-band has been presented. The schematic of 5 bits phase shifter and attenuator have been designed. It consists of a series number LPF and HPF filters. Gain of phase shifter is 1.5dB. Attenuator has the adjustment range from 0 to 24dB. Linear output power of the core chip is 5dBm. The total consumed current of the device is 158mA at 5V power supply.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13889/">core chip</a> <a href="https://www.nanoindustry.su/tag/13884/">heterojunction bipolar transistor</a> <a href="https://www.nanoindustry.su/tag/13407/">phased array</a> <a href="https://www.nanoindustry.su/tag/13888/">sige</a> <a href="https://www.nanoindustry.su/tag/13885/">t/r module</a> <a href="https://www.nanoindustry.su/tag/13886/">гетеропереходный биполярный транзистор</a> <a href="https://www.nanoindustry.su/tag/13890/">приемно-передающий модуль</a> <a href="https://www.nanoindustry.su/tag/13887/">устройство управления фазой</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6840"><span class="norm"><b>Filippov Ivan F., Pomorev Andrey S., Kharitonov Semyon A., Duchenko Nikolay V., Vetrov Igor L., Vertegel Valery V., Gimpilevich Yuri B.</b></span><br>Design and Research of L- and S-band SiGe Integrated Quadrature Signal Generators</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Modern L-, S-, C-band transceivers are built based on quadrature signal processing, implemented on the basis of quadrature signal generator (QSG) integrated circuits. The paper provides an overview of the types, calculation methods and characteristics of integrated QSG that are widely used in the construction of complex-functional blocks of the transceiver devices. The opportunity to improve the performance of the QSG, developed on the basis of SiGe BiCMOS technology, is shown. The results of design and simulation characteristics of schematic diagrams, layout QSG based on LC-, RC-networks, triggers for frequency range 1–4GHz is shown.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13896/">bicmos</a> <a href="https://www.nanoindustry.su/tag/13891/">polyphase filter</a> <a href="https://www.nanoindustry.su/tag/13892/">quadrature signal generator</a> <a href="https://www.nanoindustry.su/tag/13888/">sige</a> <a href="https://www.nanoindustry.su/tag/13894/">бикмоп</a> <a href="https://www.nanoindustry.su/tag/13893/">полифазный фильтр</a> <a href="https://www.nanoindustry.su/tag/13895/">формирователь квадратурных сигналов</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6841"><span class="norm"><b>Chukov Georgy V., Elesin Vadim V., Nazarova Galina N., Usachev Nikolay A., Boychenko Dmitriy V., Nikiforov Alexander Yu., Telets Vitaly A.</b></span><br>Infl uence of the Choice of Controlled Validity Criteria Parameters on the Result of Estimation of Radiation Hardness Level for Modern Solidstate Microwave Electronics</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper analyzes the influence of the choice of validity criteria parameters and norms on their deviation from radiation hardness levels of microwave range electronic components.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/7034/">integrated circuit</a> <a href="https://www.nanoindustry.su/tag/8985/">microwave</a> <a href="https://www.nanoindustry.su/tag/13899/">parameters criteria</a> <a href="https://www.nanoindustry.su/tag/8233/">radiation hardness</a> <a href="https://www.nanoindustry.su/tag/7035/">интегральная схема</a> <a href="https://www.nanoindustry.su/tag/13898/">параметры-критерии</a> <a href="https://www.nanoindustry.su/tag/8236/">радиационная стойкость</a> <a href="https://www.nanoindustry.su/tag/13897/">сверхвысокая частота</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6842"><span class="norm"><b>Abolduev Igor M., Valamin Evgeniy A., Dorofeyev Alexei A., Zubkov A.M., Minnebaev Stanislav V., Tsarev Alexander V., Kuliev M.V.</b></span><br>GaN HEMT-based Voltage Controlled Oscillators</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Solid-state microwave oscillators are part of many microwave systems. In this paper we propose design solutions for three types of voltage controlled oscillators for different tuning ranges and consider the effect of HEMT design on the phase noise level.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13902/">field plate</a> <a href="https://www.nanoindustry.su/tag/4052/">gan hemt</a> <a href="https://www.nanoindustry.su/tag/13901/">microwave oscillator</a> <a href="https://www.nanoindustry.su/tag/960/">phase noise</a> <a href="https://www.nanoindustry.su/tag/13900/">voltage controlled oscillator</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6843"><span class="norm"><b>Abolduev Igor M., Borisov Oleg V., Gerasimov Andrey O., Kolkovskiy Yury V., Minnebaev Vadim M., Osipovskiy Alexei A., Redka Alexei V., Redka Andrey V., Tikhomirov Alexander V.</b></span><br>Antenna Modules for X-band AESA</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">In this paper the results of development and manufacturing of antenna modules designed for the active electronically scanned antenna array of space radar system for Earth remote sensing are presented. Products comprise transceiver modules based on microwave GaN HEMTs, secondary power supplies, microstrip antenna arrays.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13903/">aesa</a> <a href="https://www.nanoindustry.su/tag/13905/">antenna module</a> <a href="https://www.nanoindustry.su/tag/13904/">beam pattern</a> <a href="https://www.nanoindustry.su/tag/13906/">electronic antenna assembly</a> <a href="https://www.nanoindustry.su/tag/8005/">transceiver module</a> <a href="https://www.nanoindustry.su/tag/13795/">x-band</a></span></div> <div class="content0"><span class="bigger2 std">Microsystems</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6844"><span class="norm"><b>Baranov Alexander A., Zhukova Svetlana A., Obizhaev Denis Yu., Turkov Vladimir E.</b></span><br>Fabricating a High Aspect Ratio Ferromagnetic Core 3D Micro-inductor Using MEMS Technology</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The present report deals with the main aspects of the 3D high aspect ratio ferromagnetic core micro-inductor fabrication using MEMS technology and the investigation of the fabricated inductor main characteristics.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13909/">3d micro-inductor</a> <a href="https://www.nanoindustry.su/tag/13913/">ferromagnetic core</a> <a href="https://www.nanoindustry.su/tag/13907/">high aspect ratio</a> <a href="https://www.nanoindustry.su/tag/13908/">su-8</a> <a href="https://www.nanoindustry.su/tag/13910/">высокое аспектное соотношение</a> <a href="https://www.nanoindustry.su/tag/89/">мэмс</a> <a href="https://www.nanoindustry.su/tag/13912/">тонкопленочная катушка</a> <a href="https://www.nanoindustry.su/tag/13911/">ферромагнитный сердечник</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6845"><span class="norm"><b>Baranov Alexander A., Zhukova Svetlana A., Obizhaev Denis Yu., Turkov Vladimir E., Vorobiev Alexei D., Lagun Alexander M., Mashevich Pavel R., Trudnovskaya Evgenia A.</b></span><br>Miniature Two-axis Single-chip Micromechanical Accelerometer With Measurement Range of ±10m/s2</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">This report deals with design and technology features of two-axis micromechanical accelerometer. Main accelerometer specifications and the ability of sensor element encapsulation by silicon cap have also been represented.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1896/">mems</a> <a href="https://www.nanoindustry.su/tag/13915/">sensor element</a> <a href="https://www.nanoindustry.su/tag/13916/">single-chip micromechanical accelerometer</a> <a href="https://www.nanoindustry.su/tag/13914/">surface micromachining</a> <a href="https://www.nanoindustry.su/tag/13919/">unpackaged accelerometer</a> <a href="https://www.nanoindustry.su/tag/13920/">бескорпусной акселерометр</a> <a href="https://www.nanoindustry.su/tag/89/">мэмс</a> <a href="https://www.nanoindustry.su/tag/13917/">однокристальный микромеханический акселерометр</a> <a href="https://www.nanoindustry.su/tag/13918/">поверхностная микрообработка</a> <a href="https://www.nanoindustry.su/tag/3505/">чувствительный элемент</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6846"><span class="norm"><b>Antsev Ivan G., Bogoslovsky Sergei V., Sapozhnikov Gennady A., Zhgoon Sergei A., Shvetsov Alexander S.</b></span><br>Surface Acoustic Temperature Sensor Based on Mirror Topology Designed for Intelligent Control Systems</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">A new design, which implements the mirror topology of the sensitive element of temperature sensors, has been proposed. The use of delay lines allows creating passive devices operating at long ranges. The proposed solution extends the field of application of mirror topologies for temperature measurements.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13923/">delay line</a> <a href="https://www.nanoindustry.su/tag/13926/">surface acoustic waves</a> <a href="https://www.nanoindustry.su/tag/13925/">temperature sensor</a> <a href="https://www.nanoindustry.su/tag/13921/">датчик температуры</a> <a href="https://www.nanoindustry.su/tag/13922/">линия задержки</a> <a href="https://www.nanoindustry.su/tag/13924/">поверхностные акустические волны</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6847"><span class="norm"><b>Vertyanov Denis V., Burakov Mikhail M., Kruchinin Sergei M., Sidorenko Vitaly N., Brykin Arseniy V.</b></span><br>3D Microassembly Based on Silicon Interconnection Boards and Unpackaged MEMS Elements</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents the concept of 3D microassembly technology based on silicon interconnection boards, highlighting the main advantages of the technology for manufacturing small-sized products of microsystem hardware on the base of unpackaged MEMS elements. Besides, it gives the results of research into processes of plated-through holes formation in silicon interconnection boards, as well as designs of domestic accelerometers developed using 3D microassembly technology.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13930/">3d microassembly</a> <a href="https://www.nanoindustry.su/tag/13014/">accelerometer</a> <a href="https://www.nanoindustry.su/tag/13439/">die</a> <a href="https://www.nanoindustry.su/tag/13928/">embedded component technology</a> <a href="https://www.nanoindustry.su/tag/1896/">mems</a> <a href="https://www.nanoindustry.su/tag/13440/">silicon substrate</a> <a href="https://www.nanoindustry.su/tag/13934/">tsv</a> <a href="https://www.nanoindustry.su/tag/13932/">unpackaged sensitive element</a> <a href="https://www.nanoindustry.su/tag/13009/">акселерометр</a> <a href="https://www.nanoindustry.su/tag/13931/">бескорпусной чувствительный элемент</a> <a href="https://www.nanoindustry.su/tag/13929/">внутренний монтаж</a> <a href="https://www.nanoindustry.su/tag/13927/">коммутационная плата из кремния</a> <a href="https://www.nanoindustry.su/tag/13441/">кристалл</a> <a href="https://www.nanoindustry.su/tag/89/">мэмс</a> <a href="https://www.nanoindustry.su/tag/13933/">переходное отверстие в кремнии</a> <a href="https://www.nanoindustry.su/tag/13935/">трехмерная микросборка</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6848"><span class="norm"><b>Gerasimenko Yuliya V., Sergienko Anatoly I., Ermakov Alexander N., Ermakova Alexandra S., Vertyanov Denis V.</b></span><br>New Design and Technology of Wet Processing Operations of Mems and Microassembly Fabrication</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Modern microelectromechanical systems are miniature complex devices made using the technology of three-dimensional micromechanics. Each stage of wet processing in the MEMS fabrication: cleaning, washing, etching, plating — presupposes certain requirements for the purity of the operations and for the size of the micromachines objects. Conducting wet processing operations on traditional group processing equipment has some drawbacks, which include uneven processing of wafers due to their physical proximity, the accumulation of contaminants in the working solution with possible subsequent contamination of the treated wafers, a decrease in the concentration of the working solution when processing a series of wafers. The development of Russian equipment for the single wafers and substrates processing for the implementation of wet treatment operations in the MEMS and microassemblies fabrication is an important goal, which requires new design effort and technological solutions that meet the requirements and features of the technological process of MEMS fabrication and that are optimized in terms of energy consumption, dimensions, consumption of reagents etc.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/5997/">efficiency</a> <a href="https://www.nanoindustry.su/tag/13939/">individual processing</a> <a href="https://www.nanoindustry.su/tag/403/">microassembly</a> <a href="https://www.nanoindustry.su/tag/8939/">microelectromechanical systems (mems)</a> <a href="https://www.nanoindustry.su/tag/10616/">reactor</a> <a href="https://www.nanoindustry.su/tag/13936/">technochemistry</a> <a href="https://www.nanoindustry.su/tag/13938/">индивидуальная обработка</a> <a href="https://www.nanoindustry.su/tag/399/">микросборка</a> <a href="https://www.nanoindustry.su/tag/8940/">микроэлектромеханические системы (мэмс)</a> <a href="https://www.nanoindustry.su/tag/10622/">реактор</a> <a href="https://www.nanoindustry.su/tag/13937/">технохимия</a> <a href="https://www.nanoindustry.su/tag/2293/">эффективность</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6849"><span class="norm"><b>Gusev Evgeniy E., Dedkova Anna A., Djuzhev Nikolay A.</b></span><br>Investigating Mechanical Strength of Multilayer Membranes for MEMS Converters of Physical Quantities</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The paper presents the design of a stand for determining mechanical strength, mechanical stresses and modulus of elasticity. The stand has been tested using circular membranes of silicon oxide and silicon nitride of various diameters. The magnitude of the biaxial module has been obtained analytically and calculated basing on experimental data. There is a good correlation between the results obtained. An elastic deformation has been shown at an excess pressure of not more than 0.6atm. The critical pressure for each diameter has been determined. It has been shown that circular membranes of different diameters withstand the same value of the external force.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13943/">biaxial young’s modulus</a> <a href="https://www.nanoindustry.su/tag/709/">mechanical properties</a> <a href="https://www.nanoindustry.su/tag/13942/">mechanical strength</a> <a href="https://www.nanoindustry.su/tag/10580/">mechanical stresses</a> <a href="https://www.nanoindustry.su/tag/13941/">двухосный модуль упругости</a> <a href="https://www.nanoindustry.su/tag/13940/">механическая прочность</a> <a href="https://www.nanoindustry.su/tag/10579/">механические напряжения</a> <a href="https://www.nanoindustry.su/tag/714/">механические свойства</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6850"><span class="norm"><b>Erastov D. A., Zhukova Svetlana A., Demin Sergei A., Turkov Vladimir E., Ulyanov Sergei A., Troshin Bogdan V., Ivanov Sergei Yu., Shumilin A. O.</b></span><br>Magnetron Sputtering Deposition of Vanadium Oxide With High TCR</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report presents the results of researches on deposition of thin films of vanadium oxide (VOх), received on silicon and alumina substrates by magnetron sputtering. The developed device is able to transfer the resistance of thin films of vanadium oxide (VOх) during the process of deposition.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13945/">reactive magnetron sputtering</a> <a href="https://www.nanoindustry.su/tag/13949/">uncooled infrared image sensor</a> <a href="https://www.nanoindustry.su/tag/13948/">vanadium oxide (voх).</a> <a href="https://www.nanoindustry.su/tag/13944/">ик-детекторы</a> <a href="https://www.nanoindustry.su/tag/7267/">магнетронное распыление</a> <a href="https://www.nanoindustry.su/tag/13946/">микроболометрическая матрица</a> <a href="https://www.nanoindustry.su/tag/13951/">оксид ванадия (voх)</a> <a href="https://www.nanoindustry.su/tag/13947/">реактивное магнетронное распыление</a> <a href="https://www.nanoindustry.su/tag/13950/">терморезистивный слой</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6851"><span class="norm"><b>Volkova Catherine I., Manin Pavel A., Popkov Sergey A.</b></span><br>A Method of Minimizing Mechanical Stresses in a Sensitive Element of Micromechanical Devices at Packaging</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The study highlights the results of mechanical stresses occurred in a sensitive element (SE) under package, as well as mechanical stresses effect on output characteristics based on an exemplary pressure microsensor (PMS). The paper gives data on digital simulation of SE chip strain caused by thermal expansion — compression at packaging SE chip in the support chip-package system. A search has been performed for a support chip structure which makes it possible to reduce mechanical stresses under temperature variations and to assure mechanical decoupling between SE itself and the device package.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13957/">microaccelerometer</a> <a href="https://www.nanoindustry.su/tag/8939/">microelectromechanical systems (mems)</a> <a href="https://www.nanoindustry.su/tag/13953/">microsystem technology (mst)</a> <a href="https://www.nanoindustry.su/tag/13958/">pressure microsensor</a> <a href="https://www.nanoindustry.su/tag/13497/">sensitive element</a> <a href="https://www.nanoindustry.su/tag/13954/">support chip</a> <a href="https://www.nanoindustry.su/tag/13956/">микродатчик давления</a> <a href="https://www.nanoindustry.su/tag/13952/">микросистемная техника (мст)</a> <a href="https://www.nanoindustry.su/tag/8940/">микроэлектромеханические системы (мэмс)</a> <a href="https://www.nanoindustry.su/tag/13955/">опорный кристалл</a> <a href="https://www.nanoindustry.su/tag/3505/">чувствительный элемент</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/6852"><span class="norm"><b>Novikov Dmitry V., Onufrienko Andrey P., Gusev Evgeniy E., Djuzhev Nikolay A.</b></span><br>Thermal Converters of Physical Quantities</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">In the modern world, where sensors are an integral part of almost every electronic device, the requirements to converters of physical quantities are constantly growing. MEMS technology has long proven itself in the field of sensor manufacturing which allows us to further improve their performance on the basis of available technological solutions. In this work we consider a family of thermal converters of physical quantities, and various approaches for their optimization.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13963/">gas flow sensor</a> <a href="https://www.nanoindustry.su/tag/7401/">pressure sensor</a> <a href="https://www.nanoindustry.su/tag/13961/">thermal accelerometer</a> <a href="https://www.nanoindustry.su/tag/13959/">thermal converter</a> <a href="https://www.nanoindustry.su/tag/13960/">thermal sensor</a> <a href="https://www.nanoindustry.su/tag/5197/">датчик давления</a> <a href="https://www.nanoindustry.su/tag/13966/">датчик потока газа</a> <a href="https://www.nanoindustry.su/tag/13962/">тепловой акселерометр</a> <a href="https://www.nanoindustry.su/tag/13965/">тепловой преобразователь</a> <a href="https://www.nanoindustry.su/tag/13964/">тепловой сенсор</a></span></div> <div class="content0"><span class="bigger2 std">Forum's business program</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/6853"><span class="norm"><b>Vernik Petr A.</b></span><br>Complex of Measures Directed at Considerable Reduction of Lead Time and Launching Into Production Time for Advanced Electronic Component Base (ECB)</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The report analyses the limiting stages and factors in the existing processes of ECB development and production, restricting the reduction of the terms from the approval of the terms of technical task to launching into batch production and the use of new types of components in final products, as well as an increase in the number of import-substituting developments. The concept of constructing these processes has been proposed, based, in particular, on a modular principle of design, wide application of CAD and libraries of standard blocks, development of standard technical processes with the use of three-dimensional microblock structures based on LTCC technology, aimed at qualitative reduction of time costs when creating an advanced domestic ECB both for import substitution purposes and for further development.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/13968/">3d-structure</a> <a href="https://www.nanoindustry.su/tag/13974/">electronic component base</a> <a href="https://www.nanoindustry.su/tag/9562/">electronic modules</a> <a href="https://www.nanoindustry.su/tag/5956/">import substitution</a> <a href="https://www.nanoindustry.su/tag/13969/">low temperature co-fired ceramic</a> <a href="https://www.nanoindustry.su/tag/13972/">microelectronic products</a> <a href="https://www.nanoindustry.su/tag/13973/">organization of electronic component base development and produc</a> <a href="https://www.nanoindustry.su/tag/5950/">импортозамещение</a> <a href="https://www.nanoindustry.su/tag/13971/">микроэлектронные изделия</a> <a href="https://www.nanoindustry.su/tag/540/">низкотемпературная совместно обжигаемая керамика</a> <a href="https://www.nanoindustry.su/tag/13970/">организация процесса разработки и производства экб</a> <a href="https://www.nanoindustry.su/tag/13967/">трехмерная конструкция</a> <a href="https://www.nanoindustry.su/tag/8802/">электронная компонентная база</a> <a href="https://www.nanoindustry.su/tag/9566/">электронные модули</a></span></div> </div> <div style="clear:both; height:30px"></div> </div></div> <div style="clear:both"></div> <!-- Конец РЕКЛ.ССЫЛКИ --> </div></div> <div class="ghost"> Разработка: студия <a href="http://www.zelenodolsk.ru">Green Art</a> </div> </body></html>