10 resultados para Circulant Symmetric Arrays
em Biblioteca Digital da Produção Intelectual da Universidade de São Paulo
Resumo:
We study nano-sized spherically symmetric plasma structures which are radial nonlinear oscillations of electrons in plasma. The effective interaction of these plasmoids via quantum exchange forces between ions is described. We calculate the energy of this interaction for the case of a dense plasma. The conditions when the exchange interaction is attractive are examined and it is shown that separate plasmoids can form a single object. The application of our results to the theoretical description of stable atmospheric plasma structures is considered. (C) 2012 Elsevier Ltd. All rights reserved.
Resumo:
An easy way to determine norepinephrine (NE) in biological fluid using a platinum ultramicroelectrode array (Pt-UMEAs) is described. Issues related to UME electrode surface treatment and characterizations are also addressed. At optimized experimental conditions the dynamic concentration range was 1.0 to 10.0 mu mol?L-1 with a detection limit of 40.5 nmol?L-1. The repeatability of current responses for injections of 5 mu mol?L-1 NE was evaluated to be 4.0?% (n=10). This approach obtained excellent sensitivity, a reliable calibration profile and stable electrochemical response for norepinephrine detection. The content of NE in urine samples without any preconcentration, purification, or pretreatment step, was successfully analyzed by the standard addition method using the Pt-UMEAs.
Resumo:
In this work, we present a numerical study of the use of reconfigurable arrays (RCA) for vibro-acoustography (VA) beam formation. A parametric study of the aperture selection, number of channels, number of elements, focal distance, and steering parameters is presented to show the feasibility and evaluate the performance of VA imaging based on RCA. The transducer aperture was based on two concentric arrays driven by two continuous-wave or toneburst signals at slightly different frequencies. The mathematical model considers a homogeneous, isotropic, inviscid medium. The point-spread function of the system is calculated based on angular spectrum methods using the Fresnel approximation for rectangular sources. Simulations considering arrays with 50 x 50 to 200 x 200 elements with number of channels varying in the range of 32 to 128 are evaluated to identify the best configuration for VA. Advantages of two-dimensional and RCA arrays and aspects related to clinical importance of the RCA implementation in VA, such as spatial resolution, image frame rate, and commercial machine implementation, are discussed. It is concluded that RCA transducers can produce spatial resolution similar to confocal transducers and steering is possible in the elevational and azimuthal planes. Optimal settings for number of elements, number of channels, maximum steering, and focal distance are suggested for VA clinical applications. Furthermore, an optimization for beam steering based on the channel assignment is proposed for balancing the contribution of the two waves in the steered focus.
Resumo:
In this paper we obtain asymptotic expansions, up to order n(-1/2) and under a sequence of Pitman alternatives, for the nonnull distribution functions of the likelihood ratio, Wald, score and gradient test statistics in the class of symmetric linear regression models. This is a wide class of models which encompasses the t model and several other symmetric distributions with longer-than normal tails. The asymptotic distributions of all four statistics are obtained for testing a subset of regression parameters. Furthermore, in order to compare the finite-sample performance of these tests in this class of models, Monte Carlo simulations are presented. An empirical application to a real data set is considered for illustrative purposes. (C) 2011 Elsevier B.V. All rights reserved.
Resumo:
We report on a boy presenting submucous cleft palate, hydronephrosis, ventriculoseptal defect, aniridia, and developmental delay. Additional material on 11p13 was cytogenetically visible and array analyses identified a duplicated segment on 15q25-26 chromosome region; further, array analyses revealed a small deletion (49?kb) at 11p13 region involving the ELP4 gene and a duplication at 8p23.1. Results were confirmed with both molecular and molecular cytogenetics techniques. Possibilities for etiological basis of clinical phenotype are discussed. (c) 2012 Wiley Periodicals, Inc.
Resumo:
We consider a generalized discriminant associated to a symmetric space which generalizes the discriminant of real symmetric matrices, and note that it can be written as a sum of squares of real polynomials. A method to estimate the minimum number of squares required to represent the discrimininant is developed and applied in examples.
Resumo:
In this work, mesoporous titania is prepared by templating latex sphere arrays with four different sphere diameters at the micrometric scale (phi > 1 mu m). The mesoporous titania homogeneously covers the latex spheres and substrate, forming a thin coating characterized by N-2 adsorption isotherm, small angle X-rays scattering, atomic force, field emission and transmission electronic microscopies. Mesoporous titania has been templated into different shapes such as hollow particles and monoliths according to the amount of sol used to fill the voids of the close packed latex spheres. Titania topography strongly depends on the adsorption of polymeric segments over latex spheres surface, which could be decreased by changing the dimensions of latex spheres (phi = 9.5 mu m) generating a lamellar architecture. Thus, micrometric latex sphere arrays can be used to achieve new surface patterns for mesoporous materials via a fast and inexpensive chemical route for construction of functional devices in different technological fields such as energy conversion, inclusion chemistry and biomaterials. (C) 2011 Elsevier Inc. All rights reserved.
Resumo:
Complexes of the type {[(pyS)Ru(NH3)(4)](2)-mu-L}(n), where pyS = 4-mercaptopyridine, L = 4,4'-dithiodipyridine (pySSpy), pyrazine (pz) and 1,4-dicyanobenzene (DCB), and n = +4 and +5 for fully reduced and mixed-valence complexes, respectively, were synthesized and characterized. Electrochemical data showed that there is electron communication between the metal centers with comproportionation constants of 33.2, 1.30 x 10(8) and 5.56 x 10(5) for L = pySSpy, pz and DCB, respectively. It was also observed that the electronic coupling between the metal centers is affected by the p-back-bonding interaction toward the pyS ligand. Raman spectroscopy showed a dependence of the intensity of the vibrational modes on the exciting radiations giving support to the assignments of the electronic transitions. The degree of electron communication between the metal centers through the bridging ligands suggests that these systems can be molecular wire materials.
Resumo:
OBJECTIVE: To verify if there is difference in the buccal and posterior corridor width in cases treated with extraction of one and four premolars. METHODS: Through posed smile photographs of 23 Class II patients, subdivision, treated with extraction of one premolar and 25 Class I and Class II patients, subdivision, treated with extraction of four premolars, the percentage of buccal and posterior corridor width was calculated. The two protocols of extractions were compared regarding the buccal and posterior corridor width by independent t tests. RESULTS: There was no statistically significant difference on the buccal and posterior corridor widths between patients treated with symmetric and asymmetric extraction. CONCLUSION: The buccal and posterior corridor did not differ between the evaluated protocols of extractions.
Resumo:
The modern GPUs are well suited for intensive computational tasks and massive parallel computation. Sparse matrix multiplication and linear triangular solver are the most important and heavily used kernels in scientific computation, and several challenges in developing a high performance kernel with the two modules is investigated. The main interest it to solve linear systems derived from the elliptic equations with triangular elements. The resulting linear system has a symmetric positive definite matrix. The sparse matrix is stored in the compressed sparse row (CSR) format. It is proposed a CUDA algorithm to execute the matrix vector multiplication using directly the CSR format. A dependence tree algorithm is used to determine which variables the linear triangular solver can determine in parallel. To increase the number of the parallel threads, a coloring graph algorithm is implemented to reorder the mesh numbering in a pre-processing phase. The proposed method is compared with parallel and serial available libraries. The results show that the proposed method improves the computation cost of the matrix vector multiplication. The pre-processing associated with the triangular solver needs to be executed just once in the proposed method. The conjugate gradient method was implemented and showed similar convergence rate for all the compared methods. The proposed method showed significant smaller execution time.