نتایج جستجو برای: vestibulocolic reflex

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

Journal: :The Journal of physiology 2001
D P Ferris P Aagaard E B Simonsen C T Farley P Dyhre-Poulsen

The Hoffmann (H-) reflex is an electrical analogue of the monosynaptic stretch reflex, elicited by bypassing the muscle spindle and directly stimulating the afferent nerve. Studying H-reflex modulation provides insight into how the nervous system centrally modulates stretch reflex responses.A common measure of H-reflex gain is the slope of the relationship between H-reflex amplitude and EMG amp...

Journal: :American journal of physiology. Gastrointestinal and liver physiology 2008
Renta Katsui Yu Kojima Hiroki Kuniyasu Juichiro Shimizu Fumikazu Koyama Hisao Fujii Yoshiyuki Nakajima Miyako Takaki

Moderate rectal distension elicits recto-rectal reflex contractions and simultaneous recto-internal anal sphincter reflex relaxations that together comprise the defecation reflex. Both reflexes are controlled by 1) pelvic nerves, 2) lumbar colonic nerves, and 3) enteric nervous system. The aim of the present study was to explore a novel approach to repairing the defecation reflex dysfunction by...

Journal: :Journal of Human Kinetics 2021

Heart rate variability biofeedback (HRV BFB) is paced breathing scheme that stimulates resonance in the cardiovascular system. This study aimed to investigate effect of a single-session HRV BFB on Hoffman reflex (H-reflex) soleus muscle. Twelve healthy males (height: 173.7 ± 7.18 cm; weight: 72.7 17.7 kg; age: 24.0 5.02 yrs) completed randomized-crossover intervention involving 10-minute and no...

Journal: :Mathematics 2023

The organizational reflex in relation to the company is considered be an instinctive reaction of its employees external stimulus that has arisen or, other words, ability employee spontaneously generate a competitive response based on information received from global environment. It intentional algorithm enables know how and when react as quickly possible, according signal environment received, ...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1976
P J Delwaide M Cordonnier M Charlier

In 30 normal subjects, the influence of the reflex activation of one myotatic reflex arc on the excitability of other myotatic reflex arcs of the lower limb has been investigated using excitability curves. Soleus, quadriceps, and short biceps tendon reflexes as well as H reflex at two different intensities (liminal and H max/2) were used either as conditioning or as conditioned responses. The r...

Journal: :Journal of neurophysiology 2008
Eric J Perreault Kuifu Chen Randy D Trumbower Gwyn Lewis

The human motor system regulates arm mechanics to produce stable postures during interactions with different physical environments. This occurs partly via involuntary mechanisms, including stretch reflexes. Previous single-joint studies demonstrated enhanced reflex sensitivity during interactions with compliant environments, suggesting reflex gain increases to enhance limb stability when that s...

Journal: :Arquivos de neuro-psiquiatria 2011
Juliana Spelta Valbuza Márcio Moysés de Oliveira Cristiane Fiquene Conti Lucila Bizari F Prado Luciane B C Carvalho Gilmar Fernandes do Prado

UNLABELLED Obstructive sleep apnea (OSA) has high prevalence and may cause serious comorbidities. The aim of this trial was to show if simple noninvasive methods such as gag reflex and palatal reflex are prospective multivariate assessments of predictor variables for OSA. METHOD We evaluate gag reflex and palatal reflex, of fifty-five adult patients, and their subsequent overnight polysomnogr...

Journal: :Muscle & nerve 2003
John E Misiaszek

The Hoffmann reflex (H-reflex) is extensively used as both a research and clinical tool. The ease with which this reflex can be elicited in several muscles throughout the body makes it an attractive tool. This review discusses some of the important limitations in using the H-reflex. In particular, the inaccurate but widely held assumptions that the H-reflex (1). represents the monosynaptic refl...

2015
Halil Ibrahim Cakar Muharrem Cidem Oguz Sebik Gizem Yilmaz Safak Sahir Karamehmetoglu Sadik Kara Ilhan Karacan Kemal Sıtkı Türker

[Purpose] Whole-body vibration (WBV) can induce reflex responses in muscles. A number of studies have reported that the physiological mechanisms underlying this type of reflex activity can be explained by reference to a stretch-induced reflex. Thus, the primary objective of this study was to test whether the WBV-induced muscular reflex (WBV-IMR) can be explained as a stretch-induced reflex. [Su...

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

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

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