نتایج جستجو برای: stem response abr

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

Journal: :Ear and hearing 1998
G Rance R C Dowell F W Rickards D E Beer G M Clark

OBJECTIVE 1) To examine the distribution of behavioral hearing thresholds in a group of children who had shown no click-evoked auditory brain stem response (ABR) at maximum presentation levels. 2) To describe the relationship between the 90 Hz steady-state evoked potential (SSEP) and behavioral thresholds in these subjects. DESIGN A retrospective study based on clinical findings obtained from...

Journal: :Ear and hearing 2006
Craig A Buchman Patricia A Roush Holly F B Teagle Carolyn J Brown Carlton J Zdanski John H Grose

OBJECTIVE To describe a group of children exhibiting electrophysiologic responses characteristic of auditory neuropathy (AN) who were subsequently identified as having absent or small cochlear nerves (i.e., cochlear nerve deficiency). DESIGN A retrospective review of the clinical records, audiological testing results, and magnetic resonance imaging (MRI) studies. Fifty-one of 65 children with...

Journal: :Brazilian journal of otorhinolaryngology 2017
Deepa Aniket Valame Geeta Bharat Gore

INTRODUCTION Cervical vestibular evoked myogenic potentials (cVEMP) can assess the integrity of the inferior vestibular nerve thereby promising to be a useful tool in the audiological test battery to diagnose vestibular schwannoma. OBJECTIVE To ascertain the utility of cVEMP in diagnosis of vestibular schwannoma in conjunction with the ABR and to evaluate whether the size of lesion has any ef...

Journal: :Journal of the American Academy of Audiology 1993
L C Cox R J Martin W A Carlo M Hack

ABR was performed on 42 preterm infants undergoing assisted ventilation with conventional or high-frequency oscillatory ventilation (HFOV). ABRs from these very young neonates were evaluated to further detail the emerging response and to determine if type of ventilation or other perinatal factors had effects on the ABR. While responses were present down to 26 weeks gestational age, the only fac...

2016
Yan Chen Liman Liu Yanping Zhang Renjie Chai Huawei Li

Results: At one week post insertion of antibiotic laden pellets marked ABR threshold elevation (15–40 dB) was observed (P< 0.002–0.0001) against control groups. Persistent significant elevation (25–40 dB) was apparent at 8 and 30 kHz at week 16 with some partial mid frequency recovery. No significant changes in ABR wave amplitudes and latencies were seen. Representative cytocochleograms did not...

2012
Masashi Ichinose Takeshi Nishiyasu

The mechanisms by which blood pressure is maintained against the orthostatic stress caused by gravity's effect on the fluid distribution within the body are important issues in physiology, especially in humans who usually adopt an upright posture. Peripheral vasoconstriction and increased heart rate (HR) are major cardiovascular adjustments to orthostatic stress and comprise part of the reflex ...

2005
J. K. Nousak David R. Stapells

The present study provides comparative evaluation of the ABR and MLR to 1 kHz brief tones in two groups of hearing-impaired subjects (noise-masked normally-hearing; and sensorineurally hearing-impaired adults), as well as a normally-hearing control group. Tones were presented at intensities from threshold to 80 /90 dB nHL. The results of this study show that: (1) the ABR and MLR to these low-fr...

Journal: :Journal of the American Academy of Audiology 2008
Jeffrey Weihing Frank E Musiek

BACKGROUND A common complaint of patients with (central) auditory processing disorder is difficulty understanding speech in noise. Because binaural hearing improves speech understanding in compromised listening situations, quantifying this ability in different levels of noise may yield a measure with high clinical utility. PURPOSE To examine binaural enhancement (BE) and binaural interaction ...

Journal: :The Medical journal of Malaysia 2014
A A A Dzulkarnain N Che Azid

AIM OF STUDY This study investigated the consistency in Auditory Brainstem Response (ABR) waveform evaluations between two audiologists (inter-audiologist agreement) and within each of the audiologist (intra-audiologist agreement). METHODS Two audiologists from one of the audiology clinics in Kuantan, Pahang, Malaysia were involved in this study. Both audiologists were required to identify an...

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

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

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