53 resultados para prosthetic platforms


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Reflectance change due to binding of molecules on thin film structures has been exploited for bio-molecular sensing by several groups due to its potential in the development of sensitive, low cost, easy to fabricate, large area sensors with high multiplexing capabilities. However, all of these sensing platforms have been developed using traditional semiconductor materials and processing techniques, which are expensive. This article presents a method to fabricate disposable thin film reflectance biosensors using polymers, such as polycarbonate, which are 2-3 orders of magnitude cheaper than conventional semiconductor and dielectric materials and can be processed by alternate low cost methods, leading to significant reduction in consumable costs associated with diagnostic biosensing. (C) 2011 Elsevier GmbH. All rights reserved.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

High-level loop transformations are a key instrument in mapping computational kernels to effectively exploit the resources in modern processor architectures. Nevertheless, selecting required compositions of loop transformations to achieve this remains a significantly challenging task; current compilers may be off by orders of magnitude in performance compared to hand-optimized programs. To address this fundamental challenge, we first present a convex characterization of all distinct, semantics-preserving, multidimensional affine transformations. We then bring together algebraic, algorithmic, and performance analysis results to design a tractable optimization algorithm over this highly expressive space. Our framework has been implemented and validated experimentally on a representative set of benchmarks running on state-of-the-art multi-core platforms.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Advances in technology have increased the number of cores and size of caches present on chip multicore platforms(CMPs). As a result, leakage power consumption of on-chip caches has already become a major power consuming component of the memory subsystem. We propose to reduce leakage power consumption in static nonuniform cache architecture(SNUCA) on a tiled CMP by dynamically varying the number of cache slices used and switching off unused cache slices. A cache slice in a tile includes all cache banks present in that tile. Switched-off cache slices are remapped considering the communication costs to reduce cache usage with minimal impact on execution time. This saves leakage power consumption in switched-off L2 cache slices. On an average, there map policy achieves 41% and 49% higher EDP savings compared to static and dynamic NUCA (DNUCA) cache policies on a scalable tiled CMP, respectively.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In designing and developing various biomaterials, the influence of substrate properties, like surface topography, stiffness and wettability on the cell functionality has been investigated widely. However, such study to probe into the influence of the substrate conductivity on cell fate processes is rather limited. In order to address this issue, spark plasma sintered HA-CaTiO3 (Hydroxyapatite-Calcium titanate) has been used as a model material system to showcase the effect of varying conductivity on cell functionality. Being electroactive in nature, mouse myoblast cells (C2C12) were selected as a model cell line in this study. It was inferred that myoblast adhesion/growth systematically increases with substrate conductivity due to CaTiO3 addition to HA. Importantly, parallel arrangement of myoblast cells on higher CaTiO3 containing substrates indicate that self-adjustable cell patterning can be achieved on conductive biomaterials. Furthermore, enhanced myoblast assembly and myotube formation were recorded after 5 days of serum starvation. Overall, the present study conclusively establishes the positive impact of the substrate conductivity towards cell proliferation and differentiation as well as confirms the efficacy of HA-CaTiO3 biocomposites as conductive platforms to facilitate the growth, orientation and fusion of myoblasts, even when cultured in the absence of external electric field.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The key requirements for enabling real-time remote healthcare service on a mobile platform, in the present day heterogeneous wireless access network environment, are uninterrupted and continuous access to the online patient vital medical data, monitor the physical condition of the patient through video streaming, and so on. For an application, this continuity has to be sufficiently transparent both from a performance perspective as well as a Quality of Experience (QoE) perspective. While mobility protocols (MIPv6, HIP, SCTP, DSMIP, PMIP, and SIP) strive to provide both and do so, limited or non-availability (deployment) of these protocols on provider networks and server side infrastructure has impeded adoption of mobility on end user platforms. Add to this, the cumbersome OS configuration procedures required to enable mobility protocol support on end user devices and the user's enthusiasm to add this support is lost. Considering the lack of proper mobility implementations that meet the remote healthcare requirements above, we propose SeaMo+ that comprises a light-weight application layer framework, termed as the Virtual Real-time Multimedia Service (VRMS) for mobile devices to provide an uninterrupted real-time multimedia information access to the mobile user. VRMS is easy to configure, platform independent, and does not require additional network infrastructure unlike other existing schemes. We illustrate the working of SeaMo+ in two realistic remote patient monitoring application scenarios.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The presence of software bloat in large flexible software systems can hurt energy efficiency. However, identifying and mitigating bloat is fairly effort intensive. To enable such efforts to be directed where there is a substantial potential for energy savings, we investigate the impact of bloat on power consumption under different situations. We conduct the first systematic experimental study of the joint power-performance implications of bloat across a range of hardware and software configurations on modern server platforms. The study employs controlled experiments to expose different effects of a common type of Java runtime bloat, excess temporary objects, in the context of the SPECPower_ssj2008 workload. We introduce the notion of equi-performance power reduction to characterize the impact, in addition to peak power comparisons. The results show a wide variation in energy savings from bloat reduction across these configurations. Energy efficiency benefits at peak performance tend to be most pronounced when bloat affects a performance bottleneck and non-bloated resources have low energy-proportionality. Equi-performance power savings are highest when bloated resources have a high degree of energy proportionality. We develop an analytical model that establishes a general relation between resource pressure caused by bloat and its energy efficiency impact under different conditions of resource bottlenecks and energy proportionality. Applying the model to different "what-if" scenarios, we predict the impact of bloat reduction and corroborate these predictions with empirical observations. Our work shows that the prevalent software-only view of bloat is inadequate for assessing its power-performance impact and instead provides a full systems approach for reasoning about its implications.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

