نتایج جستجو برای: lpcvd

تعداد نتایج: 265  

2016
C. Spee J. Driessen A. Kuypers A. D. Kuypers

A review is presented describing the development of TiN-CVD from the classical, high temperature T iClm2 process, towards low temperature MOCVD processes. This development is presented from a chemical point of view. In addition to low pressure (LPCVD) and atmospheric pressure (APCVD) thermal processing, also plasma enhanced (PECVD) techniques are described. In the past few years production faci...

2007
Wen-Hsien Chuang Rainer K Fettig Reza Ghodssi

This paper describes a nano-scale tensile test to study the fatigue properties of LPCVD silicon nitride thin films using a novel electrostatic actuator design. Mechanical-amplifier devices made in silicon nitride thin films can apply controllable tensile stress (2.0–7.8 GPa) to test structures with relatively low actuation voltages (5.7–35.4 VRMS) at the resonant frequencies of the devices. The...

2018
L. De Legé M. Hendriks

The LPCVD of silicon oxynitride has been characterized and optimized using the Design of Experiments method. The data of a half factorial matrix were converted with multiple linear regression analysis into an adequate empirical model: it appeared to be possible to predict the process output parameters (e.g. deposition rate), when applying more or less random input parameters (e.g. process press...

Journal: :Microelectronics Journal 2006
X. F. Liu G. S. Sun J. M. Li J. Ning M. C. Luo L. Wang W. S. Zhao Y. P. Zeng

p–p–n –n ultraviolet photodetectors based on 4H–SiC homoepilayers have been presented. The growth of the 4H–SiC homoepilayers was carried out in a LPCVD system. The size of the active area of the photodetectors was 300 300mm. The dark and illuminated I–V characteristics had been measured at reverse biases form 0 to 20V at room temperature, and the illuminated current was at least two orders of ...

2016
S. Scott M. Scuderi Dimitrios Peroulis

This paper presents the design and fabrication of a new packaged MEMS capacitive temperature sensor for engine component health-monitoring applications and measurement results above 500-600°C. The multimorphs employed are thermal-SiO2/LPCVD-Si3N4/sputtered-Au beams designed for deflection at these temperatures. The mean initial capacitance of the sensors is 6.441 pF; with a standard deviation o...

2009
S. Nicolay S. Fay C. Ballif

A growth model for the low pressure chemical vapor deposition (LPCVD) of polycrystalline ZnO thin films is proposed. This model is based on experimental observations of the surfacemorphology and crystallographic orientations of the layers at different thicknesses and growth temperatures. It is shown that the films preferred orientation evolves from c-axis to aaxis as the growth temperature is i...

2017
Peng Zhang Emmanuel Jacques Regis Rogel Olivier Bonnaud P. Zhang

P-type and N-type multi-gate vertical thin film transistors (vertical TFTs) have been fabricated, adopting the low-temperature (T ≤ 600°C) polycrystalline silicon (polysilicon) technology. Stacked heavily-doped polysilicon source and drain are electrically isolated by an insulating barrier. Multi-teeth configuration is defined by reactive ion etching leading to sidewalls formation on which undo...

2009
Deyong Chen Zhengwei Wu Lei Liu Xiaojing Shi Junbo Wang

A resonant microbeam accelerometer of a novel highly symmetric structure based on MEMS bulk-silicon technology is proposed and some numerical modeling results for this scheme are presented. The accelerometer consists of two proof masses, four supporting hinges, two anchors, and a vibrating triple beam, which is clamped at both ends to the two proof masses. LPCVD silicon rich nitride is chosen a...

2003
S Deladi M J de Boer G Krijnen D Rosén

We present a study on thick Si-rich nitride/polycrystalline Si/silicon oxide multilayer-stacks made by LPCVD and PECVD techniques. The pattern transfer into the multilayer-stacks is achieved by dry etching techniques such as SF6-based ICP plasma and the so-called Bosch processes. The steep profiles and high selectivity obtained for the developed processes allow us to design and fabricate comple...

2016
P. Marti F. Henry A. Mazel B. Armas J. Sevely

Several (Al,Si,N) compounds have been obtained by LPCVD in a vertical hot-wall reactor using aluminium trichloride, silicon tetrachloride and ammonia as source gases, with nitrogen as the carrier gas. In order to determine both their structure and local chemical composition, several deposits have been examined by analytical transmission electron microscopy combining electron diffraction (ED), h...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->