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

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

2007
Myungsik Yoo Junho Hwang

To address the burst loss problem in OBS network, we propose a new optical burst control algorithm, which estimates the future burst traffic condition to eliminate the effect of congestion reaction delay. Through the simulations, we verify that the proposed algorithm outperforms other existing burst control algorithms.

2014
Dirk De Ridder

The brain is a complex adaptive system, processing information from the internal and external environment. Information is transmitted within the nervous system in at least 2 separate firing patterns, tonic and burst firing. Burst firing consists of closely spaced spikes at high frequency (eg 500 Hz) followed by quiescent periods. It has been proposed that burst firing is a signal detector, a ki...

Journal: :IEICE Transactions 2005
Craig W. Cameron Andrew Zalesky Moshe Zukerman

Optical Burst Switching (OBS) aims to provide higher utilization and greater flexibility at a lower cost and reduced complexity than current optical circuit switched networks. We introduce a new routing protocol for Optical Burst Switching, Shortest Path Prioritized Random Deflection Routing (SP-PRDR), that aims to lower burst loss probabilities while only using limited state information from t...

Journal: :The Journal of the Acoustical Society of America 2007
Shannon Rankin Julie Oswald Jay Barlow Marc Lammers

Vocalizations from the northern right whale dolphin, Lissodelphis borealis, were recorded during a combined visual and acoustic shipboard survey of cetacean populations off the west coast of the United States. Seven of twenty single-species schools of L. borealis produced click and pulsed vocalizations. No whistles were detected during any of the encounters. Clicks associated with burst-pulse v...

Journal: :Molecular cell 2016
Caroline R Bartman Sarah C Hsu Chris C-S Hsiung Arjun Raj Gerd A Blobel

Mammalian genes transcribe RNA not continuously, but in bursts. Transcriptional output can be modulated by altering burst fraction or burst size, but how regulatory elements control bursting parameters remains unclear. Single-molecule RNA FISH experiments revealed that the β-globin enhancer (LCR) predominantly augments transcriptional burst fraction of the β-globin gene with modest stimulation ...

2012
Nidhi Dwivedi Veerendra Kumar

The main objective of this paper is to propose various types of Finite Element Methods used for the calculation of burst strength of pressure vessel. The pressure at which the pressure vessel should burst if all of the specified design tolerances are at their minimum values is called burst pressure. Prediction of burst strength is the very important aspect in the pressure vessel design. The pre...

Journal: :The Journal of physiology 1999
S R Williams G J Stuart

1. Electrophysiological recordings and pharmacological manipulations were used to investigate the mechanisms underlying the generation of action potential burst firing and its postsynaptic consequences in visually identified rat layer 5 pyramidal neurons in vitro. 2. Based upon repetitive firing properties and subthreshold membrane characteristics, layer 5 pyramidal neurons were separated into ...

2004
L. Piro M. De Pasquale P. Soffitta D. Lazzati L. Amati E. Costa M. Feroci F. Frontera C. Guidorzi J. M. J. in ’ t Zand E. Montanari L. Nicastro

In this paper we present BeppoSAX and XMM-Newton observations of two long Gamma-ray bursts, the X-ray rich event of December 11, 2001 (GRB011211) and the hard and very bright event of November 21, 2001 (GRB011121). In both events we find evidence of a late X-ray burst, taking place several minutes after the prompt emission. In the November burst the spectrum of the X-ray burst is much softer th...

Journal: :American journal of physiology. Heart and circulatory physiology 2003
D S Kimmerly J K Shoemaker

We previously demonstrated that diuretic-induced hypovolemia resulted in an enhanced baroreflex-mediated increase in integrated muscle sympathetic nerve activity (MSNA) and vasomotor tone during lower body negative pressure (LBNP) (Am J Physiol Heart Circ Physiol 282: H645-H655, 2002). The purpose of this study was to perform a retrospective analysis of these data and examine the ability of rel...

Journal: :Journal of neurophysiology 2008
Michael L Molineux W Hamish Mehaffey Reza Tadayonnejad Dustin Anderson Adrien F Tennent Ray W Turner

Large diameter cells in rat deep cerebellar nuclei (DCN) can be distinguished according to the generation of a transient or weak rebound burst and the expression of T-type Ca(2+) channel isoforms. We studied the ionic basis for the distinction in burst phenotypes in rat DCN cells in vitro. Following a hyperpolarization, transient burst cells generated a high-frequency spike burst of < or = 450 ...

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

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

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