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

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

2016
Liang Feng Hui Xiao Guang Wen Zongfei Li Yue Sun Qi Tang Yanan Liu Guifu Zhang

In order to improve the performance of X-band dual-polarization radars, it is necessary to conduct attenuation correction before using the X-band radar data. This study analyzes a variety of attenuation correction methods for the X-band radar reflectivity, and proposes a high-resolution slide self-consistency correction (SSCC) method, which is an improvement of Kim et al.’s method based on Brin...

Journal: :Optics express 2007
V Karalekas J D Ania-Castañón P Harper S A Babin E V Podivilov S K Turitsyn

We present an experimental study of the impact of FWM-induced nonlinear spectral broadening on the effective reflectivity of ultra-long Raman fiber laser cavities of diverse lengths and fiber bases. We observe an exponential decay of the effective reflectivity with growing power. In standard single-mode fiber, effective reflectivity drops of up to 50% for shorter cavity lengths are observed, wh...

2015
Andrew J. Martin Herbert W. Marsh Raymond L. Debus

This research places self-handicapping and defensive pessimism (comprising defensive expectations and reflectivity) into a single conceptual and analytic framework that models the full self-protective process across time. Data on two occasions collected during students (n 1⁄4 328) first two years at university show: performance orientation positively predicts self-handicapping, defensive expect...

2013
T. P. Russell

Over the last few years reflectivity methods have emerged as key tools for the investigation of polymer surfaces and interfaces. The high spatial resolution of these techniques, of the order of 5 A, has provided a means of probing density gradients in polymers on a submolecular level. This resolution, coupled with selective labeling of all or parts of polymer chains has permitted the examinatio...

2017
Jinxing Jiang Keiichi Hirano Kenji Sakurai

Recently, the authors have succeeded in realizing X-ray reflectivity imaging of heterogeneous ultrathin films at specific wavevector transfers by applying a wide parallel beam and an area detector. By combining in-plane angle and grazing-incidence angle scans, it is possible to reconstruct a series of interface-sensitive X-ray reflectivity images at different grazing-incidence angles (proportio...

2002
M. H. Modi G. S. Lodha M. Nayak A. K. Sinha R. V. Nandedkar

The soft X-ray reflectivity characterization of Mo/Si multilayer deposited by electron beam evaporation is discussed. The measurements are performed on Indus-1 synchrotron storage ring. The interdiffusion of two-layer materials in multilayer leads to the formation of interlayers. To understand the influence of interlayers and interfacial roughness on soft X-ray reflectivity profile, simulation ...

Journal: :IEEE Trans. Geoscience and Remote Sensing 1999
Gianfranco Scarchilli Eugenio Gorgucci V. Chandrasekar

Multiparameter radar measurements of rainfall, namely, reflectivity factor ZH , differential reflectivity ZDR , and specific differential phase KDP lie in a constrained threedimensional (3-D) space and therefore measurement of ZH , ZDR , or KDP should be consistent with the other two. This selfconsistency relationship between ZH , ZDR , and KDP is valid when the radar resolution volume is homog...

2006
Carlos Montana Gary Margrave

Summary White reflectivity is not a fundamental assumption in the convolutional models. However the deconvolution algorithms should be modified slightly to honour color in the reflectivity series. This color correction is just possible when enough well-log information is available to build a mathematical model for the regional reflectivity. A method for correcting reflectivity color effects in ...

2012
Andres Medina

One prevailing assumption in reflection seismology is that the observed trace can be described as a convolution of a source wavelet with the Earth’s reflectivity plus some noise. In a conventional deconvolution approach one thus estimates a linear deconvolution filter to retrieve the reflectivity series from the observed data. This amounts to taking linear combinations of noisy observations and...

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

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

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