809 resultados para blocking algorithm


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Cardiac dysfunction in heart failure is widely recognized as a progressive process, regardless of the clinical signs and symptoms. An increase in cardiac sympathetic drive is one of the earliest neurohormonal responses occurring in patients with heart failure and may be one of the major causes of the progressive remodeling leading to the decline in myocardial function, and responsible for the poor prognosis of patients with heart failure. Therefore, recent data provided by several appropriately designed clinical trials clearly indicate the benefits of beta-adrenoceptor blocking agents, combined with diuretics, ACE inhibitors, and digoxin in chronic heart failure class II to IV due to systolic ventricular dysfunction. The benefits are related to symptoms, functional capacity, remodeling, and improvement in left ventricular function, reduction in cardiovascular hospitalization, a decrease in the overall and sudden cardiac death rate, and are similar in patients with ischemic or nonischemic cardiomyopathy, independent of age, gender, or functional class. In this review we describe the cardiovascular effects of the increase in sympathetic drive, the pharmacological properties of the beta-blockers most evaluated in heart failure therapy (metoprolol, bisoprolol, and carvedilol), the major clinical trials related to these agents in heart failure, the recommendations for their appropriate use in clinical practice, the precautions to be adopted, and how to handle the more common adverse reactions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

El avance en la potencia de cómputo en nuestros días viene dado por la paralelización del procesamiento, dadas las características que disponen las nuevas arquitecturas de hardware. Utilizar convenientemente este hardware impacta en la aceleración de los algoritmos en ejecución (programas). Sin embargo, convertir de forma adecuada el algoritmo en su forma paralela es complejo, y a su vez, esta forma, es específica para cada tipo de hardware paralelo. En la actualidad los procesadores de uso general más comunes son los multicore, procesadores paralelos, también denominados Symmetric Multi-Processors (SMP). Hoy en día es difícil hallar un procesador para computadoras de escritorio que no tengan algún tipo de paralelismo del caracterizado por los SMP, siendo la tendencia de desarrollo, que cada día nos encontremos con procesadores con mayor numero de cores disponibles. Por otro lado, los dispositivos de procesamiento de video (Graphics Processor Units - GPU), a su vez, han ido desarrollando su potencia de cómputo por medio de disponer de múltiples unidades de procesamiento dentro de su composición electrónica, a tal punto que en la actualidad no es difícil encontrar placas de GPU con capacidad de 200 a 400 hilos de procesamiento paralelo. Estos procesadores son muy veloces y específicos para la tarea que fueron desarrollados, principalmente el procesamiento de video. Sin embargo, como este tipo de procesadores tiene muchos puntos en común con el procesamiento científico, estos dispositivos han ido reorientándose con el nombre de General Processing Graphics Processor Unit (GPGPU). A diferencia de los procesadores SMP señalados anteriormente, las GPGPU no son de propósito general y tienen sus complicaciones para uso general debido al límite en la cantidad de memoria que cada placa puede disponer y al tipo de procesamiento paralelo que debe realizar para poder ser productiva su utilización. Los dispositivos de lógica programable, FPGA, son dispositivos capaces de realizar grandes cantidades de operaciones en paralelo, por lo que pueden ser usados para la implementación de algoritmos específicos, aprovechando el paralelismo que estas ofrecen. Su inconveniente viene derivado de la complejidad para la programación y el testing del algoritmo instanciado en el dispositivo. Ante esta diversidad de procesadores paralelos, el objetivo de nuestro trabajo está enfocado en analizar las características especificas que cada uno de estos tienen, y su impacto en la estructura de los algoritmos para que su utilización pueda obtener rendimientos de procesamiento acordes al número de recursos utilizados y combinarlos de forma tal que su complementación sea benéfica. Específicamente, partiendo desde las características del hardware, determinar las propiedades que el algoritmo paralelo debe tener para poder ser acelerado. Las características de los algoritmos paralelos determinará a su vez cuál de estos nuevos tipos de hardware son los mas adecuados para su instanciación. En particular serán tenidos en cuenta el nivel de dependencia de datos, la necesidad de realizar sincronizaciones durante el procesamiento paralelo, el tamaño de datos a procesar y la complejidad de la programación paralela en cada tipo de hardware. Today´s advances in high-performance computing are driven by parallel processing capabilities of available hardware architectures. These architectures enable the acceleration of algorithms when thes ealgorithms are properly parallelized and exploit the specific processing power of the underneath architecture. Most current processors are targeted for general pruposes and integrate several processor cores on a single chip, resulting in what is known as a Symmetric Multiprocessing (SMP) unit. Nowadays even desktop computers make use of multicore processors. Meanwhile, the industry trend is to increase the number of integrated rocessor cores as technology matures. On the other hand, Graphics Processor Units (GPU), originally designed to handle only video processing, have emerged as interesting alternatives to implement algorithm acceleration. Current available GPUs are able to implement from 200 to 400 threads for parallel processing. Scientific computing can be implemented in these hardware thanks to the programability of new GPUs that have been denoted as General Processing Graphics Processor Units (GPGPU).However, GPGPU offer little memory with respect to that available for general-prupose processors; thus, the implementation of algorithms need to be addressed carefully. Finally, Field Programmable Gate Arrays (FPGA) are programmable devices which can implement hardware logic with low latency, high parallelism and deep pipelines. Thes devices can be used to implement specific algorithms that need to run at very high speeds. However, their programmability is harder that software approaches and debugging is typically time-consuming. In this context where several alternatives for speeding up algorithms are available, our work aims at determining the main features of thes architectures and developing the required know-how to accelerate algorithm execution on them. We look at identifying those algorithms that may fit better on a given architecture as well as compleme

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Background:Vascular remodeling, the dynamic dimensional change in face of stress, can assume different directions as well as magnitudes in atherosclerotic disease. Classical measurements rely on reference to segments at a distance, risking inappropriate comparison between dislike vessel portions.Objective:to explore a new method for quantifying vessel remodeling, based on the comparison between a given target segment and its inferred normal dimensions.Methods:Geometric parameters and plaque composition were determined in 67 patients using three-vessel intravascular ultrasound with virtual histology (IVUS-VH). Coronary vessel remodeling at cross-section (n = 27.639) and lesion (n = 618) levels was assessed using classical metrics and a novel analytic algorithm based on the fractional vessel remodeling index (FVRI), which quantifies the total change in arterial wall dimensions related to the estimated normal dimension of the vessel. A prediction model was built to estimate the normal dimension of the vessel for calculation of FVRI.Results:According to the new algorithm, “Ectatic” remodeling pattern was least common, “Complete compensatory” remodeling was present in approximately half of the instances, and “Negative” and “Incomplete compensatory” remodeling types were detected in the remaining. Compared to a traditional diagnostic scheme, FVRI-based classification seemed to better discriminate plaque composition by IVUS-VH.Conclusion:Quantitative assessment of coronary remodeling using target segment dimensions offers a promising approach to evaluate the vessel response to plaque growth/regression.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Magdeburg, Univ., Fak. für Informatik, Diss., 2015

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The parameterized expectations algorithm (PEA) involves a long simulation and a nonlinear least squares (NLS) fit, both embedded in a loop. Both steps are natural candidates for parallelization. This note shows that parallelization can lead to important speedups for the PEA. I provide example code for a simple model that can serve as a template for parallelization of more interesting models, as well as a download link for an image of a bootable CD that allows creation of a cluster and execution of the example code in minutes, with no need to install any software.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

