نتایج جستجو برای: electromagnetic wave interference

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

Journal: :Physical review letters 2008
Marco Rahm Steven A Cummer David Schurig John B Pendry David R Smith

Transformation optics offers an unconventional approach to the control of electromagnetic fields. The transformation optical structures proposed to date, such as electromagnetic "invisibility" cloaks and concentrators, are inherently reflectionless and leave the transmitted wave undisturbed. Here, we expand the class of transformation optical structures by introducing finite, embedded coordinat...

2005
J. B. Cao Z. X. Liu J. Y. Yang C. X. Yian Z. G. Wang X. H. Zhang S. R. Wang S. W. Chen W. Bian W. Dong Z. G. Zhang F. L. Hua L. Zhou N. Cornilleau-Wehrlin

LFEW is a low frequency electromagnetic wave detector mounted on TC-2, which can measure the magnetic fluctuation of low frequency electromagnetic waves. The frequency range is 8 Hz to 10 kHz. LFEW comprises a boommounted, three-axis search coil magnetometer, a preamplifier and an electronics box that houses a Digital Spectrum Analyzer. LFEW was calibrated at Chambon-la-Forêt in France. The gro...

2014
Mikhail Lukin Vladan Vuletic

Solitons are localized wave disturbances that propagate without changing shape, a result of a nonlinear interaction that compensates for wave packet dispersion. Individual solitons may collide, but a defining feature is that they pass through one another and emerge from the collision unaltered in shape, amplitude, or velocity, but with a new trajectory reflecting a discontinuous jump. Working w...

2015
Galen Koepke William Young John Ladbury Jason Coder

We examine interference and coexistence testing issues, test methods, and the need to update and develop new test methodologies related to the use of wireless devices in critical infrastructure systems. A case study on interference is presented along with measurements of the ambient electromagnetic environment near banks of electricity meters in a high-rise apartment building. We discuss the ch...

2002
Daniel A. Lidar

In their letter Akis and Ferry propose a quantum waveguide array approach for performing quantum Fourier transforms ~QFTs!. The waveguide produces 2 waves at its output with controllable relative phases; n is the number of binary splits of the input wave. The interference pattern from these waves is recorded and implements a Fourier transform. The authors claim that their waveguide approach is ...

1998
M. Ardehali

We describe in detail the method for Particle-in cell/Monte-Carlo simulation of electron cyclotron resonance (ECR) discharges. In the simulation, electric and magnetic fields are obtained by solving Maxwell equations, and electrons and ions are accelerated by solving equations of motion. We consider two different cases: (i) propagation of electromagnetic wave in the presence of a constant exter...

2004
D. L. Khokhlov

It is considered constraints imposed by the quantum mechanics on the measurement of the density of the electromagnetic energy. First, the energy of the electromagnetic wave and the volume (time) are bound with the Heisenberg uncertainty principle. It reduces from double to ordinary the relativistic effect for the density of the electromagnetic energy. Second, the frequency of photons and the nu...

2015
Young Joon Yoo Sanghyun Ju Sang Yoon Park Young Ju Kim Jihye Bong Taekyung Lim Ki Won Kim Joo Yull Rhee YoungPak Lee

Perfect metamaterial absorber (PMA) can intercept electromagnetic wave harmful for body in Wi-Fi, cell phones and home appliances that we are daily using and provide stealth function that military fighter, tank and warship can avoid radar detection. We reported new concept of water droplet-based PMA absorbing perfectly electromagnetic wave with water, an eco-friendly material which is very plen...

Journal: :IEICE Transactions 2015
Yasushi Matsumoto Kia Wiklundh

This paper presents a method for evaluating the maximum bit error probability (BEP) of a digital communication system subjected to interference by measuring the amplitude probability distribution (APD) of the interfering noise. Necessary conditions for the BEP evaluation are clarified both for the APD measuring receiver and the communication receiver considered. A method of defining emission li...

1998
Todd H. Hubing

This report reviews and summarizes numerical electromagnetic modeling techniques that can be used to analyze sources of electromagnetic interference. Several references are cited to aid the reader who wishes to investigate a particular technique in more detail.

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

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

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