With proliferation of chip multicores (CMPs) on desktops and embedded platforms, multi-threaded programs have become ubiquitous. Existence of multiple threads may cause resource contention, such as, in on-chip shared cache and interconnects, depending upon how they access resources. Hence, we propose a tool - Thread Contention Predictor (TCP) to help quantify the number of threads sharing data and their sharing pattern. We demonstrate its use to predict a more profitable shared, last level on-chip cache (LLC) access policy on CMPs. Our cache configuration predictor is 2.2 times faster compared to the cycle-accurate simulations. We also demonstrate its use for identifying hot data structures in a program which may cause performance degradation due to false data sharing. We fix layout of such data structures and show up-to 10% and 18% improvement in execution time and energy-delay product (EDP), respectively.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

One of the challenges for accurately estimating Worst Case Execu-tion Time(WCET) of executables is to accurately predict their cache behaviour. Various techniques have been developed to predict the cache contents at different program points to estimate the execution time of memory-accessing instructions. One of the most widely used techniques is Abstract Interpretation based Must Analysis, which de-termines the cache blocks guaranteed to be present in the cache, and hence provides safe estimation of cache hits and misses. However,Must Analysis is highly imprecise, and platforms using Must Analysis have been known to produce blown-up WCET estimates. In our work, we propose to use May Analysis to assist the Must Analysis cache up-date and make it more precise. We prove the safety of our approach as well as provide examples where our Improved Must Analysis provides better precision. Further, we also detect a serious flaw in the original Persistence Analysis, and use Must and May Analysis to assist the Persistence Analysis cache update, to make it safe and more precise than the known solutions to the problem.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Realization of cloud computing has been possible due to availability of virtualization technologies on commodity platforms. Measuring resource usage on the virtualized servers is difficult because of the fact that the performance counters used for resource accounting are not virtualized. Hence, many of the prevalent virtualization technologies like Xen, VMware, KVM etc., use host specific CPU usage monitoring, which is coarse grained. In this paper, we present a performance monitoring tool for KVM based virtualized machines, which measures the CPU overhead incurred by the hypervisor on behalf of the virtual machine along-with the CPU usage of virtual machine itself. This fine-grained resource usage information, provided by the above tool, can be used for diverse situations like resource provisioning to support performance associated QoS requirements, identification of bottlenecks during VM placements, resource profiling of applications in cloud environments, etc. We demonstrate a use case of this tool by measuring the performance of web-servers hosted on a KVM based virtualized server.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The growth of neuroblastoma (N2a) and Schwann cells has been explored on polymer derived carbon substrates of varying micro and nanoscale geometries: resorcinol-formaldehyde (RE) gel derived carbon films and electrospun nanofibrous (similar to 200 nm diameter) mat and SU-8 (a negative photoresist) derived carbon micro-patterns. MTT assay and complementary lactate dehydrogenase (LDH) assay established cytocompatibility of RE derived carbon films and fibers over a period of 6 days in culture. The role of length scale of surface patterns in eliciting lineage-specific adaptive response along, across and on the interspacing between adjacent micropatterns (i.e., ``on'', ``across'' and ``off'') has been assayed. Textural features were found to affect 3',5'-cyclic AMP sodium salt-induced neurite outgrowth, over a wide range of length scales: from similar to 200 nm (carbon fibers) to similar to 60 mu m (carbon patterns). Despite their innate randomness, carbon nanofibers promoted preferential differentiation of N2a cells into neuronal lineage, similar to ordered micro-patterns. Our results, for the first time, conclusively demonstrate the potential of RE-gel and SU-8 derived carbon substrates as nerve tissue engineering platforms for guided proliferation and differentiation of neural cells in vitro. (C) 2013 Elsevier Ltd. All rights reserved.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

