نتایج جستجو برای: temporal parameters

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

Journal: :Arquivos de neuro-psiquiatria 2007
Fulvio Alexandre Scorza Ana Maria Fonseca Abreu Marly de Albuquerque Julio B Cota Pacheco Renato Breviglieri Josemir Wanderley Sander Antônio Carlos da Silva Esper Abrão Cavalheiro Ricardo Mario Arida

Dysfunction affecting cardiac or pulmonary systems has been postulated as a major factor in sudden death in epilepsy (SUDEP). Whilst the majority of studies of cardiorespiratory function have focused on changes during seizures, here we investigate whether epilepsy influences basal respiratory parameters in patients with temporal lobe epilepsy (TLE) during the interictal period. Spirometry was p...

2016
J. Rocadembosch J. Amador J. Bernaus J. Font L. J. Fraile

BACKGROUND The assessment of the cost of production and the relative weight of the different production parameters is very important in pig farming. The goals of the present work were 1) to describe reliable reference values for production parameters and pig production cost from 2010 to 2014, 2) to describe their temporal evolution and 3) to determine the influence of the pig company size on th...

Journal: :Acta psychologica 2003
Ingrid Scharlau Odmar Neumann

Visual stimuli (primes) reduce the perceptual latency of a target appearing at the same location (perceptual latency priming, PLP). Three experiments assessed the time course of PLP by masked and, in Experiment 3, unmasked primes. Experiments 1 and 2 investigated the temporal parameters that determine the size of priming. Stimulus onset asynchrony was found to exert the main influence accompani...

Journal: :Vision Research 2000
Qasim Zaidi S.Jeremy DeBonet

The fundamental question in motion perception is whether motion is an interpretation imposed on an object or feature perceived at separate positions at sequential instants, or whether it is the response of direction-sensitive detectors that can extract the motion-energy in the stimulus, i.e. the orientation of spatio-temporal energy. To answer this question we constructed stimuli whose position...

Journal: :Journal of neuroscience methods 1999
J M Hupé G Chouvet J Bullier

Inactivation by GABA is a powerful tool for studying the function of specific cortical regions. It is especially useful in electrophysiology, because inactivation is reversible within short time periods, and because the extent of the inactivated region can be accurately controlled. Iontophoresis of GABA inactivates neurons up to 300 microm around the micropipette. Pressure injection of GABA ina...

2014
Manoela Ojeda Dan Ding

Due to lower limb paralysis, individuals with spinal cord injury (SCI) rely on their upper limbs for mobility. The prevalence of upper extremity pain and injury is high among this population. We evaluated the performance of three triaxis accelerometers placed on the upper arm, wrist, and under the wheelchair, to estimate temporal parameters of wheelchair propulsion. Twenty-six participants with...

2013
Antonino Marco Cuccia

Iran J Pediatr; Vol 23 (No 5), Oct 2013 Published by: Tehran University of Medical Sciences (http://ijp.tums.ac.ir) Validity and Reliability of Spatio-Temporal Gait Parameters in Adolescents Antonino Marco Cuccia Department of Surgical and Oncological Disciplines, University of Palermo, Italy Received: Mar 06, 2013; Accepted: Jun 17, 2013; First Online Available: Aug 15, 2013 Gait is a complex ...

1996
Martin Szummer Rosalind W. Picard

Temporal textures are textures with motion. Examples include wavy water, rising steam and fire. We model image sequences of temporal textures using the spatio-temporal autoregressive model (STAR). This model expresses each pixel as a linear combination of surrounding pixels lagged both in space and in time. The model provides a base for both recognition and synthesis. We show how the least squa...

2017
Marlieke Scholten Johannes Klemt Melanie Heilbronn Christian Plewnia Bastiaan R. Bloem Friedemann Bunjes Rejko Krüger Alireza Gharabaghi Daniel Weiss

Conventional subthalamic deep brain stimulation for Parkinson's disease (PD) presumably modulates the spatial component of gait. However, temporal dysregulation of gait is one of the factors that is tightly associated with freezing of gait (FOG). Temporal locomotor integration may be modulated differentially at distinct levels of the basal ganglia. Owing to its specific descending brainstem pro...

Journal: :Hearing research 2011
Kazuo Imaizumi Nicholas J Priebe Steven W Cheung Christoph E Schreiner

Auditory cortex updates incoming information on a segment by segment basis for human speech and animal communication. Measuring repetition rate transfer functions (RRTFs) captures temporal responses to repetitive sounds. In this study, we used repetitive click trains to describe the spatial distribution of RRTF responses in cat anterior auditory field (AAF) and to discern potential variations i...

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

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

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