939 resultados para Single-molecule detection


Relevância:

30.00% 30.00%

Publicador:

Resumo:

Micro- and nano-mechanical resonators have been proposed for a variety of applications ranging from mass sensing to signal processing. Often their actuation and/or detection involve external subsystems that are much larger than the resonator itself. We have designed a simple microcantilever resonator with integrated sensor and actuator, facilitating the integration of large arrays of resonators. This unique design can be manufactured with a low-cost fabrication process, involving just a single step of lithography. The bilayer cantilever of gold and silicon dioxide is used as piezoresistive sensor as well as thermal bimorph actuator. The ac current used for actuation and the dc current used for piezoresistive detection are separated in the frequency-domain using a bias-tee circuit configuration. The resonant response is measured by detecting the second harmonic of the actuation current using a lock-in amplifier.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Four ``V'' shaped 1,8-naphthalimides (1-4) have been synthesized and their fluorescence quantum-yields correlated to their molecular flexibility. The correlation was used for detection of Hg(II) via a chemodosimetric approach. 4 was found to be an AIE active molecule with the formation of fluorescent nanoaggregates.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Wavelet coefficients based on spatial wavelets are used as damage indicators to identify the damage location as well as the size of the damage in a laminated composite beam with localized matrix cracks. A finite element model of the composite beam is used in conjunction with a matrix crack based damage model to simulate the damaged composite beam structure. The modes of vibration of the beam are analyzed using the wavelet transform in order to identify the location and the extent of the damage by sensing the local perturbations at the damage locations. The location of the damage is identified by a sudden change in spatial distribution of wavelet coefficients. Monte Carlo Simulations (MCS) are used to investigate the effect of ply level uncertainty in composite material properties such as ply longitudinal stiffness, transverse stiffness, shear modulus and Poisson's ratio on damage detection parameter, wavelet coefficient. In this study, numerical simulations are done for single and multiple damage cases. It is observed that spatial wavelets can be used as a reliable damage detection tool for composite beams with localized matrix cracks which can result from low velocity impact damage.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We develop several novel signal detection algorithms for two-dimensional intersymbol-interference channels. The contribution of the paper is two-fold: (1) We extend the one-dimensional maximum a-posteriori (MAP) detection algorithm to operate over multiple rows and columns in an iterative manner. We study the performance vs. complexity trade-offs for various algorithmic options ranging from single row/column non-iterative detection to a multi-row/column iterative scheme and analyze the performance of the algorithm. (2) We develop a self-iterating 2-D linear minimum mean-squared based equalizer by extending the 1-D linear equalizer framework, and present an analysis of the algorithm. The iterative multi-row/column detector and the self-iterating equalizer are further connected together within a turbo framework. We analyze the combined 2-D iterative equalization and detection engine through analysis and simulations. The performance of the overall equalizer and detector is near MAP estimate with tractable complexity, and beats the Marrow Wolf detector by about at least 0.8 dB over certain 2-D ISI channels. The coded performance indicates about 8 dB of significant SNR gain over the uncoded 2-D equalizer-detector system.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Development of simple functionalization methods to attach biomolecules such as proteins and DNA on inexpensive substrates is important for widespread use of low cost, disposable biosensors. Here, we describe a method based on polyelectrolyte multilayers to attach single stranded DNA molecules to conventional glass slides as well as a completely non-standard substrate, namely flexible plastic transparency sheets. We then use the functionalized transparency sheets to specifically detect single stranded Hepatitis B DNA sequences from samples. We also demonstrate a blocking method for reducing non-specific binding of target DNA sequences using negatively charged polyelectrolyte molecules. The polyelectrolyte based functionalization method, which relies on surface charge as opposed to covalent surface linkages, could be an attractive platform to develop assays on inexpensive substrates for low cost biosensing.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Two new 2-(2-aminophenyl)benzimidazole-based HSO4- ion selective receptors, 6-(4-nitrophenyl)-5,6-dihydrobenzo4,5]imidazo1,2-c]quinazoline (L1H) and 6-(4-methoxyphenyl)-5,6-dihydrobenzo4,5]imidazo1,2-c] quinazoline (L2H), and their 1 : 1 molecular complexes with HSO4- were prepared in a facile synthetic method and characterized by physicochemical and spectroscopic techniques along with the detailed structural analysis of L1H by single crystal X-ray crystallography. Both receptors (L1H and L2H) behave as highly selective chemosensor for HSO4- ions at biological pH in ethanol-water HEPES buffer (1/5) (v/v) medium over other anions such as F-, Cl-, Br-, I-, AcO-, H2PO4-, N-3(-) and ClO4-. Theoretical and experimental studies showed that the emission efficiency of the receptors (L1H and L2H) was tuned successfully through single point to ratiometric detection by employing the substituent effects. Using 3 sigma method the LOD for HSO4- ions were found to be 18.08 nM and 14.11 nM for L1H and L2H, respectively, within a very short responsive time (15-20 s) in 100 mM HEPES buffer (ethanol-water: 1/5, v/v). Comparison of the utility of the probes (L1H and L2H) as biomarkers for the detection of intracellular HSO4- ions concentrations under a fluorescence microscope has also been included and both probes showed no cytotoxic effect.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Thermal decomposition of propargyl alcohol (C3H3OH), a molecule of interest in interstellar chemistry and combustion, was investigated using a single pulse shock tube in the temperature ranging from 953 to 1262 K. The products identified include acetylene, propyne, vinylacetylene, propynal, propenal, and benzene. The experimentally observed overall rate constant for thermal decomposition of propargyl alcohol was found to be k = 10((10.17 +/- 0.36)) exp(-39.70 +/- 1.83)/RT) s(-1) Ab initio theoretical calculations were carried out to understand the potential energy surfaces involved in the primary and secondary steps of propargyl alcohol thermal decomposition. Transition state theory was used to predict the rate constants, which were then used and refined in a kinetic simulation of the product profile. The first step in the decomposition is C-O bond dissociation, leading to the formation of two important radicals in combustion, OH and propargyl. This has been used to study the reverse OH propargyl radical reaction, about which there appears to be no prior work. Depending on the site of attack, this reaction leads to propargyl alcohol or propenal, one of the major products at temperatures below 1200 K. A detailed mechanism has been derived to explain all the observed products.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Programming environments for smartphones expose a concurrency model that combines multi-threading and asynchronous event-based dispatch. While this enables the development of efficient and feature-rich applications, unforeseen thread interleavings coupled with non-deterministic reorderings of asynchronous tasks can lead to subtle concurrency errors in the applications. In this paper, we formalize the concurrency semantics of the Android programming model. We further define the happens-before relation for Android applications, and develop a dynamic race detection technique based on this relation. Our relation generalizes the so far independently studied happens-before relations for multi-threaded programs and single-threaded event-driven programs. Additionally, our race detection technique uses a model of the Android runtime environment to reduce false positives. We have implemented a tool called DROIDRACER. It generates execution traces by systematically testing Android applications and detects data races by computing the happens-before relation on the traces. We analyzed 1 5 Android applications including popular applications such as Facebook, Twitter and K-9 Mail. Our results indicate that data races are prevalent in Android applications, and that DROIDRACER is an effective tool to identify data races.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Two isomorphous submicron sized metal-organic network compounds, Y-2(PDA)(3)(H2O)1]center dot 2H(2)O (PDA = 1,4-phenylenediacetate), 1 and Y1.8Tb0.2(PDA)(3)(H2O)1]center dot 2H(2)O, Tb@1 have been synthesized by employing solvent assisted liquid grinding followed by heating at 180 degrees C for 1' min and washing with water. Single crystal X-ray data of bulk 1 confirmed a three dimensional porous structure. The structure and morphology of 1 and Tb@1 were systematically characterized by PXRD, TGA, DSC, IR, SEM and EDX analysis. Dehydrated Tb@1 Tb@1'] shows a high intense visible green emission upon exposure to UV light. The green emission of Tb@1' was used for the detection of nitro explosives, such as 2,4,6-trinitrophenol (TNP), 1,3-dinitro benzene (DNB), 2,4-dinitro toluene (DNT), nitro benzene (NB), and 4-nitro toluene (NT) in acetonitrile. The results show that the emission intensity of dehydrated Tb@1' can be quenched by all the nitro analytes used in the present work. Remarkably, Tb@1' exhibited a high efficiency for TNP, DNB and DNT detection with K-SV K-SV = quenching constant based on linear Stern-Volmer plot] values of 70 920, 44 000 and 35 430 M-1, respectively, which are the highest values amongst known metal-organic materials. Using this material submicromolar level (equivalent to 0.18 ppm), a detection of nitro explosives has been achieved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Designing and implementing thread-safe multithreaded libraries can be a daunting task as developers of these libraries need to ensure that their implementations are free from concurrency bugs, including deadlocks. The usual practice involves employing software testing and/or dynamic analysis to detect. deadlocks. Their effectiveness is dependent on well-designed multithreaded test cases. Unsurprisingly, developing multithreaded tests is significantly harder than developing sequential tests for obvious reasons. In this paper, we address the problem of automatically synthesizing multithreaded tests that can induce deadlocks. The key insight to our approach is that a subset of the properties observed when a deadlock manifests in a concurrent execution can also be observed in a single threaded execution. We design a novel, automatic, scalable and directed approach that identifies these properties and synthesizes a deadlock revealing multithreaded test. The input to our approach is the library implementation under consideration and the output is a set of deadlock revealing multithreaded tests. We have implemented our approach as part of a tool, named OMEN1. OMEN is able to synthesize multithreaded tests on many multithreaded Java libraries. Applying a dynamic deadlock detector on the execution of the synthesized tests results in the detection of a number of deadlocks, including 35 real deadlocks in classes documented as thread-safe. Moreover, our experimental results show that dynamic analysis on multithreaded tests that are either synthesized randomly or developed by third-party programmers are ineffective in detecting the deadlocks.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In this paper, we consider spatial modulation (SM) operating in a frequency-selective single-carrier (SC) communication scenario and propose zero-padding instead of the cyclic-prefix considered in the existing literature. We show that the zero-padded single-carrier (ZP-SC) SM system offers full multipath diversity under maximum-likelihood (ML) detection, unlike the cyclic-prefix based SM system. Furthermore, we show that the order of ML detection complexity in our proposed ZP-SC SM system is independent of the frame length and depends only on the number of multipath links between the transmitter and the receiver. Thus, we show that the zero-padding applied in the SC SM system has two advantages over the cyclic prefix: 1) achieves full multipath diversity, and 2) imposes a relatively low ML detection complexity. Furthermore, we extend the partial interference cancellation receiver (PIC-R) proposed by Guo and Xia for the detection of space-time block codes (STBCs) in order to convert the ZP-SC system into a set of narrowband subsystems experiencing flat-fading. We show that full rank STBC transmissions over these subsystems achieves full transmit, receive as well as multipath diversity for the PIC-R. Furthermore, we show that the ZP-SC SM system achieves receive and multipath diversity for the PIC-R at a detection complexity order which is the same as that of the SM system in flat-fading scenario. Our simulation results demonstrate that the symbol error ratio performance of the proposed linear receiver for the ZP-SC SM system is significantly better than that of the SM in cyclic prefix based orthogonal frequency division multiplexing as well as of the SM in the cyclic-prefixed and zero-padded single carrier systems relying on zero-forcing/minimum mean-squared error equalizer based receivers.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Morphological changes in cells associated with disease states are often assessed using clinical microscopy. However, the changes in chemical composition of cells can also be used to detect disease conditions. Optical absorption measurements carried out on single cells using inexpensive sources, detectors can help assess the chemical composition of cells; thereby enable detection of diseases. In this article, we present a novel technique capable of simultaneously detecting changes in morphology and chemical composition of cells. The presented technique enables characterization of optical absorbance-based methods against microscopy for detection of disease states. Using the technique, we have been able to achieve a throughput of about 1000 cells per second. We demonstrate the proof-of-principle by detecting malaria in a given blood sample. The presented technique is capable of detecting very lower levels of parasitemia within time scales comparable to antigen-based rapid diagnostic tests.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

