نتایج جستجو برای: peak voltage

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

Journal: :The Journal of General Physiology 1978
L M Masukawa E X Albuquerque

Histrionicotoxin, a toxin isolated from skin secretions of a Colombian arrow poison frog, Dendrobates histrionicus, decreased the amplitude and time-course of the endplate current, and altered the voltage dependence of the half-decay time. In addition, the toxin produced a characteristic nonlinearity in the current-voltage relationship of the endplate current when 3-s voltage conditioning steps...

Journal: :Energies 2022

In this article the improved sampled average modulation technique is proposed, has 2N + 1 levels in output voltage waveform of MMC and it considered as low complexity implementation for any number submodules per arm. For that, characteristics such dynamic response, complexity, inverter levels, switching frequency are to evaluate validate proposed technique. The compared with other three previou...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2005
amir hossein shamekhi ali ghaffari

the application of ion current signals is one of the most recent approaches in engine management systems. by applying a small constant dc voltage across the electrodes of the spark plug and measuring the current through the electrode gap, the state of gas may be measured and investigated. in this paper a computer code is developed in order to analyze the state of gas during the combustion perio...

2008
G. Ravikumar

We present a phenomenological model for the vortex dynamics in the peak effect region of weakly pinned superconductors. We explain the history dependent dynamic response of the metastable vortex states subjected to a transport current and the hysteretic voltage-current characteristics observed in the vicinity of peak effect in weakly pinned superconductors. A strong variation in voltage current...

2011
Zvi M. Kedem Vincent J. Mooney Kirthi Krishna Muntimadugu Krishna V. Palem

We present a theoretical foundation and a methodology for automatically assigning supply voltages to approximate ripple carry adders in which accuracy is traded for energy consumption. The error minimization problem for a fixed energy budget is formulated as a binned geometric program. We first use geometric programming to minimize the average error of the adder and compute the supply voltages ...

A. Eskandari-asl

The one photon absorption (OPA) cross section of a current carrying two-orbital quantum dot (QD) with strong electron-phonon interaction (polaron regime) is considered. Using the self-consistent non-equilibrium Hartree-Fock (HF) approximation, we determine the dependence of OPA cross section on the applied bias voltage, the strength of effective electron-electron interaction, and level spacing ...

Journal: :Hypertension 2007
Gleb Tolstykh Patricia M de Paula Steve Mifflin

The nucleus of the solitary tract (NTS) is the central site of termination of baroreceptor afferents. We hypothesize that changes occur in voltage-gated calcium channels (VGCCs) within NTS neurons as a consequence of hypertension. Whole-cell patch-clamp recordings were obtained from adult normotensive (109+/-2 mm Hg; n=6 from 6 sham-operated and 31 nonsurgically treated) and hypertensive (158+/...

2011
Muhamad Mansor Nasrudin Abd. Rahim

Voltage sag compensator is very important in power quality. Its performance also depends on the types of sag detection techniques used. Sag detection technique determines the dynamic performance of a voltage-sag compensator. Many techniques have been introduced to measure and to detect voltage sag, such as RMS-Value Evaluation and Peak-Value Evaluation. Unfortunately, most of the techniques req...

Journal: :The Journal of General Physiology 1980
A B MacDermott E A Connor V E Dionne R L Parsons

Excitatory postsynaptic currents (EPSCs) have been studied in voltage-clamped bullfrog sympathetic ganglion B cells. The EPSC was small, rose to a peak within 1-3 ms, and then decayed exponentially over most of its time-course. For 36 cells at --50 mV (21-23 degrees C), peak EPSC size was --6.5 +/- 3.5 nA (mean +/- SD), and the mean decay time constant tau was 5.3 +/- 0.9 ms. tau showed a small...

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

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

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