It is well-known that couples that look jointly for jobs in the same centralized labor market may cause instabilities. We demonstrate that for a natural preference domain for couples, namely the domain of responsive preferences, the existence of stable matchings can easily be established. However, a small deviation from responsiveness in one couple's preference relation that models the wish of a couple to be closer together may already cause instability. This demonstrates that the nonexistence of stable matchings in couples markets is not a singular theoretical irregularity. Our nonexistence result persists even when a weaker stability notion is used that excludes myopic blocking. Moreover, we show that even if preferences are responsive there are problems that do not arise for singles markets. Even though for couples markets with responsive preferences the set of stable matchings is nonempty, the lattice structure that this set has for singles markets does not carry over. Furthermore we demonstrate that the new algorithm adopted by the National Resident Matching Program to fill positions for physicians in the United States may cycle, while in fact a stable matchings does exist, and be prone to strategic manipulation if the members of a couple pretend to be single.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

After treatment young Kenyan schoolchildren are highly susceptible to reinfection with Schistosoma mansoni. Older children and adults are resistant to reinfection. There is no evidence that this age related resistance is due to a slow development of protective immunological mechanisms, rather, it appears that young children are susceptible because of the presence of blocking antibodies which decline with age, thus allowing the expression of protective responses. Correlations between antibody responses to different stages of the parasite life-cycle suggest that, in young children, antigen directed, isotype restriction of the response against cross-reactive polysaccharide egg antigens results in an ineffectual, or even blocking antibody response to the schistosomulum.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Cellular responses to LPS, the major lipid component of the outer membrane of Gram-negative bacteria, are enhanced markedly by the LPS-binding protein (LBP), a plasma protein that transfers LPS to the cell surface CD14 present on cells of the myeloid lineage. LBP has been shown previously to potentiate the host response to LPS. However, experiments performed in mice with a disruption of the LBP gene have yielded discordant results. Whereas one study showed that LBP knockout mice were resistant to endotoxemia, another study did not confirm an important role for LBP in the response of mice challenged in vivo with low doses of LPS. Consequently, we generated rat mAbs to murine LBP to investigate further the contribution of LBP in experimental endotoxemia. Three classes of mAbs were obtained. Class 1 mAbs blocked the binding of LPS to LBP; class 2 mAbs blocked the binding of LPS/LBP complexes to CD14; class 3 mAbs bound LBP but did not suppress LBP activity. In vivo, class 1 and class 2 mAbs suppressed LPS-induced TNF production and protected mice from lethal endotoxemia. These results show that the neutralization of LBP accomplished by blocking either the binding of LPS to LBP or the binding of LPS/LBP complexes to CD14 protects the host from LPS-induced toxicity, confirming that LBP is a critical component of innate immunity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The liver secretes triglyceride-rich VLDLs, and the triglycerides in these particles are taken up by peripheral tissues, mainly heart, skeletal muscle, and adipose tissue. Blocking hepatic VLDL secretion interferes with the delivery of liver-derived triglycerides to peripheral tissues and results in an accumulation of triglycerides in the liver. However, it is unclear how interfering with hepatic triglyceride secretion affects adiposity, muscle triglyceride stores, and insulin sensitivity. To explore these issues, we examined mice that cannot secrete VLDL [due to the absence of microsomal triglyceride transfer protein (Mttp) in the liver]. These mice exhibit markedly reduced levels of apolipoprotein B-100 in the plasma, along with reduced levels of triglycerides in the plasma. Despite the low plasma triglyceride levels, triglyceride levels in skeletal muscle were unaffected. Adiposity and adipose tissue triglyceride synthesis rates were also normal, and body weight curves were unaffected. Even though the blockade of VLDL secretion caused hepatic steatosis accompanied by increased ceramides and diacylglycerols in the liver, the mice exhibited normal glucose tolerance and were sensitive to insulin at the whole-body level, as judged by hyperinsulinemic euglycemic clamp studies. Normal hepatic glucose production and insulin signaling were also maintained in the fatty liver induced by Mttp deletion. Thus, blocking VLDL secretion causes hepatic steatosis without insulin resistance, and there is little effect on muscle triglyceride stores or adiposity

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The implicit projection algorithm of isotropic plasticity is extended to an objective anisotropic elastic perfectly plastic model. The recursion formula developed to project the trial stress on the yield surface, is applicable to any non linear elastic law and any plastic yield function.A curvilinear transverse isotropic model based on a quadratic elastic potential and on Hill's quadratic yield criterion is then developed and implemented in a computer program for bone mechanics perspectives. The paper concludes with a numerical study of a schematic bone-prosthesis system to illustrate the potential of the model.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A family of nonempty closed convex sets is built by using the data of the Generalized Nash equilibrium problem (GNEP). The sets are selected iteratively such that the intersection of the selected sets contains solutions of the GNEP. The algorithm introduced by Iusem-Sosa (2003) is adapted to obtain solutions of the GNEP. Finally some numerical experiments are given to illustrate the numerical behavior of the algorithm.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Monoclonal antibodies (mAbs) and human sera from gametocyte carriers were applied in the bio-assay to test for their transmission-blocking capacity. Competition ELISA's have been developed for the detection of natural transmission blocking antibodies. Approximately 55 of the sera blocking in the bio-assay gave positive results in these competition ELISA's.