[1] Evaporative fraction (EF) is a measure of the amount of available energy at the earth surface that is partitioned into latent heat flux. The currently operational thermal sensors like the Moderate Resolution Imaging Spectroradiometer (MODIS) on satellite platforms provide data only at 1000 m, which constraints the spatial resolution of EF estimates. A simple model (disaggregation of evaporative fraction (DEFrac)) based on the observed relationship between EF and the normalized difference vegetation index is proposed to spatially disaggregate EF. The DEFrac model was tested with EF estimated from the triangle method using 113 clear sky data sets from the MODIS sensor aboard Terra and Aqua satellites. Validation was done using the data at four micrometeorological tower sites across varied agro-climatic zones possessing different land cover conditions in India using Bowen ratio energy balance method. The root-mean-square error (RMSE) of EF estimated at 1000 m resolution using the triangle method was 0.09 for all the four sites put together. The RMSE of DEFrac disaggregated EF was 0.09 for 250 m resolution. Two models of input disaggregation were also tried with thermal data sharpened using two thermal sharpening models DisTrad and TsHARP. The RMSE of disaggregated EF was 0.14 for both the input disaggregation models for 250 m resolution. Moreover, spatial analysis of disaggregation was performed using Landsat-7 (Enhanced Thematic Mapper) ETM+ data over four grids in India for contrasted seasons. It was observed that the DEFrac model performed better than the input disaggregation models under cropped conditions while they were marginally similar under non-cropped conditions.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In addressing the issue of prosthetic infection, this work demonstrated the synergistic effect of the application of static magnetic field (SMF) and ferrimagnetic substrate properties on the bactericidal property in vitro. This aspect was studied using hydroxyapatite (HA)-xFe(3)O(4) (x=10, 20, and 40 wt.%) substrates, which have different saturation magnetization properties. During bacteria culture experiments, 100 mT SMF was applied to growth medium (with HA-xFe(3)O(4) substrate) in vitro for 30, 120, and 240 min. A combination of MTT assay, membrane rupture assays, live/dead assay, and fluorescence microscopic analysis showed that the bactericidal effect of SMF increases with the exposure duration as well as increasing Fe3O4 content in biomaterial substrates. Importantly, the synergistic bactericidal effect was found to be independent of bacterial cell type, as similar qualitative trend is measured with both gram negative Escherichia coli (E. coli) and gram positive Staphylococcus aureus (S. aureus) strains. The reduction in E. coli viability was 83% higher on HA-40 Wt % Fe3O4 composite after 4 h exposure to SMF as compared to nonexposed control. Interestingly, any statistically significant difference in ROS was not observed in bacterial growth medium after magnetic field exposure, indicating the absence of ROS enhancement due to magnetic field. Overall, this study illustrates significant role being played by magnetic substrate compositions towards bactericidal property than by magnetic field exposure alone. (c) 2013 Wiley Periodicals, Inc. J Biomed Mater Res Part B: Appl Biomater, 102B: 524-532, 2014.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

We describe our novel LED communication infrastructure and demonstrate its scalability across platforms. Our system achieves 50 kilo bits per second on very simple SoCs and scales to megabits bits per second rates on dual processor based mobile phone platforms.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Stimulus artifacts inhibit reliable acquisition of biological evoked potentials for several milliseconds if an electrode contact is utilized for both electrical stimulation and recording purposes. This hinders the measurement of evoked short-latency biological responses, which is otherwise elicited by stimulation in implantable prosthetic devices. We present an improved stimulus artifact suppression scheme using two electrode simultaneous stimulation and differential readout using high-gain amplifiers. Substantial reduction of artifact duration has been shown possible through the common-mode rejection property of an instrumentation amplifier for electrode interfaces. The performance of this method depends on good matching of electrode-electrolyte interface properties of the chosen electrode pair. A novel calibration algorithm has been developed that helps in artificial matching of impedance and thereby achieves the required performance in artifact suppression. Stimulus artifact duration has been reduced down to 50 mu s from the stimulation-cum-recording electrodes, which is similar to 6x improvement over the present state of the art. The system is characterized with emulated resistor-capacitor loads and a variety of in-vitro metal electrodes dipped in saline environment. The proposed method is going to be useful for closed-loop electrical stimulation and recording studies, such as bidirectional neural prosthesis of retina, cochlea, brain, and spinal cord.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Coarse Grained Reconfigurable Architectures (CGRA) are emerging as embedded application processing units in computing platforms for Exascale computing. Such CGRAs are distributed memory multi- core compute elements on a chip that communicate over a Network-on-chip (NoC). Numerical Linear Algebra (NLA) kernels are key to several high performance computing applications. In this paper we propose a systematic methodology to obtain the specification of Compute Elements (CE) for such CGRAs. We analyze block Matrix Multiplication and block LU Decomposition algorithms in the context of a CGRA, and obtain theoretical bounds on communication requirements, and memory sizes for a CE. Support for high performance custom computations common to NLA kernels are met through custom function units (CFUs) in the CEs. We present results to justify the merits of such CFUs.