نتایج جستجو برای: nonlinear profiles

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

Complex pharmacokinetic (PK) properties including nonlinear elimination were encountered by some monoclonal antibodies (mAbs), and classic compartment models sometimes failed to appropriately describe those properties. In this work, a new model was built on a comprehensive analysis of the complex elimination of mAbs. This new model was firstly utilized to fit with the single-dose plasma concent...

2002
Vyacheslav V. Kazakov Alexander Sutin Paul A. Johnson

We have developed an imaging method for locating isolated nonlinear scattering source~s! in solids. It relies on extracting the nonlinear response of a solid by modulation of a high by a low-frequency wave, and employing moving-window, synchronous detection. The resulting image consists of nonlinear wave reflection profiles with remarkable sensitivity to an isolated elastic nonlinear source~s!....

2015
Shay Keren-Zur Ori Avayu Lior Michaeli Tal Ellenbogen

We present here a method for generating second-harmonic beams with tailored beam profiles using nonlinear metasurfaces based on split ring resonators. By manipulating both the phase and the amplitude of the quadratic nonlinear coefficient locally, at the single inclusion level, the emitted secondharmonic wavefront is perfectly controlled. These concepts are demonstrated experimentally by the fa...

2015
Kai Wang Qing Zhao Jianwei Lu Tianwei Yu

With modern technologies such as microarray, deep sequencing, and liquid chromatography-mass spectrometry (LC-MS), it is possible to measure the expression levels of thousands of genes/proteins simultaneously to unravel important biological processes. A very first step towards elucidating hidden patterns and understanding the massive data is the application of clustering techniques. Nonlinear r...

2008
J. M. Reynolds C. R. Sovinec S. C. Prager

Nonlinear simulation with a simple resistive magnetohydrodynamics model is used to investigate the stabilization of magnetic fluctuations in reversed-field pinch plasmas subject to pulsedparallel current drive (PPCD). Numerical results are diagnosed with computations of nonlinear power transfer and by evaluating sequences of profiles for linear stability. Results show that poloidal electric fie...

Journal: :Quality and Reliability Eng. Int. 2015
Rubén Darío Guevara José Alberto Vargas

There are practical situations in which the quality of a process or product can be better characterized by a functional relationship between a response variable and one or more explanatory variables, which is called profile. Such profiles frequently can be represented adequately using linear or nonlinear models. While there are several studies in monitoring profiles, there are few studies to ev...

Journal: :Physical review letters 2014
Joseph Lydon Marc Serra-Garcia Chiara Daraio

We study the localized modes created by introducing a resonant defect in a mechanical lattice. We find that modes introduced by resonant defects have profiles that can be tuned from being extremely localized to totally delocalized by an external force. This is in direct contrast with modes introduced by traditional mass or stiffness defects, in which the modes' profiles stay constant. We presen...

Journal: :Physical review letters 2005
Ning Xu Corey S O'Hern Lou Kondic

We conduct molecular dynamics simulations of athermal systems undergoing boundary-driven planar shear flow in two and three spatial dimensions. We find that these systems possess nonlinear mean velocity profiles when the velocity u of the shearing wall exceeds a critical value u(c). Above u(c), we also show that the packing fraction and mean-square velocity profiles become spatially dependent w...

2013
PIOTR BILER

A degenerate nonlinear nonlocal evolution equation is considered; it can be understood as a porous medium equation whose pressure law is nonlinear and nonlocal. We show the existence of sign changing weak solutions to the corresponding Cauchy problem. Moreover, we construct explicit compactly supported selfsimilar solutions which generalize Barenblatt profiles — the well-known solutions of the ...

Journal: :Optics letters 2007
Sergey A Ponomarenko Govind P Agrawal

We discover analytically an extensive family of optical similaritons, propagating inside graded-index nonlinear waveguide amplifiers. We show that there exists a one-to-one correspondence between these novel similaritons and standard solitons of the homogeneous nonlinear Schrödinger equation. We demonstrate that for certain inhomogeneity and gain profiles, the newly discovered similaritons turn...

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

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

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