4 resultados para Artists, Austrian.

em Indian Institute of Science - Bangalore - Índia


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Tambura is an essential drone accompaniment used in Indian music concerts. It acts as an immediate reference of pitch for both the artists and listeners. The four strings of Tambura are tuned to the frequency ratio :1:1: . Careful listening to Tambura sound reveals that the tonal spectrum is not stationary but is time varying. The object of this study is to make a detailed spectrum analysis to find out the nature of temporal variation of the tonal spectrum of Tambura sound. Results of the analysis are correlated with perceptual evaluation conducted in a controlled acoustic environment. A significant result of this study is to demonstrate the presence of several notes which are normally not noticed even by a professional artist. The effect of bridge in Tambura in producing the so called “live tone” is explained through time and frequency parameters of Tambura sounds.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The material presented in this paper summarizes the progress that has been made in the analysis, design, and testing of concrete structures. The material is summarized in the following documents: 1. Part I - Containment Design Criteria and Loading Combinations - J.D. Stevenson (Stevenson and Associates, Cleveland, Ohio, USA) 2. Part II - Reinforced and Prestressed Concrete Behavior - J. Eibl and M. Curbach (Karlsruhe University, Karlsruhe, Germany) 3. Part III - Concrete Containment Analysis, Design and Related Testing - T.E. Johnson and M.A. Daye (Bechtel Power Corporation, Gaithersburg, Maryland USA) 4. Part IV - Impact and Impulse Loading and Response Prediction - J.D. Riera (School of Engineering - UFRGS, Porto Alegre, RS, Brazil) 5. Part V - Metal Containments and Liner Plate Systems - N.J. Krutzik (Siemens AG, Offenbach Am Main, Germany) 6. Part VI - Prestressed Reactor Vessel Design, Testing and Analysis - J. Nemet (Austrian Research Center, Seibersdorf, Austria) and K.T.S. Iyengar (Indian Institute of Science, Bangalore, India).

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Software transactional memory (STM) is a promising programming paradigm for shared memory multithreaded programs as an alternative to traditional lock based synchronization. However adoption of STM in mainstream software has been quite low due to its considerable overheads and its poor cache/memory performance. In this paper, we perform a detailed study of the cache behavior of STM applications and quantify the impact of different STM factors on the cache misses experienced by the applications. Based on our analysis, we propose a compiler driven Lock-Data Colocation (LDC), targeted at reducing the cache overheads on STM. We show that LDC is effective in improving the cache behavior of STM applications by reducing the dcache miss latency and improving execution time performance.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In this work, we propose a new organization for the last level shared cache of a rnulticore system. Our design is based on the observation that the Next-Use distance, measured in terms of intervening misses between the eviction of a line and its next use, for lines brought in by a given delinquent PC falls within a predictable range of values. We exploit this correlation to improve the performance of shared caches in multi-core architectures by proposing the NUcache organization.