975 resultados para memory processing


Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper adresses the problem on processing biological data such as cardiac beats, audio and ultrasonic range, calculating wavelet coefficients in real time, with processor clock running at frequency of present ASIC's and FPGA. The Paralell Filter Architecture for DWT has been improved, calculating wavelet coefficients in real time with hardware reduced to 60%. The new architecture, which also processes IDWT, is implemented with the Radix-2 or the Booth-Wallace Constant multipliers. Including series memory register banks, one integrated circuit Signal Analyzer, ultrasonic range, is presented.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The discovery of participation of astrocytes as active elements in glutamatergic tripartite synapses (composed by functional units of two neurons and one astrocyte) has led to the construction of models of cognitive functioning in the human brain, focusing on associative learning, sensory integration, conscious processing and memory formation/retrieval. We have modelled human cognitive functions by means of an ensemble of functional units (tripartite synapses) connected by gap junctions that link distributed astrocytes, allowing the formation of intra- and intercellular calcium waves that putatively mediate large-scale cognitive information processing. The model contains a diagram of molecular mechanisms present in tripartite synapses and contributes to explain the physiological bases of cognitive functions. It can be potentially expanded to explain emotional functions and psychiatric phenomena. © MSM 2011.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Transactional memory (TM) is a new synchronization mechanism devised to simplify parallel programming, thereby helping programmers to unleash the power of current multicore processors. Although software implementations of TM (STM) have been extensively analyzed in terms of runtime performance, little attention has been paid to an equally important constraint faced by nearly all computer systems: energy consumption. In this work we conduct a comprehensive study of energy and runtime tradeoff sin software transactional memory systems. We characterize the behavior of three state-of-the-art lock-based STM algorithms, along with three different conflict resolution schemes. As a result of this characterization, we propose a DVFS-based technique that can be integrated into the resolution policies so as to improve the energy-delay product (EDP). Experimental results show that our DVFS-enhanced policies are indeed beneficial for applications with high contention levels. Improvements of up to 59% in EDP can be observed in this scenario, with an average EDP reduction of 16% across the STAMP workloads. © 2012 IEEE.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Studies have demonstrated that nutrient deficiency during pregnancy or in early postnatal life results in structural abnormalities in the offspring hippocampus and in cognitive impairment. In an attempt to analyze whether gestational protein restriction might induce learning and memory impairments associated with structural changes in the hippocampus, we carried out a detailed morphometric analysis of the hippocampus of male adult rats together with the behavioral characterization of these animals in the Morris water maze (MWM). Our results demonstrate that gestational protein restriction leads to a decrease in total basal dendritic length and in the number of intersections of CA3 pyramidal neurons whereas the cytoarchitecture of CA1 and dentate gyrus remained unchanged. Despite presenting significant structural rearrangements, we did not observe impairments in the MWM test. Considering the clear dissociation between the behavioral profile and the hippocampus neuronal changes, the functional significance of dendritic remodeling in fetal processing remains undisclosed. © 2012 ISDN.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We present a general model of brain function (the calcium wave model), distinguishing three processing modes in the perception-action cycle. The model provides an interpretation of the data from experiments on semantic memory conducted by the authors. © 2013 Pereira Jr, Santos and Barros.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Purpose: To investigate parameters related to fluency, reading comprehension and phonological processing (operational and short-term memory) and identify potential correlation between the variables in Dyslexia and in the absence of reading difficulties.Method: One hundred and fifteen students from the third to eighth grade of elementary school were grouped into a Control Group (CG) and Group with Dyslexia (GDys). Reading of words, pseudowords and text (decoding); listening and reading comprehension; phonological short-term and working memory (repetition of pseudowords and Digit Span) were evaluated.Results: The comparison of the groups showed significant differences in decoding, phonological short-term memory (repetition of pseudowords) and answers to text-connecting questions (TC) on reading comprehension, with the worst performances identified for GDys. In this group there were negative correlations between pseudowords repetition and TC answers and total score, both on listening comprehension. No correlations were found between operational and short-term memory (Digit Span) and parameters of fluency and reading comprehension in dyslexia. For the sample without complaint, there were positive correlations between some parameters of reading fluency and repetition of pseudowords and also between answering literal questions in listening comprehension and repetition of digits on the direct and reverse order. There was no correlation with the parameters of reading comprehension.Conclusion: GDys and CG showed similar performance in listening comprehension and in understanding of explicit information and gap-filling inference on reading comprehension. Students of GDys showed worst performance in reading decoding, phonological short-term memory (pseudowords) and on inferences that depends on textual cohesion understanding in reading. There were negative correlations between pseudowords repetition and TC answers and total score, both in listening comprehension.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Previous studies support that regular physical activity in aging contributes as a protective factor against cognitive decline and improves mood states. However, there is a lack of longitudinal studies in this area. Objective: To observe possible changes in cognition related with physical activity. METHODS: This study reassessed, after one-year period, 31 elderly women divided into two groups, sedentary versus active, using behavioral scales and cognitive tests. RESULTS: The active group exhibited significantly enhanced performance in general cognitive function, particularly on tasks of episodic memory and praxis, and also on the mood states scale compared to the sedentary group. The active women also reported higher self-efficacy. CONCLUSION: Long-term physical activity promoted improvement on quality of life in the elderly women.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Modern embedded systems embrace many-core shared-memory designs. Due to constrained power and area budgets, most of them feature software-managed scratchpad memories instead of data caches to increase the data locality. It is therefore programmers’ responsibility to explicitly manage the memory transfers, and this make programming these platform cumbersome. Moreover, complex modern applications must be adequately parallelized before they can the parallel potential of the platform into actual performance. To support this, programming languages were proposed, which work at a high level of abstraction, and rely on a runtime whose cost hinders performance, especially in embedded systems, where resources and power budget are constrained. This dissertation explores the applicability of the shared-memory paradigm on modern many-core systems, focusing on the ease-of-programming. It focuses on OpenMP, the de-facto standard for shared memory programming. In a first part, the cost of algorithms for synchronization and data partitioning are analyzed, and they are adapted to modern embedded many-cores. Then, the original design of an OpenMP runtime library is presented, which supports complex forms of parallelism such as multi-level and irregular parallelism. In the second part of the thesis, the focus is on heterogeneous systems, where hardware accelerators are coupled to (many-)cores to implement key functional kernels with orders-of-magnitude of speedup and energy efficiency compared to the “pure software” version. However, three main issues rise, namely i) platform design complexity, ii) architectural scalability and iii) programmability. To tackle them, a template for a generic hardware processing unit (HWPU) is proposed, which share the memory banks with cores, and the template for a scalable architecture is shown, which integrates them through the shared-memory system. Then, a full software stack and toolchain are developed to support platform design and to let programmers exploiting the accelerators of the platform. The OpenMP frontend is extended to interact with it.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In the present thesis, a new methodology of diagnosis based on advanced use of time-frequency technique analysis is presented. More precisely, a new fault index that allows tracking individual fault components in a single frequency band is defined. More in detail, a frequency sliding is applied to the signals being analyzed (currents, voltages, vibration signals), so that each single fault frequency component is shifted into a prefixed single frequency band. Then, the discrete Wavelet Transform is applied to the resulting signal to extract the fault signature in the frequency band that has been chosen. Once the state of the machine has been qualitatively diagnosed, a quantitative evaluation of the fault degree is necessary. For this purpose, a fault index based on the energy calculation of approximation and/or detail signals resulting from wavelet decomposition has been introduced to quantify the fault extend. The main advantages of the developed new method over existing Diagnosis techniques are the following: - Capability of monitoring the fault evolution continuously over time under any transient operating condition; - Speed/slip measurement or estimation is not required; - Higher accuracy in filtering frequency components around the fundamental in case of rotor faults; - Reduction in the likelihood of false indications by avoiding confusion with other fault harmonics (the contribution of the most relevant fault frequency components under speed-varying conditions are clamped in a single frequency band); - Low memory requirement due to low sampling frequency; - Reduction in the latency of time processing (no requirement of repeated sampling operation).

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The present thesis addresses several experimental questions regarding the nature of the processes underlying the larger centro-parietal Late Positive Potential (LPP) measured during the viewing of emotional(both pleasant and unpleasant) compared to neutral pictures. During a passive viewing condition, this modulatory difference is significantly reduced with picture repetition, but it does not completely habituate even after a massive repetition of the same picture exemplar. In order to investigate the obligatory nature of the affective modulation of the LPP, in Study 1 we introduced a competing task during repetitive exposure of affective pictures. Picture repetition occurred in a passive viewing context or during a categorization task, in which pictures depicting any mean of transportation were presented as targets, and repeated pictures (affectively engaging images) served as distractor stimuli. Results indicated that the impact of repetition on the LPP affective modulation was very similar between the passive and the task contexts, indicating that the affective processing of visual stimuli reflects an obligatory process that occurs despite participants were engaged in a categorization task. In study 2 we assessed whether the decrease of the LPP affective modulation persists over time, by presenting in day 2 the same set of pictures that were massively repeated in day 1. Results indicated that the reduction of the emotional modulation of the LPP to repeated pictures persisted even after 1-day interval, suggesting a contribution of long-term memory processes on the affective habituation of the LPP. Taken together, the data provide new information regarding the processes underlying the affective modulation of the late positive potential.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We used fMRI to investigate the neuronal correlates of encoding and recognizing heard and imagined melodies. Ten participants were shown lyrics of familiar verbal tunes; they either heard the tune along with the lyrics, or they had to imagine it. In a subsequent surprise recognition test, they had to identify the titles of tunes that they had heard or imagined earlier. The functional data showed substantial overlap during melody perception and imagery, including secondary auditory areas. During imagery compared with perception, an extended network including pFC, SMA, intraparietal sulcus, and cerebellum showed increased activity, in line with the increased processing demands of imagery. Functional connectivity of anterior right temporal cortex with frontal areas was increased during imagery compared with perception, indicating that these areas form an imagery-related network. Activity in right superior temporal gyrus and pFC was correlated with the subjective rating of imagery vividness. Similar to the encoding phase, the recognition task recruited overlapping areas, including inferior frontal cortex associated with memory retrieval, as well as left middle temporal gyrus. The results present new evidence for the cortical network underlying goal-directed auditory imagery, with a prominent role of the right pFC both for the subjective impression of imagery vividness and for on-line mental monitoring of imagery-related activity in auditory areas.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In humans, theta band (5-7 Hz) power typically increases when performing cognitively demanding working memory (WM) tasks, and simultaneous EEG-fMRI recordings have revealed an inverse relationship between theta power and the BOLD (blood oxygen level dependent) signal in the default mode network during WM. However, synchronization also plays a fundamental role in cognitive processing, and the level of theta and higher frequency band synchronization is modulated during WM. Yet, little is known about the link between BOLD, EEG power, and EEG synchronization during WM, and how these measures develop with human brain maturation or relate to behavioral changes. We examined EEG-BOLD signal correlations from 18 young adults and 15 school-aged children for age-dependent effects during a load-modulated Sternberg WM task. Frontal load (in-)dependent EEG theta power was significantly enhanced in children compared to adults, while adults showed stronger fMRI load effects. Children demonstrated a stronger negative correlation between global theta power and the BOLD signal in the default mode network relative to adults. Therefore, we conclude that theta power mediates the suppression of a task-irrelevant network. We further conclude that children suppress this network even more than adults, probably from an increased level of task-preparedness to compensate for not fully mature cognitive functions, reflected in lower response accuracy and increased reaction time. In contrast to power, correlations between instantaneous theta global field synchronization and the BOLD signal were exclusively positive in both age groups but only significant in adults in the frontal-parietal and posterior cingulate cortices. Furthermore, theta synchronization was weaker in children and was--in contrast to EEG power--positively correlated with response accuracy in both age groups. In summary we conclude that theta EEG-BOLD signal correlations differ between spectral power and synchronization and that these opposite correlations with different distributions undergo similar and significant neuronal developments with brain maturation.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Chemokine processing by proteases is emerging as an important regulatory mechanism of leukocyte functions and possibly also of cancer progression. We screened a large panel of chemokines for degradation by cathepsins B and D, two proteases involved in tumor progression. Among the few substrates processed by both proteases, we focused on CCL20, the unique chemokine ligand of CCR6 that is expressed on immature dendritic cells and subtypes of memory lymphocytes. Analysis of the cleavage sites demonstrate that cathepsin B specifically cleaves off four C-terminally located amino acids and generates a CCL20(1-66) isoform with full functional activity. By contrast, cathepsin D totally inactivates the chemotactic potency of CCL20 by generating CCL20(1-55), CCL20(1-52), and a 12-aa C-terminal peptide CCL20(59-70). Proteolytic cleavage of CCL20 occurs also with chemokine bound to glycosaminoglycans. In addition, we characterized human melanoma cells as a novel CCL20 source and as cathepsin producers. CCL20 production was up-regulated by IL-1alpha and TNF-alpha in all cell lines tested, and in human metastatic melanoma cells. Whereas cathepsin D is secreted in the extracellular milieu, cathepsin B activity is confined to cytosol and cellular membranes. Our studies suggest that CCL20 processing in the extracellular environment of melanoma cells is exclusively mediated by cathepsin D. Thus, we propose a model where cathepsin D inactivates CCL20 and possibly prevents the establishment of an effective antitumoral immune response in melanomas.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The aim of this study was to investigate the impact of unilateral deep brain stimulation (DBS) of the ventrointermediate (Vim) thalamic nucleus on neuropsychological functioning comparing stimulation-on with stimulation-off conditions. Nine patients [five patients with Parkinson's Disease (PD), two patients with essential tremor (ET) and 2 patients with multiple sclerosis (MS)] underwent comprehensive neuropsychological testing for cognitive functions, including general mental impairment, aphasia, agnosia, executive and constructional abilities, learning, memory, cognitive processing speed and attention as well as depression. The neuropsychological assessments were performed at least 6 months postoperatively (mean 9 months). Testing in the stimulation-on and stimulation-off condition was obtained within a period of 3 to 4 weeks. Unilateral DBS resulted in improvement of tremor in all patients. There were no significant differences between the stimulation-on and the stimulation-off condition with the exception of a decrement of word-recall in the short delay free-recall subtest of the Rey Auditory-Verbal Learning Test (RAVLT). Subgroup analysis indicated that the impairment in word-recall was related to left-sided thalamic stimulation. Our study confirms that chronic unilateral DBS is a safe method with regard to cognitive function. The subtle changes in episodic memory are related to stimulation per se and not to a microthalamotomy effect.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Decision-making and memory are fundamental processes for successful human behaviour. For eye movements, the frontal eye fields (FEF), the supplementary eye fields (SEF), the dorsolateral prefrontal cortex (DLPFC), the ventrolateral frontal cortex and the anterior cingulum are important for these cognitive processes. The online approach of transcranial magnetic stimulation (TMS), i.e., the application of magnetic pulses during planning and performance of saccades, allows interfering specifically with information processing of the stimulated region at a very specific time interval (chronometry of cortical processing). The paper presents studies, which showed the different roles of the FEF and DLPFC in antisaccade control. The critical time interval of DLPFC control seems to be before target onset since TMS significantly increased the percentage of antisaccade errors at that time interval. The FEF seems to be important for the triggering of correct antisaccades. Bilateral stimulation of the DLPFC could demonstrate parallel information-processing transfer in spatial working memory during memory-guided saccades.