One of the most interesting predicted applications of graphenemonolayer-based devices is as high-quality sensors. In this article, we show, through systematic experiments, a chemical vapor sensor based on the measurement of lowfrequency resistance fluctuations of single-layer-graphene field-effect-transistor devices. The sensor has extremely high sensitivity, very high specificity, high fidelity, and fast response times. The performance of the device using this scheme of measurement (which uses resistance fluctuations as the detection parameter) is more than 2 orders of magnitude better than a detection scheme in which changes in the average value of the resistance is monitored. We propose a number-densityfluctuation-based model to explain the superior characteristics of a noisemeasurement-based detection scheme presented in this article.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Selective and discriminative detection of -NO2 containing high energy organic compounds such as picric acid (PA), 2,4,6-trinitrotoluene (TNT) and dinitrotoluene (DNT) has become a challenging task due to concerns over national security, criminal investigations and environment protections. Among various known detection methods, fluorescence techniques have gained special attention in recent time. A wide variety of fluorescent chemosensors have been developed for nitroaromatic explosive detection. In this review article, we provide an overview of the recent developments made in small molecule-based turn-off fluorescent sensors for nitroaromatic explosives with special focus on organic and H-bonded supramolecular sensors. The fluorescent sensors discussed in this review are classified and organized according to their functionality and their recognition of nitroaromatics by fluorescence quenching.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A single step process for the synthesis of size-controlled silver nanoparticles has been developed using a bifunctional molecule, octadecylamine (ODA). Octadecylamine complexes to Ag+ ions electrostatically, reduce them, and subsequently stabilizes the nanoparticles thus formed. Hence, octadecylamine simultaneously functions as both a reducing and a stabilizing agent. The amine-capped nanoparticles can be obtained in the form of dry powder, which is readily redispersible in aqueous and organic solvents. The particle size, and the nucleation and growth kinetics of silver nanoparticles could be tuned by varying the molar ratio of ODA to AgNO3. The UV-vis spectra of nanoparticles prepared with different concentrations of ODA displayed the well-defined plasmon band with maximum absorption around 425 nm. The formation of silver metallic nanoparticles was confirmed by their XRD pattern. The binding of ODA molecule on the surface of silver has been studied by FT-IR and NMR spectroscopy. The formation of well-dispersed spherical Ag nanoparticles has been confirmed by TEM analysis. The particle size and distribution are found to be dependent on the molar concentration of the amine molecule. Open aperture z-scans have been performed to measure the nonlinearity of Ag nanoparticles. (C) 2015 Published by Elsevier B.V.