12 resultados para Musical Memory
em Instituto Politécnico do Porto, Portugal
Resumo:
Existem, actualmente, facilidades e técnicas sem precedentes tendo como fim medir a interpretação musical: medição directa do instrumento, de gravações digitalizadas, medição de imagens vídeo de todo o corpo na interpretação ou só das mãos, medição das características espectrais da música interpretada, informação através de entrevistas com intérpretes e improvisadores, com grupos musicais, informação sobre o estudo do instrumento. Nunca até hoje houve tanto e tão detalhado conhecimento dos processos e manifestações da interpretação musical. Mas o que podem mostrar todas estas medições? Que questões colocam? Que características e que tipos de interpretação foram ignorados? Enfim, o que se aprendeu? E porque tem sido a interpretação musical alvo destas investigações? Este artigo considera e ilustra algumas das diferentes perspectivas de aproximação à interpretação musical, as questões que estes estudos levantam, e discute os sucessos, os fracassos e o futuro deste tipo de investigação.
Resumo:
Pesticide exposure during brain development could represent an important risk factor for the onset of neurodegenerative diseases. Previous studies investigated the effect of permethrin (PERM) administered at 34 mg/kg, a dose close to the no observable adverse effect level (NOAEL) from post natal day (PND) 6 to PND 21 in rats. Despite the PERM dose did not elicited overt signs of toxicity (i.e. normal body weight gain curve), it was able to induce striatal neurodegeneration (dopamine and Nurr1 reduction, and lipid peroxidation increase). The present study was designed to characterize the cognitive deficits in the current animal model. When during late adulthood PERM treated rats were tested for spatial working memory performances in a T-maze-rewarded alternation task they took longer to choose for the correct arm in comparison to age matched controls. No differences between groups were found in anxiety-like state, locomotor activity, feeding behavior and spatial orientation task. Our findings showing a selective effect of PERM treatment on the T-maze task point to an involvement of frontal cortico-striatal circuitry rather than to a role for the hippocampus. The predominant disturbances concern the dopamine (DA) depletion in the striatum and, the serotonin (5-HT) and noradrenaline (NE) unbalance together with a hypometabolic state in the medial prefrontal cortex area. In the hippocampus, an increase of NE and a decrease of DA were observed in PERM treated rats as compared to controls. The concentration of the most representative marker for pyrethroid exposure (3-phenoxybenzoic acid) measured in the urine of rodents 12 h after the last treatment was 41.50 µ/L and it was completely eliminated after 96 h.
Resumo:
A atenção face dada à problemática da perda auditiva induzida pelo ruído nos profissionais da música tem sido enfatizada estudos nos últimos anos. No entanto, no que respeita aos alunos de música, são ainda poucos os estudos que analisam esta problemática de modo a permitir compreender se estes poderão estar expostos a elevados níveis de ruído no decorrer da sua formação e desenvolver problemas auditivos. O presente estudo pretende caraterizar os níveis de pressão sonora a que alunos de música estão expostos no decorrer das aulas e analisar a perceção do risco dos mesmos e potenciais efeitos sobre o sistema auditivo. Foram analisadas duas Orquestras de Jazz e uma Orquestra Sinfónica de uma Escola Superior de Música (ESM) e de um Conservatório de Música (CM). No total foram selecionados 24 alunos de acordo com o seu instrumento, e medidos os níveis de pressão sonora em diversas aulas, ao longo de duas semanas com recurso a 8 dosímetros. Foi aplicado um questionário para a análise da perceção dos alunos ao ruído e realizados exames audiométricos para a avaliação auditiva dos alunos. Em geral, os resultados demostraram que os alunos estão expostos a níveis elevados de ruído no decurso das aulas de instrumento e ensaios. Foram obtidos elevados níveis de Lp,A,eqT na bateria, vibrafone, saxofone, trombone, clarinete e trompa. Nas três escolas, verificou-se valores mais baixos de exposição no contrabaixo, nomeadamente nas Aulas Individuais. Os valores de Lp,Cpico ultrapassaram o valor de ação inferior de 135 dB(C) na percussão e saxofone. Nas aulas teóricas os valores obtidos ultrapassaram recomendação de 35 dB(A). No que respeita à perceção dos alunos verificou-se que em geral consideram que a exposição a elevados níveis de pressão sonora não tem efeitos significativos na saúde. Apesar de se ter verificado que todos os alunos avaliados apresentam uma audição normal, tinnitus, hiperacusia, distorção e diplacusia foram identificados por um número significativo de alunos. Os resultados obtidos neste estudo refletem a necessidade de implementação de medidas de prevenção e controlo dos níveis de exposição dos alunos de música com vista a um aumento da sua consciencialização do risco.
Resumo:
The recent trends of chip architectures with higher number of heterogeneous cores, and non-uniform memory/non-coherent caches, brings renewed attention to the use of Software Transactional Memory (STM) as a fundamental building block for developing parallel applications. Nevertheless, although STM promises to ease concurrent and parallel software development, it relies on the possibility of aborting conflicting transactions to maintain data consistency, which impacts on the responsiveness and timing guarantees required by embedded real-time systems. In these systems, contention delays must be (efficiently) limited so that the response times of tasks executing transactions are upper-bounded and task sets can be feasibly scheduled. In this paper we assess the use of STM in the development of embedded real-time software, defending that the amount of contention can be reduced if read-only transactions access recent consistent data snapshots, progressing in a wait-free manner. We show how the required number of versions of a shared object can be calculated for a set of tasks. We also outline an algorithm to manage conflicts between update transactions that prevents starvation.
Resumo:
The usage of COTS-based multicores is becoming widespread in the field of embedded systems. Providing realtime guarantees at design-time is a pre-requisite to deploy real-time systems on these multicores. This necessitates the consideration of the impact of the contention due to shared low-level hardware resources on the Worst-Case Execution Time (WCET) of the tasks. As a step towards this aim, this paper first identifies the different factors that make the WCET analysis a challenging problem in a typical COTS-based multicore system. Then, we propose and prove, a mathematically correct method to determine tight upper bounds on the WCET of the tasks, when they are co-scheduled on different cores.
Resumo:
The current industry trend is towards using Commercially available Off-The-Shelf (COTS) based multicores for developing real time embedded systems, as opposed to the usage of custom-made hardware. In typical implementation of such COTS-based multicores, multiple cores access the main memory via a shared bus. This often leads to contention on this shared channel, which results in an increase of the response time of the tasks. Analyzing this increased response time, considering the contention on the shared bus, is challenging on COTS-based systems mainly because bus arbitration protocols are often undocumented and the exact instants at which the shared bus is accessed by tasks are not explicitly controlled by the operating system scheduler; they are instead a result of cache misses. This paper makes three contributions towards analyzing tasks scheduled on COTS-based multicores. Firstly, we describe a method to model the memory access patterns of a task. Secondly, we apply this model to analyze the worst case response time for a set of tasks. Although the required parameters to obtain the request profile can be obtained by static analysis, we provide an alternative method to experimentally obtain them by using performance monitoring counters (PMCs). We also compare our work against an existing approach and show that our approach outperforms it by providing tighter upper-bound on the number of bus requests generated by a task.
Resumo:
Contention on the memory bus in COTS based multicore systems is becoming a major determining factor of the execution time of a task. Analyzing this extra execution time is non-trivial because (i) bus arbitration protocols in such systems are often undocumented and (ii) the times when the memory bus is requested to be used are not explicitly controlled by the operating system scheduler; they are instead a result of cache misses. We present a method for finding an upper bound on the extra execution time of a task due to contention on the memory bus in COTS based multicore systems. This method makes no assumptions on the bus arbitration protocol (other than assuming that it is work-conserving).
Resumo:
Dissertação para obtenção do grau de Mestre em Música - Interpretação Artística
Resumo:
The last decade has witnessed a major shift towards the deployment of embedded applications on multi-core platforms. However, real-time applications have not been able to fully benefit from this transition, as the computational gains offered by multi-cores are often offset by performance degradation due to shared resources, such as main memory. To efficiently use multi-core platforms for real-time systems, it is hence essential to tightly bound the interference when accessing shared resources. Although there has been much recent work in this area, a remaining key problem is to address the diversity of memory arbiters in the analysis to make it applicable to a wide range of systems. This work handles diverse arbiters by proposing a general framework to compute the maximum interference caused by the shared memory bus and its impact on the execution time of the tasks running on the cores, considering different bus arbiters. Our novel approach clearly demarcates the arbiter-dependent and independent stages in the analysis of these upper bounds. The arbiter-dependent phase takes the arbiter and the task memory-traffic pattern as inputs and produces a model of the availability of the bus to a given task. Then, based on the availability of the bus, the arbiter-independent phase determines the worst-case request-release scenario that maximizes the interference experienced by the tasks due to the contention for the bus. We show that the framework addresses the diversity problem by applying it to a memory bus shared by a fixed-priority arbiter, a time-division multiplexing (TDM) arbiter, and an unspecified work-conserving arbiter using applications from the MediaBench test suite. We also experimentally evaluate the quality of the analysis by comparison with a state-of-the-art TDM analysis approach and consistently showing a considerable reduction in maximum interference.
Resumo:
This paper analyzes several natural and man-made complex phenomena in the perspective of dynamical systems. Such phenomena are often characterized by the absence of a characteristic length-scale, long range correlations and persistent memory, which are features also associated to fractional order systems. For each system, the output, interpreted as a manifestation of the system dynamics, is analyzed by means of the Fourier transform. The amplitude spectrum is approximated by a power law function and the parameters are interpreted as an underlying signature of the system dynamics. The complex systems under analysis are then compared in a global perspective in order to unveil and visualize hidden relationships among them.
Resumo:
Signal Processing: Algorithms, Architectures, Arrangements, and Applications (SPA), 2013
Resumo:
Este documento tem como objetivo relatar aquilo que foi a prática educativa realizada ao longo do último ano letivo. Numa primeira parte, consta deste documento uma descrição da instituição de ensino onde foi realizada a prática educativa, seguindo-se a reflexão das observações realizadas às aulas dos professores cooperantes, bem como a reflexão e descrição daquilo que foi lecionado na disciplina de formação musical em contexto de prática educativa supervisionada. No capítulo terceiro deste documento, encontra-se o projeto de investigação – o cerne deste trabalho – realizado ao longo deste ano letivo. Este projeto trata da questão do uso do reportório como recurso pedagógico nas aulas de formação musical, e foi desenvolvido tendo uma abordagem metodológica qualitativa, onde foram entrevistados um conjunto de professores de formação musical – escolhidos segundo critérios abaixo referenciados – com o intuito de perceber se usam o reportório – quer na audição musical quer no estudo da partitura – como recurso pedagógico nas aulas. Será apresentada uma breve reflexão final acerca das implicações deste estudo, sendo visível as suas limitações, e deixando em aberto possíveis investigações futuras com o objetivo do alargamento e verificação da viabilidade desta questão – o reportório como recurso pedagógico nas aulas de formação musical.