نتایج جستجو برای: lossy metallic box

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

2013
Wen-Lan Yeh Yih-Peng Chiou

We adopt a multidomain pseudospectral method to analyze lamellar gratings for general conical diffraction from TE and TM diffractions. The validity and usefulness of this approach are demonstrated through normal metallic lossy and highly conductive lossless gratings. The developed method provides excellent numerical stability and convergence over commonly used rigorous couple wave analysis (RCW...

2002
Alastair P. Hibbins Roy Sambles Chris R. Lawrence

A nondiffracting metallic lamellar grating formed from three equally spaced grooves per repeat period, with one being slightly shallower than the other two is examined at microwave frequencies. When filled with a slightly lossy dielectric, this structure supports a remarkably nondispersive surface plasmon polariton mode, which exhibits strong selective absorption of incident power. Measured ref...

2005
Mir Ghoraishi Jun-ichi Takada Tetsuro Imai

We analyze the urban propagation channel through careful investigation of the data obtained from a series of wideband measurements. We try to estimate the wave scatterers in the channel by comparison of the cluster received waves appearing in the directional power delay profiles (PDP) to precise maps of the environments including all present objects. The analysis of the measurement results show...

2011
R. R. A. Syms

Metamaterials made up of resonant elements containing lossy metallic conductors will invariably give rise to Johnson noise. A model based on nearest neighbor interaction of magnetically coupled elements is shown to predict the propagation of noise waves and the excitation of resonances in regular arrays. The power spectral density (PSD) of the noise is calculated for rectangular arrays of diffe...

2005
Joshua D. Griffin Gregory D. Durgin Andreas Haldi Bernard Kippelen GA

Passive radio frequency (RF) tags in the UHF and microwave bands have recently drawn considerable attention with their great potential for use in inventory management, parcel and postal tracking, as remote sensors, and in a host of other radio frequency identification (RFID) applications [1, 2, 3]. However, much more basic research is needed to increase the range and reliability of a passive RF...

Journal: :Applied optics 2005
Cavour Yeh Fred Shimabukuro Peter H Siegel

The submillimeter wave or terahertz (THz) band (1 mm-100 microm) is one of the last unexplored frontiers in the electromagnetic spectrum. A major stumbling block hampering instrument deployment in this frequency regime is the lack of a low-loss guiding structure equivalent to the optical fiber that is so prevalent at the visible wavelengths. The presence of strong inherent vibrational absorptio...

Journal: :The Journal of Korean Institute of Electromagnetic Engineering and Science 2009

1999
Richard W. Ziolkowski Masahiro Tanaka

Photonic bandgap (PBG) structures constructed from lossy, dispersive dielectric and metallic materials are characterized in terms of their reflection and transmission properties. Particular emphasis is given to PBG structures with defects. These PBG structures are modeled analytically with an ABCD matrix method for their single-frequency response. They also are modeled numerically with a finite...

2012
Krzysztof Pietrzak Alon Rosen Gil Segev

We consider the problem of amplifying the “lossiness” of functions. We say that an oracle circuit C∗ : {0, 1} → {0, 1}∗ amplifies relative lossiness from `/n to L/m if for every function f : {0, 1} → {0, 1} it holds that 1. If f is injective then so is C . 2. If f has image size of at most 2n−`, then C has image size at most 2m−L. The question is whether such C∗ exists for L/m `/n. This problem...

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

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

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