Search results for "ARCHITECTURE"
showing 10 items of 3706 documents
A still to be explored heritage: stone and earthen architecture in Sicily / Un patrimonio ancora da esplorare: architettura in pietra e terra in Sici…
2011
Gli impieghi a fini costruttivi della terra cruda, che pure nelle civiltà mediterranee hanno trovato espressioni consistenti e talvolta ancora vegete, proprio in Sicilia non hanno avuto riconosciuto sinora un ruolo significativo nel pur ricchissimo patrimonio culturale dell’isola. Tuttavia, oggi sembra acquisita la consapevolezza che questo materiale costruttivo è stato usato anche in Sicilia, costituendo un campo di indagine che merita di essere ancora esplorato, non solo in ambito archeologico. Lo stato dell’arte evidenzia discontinuità rispetto alle tradizioni costruttive in crudo attestate dai ritrovamenti archeologici. Il contributo approfondisce altri impieghi della terra (murature in…
Psychoacoustic Annoyance Implementation With Wireless Acoustic Sensor Networks for Monitoring in Smart Cities
2020
Soundscape standard (ISO 12913) is mainly oriented to describe the psychoacoustic annoyance (PA) due to the perceived sound in different environments. The evaluation of this annoyance is commonly based on the Zwicker and Fastl model that defines several components related to this subjective annoyance, such as loudness, sharpness, roughness, and fluctuation strength. But due to their complexity, these components are difficult to be calculated on small board computers (SBCs) in real time in order to enable a wireless acoustic sensor network for PA monitoring. In this article, we describe the necessary procedures to implement the complete psychoacoustic model by Zwicker and Fastl in a precise …
5G IoT System for Real-Time Psycho-Acoustic Soundscape Monitoring in Smart Cities With Dynamic Computational Offloading to the Edge
2021
Environmental noise monitoring for smart cities need to be as much efficient as possible in order to mitigate its significant impact in the health of their inhabitants. 5G Internet of Things (IoT) systems offer a big opportunity to offload the computation from the sensor nodes, since it provides a series of new concepts for dynamic computing that the previous technologies did not offer. In this article, a complete 5G IoT system for psycho-acoustic monitoring has been designed and implemented using different options for offloading computation to different parts of the system. This offloading has been done by developing different functional splittings of the psycho-acoustic metrics algorithms…
Bill2d - a software package for classical two-dimensional Hamiltonian systems
2015
Abstract We present Bill2d , a modern and efficient C++ package for classical simulations of two-dimensional Hamiltonian systems. Bill2d can be used for various billiard and diffusion problems with one or more charged particles with interactions, different external potentials, an external magnetic field, periodic and open boundaries, etc. The software package can also calculate many key quantities in complex systems such as Poincare sections, survival probabilities, and diffusion coefficients. While aiming at a large class of applicable systems, the code also strives for ease-of-use, efficiency, and modularity for the implementation of additional features. The package comes along with a use…
Space information is important for reading
2009
AbstractReading a text without spaces in an alphabetic language causes disruption at the levels of word identification and eye movement control. In the present experiment, we examined how word discriminability affects the pattern of eye movements when reading unspaced text in an alphabetic language. More specifically, we designed an experiment in which participants read three types of sentences: normally written sentences, regular unspaced sentences, and alternatingbold unspaced sentences. Although there was a reading cost in the unspaced sentences relative to the normally written sentences, this cost was much smaller in alternatingbold unspaced sentences than in regular unspaced sentences.
VIRES: A distributed open architecture for pictorial database
2006
In this paper we describe VIRES (Visual Information Retrieval Extendible System) an open distributed pictorial database for image retrieval. The retrieval methods, pictorial indexing and data are distributed over the network. VIRES has been designed as an open architecture. The system is based on the concept of distributed model via dictionary in order to reach a good versatility without changing the kernel of VIRES.
Early Word Learning
2017
The Dynamical Kernel Scheduler - Part 1
2015
Emerging processor architectures such as GPUs and Intel MICs provide a huge performance potential for high performance computing. However developing software using these hardware accelerators introduces additional challenges for the developer such as exposing additional parallelism, dealing with different hardware designs and using multiple development frameworks in order to use devices from different vendors. The Dynamic Kernel Scheduler (DKS) is being developed in order to provide a software layer between host application and different hardware accelerators. DKS handles the communication between the host and device, schedules task execution, and provides a library of built-in algorithms. …
Optimization of Reactive Force Field Simulation: Refactor, Parallelization, and Vectorization for Interactions
2022
Molecular dynamics (MD) simulations are playing an increasingly important role in many areas ranging from chemical materials to biological molecules. With the continuing development of MD models, the potentials are getting larger and more complex. In this article, we focus on the reactive force field (ReaxFF) potential from LAMMPS to optimize the computation of interactions. We present our efforts on refactoring for neighbor list building, bond order computation, as well as valence angles and torsion angles computation. After redesigning these kernels, we develop a vectorized implementation for non-bonded interactions, which is nearly $100 \times$ 100 × faster than the management processing…
CUDA-enabled Sparse Matrix–Vector Multiplication on GPUs using atomic operations
2013
We propose the Sliced Coordinate Format (SCOO) for Sparse Matrix-Vector Multiplication on GPUs.An associated CUDA implementation which takes advantage of atomic operations is presented.We propose partitioning methods to transform a given sparse matrix into SCOO format.An efficient Dual-GPU implementation which overlaps computation and communication is described.Extensive performance comparisons of SCOO compared to other formats on GPUs and CPUs are provided. Existing formats for Sparse Matrix-Vector Multiplication (SpMV) on the GPU are outperforming their corresponding implementations on multi-core CPUs. In this paper, we present a new format called Sliced COO (SCOO) and an efficient CUDA i…