نتایج جستجو برای: microwave propagation

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

Journal: :Arabian Journal of Geosciences 2021

Satellite communication systems suffer from the systematic error of tropospheric delay. Accurate estimation this delay is essential for budget and planning. This study investigates in three Nigeria cities: Abuja, Lagos, Port Harcourt using two different models (Saastominen Hopfield). Three-year atmospheric data surface pressure, relative humidity temperature obtained at 5-min interval were acqu...

2014
Edwin A. Marengo Jing Tu

We present the application to transmission line systems of a new theory of the optical theorem that describes the energy budget of electromagnetic scattering in lossless wave propagation media. The insight gained by exploring this, simplest of the electromagnetic wave propagation systems from the point of view of the optical theorem, is important for understanding power budget of electromagneti...

2010
Sarun Choocadee Somsak Akatimagool

This paper presents the Waveguide Filter Design (WFD) program using principle of electromagnetic wave theory and Wave Iterative Method (WIM) based on propagation of incident, reflected and transmitted waves in the waveguide for microwave engineering education. After the surveying by questionnaire about the nature in the microwave engineering course, the instructors found that the microwave engi...

Journal: :IEEE Trans. Geoscience and Remote Sensing 2003
Il-Suek Koh Feinian Wang Kamal Sarabandi

Single-scattering theory is shown to be insufficient for the estimation of effective propagation constant in foliage at high microwave and millimeter-wave frequencies. Clusters of broad leaves and needles are treated as a unit scatterer whose ensemble forward scattering is used in Foldy’s approximation to estimate attenuation rate in foliage. It is shown that single-scattering approximation ove...

2008

Ernest P. Manly, W7LHL PO Box 1307 Graham, WA 98338-1307 epmanly@ispwest.com The selection of propagation modes for amateur microwave stations is often progressive. Most of us start with simple equipment and the contacts are usually by line-of-sight propagation. Longer distances are then accomplished by going to high locations. As equipment gets better, the use of various objects for reflection...

2003
P. Manly

Ernest P. Manly, W7LHL PO Box 1307 Graham, WA 98338-1307 epmanly@ispwest.com The selection of propagation modes for amateur microwave stations is often progressive. Most of us start with simple equipment and the contacts are usually by line-of-sight propagation. Longer distances are then accomplished by going to high locations. As equipment gets better, the use of various objects for reflection...

2006
J Roy Sambles Alastair P Hibbins Robert J Kelly James R Suckling Fuzi Yang

Using liquid crystals to control the propagation of microwaves is a potentially interesting technology. By incorporating small amounts of liquid crystal in thin slat metal structures through which the microwaves may resonantly pass a whole new range of voltage tuned microwave devices are becoming available. Metallic sub-wavelength slit structures at microwave frequencies have been constructed w...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید بهشتی - دانشکده علوم 1383

چکیده ندارد.

Journal: :Physical review letters 2011
C Lang D Bozyigit C Eichler L Steffen J M Fink A A Abdumalikov M Baur S Filipp M P da Silva A Blais A Wallraff

Creating a train of single photons and monitoring its propagation and interaction is challenging in most physical systems, as photons generally interact very weakly with other systems. However, when confining microwave frequency photons in a transmission line resonator, effective photon-photon interactions can be mediated by qubits embedded in the resonator. Here, we observe the phenomenon of p...

2003
Jiahui Fu Qun Wu Xuemai Gu Huajuan Shi Jongchul Lee

This paper mainly presents a briefly review for recent progress in MEMS-based transmission lines for use in microwave and millimeterwave range. MEMS-based transmission lines including different transmission line structure such as membranesupported microstrip line microstrip line, coplanar microshield transmission line, LIGA micromachined planar transmission line, micromachined waveguides and co...

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

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

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"; } -->