INANOE Repositorio (Inst- Nacional de Astrofísica, Óptica y Electrónica
Not a member yet
    2571 research outputs found

    Thermal Properties of Two Materials Commonly Usedin Low Temperature Laboratories

    Get PDF
    We carried out measurements of thermal conductance and thermal contact resistance of two materials commonly used in low temperature laboratories such as an Electro-Magnetic Interference (EMI) Filter and Stycast 2850 FT epoxy. Both samples were attached on a heat sink made of oxygen-free high thermal conductivity (OFHC) copper and characterized at temperatures between 0.3 K and 4.5 K, using a ³He refrigerator mounted on a pumped ⁴He cryostat. For the EMI filter we applied a varied input power from 0.25 up to 50 μW to the heater which is soldered to its central pin,whereas for a thin layer of Stycast sandwiched between a copper strap and the heatsink we applied an input power from 10 up to 810 μW. The temperature dependences obtained in each case were K = 3 ·10⁻⁵T ²·³ [W/K], and RK= 8.4 ·10⁻³T ¹·⁷ [W/cm²K] respectively

    Spectral optical monitoring of a double-peaked emission line AGN Arp 102B: Variability of spectral lines and continuum⋆

    Get PDF
    Context. We present results of long-term (1987–2010) optical spectral monitoring of the broad-line radio galaxy Arp 102B, a prototype of an active galactic nucleus with double-peaked broad emission lines that are commonly assumed to be emitted from an accretion disk. Aims. To explore the structure of the broad-line region (BLR), we analyze the light-curves of the broad Hα and Hβ lines and the continuum flux. We aim to estimate the dimensions of the broad-line emitting regions and the mass of the central black hole. Methods. We used the cross correlation function to find lags between the lines and continuum variations. We investigated the correlation between line and continuum fluxes in more detail and explored periodical variations of the red-to-blue line flux ratio using Lomb-Scargle periodograms. Results. The line and continuum light-curves show several flare-like events. The fluxes in lines and in the continuum show no significant change (around 20%) during the monitored period. We found a weak correlation between the line and continuum flux variation that may indicate that the line variation is weakly connected with the variation of the central photoionization source. In spite of this weak line-continuum correlation, we estimated a time lag for Hβ of about 20 days using various methods. The correlation between the Hβ and Hα flux variation is significantly higher than that between the lines and continuum. During the monitored period, the Hβ and Hα lines show double-peaked profiles, and we found an indication for a periodical oscillation in the red-to-blue flux ratio of the Hα line. The estimated mass of the central black hole is ~1.1 × 10⁸ M๏, which agrees with the mass estimated from the M-σ* relation

    Study of charge carrier transport in organic semiconductors

    No full text
    The main goal of the present thesis is to analyze electronic and charge transport in organic semiconductors samples with different polymer/sensitizer ration. The electronic and transport properties of organic semiconductor samples based in three components: the holetransporting polymer matrix poly(N,N’-bis(4-hexyloxyphenyl)-N’-(4-(9-phenyl-9Hfluoren- 9-yl)- phenyl)-4,4’-benzidine) (PFo6-TPD)/poly(N,N’-bis(4-hexyloxyphenyl)-N’- (4-(9-phenyl-9H-fluoren-9-yl)-phenyl)phenylen-1,4-diamine) (PFo6-PDA), the sensitizer [phenyl-C60-butyric acid methyl ester] (PCBM) [3], and the NLO chromophores 2,5- dimethyl-(4-p-nitrophenylazo) anisole and (DMNPAA) 3-methoxy-(4-p-nitrophenylazo)- anisole (MNPAA) has been measured. Samples with a thickness of 8µm and 0.25 cm2 front/back area were prepared by sandwiching the material between two glasses covered by the transparent indium tin oxide (ITO) electrodes

    Estructuras y características de desempeño de los códigos LDPC (Low-Density Parity-Check Codes)

    Get PDF
    Este trabajo presenta el análisis de las estructuras y características de desempeño de los códigos LDPC (Low-Density Parity-Check Codes), los cuales son una clase de códigos lineales de bloque que proporcionan un rendimiento cercano a la Capacidad utilizando decodificación iterativa. En principio se presenta la idea general de un sistema de comunicaciones y por medio de un diagrama de bloques se muestra cómo está conformado tal sistema. Después se sigue con la explicación del concepto de codificación y la razón por la cual se necesita de ésta para la transmisión o almacenamiento de información. Además se dan las definiciones de algunos parámetros utilizados en este campo, incluyendo el gran aporte de Shannon con sus teoremas. Posteriormente se realiza una revisión general de las familias de códigos de corrección de error presentes en la literatura, definiendo sus estructuras y diferencias. Luego de esta revisión se da una introducción a los códigos LDPC, en donde se explica la forma de codificación y los distintos algoritmos de decodificación para estos códigos. Finalmente, se realiza el análisis del tipo de códigos LDPC basados en arreglos y se muestran los resultados de las simulaciones realizadas. Se presenta la definición del fenómeno de error-floor y conjuntos absorbentes los cuales afectan el rendimiento de los códigos LDPC en las regiones de bajo BER (Bit-Error Rate). Se estudia el efecto de la cuantización en el rendimiento de los decodificadores de los códigos LDPC basados en arreglos. Así mismo, basados en el estudio anterior se analiza el resultado de la variación de los pesos de las columnas de las matrices de comprobación de paridad para dichos códigos. Al final de la tesis se incluyen los códigos de los programas realizados, junto con una breve descripción de ellos, y se detalla un programa interactivo basado en MatLab para la enseñanza de comunicaciones digitales

    Transfer learning for temporal nodes bayesian networks

    Get PDF
    Probabilistic graphical models are a common choice for modeling domains that operate under uncertainty. Within this framework, Bayesian networks have become very popular due to their highly intuitive representation that makes their interpretation easy for someone unfamiliar with computational models. Temporal Nodes Bayesian Networks extend this concept by including a dynamic component to the model. Specifically, they model the relationships existing between events and when they occur. Recently, an algorithm for inducing a temporal nodes Bayesian network from a database was defined. This algorithm, denominated LIPS (Learning Interval, Parameters and Structure), implemented a novel strategy for learning the dynamic aspects of the model, while using traditional Bayesian network learning techniques for the structure and the parameters. Unfortunately, the results obtained by the LIPS algorithm depend heavily on the amount of data available for learning, and just as with many other traditional machine learning algorithms, learning from scarce data sets leads to unreliable models that produce poor results. Transfer learning is a paradigm that compensates for scarce data sets by borrowing information from other models that have already been learned. These auxiliary models differ from the target learning task, but hold some degree of similarity with it, such that the learning of certain aspects of the target model can be aided by this information transfer. Previously, work has been done for transfer learning in the area of probabilistic graphical models; however, the incorporation of transfer learning to dynamic models is relatively unexplored. In this thesis, a methodology for inducing a Temporal Nodes Bayesian Network using transfer learning is proposed. The algorithm defines a separate strategy for learning each component, where transfer learning is applied to induce the dynamic aspects of the model, as well as the structure and the parameters. Experimentation was carried out to evaluate the algorithm, and the results were compared to those obtained without transfer and by applying naive transfer. Results show that the proposed algorithm obtains models that are significantly better than those obtained by learning only from scarce data sets (without transfer). In addition, they show that the algorithm is able to retrieve reliable models even when few records are available for the task of interest

    Super metalicidad en analogos solares

    Get PDF
    En este trabajo de tesis se determinaron los parámetros atmosféricos básicos (Teff , log g y [Fe/H]) para una muestra, limitada en magnitud (V < 15) de 271 estrellas de tipos espectrales entre G0 y G3 y clase de luminosidad V (secuencia principal). El principal objetivo del trabajo es identificar estrellas con composición química super solar. El análisis se realizó utilizando datos espectroscópicos obtenidos en el Observatorio Astrofísico Guillermo Haro y un conjunto de índices espectroscópicos (tipo Lick, Trager et al. (1998)) definidos en el rango espectral λλ 3800 - 4800 °A. Se ha utilizado la red de espectros teóricos de Munari et al. (2005) como herramienta de comparación para determinar los parámetros atmosféricos. La validez del método propuesto se verificó analizando los espectros de los asteroides Vesta y Ceres. Se determinan los parámetros atmosféricos, por primera vez, para alrededor de 200 objetos ( 73% de la muestra). En particular, se identifican 20 estrellas super metálicas ([Fe/H] >= 0.2 dex), las cuales se pueden utilizar en programas de búsqueda de planetas extrasolares

    Correlación de las líneas de resonancia MgII (h+k) y el período rotacional en estrellas clase espectral G

    Get PDF
    La edad estelar es uno de los parámetros fundamentales de las estrellas. Existen diversos métodos para estimar edades; uno de ellos es aquel que explota la relación entre la rotación, la actividad cromosférica y la edad. Skumanich (1972) encuentra que la rotaci ón estelar decae con el tiempo. Se hipotetiza que la actividad estelar es generada por el dinamo magnético de las estrellas como efecto de la convección y rotación estelar, y por tanto, también la actividad estelar, decrece con la edad. Otorgando a la actividad estelar el atributo de indicador de edad. Uno de los indicadores de actividad estelar utilizados para estimar la edad, es la emisión de las líneas de emisión H y K del CaII. Estas líneas que son observables desde telescopios terrestres, han sido observadas en conjuntos de estrellas por largos períodos de tiempo. Estas observaciones han servido para probar la relación entre el flujo en emisión de las líneas H,K y la edad. Así como también la relación entre la emisión H,K y el período de rotación. La semejanza de los procesos físicos que producen las líneas del MgII con las del CaII, hace posible que también la emisión de las líneas h y k del MgII sirvan como indicador de actividad estelar. Dado que el continuo adyacente a las líneas de MgII es menor al del CaII, se piensa que es más sensible a la actividad cromosférica. En este trabajo análizamos la relación actividad-rotación con el flujo integrado de la emisión de las líneas h y k, para evaluar la posible superioridad en la utilidad de estas líneas como un indicador de edad

    Planar microwave multiplexers for electronic communications

    Get PDF
    Design and fabrication of new microwave multiplexing structures for electronic communications are presented in this thesis report. They are based on directional filters over the planar microstrip technology, and operate for several standard bands for wireless communications. In this report, they are classified into four proposals, starting from the design and demonstration of multi-pole directional filters for multiplexing networks, following with a dual-band multi-pole directional filter, a wide band and narrow band diplexer and ending with a differential-signals diplexer for noise suppression. All the structures present low dimensions, light weight and ease of fabrication, making them good solutions for easy integration into existing systems. To support the novelty of the projects, two of the proposals have been presented in high-standard conferences and the other two have been accepted for publication in indexed journals. Starting from the design proposal of multi-pole directional filters, the circuit schematic model and design equations of multi-pole directional filters is presented for the first time. Following the proposed theory, two microstrip two-pole directional filters are designed and fabricated for different bands: GSM 850 and the Radiolocation and Space Research band. A two-channel multiplexing network based on the designed structures is implemented, demonstrating the capacity of the multi-pole directional filters to be used for channelization of several bands, following a modular concept, with good filter selectivity for each channel

    Integrated three-dimensional reconstruction with efficiently acquiring reflectance fields

    Get PDF
    The reconstruction of object surfaces is an important area in computer vision. This area is directed towards the recovery of three-dimensional information of an object placed in a scene. Most classical existing reconstruction methods assume that objects in the scene reflect light equally in all directions. This assumption on surface reflectance is referred as a Lambertian BRDF (Bidirectional Reflectance Distribution Function) however, Lambertian reflectance is not fulfilled for real-world objects, leading to incorrect depth estimates. Several methods propose a partial solution taking advantage of calibrated cameras and lights or some approximation of the surface reflectance. Reflectance fields are a common image-based model used for rendering the appearance of objects with a high-degree of realism. Reflectance fields are used in a variety of applications. For example, they are used to capture the appearance of real-world objects with complex geometry, like human bodies, furry teddy bears, or bonsai trees. They are also used to represent intricate distributions of light, like the illumination from a flash light. However, despite the increasing popularity of using reflectance fields, fast methods do not exist for acquiring them. This thesis presents two main contributions towards reflectance field acquisition and three-dimensional reconstruction. The first is a method for acquiring efficiently the reflectance field data to provide the surface reflectance information. This method introduces the use of independent component analysis, it enables fast acquisition of the reflectance field. The prototype acquisition system consists of a pair of projector and camera controlled by a computer. The effectiveness of the system is demonstrated with scenes composed of different material properties where the reflectance quality is maintained. The second contribution is a three-dimensional reconstruction of real-world objects placed in the scene. Three-dimensional reconstruction is obtained by relating depth estimations with reflectance fields. The reflectance field is integrated with threedimensional reconstruction equations by considering the system setup as a stereo system, it provides depth estimations of objects exhibiting different material properties with high accuracy

    Espectroscopia Raman en fluidos biológicos extracelulares

    Get PDF
    En este trabajo se hizo un estudio de la espectroscopia Raman en fluidos extracelulares, específicamente en fluidos intersticiales que se encuentran entre el dedo índice y el dedo pulgar con el fin de identificar las líneas espectrales de la glucosa, colesterol y triglicéridos. Conjuntamente los resultados muestran la dependencia entre la fluorescencia del espectro Raman con el color de la piel, un parámetro que se tiene que considerar cuando se hacen experimentos in vivo. Además se evaluaron los lugares del cuerpo donde se reportan en la literatura que se encuentran una gran cantidad de fluido intersticial y en el cual se tomaron los espectros Raman, dicha evaluación se hizo haciendo mapas de la piel y midiendo la estructura de la superficie usando tomografía óptica coherente. Adicionalmente se hicieron simuladores de tejido sintéticos mejor conocidos como phantoms, usando polidimetilsiloxano como base mezclados con lípidos sintéticos y glucosa, con el objetivo de ver el comportamiento de los espectros Raman en dicha mezcla. Otra de las variables evaluadas fue el tipo de sangre de la muestra para observar si se tenía una influencia adicional en el espectro Raman obtenido. Para ver la influencia mencionada se hizo un análisis de componentes principales, el cual muestra que se tiene una pequeña variación con el tipo de sangre. También se evaluó la regeneración del colágeno con la intención de ver si se tiene una influencia en el espectro Raman que se quiere obtener. Igualmente se presenta una evaluación de diferentes configuraciones geométricas de punta de prueba para mejorar la colección de la señal en el experimento. Esto se logró haciendo simulaciones de la razón entre fluorescencia y señal Raman usando NIRFAST, para corroborar los resultados se hicieron experimentos haciendo simuladores de tejidos con base de gelatina y se utilizó un tubo de silicona en el cual se le hizo pasar glucosa liquida. Para medir el rendimiento de la geometría óptima se comparó con otras geometrías propuestas haciendo una evaluación global de la intensidad de la banda espectral de la silicona. Los resultados encontrados en este trabajo de tesis muestran que se tiene un gran potencial para hacer la cuantificación de las líneas espectrales de los lípidos y la glucosa en la sangre

    2,136

    full texts

    2,571

    metadata records
    Updated in last 30 days.
    INANOE Repositorio (Inst- Nacional de Astrofísica, Óptica y Electrónica
    Access Repository Dashboard
    Do you manage Open Research Online? Become a CORE Member to access insider analytics, issue reports and manage access to outputs from your repository in the CORE Repository Dashboard! 👇