期刊文献+
共找到304篇文章
< 1 2 16 >
每页显示 20 50 100
Laser‑Induced and MOF‑Derived Metal Oxide/Carbon Composite for Synergistically Improved Ethanol Sensing at Room temperature
1
作者 Hyeongtae Lim Hyeokjin Kwon +2 位作者 Hongki Kang Jae Eun Jang Hyuk‑Jun Kwon 《Nano-Micro Letters》 SCIE EI CAS CSCD 2024年第6期210-220,共11页
Advancements in sensor technology have significantly enhanced atmospheric monitoring.Notably,metal oxide and carbon(MO_(x)/C)hybrids have gained attention for their exceptional sensitivity and room-temperature sensing... Advancements in sensor technology have significantly enhanced atmospheric monitoring.Notably,metal oxide and carbon(MO_(x)/C)hybrids have gained attention for their exceptional sensitivity and room-temperature sensing performance.However,previous methods of synthesizing MO_(x)/C composites suffer from problems,including inhomogeneity,aggregation,and challenges in micropatterning.Herein,we introduce a refined method that employs a metal–organic framework(MOF)as a precursor combined with direct laser writing.The inherent structure of MOFs ensures a uniform distribution of metal ions and organic linkers,yielding homogeneous MO_(x)/C structures.The laser processing facilitates precise micropatterning(<2μm,comparable to typical photolithography)of the MO_(x)/C crystals.The optimized MOF-derived MO_(x)/C sensor rapidly detected ethanol gas even at room temperature(105 and 18 s for response and recovery,respectively),with a broad range of sensing performance from 170 to 3,400 ppm and a high response value of up to 3,500%.Additionally,this sensor exhibited enhanced stability and thermal resilience compared to previous MOF-based counterparts.This research opens up promising avenues for practical applications in MOF-derived sensing devices. 展开更多
关键词 Metal-organic frameworks Metal oxide Carbon composite LASER Gas sensor
下载PDF
Appraising the Manifestation of Optimism Bias and Its Impact on Human Perception of Cyber Security: A Meta Analysis
2
作者 Khaled M. Alnifie Charles Kim 《Journal of Information Security》 2023年第2期93-110,共18页
Cyber threats and risks are increasing exponentially with time. For preventing and defense against these threats and risks, precise risk perception for effective mitigation is the first step. Risk perception is necess... Cyber threats and risks are increasing exponentially with time. For preventing and defense against these threats and risks, precise risk perception for effective mitigation is the first step. Risk perception is necessary requirement to mitigate risk as it drives the security strategy at the organizational level and human attitude at individual level. Sometime, individuals understand there is a risk that a negative event or incident can occur, but they do not believe there will be a personal impact if the risk comes to realization but instead, they believe that the negative event will impact others. This belief supports the common belief that individuals tend to think of themselves as invulnerable, i.e., optimistically bias about the situation, thus affecting their attitude for taking preventive measures due to inappropriate risk perception or overconfidence. The main motivation of this meta-analysis is to assess that how the cyber optimistic bias or cyber optimism bias affects individual’s cyber security risk perception and how it changes their decisions. Applying a meta-analysis, this study found that optimistic bias has an overall negative impact on the cyber security due to the inappropriate risk perception and considering themselves invulnerable by biasing that the threat will not occur to them. Due to the cyber optimism bias, the individual will sometimes share passwords by considering it will not be maliciously used, lack in adopting of preventive measures, ignore security incidents, wrong perception of cyber threats and overconfidence on themselves in the context of cyber security. 展开更多
关键词 Cyber Security META-ANALYSIS Optimistic Bias Optimism Bias Risk Perception Cognitive Bias
下载PDF
Improving Accuracy and Computational Burden of Bundle Adjustment Algorithm Using GPUs
3
作者 Pranay R. Kommera Suresh S. Muknahallipatna John E. McInroy 《Engineering(科研)》 2023年第10期663-690,共28页
Bundle adjustment is a camera and point refinement technique in a 3D scene reconstruction pipeline. The camera parameters and the 3D points are refined by minimizing the difference between computed projection and obse... Bundle adjustment is a camera and point refinement technique in a 3D scene reconstruction pipeline. The camera parameters and the 3D points are refined by minimizing the difference between computed projection and observed projection of the image points formulated as a non-linear least-square problem. Levenberg-Marquardt method is used to solve the non-linear least-square problem. Solving the non-linear least-square problem is computationally expensive, proportional to the number of cameras, points, and projections. In this paper, we implement the Bundle Adjustment (BA) algorithm and analyze techniques to improve algorithmic performance by reducing the mean square error. We investigate using an additional radial distortion camera parameter in the BA algorithm and demonstrate better convergence of the mean square error. We also demonstrate the use of explicitly computed analytical derivatives. In addition, we implement the BA algorithm on GPUs using the CUDA parallel programming model to reduce the computational time burden of the BA algorithm. CUDA Streams, atomic operations, and cuBLAS library in the CUDA programming model are proposed, implemented, and demonstrated to improve the performance of the BA algorithm. Our implementation has demonstrated better convergence of the BA algorithm and achieved a speedup of up to 16× on the use of the BA algorithm on various datasets. 展开更多
关键词 Bundle Adjustment LEVENBERG-MARQUARDT Scene Reconstruction Radial Dis-tortion Coefficient Explicit Jacobian CUDA Optimization
下载PDF
A Comparison of PPO, TD3 and SAC Reinforcement Algorithms for Quadruped Walking Gait Generation
4
作者 James W. Mock Suresh S. Muknahallipatna 《Journal of Intelligent Learning Systems and Applications》 2023年第1期36-56,共21页
Deep reinforcement learning (deep RL) has the potential to replace classic robotic controllers. State-of-the-art Deep Reinforcement algorithms such as Proximal Policy Optimization, Twin Delayed Deep Deterministic Poli... Deep reinforcement learning (deep RL) has the potential to replace classic robotic controllers. State-of-the-art Deep Reinforcement algorithms such as Proximal Policy Optimization, Twin Delayed Deep Deterministic Policy Gradient and Soft Actor-Critic Reinforcement Algorithms, to mention a few, have been investigated for training robots to walk. However, conflicting performance results of these algorithms have been reported in the literature. In this work, we present the performance analysis of the above three state-of-the-art Deep Reinforcement algorithms for a constant velocity walking task on a quadruped. The performance is analyzed by simulating the walking task of a quadruped equipped with a range of sensors present on a physical quadruped robot. Simulations of the three algorithms across a range of sensor inputs and with domain randomization are performed. The strengths and weaknesses of each algorithm for the given task are discussed. We also identify a set of sensors that contribute to the best performance of each Deep Reinforcement algorithm. 展开更多
关键词 Reinforcement Learning Machine Learning Markov Decision Process Domain Randomization
下载PDF
Optimized CUDA Implementation to Improve the Performance of Bundle Adjustment Algorithm on GPUs
5
作者 Pranay R. Kommera Suresh S. Muknahallipatna John E. McInroy 《Journal of Software Engineering and Applications》 2024年第4期172-201,共30页
The 3D reconstruction pipeline uses the Bundle Adjustment algorithm to refine the camera and point parameters. The Bundle Adjustment algorithm is a compute-intensive algorithm, and many researchers have improved its p... The 3D reconstruction pipeline uses the Bundle Adjustment algorithm to refine the camera and point parameters. The Bundle Adjustment algorithm is a compute-intensive algorithm, and many researchers have improved its performance by implementing the algorithm on GPUs. In the previous research work, “Improving Accuracy and Computational Burden of Bundle Adjustment Algorithm using GPUs,” the authors demonstrated first the Bundle Adjustment algorithmic performance improvement by reducing the mean square error using an additional radial distorting parameter and explicitly computed analytical derivatives and reducing the computational burden of the Bundle Adjustment algorithm using GPUs. The naïve implementation of the CUDA code, a speedup of 10× for the largest dataset of 13,678 cameras, 4,455,747 points, and 28,975,571 projections was achieved. In this paper, we present the optimization of the Bundle Adjustment algorithm CUDA code on GPUs to achieve higher speedup. We propose a new data memory layout for the parameters in the Bundle Adjustment algorithm, resulting in contiguous memory access. We demonstrate that it improves the memory throughput on the GPUs, thereby improving the overall performance. We also demonstrate an increase in the computational throughput of the algorithm by optimizing the CUDA kernels to utilize the GPU resources effectively. A comparative performance study of explicitly computing an algorithm parameter versus using the Jacobians instead is presented. In the previous work, the Bundle Adjustment algorithm failed to converge for certain datasets due to several block matrices of the cameras in the augmented normal equation, resulting in rank-deficient matrices. In this work, we identify the cameras that cause rank-deficient matrices and preprocess the datasets to ensure the convergence of the BA algorithm. Our optimized CUDA implementation achieves convergence of the Bundle Adjustment algorithm in around 22 seconds for the largest dataset compared to 654 seconds for the sequential implementation, resulting in a speedup of 30×. Our optimized CUDA implementation presented in this paper has achieved a 3× speedup for the largest dataset compared to the previous naïve CUDA implementation. 展开更多
关键词 Scene Reconstruction Bundle Adjustment LEVENBERG-MARQUARDT Non-Linear Least Squares Memory Throughput Computational Throughput Contiguous Memory Access CUDA Optimization
下载PDF
Using Biomass in Power Generation for Supplying Electrical and Thermal Energy in Iran and Evaluation of Environmental Pollution Spread
6
作者 Ailin Asadinejad Mostafa G. Varzaneh +1 位作者 Saeed Mohejeryami Mehrdad Abedi 《Journal of Energy and Power Engineering》 2016年第1期55-63,共9页
关键词 生物质能源 环境污染评价 发电技术 电能 伊朗 温室气体排放量 供电 利用效率
下载PDF
Modeling of fine coal flotation separation based on particle characteristics and hydrodynamic conditions 被引量:12
7
作者 B. Shahbazi S. Chehreh Chelgani 《International Journal of Coal Science & Technology》 EI 2016年第4期429-439,共11页
关键词 细粒浮选 分离模型 颗粒分离 力学条件 特征和 浮选速率常数 流体 煤炭浮选
下载PDF
Fabrication and characterization of Fe_3O_4@SiO_2@TiO_2@Ho nanostructures as a novel and highly efficient photocatalyst for degradation of organic pollution 被引量:8
8
作者 Sobhan Mortazavi-Derazkola Masoud Salavati-Niasari +1 位作者 Omid Amiri Ali Abbasi 《Journal of Energy Chemistry》 SCIE EI CAS CSCD 2017年第1期17-23,共7页
In this work we synthesize a novel and highly efficient photocatalyst for degradation of methyl orange and rhodamine B. In addition, a new method for synthesis of Fe_3O_4@SiO_2@TiO_2@Ho magnetic core-shell nanoparticl... In this work we synthesize a novel and highly efficient photocatalyst for degradation of methyl orange and rhodamine B. In addition, a new method for synthesis of Fe_3O_4@SiO_2@TiO_2@Ho magnetic core-shell nanoparticles with spherical morphology is proposed. The crystal structures, morphology and chemical properties of the as-synthesized nanoparticles were characterized using Fourier transform infrared spectroscopy(FT-IR), scanning electron microscopy(SEM), transmission electron microscopy(TEM), energy dispersive X-ray(EDS), X-ray diffraction(XRD), UV–vis diffuse reflectance spectroscopy(DRS) and vibrating sample magnetometer(VSM) techniques. The photocatalytic activity of Fe_3O_4@SiO_2@TiO_2@Ho was investigated by degradation of methyl orange(MO) as cationic dye and rhodamine B(Rh B) as anionic dye in aqueous solution under UV/vis irradiation. The results indicate that about 92.1% of Rh B and78.4% of MO were degraded after 120 and 150 min, respectively. These degradation results show that Fe_3O_4@SiO_2@TiO_2@Ho nanoparticles are better photocatalyst than Fe3O4@Si O2@TiO 2@Ho for degradation of MO and Rh B. As well as, the catalyst shows high recovery and stability even after several separation cycles. 展开更多
关键词 CATALYSIS Adsorption chemistry Physical adsorption Chemical adsorption
下载PDF
Recovery of coal particles from a tailing dam for environmental protection and economical beneficiations 被引量:2
9
作者 M. Asghari M. Noaparast +2 位作者 S. Z. Shafaie S. Ghassa S. Chehreh Chelgani 《International Journal of Coal Science & Technology》 EI 2018年第2期253-263,共11页
关键词 煤粒 煤矿 生产工艺 环境保护
下载PDF
A comparative study of name resolution and routing mechanisms in 网 information-centric networks 被引量:2
10
作者 Hang Liu Koorosh Azhandeh +1 位作者 Xavier de Foy Robert Gazda 《Digital Communications and Networks》 SCIE 2019年第2期69-75,共7页
Information-Centric Networking (ICN) is an innovative paradigm for the future internet architecture, which addresses IP network limitations in supporting content distribution and information access by decoupling conte... Information-Centric Networking (ICN) is an innovative paradigm for the future internet architecture, which addresses IP network limitations in supporting content distribution and information access by decoupling content from hosts and providing the ability to retrieve a content object by its name (identifier), rather than its storage location (IP address). Name resolution and routing is critical for content retrieval in ICN networks. In this research, we perform a comparative study of two widely used classes of ICN name resolution and routing schemes, namely flooding and Distributed Hash Table (DHT). We consider the flooding-based routing in Content-Centric Networks due to its wide acceptance. For the DHT scheme, we design a multi-level DHT that takes into account the underlying network topology and uses name aggregation to further reduce control overhead and improve network efficiency. Then, we compare the characteristics and performance of these two classes of name resolution and routing through extensive simulations. The evaluation results show that the performances of these two approaches are reliant on several factors, including network size, content location dynamics, and content popularity. Our study reveals insights into the design tradeoffs and offers guidelines for design strategies. 展开更多
关键词 Information-centric NETWORKS Content-centric NETWORKS NAME RESOLUTION Name-based ROUTING
下载PDF
Experiment of C-Band Wavelength Conversion in a Silicon Waveguide Pumped by Dispersed Femtosecond Laser Pulse 被引量:1
11
作者 高士明 田恩光 +2 位作者 宋琦 黄月望 Salih Kagan KALYONCU 《Chinese Physics Letters》 SCIE CAS CSCD 2010年第12期86-88,共3页
我们试验性地用在驱散的锁模式的 femtosecond 激光脉搏抽的 17-mm-long silicon-on-insulator 波导的四波浪的混合表明 C 乐队波长变换。更闲散的罐头与力量从 1530 nm 比 4 dBm,和变换带宽的大约 35 nm 降低到 1565 nm 的事件一般水... 我们试验性地用在驱散的锁模式的 femtosecond 激光脉搏抽的 17-mm-long silicon-on-insulator 波导的四波浪的混合表明 C 乐队波长变换。更闲散的罐头与力量从 1530 nm 比 4 dBm,和变换带宽的大约 35 nm 降低到 1565 nm 的事件一般水准泵被观察被使用 1550-nm 泵波长测量。抽脉搏的效率被表明更高,由超过 22 dB,与关于泵和信号力量的变换效率变化也是的抽 cw 的效率调查比。[从作者抽象] 展开更多
关键词 飞秒激光脉冲 泵浦功率 波长变换 硅波导 C波段 分散 实验 功率转换效率
原文传递
Evolution Handoff Strategy for Real-Time Video Transmission over Practical Cognitive Radio Networks 被引量:1
12
作者 LIU Fa MA Yongkui +1 位作者 ZHAO Honglin DING Kai 《China Communications》 SCIE CSCD 2015年第2期141-154,共14页
The transmission delay of realtime video packet mainly depends on the sensing time delay(short-term factor) and the entire frame transmission delay(long-term factor).Therefore,the optimization problem in the spectrum ... The transmission delay of realtime video packet mainly depends on the sensing time delay(short-term factor) and the entire frame transmission delay(long-term factor).Therefore,the optimization problem in the spectrum handoff process should be formulated as the combination of microscopic optimization and macroscopic optimization.In this paper,we focus on the issue of combining these two optimization models,and propose a novel Evolution Spectrum Handoff(ESH)strategy to minimize the expected transmission delay of real-time video packet.In the microoptimized model,considering the tradeoff between Primary User's(PU's) allowable collision percentage of each channel and transmission delay of video packet,we propose a mixed integer non-linear programming scheme.The scheme is able to achieve the minimum sensing time which is termed as an optimal stopping time.In the macro-optimized model,using the optimal stopping time as reward function within the partially observable Markov decision process framework,the EHS strategy is designed to search an optimal target channel set and minimize the expected delay of packet in the long-term real-time video transmission.Meanwhile,the minimum expected transmission delay is obtained under practical cognitive radio networks' conditions,i.e.,secondary user's mobility,PU's random access,imperfect sensing information,etc..Theoretical analysis and simulation results show that the ESH strategy can effectively reduce the transmission delay of video packet in spectrum handoff process. 展开更多
关键词 实时视频传输 无线电网络 切换策略 进化谱 MARKOV决策过程 混合整数非线性规划 传输延迟 最优化问题
下载PDF
Survey on Three Components of Mobile Cloud Computing: Offloading, Distribution and Privacy 被引量:1
13
作者 Anirudh Paranjothi Mohammad S. Khan Mais Nijim 《Journal of Computer and Communications》 2017年第6期1-31,共31页
Mobile Cloud Computing (MCC) brings rich computational resource to mobile users, network operators, and cloud computing providers. It can be represented in many ways, and the ultimate goal of MCC is to enable executio... Mobile Cloud Computing (MCC) brings rich computational resource to mobile users, network operators, and cloud computing providers. It can be represented in many ways, and the ultimate goal of MCC is to enable execution of rich mobile application with rich user experience. Mobility is one of the main characteristics of MCC environment where user can be able to continue their work regardless of movement. This literature review paper presents the state-of-the-art survey of MCC. Also, we provide the communication architecture of MCC and taxonomy of mobile cloud in which specifically concentrates on offloading, mobile distribution computing, and privacy. Through an extensive literature review, we found that MCC is a technologically beneficial and expedient paradigm for virtual environments in terms of virtual servers in a distributed environment, multi-tenant architecture and data storing in a cloud. We further identified the drawbacks in offloading, mobile distribution computing, privacy of MCC and how this technology can be used in an effective way. 展开更多
关键词 CLOUD COMPUTING Mobile CLOUD COMPUTING OFFLOADING DISTRIBUTION and PRIVACY
下载PDF
A Case Study on Design Patterns and Software Defects in Open Source Software 被引量:1
14
作者 Mubin Ozan Onarcan Yongjian Fu 《Journal of Software Engineering and Applications》 2018年第5期249-273,共25页
Design patterns are object oriented software design practices for solving common design problems and they affect software quality. In this study, we investigate the relationship of design patterns and software defects... Design patterns are object oriented software design practices for solving common design problems and they affect software quality. In this study, we investigate the relationship of design patterns and software defects in a number of open source software projects. Design pattern instances are extracted from the source code repository of these open source software projects. Software defect metrics are extracted from the bug tracking systems of these projects. Using correlation and regression analysis on extracted data, we examine the relationship between design patterns and software defects. Our findings indicate that there is little correlation between the total number of design pattern instances and the number of defects. However, our regression analysis reveals that individual design pattern instances as a group have strong influences on the number of defects. Furthermore, we find that the number of design pattern instances is positively correlated to defect priority. Individual design pattern instances may have positive or negative impacts on defect priority. 展开更多
关键词 Design PATTERN SOFTWARE DEFECT DEFECT PRIORITY SOFTWARE Quality SOFTWARE REPOSITORY MINING
下载PDF
Overview of High Voltage SiC Power Semiconductor Devices: Development and Application 被引量:6
15
作者 Shiqi Ji Zheyu Zhang Fred(Fei)Wang 《CES Transactions on Electrical Machines and Systems》 2017年第3期254-264,共11页
Research on high voltage(HV)silicon carbide(SiC)power semiconductor devices has attracted much attention in recent years.This paper overviews the development and status of HV SiC devices.Meanwhile,benefits of HV SiC d... Research on high voltage(HV)silicon carbide(SiC)power semiconductor devices has attracted much attention in recent years.This paper overviews the development and status of HV SiC devices.Meanwhile,benefits of HV SiC devices are presented.The technologies and challenges for HV SiC device application in converter design are discussed.The state-of-the-art applications of HV SiC devices are also reviewed. 展开更多
关键词 High voltage SiC power semiconductor devices SiC-based converter
下载PDF
Tourism Route Recommendation Based on A Multi-Objective Evolutionary Algorithm Using Two-Stage Decomposition and Pareto Layering 被引量:1
16
作者 Xiaoyao Zheng Baoting Han Zhen Ni 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第2期486-500,共15页
Tourism route planning is widely applied in the smart tourism field.The Pareto-optimal front obtained by the traditional multi-objective evolutionary algorithm exhibits long tails,sharp peaks and disconnected regions ... Tourism route planning is widely applied in the smart tourism field.The Pareto-optimal front obtained by the traditional multi-objective evolutionary algorithm exhibits long tails,sharp peaks and disconnected regions problems,which leads to uneven distribution and weak diversity of optimization solutions of tourism routes.Inspired by these limitations,we propose a multi-objective evolutionary algorithm for tourism route recommendation(MOTRR)with two-stage and Pareto layering based on decomposition.The method decomposes the multiobjective problem into several subproblems,and improves the distribution of solutions through a two-stage method.The crowding degree mechanism between extreme and intermediate populations is used in the two-stage method.The neighborhood is determined according to the weight of the subproblem for crossover mutation.Finally,Pareto layering is used to improve the updating efficiency and population diversity of the solution.The two-stage method is combined with the Pareto layering structure,which not only maintains the distribution and diversity of the algorithm,but also avoids the same solutions.Compared with several classical benchmark algorithms,the experimental results demonstrate competitive advantages on five test functions,hypervolume(HV)and inverted generational distance(IGD)metrics.Using the experimental results of real scenic spot datasets from two famous tourism social networking sites with vast amounts of users and large-scale online comments in Beijing,our proposed algorithm shows better distribution.It proves that the tourism routes recommended by our proposed algorithm have better distribution and diversity,so that the recommended routes can better meet the personalized needs of tourists. 展开更多
关键词 Evolutionary algorithm multi-objective optimization Pareto optimization tourism route recommendation two-stage decomposition
下载PDF
Assessment of chronic radiation proctopathy and radiofrequency ablation treatment follow-up with optical coherence tomography angiography: A pilot study
17
作者 Osman Oguz Ahsen Kaicheng Liang +3 位作者 Hsiang-Chieh Lee Zhao Wang James G Fujimoto Hiroshi Mashimo 《World Journal of Gastroenterology》 SCIE CAS 2019年第16期1997-2009,共13页
BACKGROUND Chronic radiation proctopathy(CRP) occurs as a result of pelvic radiation therapy and is associated with formation of abnormal vasculature that may lead to persistent rectal bleeding. While incidence is dec... BACKGROUND Chronic radiation proctopathy(CRP) occurs as a result of pelvic radiation therapy and is associated with formation of abnormal vasculature that may lead to persistent rectal bleeding. While incidence is declining due to refinement of radiation delivery techniques, CRP remains one of the major complications of pelvic radiation therapy and significantly affects patient quality of life.Radiofrequency ablation(RFA) is an emerging treatment modality for eradicating abnormal vasculature associated with CRP. However, questions remain regarding CRP pathophysiology and optimal disease management.AIM To study feasibility of optical coherence tomography angiography(OCTA) for investigating subsurface vascular alterations in CRP and response to RFA treatment.METHODS Two patients with normal rectum and 8 patients referred for, or undergoing endoscopic RFA treatment for CRP were imaged with a prototype ultrahighspeed optical coherence tomography(OCT) system over 15 OCT/colonoscopy visits(2 normal patients, 5 RFA-na?ve patients, 8 RFA-follow-up visits). OCT and OCTA was performed by placing the OCT catheter onto the dentate line and rectum without endoscopic guidance. OCTA enabled depth-resolved microvasculature imaging using motion contrast from flowing blood, withoutrequiring injected dyes. OCTA features of normal and abnormal microvasculature were assessed in the mucosa and submucosa. Blinded reading of OCTA images was performed to assess the association of abnormal rectal microvasculature with CRP and RFA treatment, and rectal telangiectasia density endoscopic scoring.RESULTS OCTA/OCT images are intrinsically co-registered and enabled depth-resolved visualization of microvasculature in the mucosa and submucosa. OCTA visualized normal vascular patterns with regular honeycomb patterns vs abnormal vasculature with distorted honeycomb patterns and ectatic/tortuous microvasculature in the rectal mucosa. Normal arterioles and venules < 200 μm in diameter versus abnormal heterogenous enlarged arterioles and venules > 200μm in diameter were visualized in the rectal submucosa. Abnormal mucosal vasculature occurred in 0 of 2 normal patients and 3 of 5 RFA-na?ve patients,while abnormal submucosal vasculature occurred more often, in 1 of 2 normal patients and 5 of 5 RFA-na?ve patients. After RFA treatment, vascular abnormalities decreased, with abnormal mucosal vasculature observed in 0 of 8 RFA-follow-up visits and abnormal submucosal vasculature observed in only and 2 of 8 RFA-follow-up visits.CONCLUSION OCTA visualizes depth-resolved microvascular abnormalities in CRP, allowing assessment of superficial features which are endoscopically visible as well as deeper vasculature which cannot be seen endoscopically. OCTA/OCT of the rectum can be performed in conjunction with, or independently from endoscopy.Further studies are warranted to investigate if OCTA/OCT can elucidate pathophysiology of CRP or improve management. 展开更多
关键词 OPTICAL COHERENCE TOMOGRAPHY OPTICAL COHERENCE TOMOGRAPHY ANGIOGRAPHY Radiofrequency ablation CHRONIC RADIATION proctopathy Rectal telangiectasia density scoring system Subsurface microvascular imaging
下载PDF
Stochastic Modeling and Power Control of Time-Varying Wireless Communication Networks
18
作者 Mohammed M. Olama Seddik M. Djouadi Charalambos D. Charalambous 《Communications and Network》 2014年第3期155-164,共10页
Wireless networks are characterized by nodes mobility, which makes the propagation environment time-varying and subject to fading. As a consequence, the statistical characteristics of the received signal vary continuo... Wireless networks are characterized by nodes mobility, which makes the propagation environment time-varying and subject to fading. As a consequence, the statistical characteristics of the received signal vary continuously, giving rise to a Doppler power spectral density (DPSD) that varies from one observation instant to the next. This paper is concerned with dynamical modeling of time-varying wireless fading channels, their estimation and parameter identification, and optimal power control from received signal measurement data. The wireless channel is characterized using a stochastic state-space form and derived by approximating the time-varying DPSD of the channel. The expected maximization and Kalman filter are employed to recursively identify and estimate the channel parameters and states, respectively, from online received signal strength measured data. Moreover, we investigate a centralized optimal power control algorithm based on predictable strategies and employing the estimated channel parameters and states. The proposed models together with the estimation and power control algorithms are tested using experimental measurement data and the results are presented. 展开更多
关键词 WIRELESS Networks TIME-VARYING WIRELESS Fading Channel Impulse Response Doppler POWER Spectral Density STOCHASTIC STATE-SPACE Model STOCHASTIC Modeling Optimal POWER Control EXPECTATION Maximization Kalman Filter
下载PDF
Study of Chemical Etching and Chemo-Mechanical Polishing on CdZnTe Nuclear Detectors
19
作者 Aaron L. Adams Stephen U. Egarievwe +4 位作者 Ezekiel O. Agbalagba Rubi Gul Anwar Hossain Utpal N. Roy Ralph B. James 《Journal of Materials Science and Chemical Engineering》 2019年第8期33-41,共9页
Cadmium zinc telluride (CdZnTe) semiconductor has applications in the detection of X-rays and gamma-rays at room temperature without having to use a cooling system. Chemical etching and chemo-mechanical polishing are ... Cadmium zinc telluride (CdZnTe) semiconductor has applications in the detection of X-rays and gamma-rays at room temperature without having to use a cooling system. Chemical etching and chemo-mechanical polishing are processes used to smoothen CdZnTe wafer during detector device fabrication. These processes reduce surface damages left after polishing the wafers. In this paper, we compare the effects of etching and chemo-mechanical polishing on CdZnTe nuclear detectors, using a solution of hydrogen bromide in hydrogen peroxide and ethylene glycol mixture. X-ray photoelectron spectroscopy (XPS) was used to monitor TeO2 on the wafer surfaces. Current-voltage and detector-response measurements were made to study the electrical properties and energy resolution. XPS results showed that the chemical etching process resulted in the formation of more TeO2 on the detector surfaces compared to chemo-mechanical polishing. The electrical resistivity of the detector is of the order of 1010 &#937;-cm. The chemo-mechanical polishing process increased the leakage current more that chemical etching. For freshly treated surfaces, the etching process is more detrimental to the energy resolution compared to chemo-mechanically polishing. 展开更多
关键词 CDZNTE CHEMICAL ETCHING Chemo-Mechanical POLISHING Gamma RAYS Nuclear Detectors X-Ray PHOTOELECTRON Spectroscopy
下载PDF
上一页 1 2 16 下一页 到第
使用帮助 返回顶部