学术数据库优秀期刊 《中文科技期刊数据库》来源期刊

+高级检索
氮化钽薄膜换能元低能化研究
DOI:
作者:
作者单位:

作者简介:

通讯作者:

中图分类号:

TJ450.3

基金项目:


Study on the Energy Reduction of TaN Thin Film Transducers
Author:
Affiliation:

Fund Project:

  • 摘要
  • |
  • 图/表
  • |
  • 访问统计
  • |
  • 参考文献
  • |
  • 相似文献
  • |
  • 引证文献
  • |
  • 资源附件
  • |
  • 文章评论
    摘要:

    为了实现TaN薄膜换能元的低能化,设计制作了不同桥膜厚度、不同桥区尺寸、不同桥区形状的TaN薄膜换能元,依据GJB/z 377A-94感度试验用兰利法,对其进行了发火感度测试。结果表明:当桥区尺寸、形状一定时,随着桥膜厚度的增加,换能元的发火电压先减小后增加,当桥膜厚度为0.9μm时,发火电压最小。通过优化桥区尺寸和桥区形状,获得的TaN薄膜换能元最小平均发火电压低于5V。

    Abstract:

    In order to realize the energy reduction of TaN thin film transducers, TaN thin film transducers with different bridge film thickness, different bridge sizes, and different bridge shapes were designed and manufactured. According to the Langley method for sensitivity test of GJB/z 377A-94, the ignition sensitivity test was performed. The results showed that when the size and shape of the bridge are constant, as the thickness of the bridge film increases, the firing voltage of the transducer element firstly decrease and then increase. When the thickness of the bridge film is 0.9μm, the firing voltage is the lowest. By optimizing the size and shape of the bridge, the minimum average firing voltage of the obtained TaN thin film transducer is below 5V.

    var swiper = new Swiper('.swiper_xq', { navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); $(function(){ $('img').bigic(); });
    参考文献
    相似文献
    引证文献
jQuery(".slideTxtBox").slide({ trigger: "click" });
引用本文
分享
文章指标
  • 点击次数:
  • 下载次数:
  • HTML阅读次数:
  • 引用次数:
历史
  • 收稿日期:
  • 最后修改日期:
  • 录用日期:
  • 在线发布日期: 2021-02-02
  • 出版日期:
//获取当期的基本信息 function GetCurrentIssue() { var strUrl = "hgp/issue/get_current_issue_info"; if (strUrl != "") { $.get(strUrl, function (strIssueXml) { var strYearID = GetXmlValue(strIssueXml, "year_id"); var strIssueID = GetXmlValue(strIssueXml, "quarter_id"); var strVolume = GetXmlValue(strIssueXml, "book_no"); var strIssueEnName = GetXmlValue(strIssueXml, "quarter_en_name"); var strEnPublishDate = GetXmlValue(strIssueXml, "en_publish_date"); var strIssueSmallCoverURL = GetXmlValue(strIssueXml, "image_url"); $("#current_small_cover_id").html(""); $("#current_publish_date_id").html(strEnPublishDate); $("#current_volume_id").html(strVolume); $("#current_issue_id").html(strIssueID); }); } } function GetMetrics() { var strUrl = "hgp/article/metrics/202101002"; if (strUrl != "") { $.get(strUrl, function (strReturnScript) { eval(strReturnScript); }); } } function GetRelatedArticle() { var strUrl = "hgp/article/related/2021_1_202101002"; if (strUrl != "") { $.get(strUrl, function (strReturn) { if (strReturn != "") { $("#RelateArticleList").html(strReturn); } else { $("#RelatedTab").hide(); $("#RelatedContainer").hide(); } }); } else { $("#RelatedTab").hide(); $("#RelatedContainer").hide(); } } function GetReferenceList(strPage) { $("#reference_current_page").prop("value", strPage); var strUrl = "hgp/article/reference/2021$1$202101002"; if (strUrl != "") { strUrl = strUrl + "?cp=" + strPage; $.get(strUrl, function (strReturn) { if (strReturn != "") { $("#ReferenceList").append(strReturn); var intReferenceNum = $("div#ReferenceList dd").length; if (intReferenceNum % 20 != 0) { $("#MoreReferenceContainer").hide(); } } else { if (strPage != "") { var intPage = parseInt(strPage); if (intPage == 1) { $("#ReferenceTab").hide(); $("#ReferenceContainer").hide(); } else { $("#MoreReferenceContainer").hide(); } } } }); } else { $("#ReferenceTab").hide(); $("#ReferenceContainer").hide(); } } function GetWasReferencedList(strPage) { $("#was_referenced_current_page").prop("value", strPage); var strUrl = "hgp/article/cited/2021_1_202101002"; if (strUrl != "") { strUrl = strUrl + "?cp=" + strPage; $.get(strUrl, function (strReturn) { if (strReturn != "") { $("#WasReferencedList").append(strReturn); var intWasReferencedNum = $("div#WasReferencedList dd").length; if (intWasReferencedNum != 0) { $("#MoreWasReferencedContainer").hide(); } } else { if (strPage != "") { var intPage = parseInt(strPage); if (intPage == 1) { $("#CitedByTab").hide(); $("#CitedByContainer").hide(); } else { $("#MoreWasReferencedContainer").hide(); } } } }); } else { $("#CitedByTab").hide(); $("#CitedByContainer").hide(); $("#MoreWasReferencedContainer").hide(); } } function MoreWasReferenced() { var strWasReferencedCurrentPage = $("#was_referenced_current_page").val(); var intWasReferencedCurrentPage = parseInt(strWasReferencedCurrentPage); intWasReferencedCurrentPage = intWasReferencedCurrentPage + 1; GetWasReferencedList(intWasReferencedCurrentPage); } function MoreReference() { var strReferenceCurrentPage = $("#reference_current_page").val(); var intReferenceCurrentPage = parseInt(strReferenceCurrentPage); intReferenceCurrentPage = intReferenceCurrentPage; GetReferenceList(intReferenceCurrentPage); } $().ready(function () { var strFlag="1"; if(strFlag=="1"){ $("#all_issue_position").show(); $("#online_first_position").hide(); }else{ $("#all_issue_position").hide(); $("#online_first_position").show(); } //如果没有html,自动隐藏 var strHtmlUrl=$("#HtmlUrl").prop("href"); if(strHtmlUrl.indexOf("/html/")<0){ $("#HtmlUrl").hide(); } var strDOI=$("#DOIValue").html(); if(strDOI==""){ $("#DOI").hide(); } var strDisplayCnInstitution=$("#DisplayCnInstitutionValue").html(); if(strDisplayCnInstitution==""){ $("#DisplayCnInstitution").hide(); } var strDisplayEnInstitution=$("#DisplayEnInstitutionValue").html(); if(strDisplayEnInstitution==""){ $("#DisplayEnInstitution").hide(); } var strAuthorResume=$("#AuthorResumeValue").html(); if(strAuthorResume==""){ $("#AuthorResume").hide(); } var strContactAuthor=$("#ContactAuthorValue").html(); if(strContactAuthor==""){ $("#ContactAuthor").hide(); } var strClcNumber=$("#ClcNumberValue").html(); if(strClcNumber==""){ $("#ClcNumber").hide(); } var strCnFundProject=$("#CnFundProjectValue").html(); if(strCnFundProject==""){ $("#CnFundProject").hide(); } var strEnFundProject=$("#EnFundProjectValue").html(); if(strEnFundProject==""){ $("#EnFundProject").hide(); } var strEnTitle=$("#EnTitleValue").html(); if(strEnTitle==""){ $("#EnTitle").hide(); } var strEnAbstract=$("#EnAbstractValue").html(); if(strEnAbstract==""){ $("#EnAbstract").hide(); } var strSendTime=$("#SendTimeValue").html(); if(strSendTime==""){ $("#SendTime").hide(); } var strLastModifyTime=$("#LastModifyTimeValue").html(); if(strLastModifyTime==""){ $("#LastModifyTime").hide(); } var strAdoptTime=$("#AdoptTimeValue").html(); if(strAdoptTime==""){ $("#AdoptTime").hide(); } var strPublishTime=$("#PublishTimeValue").html(); if(strPublishTime==""){ $("#PublishTime").hide(); } var strBookPublishedTime=$("#BookPublishedTimeValue").html(); if(strBookPublishedTime==""){ $("#BookPublishedTime").hide(); } var strCnKeyWord="换能元;TaN薄膜;桥区参数;发火感度"; var strCnKeyWordList="关键词:"; if(strCnKeyWord!=""){ var CnKeyWordArray=strCnKeyWord.split(";"); for(var i=0;i0){ strCnKeyWordList=strCnKeyWordList+";"; } strCnKeyWordList=strCnKeyWordList+""+strKeyWord+""; } $("#CnKeyWord").html(strCnKeyWordList); } var strEnKeyWord="Energy transducer element;TaN thin film;Bridge parameters;Ignition sensitivity"; var strEnKeyWordList="Key words:"; if(strEnKeyWord!=""){ var EnKeyWordArray=strEnKeyWord.split(";"); for(var i=0;i0){ strEnKeyWordList=strEnKeyWordList+";"; } strEnKeyWordList=strEnKeyWordList+""+strKeyWord+""; } $("#EnKeyWord").html(strEnKeyWordList); } var strImagesJson=""; if(strImagesJson!=""){ var imagesJson = jQuery.parseJSON(strImagesJson); var strImagesList=""; var intLength=imagesJson.images.length; for(var i=0;i
"+strCnLabel+" "+strCnTitle+""+strEnLabel+" "+strEnTitle+"
"; } $("#ImagesList").html(strImagesList); } var strAttachmentsJson=""; if(strAttachmentsJson!=""){ var strAttachmentsList=""; var attachmentsJson = jQuery.parseJSON(strAttachmentsJson); var intLength=attachmentsJson.attachments.length; for(var i=0;i"+strAttacheName+"下 载"; } $("#AttacheList").html(strAttachmentsList); } var strCnAuthorsList=""; var strEnAuthorsList=""; var strAuthorsJson="{\"authors\":[{\"cn_name\":\"任小明\",\"en_name\":\"REN Xiao-ming\",\"cn_institution\":\"陕西应用物理化学研究所 应用物理化学重点实验室\",\"en_institution\":\"Science and Technology on Applied Physical Chemistry Laboratory, Shaanxi Applied Physics and Chemistry Research Institute\",\"email\":\"\",\"is_first_author\":\"1\",\"is_contact_author\":\"\",\"sequence\":\"1\",\"first_name\":\"\",\"middle_name\":\"\",\"last_name\":\"\",\"resume\":\"\",\"institute_superscript\":\"\"}]}"; if(strAuthorsJson!=""){ var authorsJson = jQuery.parseJSON(strAuthorsJson); var intLength=authorsJson.authors.length; for(var i=0;i"+cn_name+" "+institute_superscript+""; strCnAuthorsList=strCnAuthorsList+" "; if(is_contact_author==""){ strCnAuthorsList=strCnAuthorsList+""; } if(email.indexOf("@")>0){ strCnAuthorsList=strCnAuthorsList+""; } strCnAuthorsList=strCnAuthorsList+""; strCnAuthorsList=strCnAuthorsList+"
"; strCnAuthorsList=strCnAuthorsList+"

"+cn_name+"

"; strCnAuthorsList=strCnAuthorsList+cn_institution+"
"; strCnAuthorsList=strCnAuthorsList+" 在知网中查找
"; strCnAuthorsList=strCnAuthorsList+" 在百度中查找
"; strCnAuthorsList=strCnAuthorsList+" 在本站中查找
"; strCnAuthorsList=strCnAuthorsList+"
"; //英文部分 strEnAuthorsList=strEnAuthorsList+"
  • "+en_name+" "+institute_superscript+""; strEnAuthorsList=strEnAuthorsList+" "; if(is_contact_author==""){ strEnAuthorsList=strEnAuthorsList+""; } if(email.indexOf("@")>0){ strEnAuthorsList=strEnAuthorsList+""; } strEnAuthorsList=strEnAuthorsList+""; strEnAuthorsList=strEnAuthorsList+"
    "; strEnAuthorsList=strEnAuthorsList+"

    "+en_name+"

    "; strEnAuthorsList=strEnAuthorsList+en_institution+"
    "; strEnAuthorsList=strEnAuthorsList+" 在知网中查找
    "; strEnAuthorsList=strEnAuthorsList+" 在百度中查找
    "; strEnAuthorsList=strEnAuthorsList+" 在本站中查找
    "; strEnAuthorsList=strEnAuthorsList+"
  • "; } $("#CnAuthorList").html(strCnAuthorsList); $("#EnAuthorList").html(strEnAuthorsList); } $("#CommentList").load("template/common/et_article_comment.aspx?file_no=202101002&journal_id=hgp&is_mobile=0&year_id=2021&return_url=http://hgp.cnjournals.net/hgp/article/abstract/202101002&issue=1&flag=1"); var strAttacheListCount = $("#AttacheListCount").val(); if (strAttacheListCount == "0") {//隐藏附件 $("#MaterialsTab").hide(); } var strImagesListCount = $("#ImagesListCount").val(); if (strImagesListCount == "0") {//隐藏图片 $("#FiguresTab").hide(); } GetMetrics(); GetRelatedArticle(); GetReferenceList("1"); GetWasReferencedList("1"); }); var clipboard = new ClipboardJS('.btn'); clipboard.on('success', function (e) { alert('复制成功'); console.info('Action:', e.action); console.info('Text:', e.text); console.info('Trigger:', e.trigger); e.clearSelection(); });