398 resultados para bilateral link-formation


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This report examines the assembly of chalcogenide organic molecules on various surfaces, focusing on cases when chemisorption is accompanied by carbon-chalcogen atom-bond scission. In the case of alkane and benzyl chalcogenides, this induces formation of a chalcogenized interface layer. This process can occur during the initial stages of adsorption and then, after passivation of the surface, molecular adsorption can proceed. The characteristics of the chalcogenized interface layer can be significantly different from the metal layer and can affect various properties such as electron conduction. For chalcogenophenes, the carbon-chalcogen atombond breaking can lead to opening of the ring and adsorption of an alkene chalcogenide. Such a disruption of the pi-electron system affects charge transport along the chains. Awareness about these effects is of importance from the point of view of molecular electronics. We discuss some recent studies based on X-ray photoelectron spectroscopy that shed light on these aspects for a series of such organic molecules.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In recent times, several new species of amphibians have been described from India. Many of these discoveries are from biodiversity hotspots or from within protected areas. We undertook amphibian surveys in human dominated landscapes outside of protected areas in south western region of India between years 2013-2015. We encountered a new species of Microhyla which is described here as Microhyla laterite sp. nov. It was delimited using molecular, morphometric and bioacoustics comparisons. Microhyla laterite sp. nov. appears to be restricted to areas of the West coast of India dominated by laterite rock formations. The laterite rock formations date as far back as the Cretaceous-Tertiary boundary and are considered to be wastelands in-spite of their intriguing geological history. We identify knowledge gaps in our understanding of the genus Microhyla from the Indian subcontinent and suggest ways to bridge them.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We revisit the problem of temporal self organization using activity diffusion based on the neural gas (NGAS) algorithm. Using a potential function formulation motivated by a spatio-temporal metric, we derive an adaptation rule for dynamic vector quantization of data. Simulations results show that our algorithm learns the input distribution and time correlation much faster compared to the static neural gas method over the same data sequence under similar training conditions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Cooperative relaying combined with selection exploits spatial diversity to significantly improve the performance of interference-constrained secondary users in an underlay cognitive radio network. We present a novel and optimal relay selection (RS) rule that minimizes the symbol error probability (SEP) of an average interference-constrained underlay secondary system that uses amplify-and-forward relays. A key point that the rule highlights for the first time is that, for the average interference constraint, the signal-to-interference-plus-noise-ratio (SINR) of the direct source-to-destination (SI)) link affects the choice of the optimal relay. Furthermore, as the SINR increases, the odds that no relay transmits increase. We also propose a simpler, more practical, and near-optimal variant of the optimal rule that requires just one bit of feedback about the state of the SD link to the relays. Compared to the SD-unaware ad hoc RS rules proposed in the literature, the proposed rules markedly reduce the SEP by up to two orders of magnitude.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

It was demonstrated in earlier work that, by approximating its range kernel using shiftable functions, the nonlinear bilateral filter can be computed using a series of fast convolutions. Previous approaches based on shiftable approximation have, however, been restricted to Gaussian range kernels. In this work, we propose a novel approximation that can be applied to any range kernel, provided it has a pointwise-convergent Fourier series. More specifically, we propose to approximate the Gaussian range kernel of the bilateral filter using a Fourier basis, where the coefficients of the basis are obtained by solving a series of least-squares problems. The coefficients can be efficiently computed using a recursive form of the QR decomposition. By controlling the cardinality of the Fourier basis, we can obtain a good tradeoff between the run-time and the filtering accuracy. In particular, we are able to guarantee subpixel accuracy for the overall filtering, which is not provided by the most existing methods for fast bilateral filtering. We present simulation results to demonstrate the speed and accuracy of the proposed algorithm.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Three mechanisms operate during wear of materials. These mechanisms include the Strain Rate Response (SRR - effect of strain rate on plastic deformation), Tribo-Chemical Reactions (TCR) and formation of Mechanically Mixed Layers (MML). The present work investigates the effect of these three in context of the formation of MML. For this wear experiments are done on a pin-on-disc machine using Ti64 as the pin and SS316L as the disc. It is seen that apart from the speed and load, which control the SRR and TCR, the diameter of the pin controls the formation of MML, especially at higher speeds.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The bilateral filter is known to be quite effective in denoising images corrupted with small dosages of additive Gaussian noise. The denoising performance of the filter, however, is known to degrade quickly with the increase in noise level. Several adaptations of the filter have been proposed in the literature to address this shortcoming, but often at a substantial computational overhead. In this paper, we report a simple pre-processing step that can substantially improve the denoising performance of the bilateral filter, at almost no additional cost. The modified filter is designed to be robust at large noise levels, and often tends to perform poorly below a certain noise threshold. To get the best of the original and the modified filter, we propose to combine them in a weighted fashion, where the weights are chosen to minimize (a surrogate of) the oracle mean-squared-error (MSE). The optimally-weighted filter is thus guaranteed to perform better than either of the component filters in terms of the MSE, at all noise levels. We also provide a fast algorithm for the weighted filtering. Visual and quantitative denoising results on standard test images are reported which demonstrate that the improvement over the original filter is significant both visually and in terms of PSNR. Moreover, the denoising performance of the optimally-weighted bilateral filter is competitive with the computation-intensive non-local means filter.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The bilateral filter is a versatile non-linear filter that has found diverse applications in image processing, computer vision, computer graphics, and computational photography. A common form of the filter is the Gaussian bilateral filter in which both the spatial and range kernels are Gaussian. A direct implementation of this filter requires O(sigma(2)) operations per pixel, where sigma is the standard deviation of the spatial Gaussian. In this paper, we propose an accurate approximation algorithm that can cut down the computational complexity to O(1) per pixel for any arbitrary sigma (constant-time implementation). This is based on the observation that the range kernel operates via the translations of a fixed Gaussian over the range space, and that these translated Gaussians can be accurately approximated using the so-called Gauss-polynomials. The overall algorithm emerging from this approximation involves a series of spatial Gaussian filtering, which can be efficiently implemented (in parallel) using separability and recursion. We present some preliminary results to demonstrate that the proposed algorithm compares favorably with some of the existing fast algorithms in terms of speed and accuracy.