نتایج جستجو برای: transcranial random oise stimulation

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

2013
Catarina Saiote Zsolt Turi Walter Paulus Andrea Antal

Transcranial electrical stimulation (tES) is a neuromodulatory method with promising potential for basic research and as a therapeutic tool. The most explored type of tES is transcranial direct current stimulation (tDCS), but also transcranial alternating current stimulation (tACS) and transcranial random noise stimulation (tRNS) have been shown to affect cortical excitability, behavioral perfo...

Journal: :The American journal of psychiatry 1997
M S George E M Wassermann T A Kimbrell J T Little W E Williams A L Danielson B D Greenberg M Hallett R M Post

OBJECTIVE Preliminary studies have indicated that daily left prefrontal repetitive transcranial magnetic stimulation might have antidepressant activity. The authors sought to confirm this finding by using a double-blind crossover design. METHOD Twelve depressed adults received in random order 2 weeks of active treatment (repetitive transcranial magnetic stimulation, 20 Hz at 80% motor thresho...

Journal: :iranian journal of medical physics 0
ali yadollahpour ph.d. student in medical physics dept., tarbiat modares university, tehran, iran seyed mohammd firoozabadi associate professor, medical physics dept., tarbiat modares university, tehran, iran seyed javad mirnajafi-zadeh associate professor, physiology dept., tarbiat modares university, tehran, iran

introduction: neural stimulation is a promising new technology for the treatment of medically-intractable seizures.  transcranial magnetic stimulation (tms) is a simple, non-invasive, low cost technique which is widely used in neurophysiology. in a few studies that have been performed at different frequencies the therapeutic effects of this technique were not obvious. repetition of low frequenc...

Journal: :iranian red crescent medical journal 0
mahdieh azin kerman neuroscience research center, institute of neuropharmacology, kerman university of medical sciences, kerman, ir iran nasser zangiabadi kerman neuroscience research center, institute of neuropharmacology, kerman university of medical sciences, kerman, ir iran; kerman neuroscience research center, institute of neuropharmacology, kerman university of medical sciences, p. o. box: 76175-113, kerman, ir iran. tel: +98-9131404398 farhad iranmanesh neurology research center, kerman university of medical sciences, kerman, ir iran mohammad reza baneshi modeling in health research center institute for futures studies in health, kerman university of medical sciences, kerman, ir iran seyedshahab banihashem psychosomatic department, taleghani hospital , shahid beheshti university of medical sciences, tehran, ir iran

conclusions when itbs was applied over the primary motor cortex, it significantly improved manual dexterity, but had no significant effect on the hand motor imagery ability in ms patients. results itbs group showed a reduction in the time required to complete the 9hpt (mean difference = -3.05, p = 0.002), and an increase in the number of blocks transferred in one minute in the bbt (mean differe...

Journal: :Journal of neuroscience methods 2013
Berkan Guleyupoglu Pedro Schestatsky Dylan Edwards Felipe Fregni Marom Bikson

Transcranial Electrical Stimulation (tES) encompasses all methods of non-invasive current application to the brain used in research and clinical practice. We present the first comprehensive and technical review, explaining the evolution of tES in both terminology and dosage over the past 100 years of research to present day. Current transcranial Pulsed Current Stimulation (tPCS) approaches such...

Background and purpose: Auditory-verbal memory decreases with age. One method to compensate this weakness is transcranial direct current stimulation. The current study investigated the effect of Anodal Transcranial Direct Current Stimulation on auditory-verbal memory performance of healthy elderly people. Materials and methods: In a randomized clinical trial, 42 healthy subjects with no histor...

Journal: :Frontiers in cellular neuroscience 2016
Kai Heimrath Marina Fiene Katharina S. Rufener Tino Zaehle

Transcranial electrical stimulation (tES) has become a valuable research tool for the investigation of neurophysiological processes underlying human action and cognition. In recent years, striking evidence for the neuromodulatory effects of transcranial direct current stimulation, transcranial alternating current stimulation, and transcranial random noise stimulation has emerged. While the weal...

2013
Sven Vanneste Felipe Fregni Dirk De Ridder

Tinnitus is the perception of a sound in the absence of an external sound stimulus. This phantom sound has been related to plastic changes and hyperactivity in the auditory cortex. Different neuromodulation techniques such as transcranial magnetic stimulation and transcranial direct current stimulation (tDCS) have been used in an attempt to modify local and distant neuroplasticity as to reduce ...

ژورنال: روانشناسی شناختی 2023

This study aimed to comparison of the effect of Transcranial Direct Current Stimulation (tDCS) and Transcranial Random Noise Stimulation (tRNS) combined with cognitive training on working memory performance of people with attention deficit/hyperactivity disorder. For this purpose, 45 children with attention deficit hyperactivity disorder in zahedan city were purposefully selected as the researc...

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

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

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