期刊文献+
共找到1,418篇文章
< 1 2 71 >
每页显示 20 50 100
Analysis of the joint detection capability of the SMILE satellite and EISCAT-3D radar 被引量:2
1
作者 JiaoJiao Zhang TianRan Sun +7 位作者 XiZheng Yu DaLin Li Hang Li JiaQi Guo ZongHua Ding Tao Chen Jian Wu Chi Wang 《Earth and Planetary Physics》 EI CSCD 2024年第1期299-306,共8页
The Solar wind Magnetosphere Ionosphere Link Explorer(SMILE)satellite is a small magnetosphere–ionosphere link explorer developed cooperatively between China and Europe.It pioneers the use of X-ray imaging technology... The Solar wind Magnetosphere Ionosphere Link Explorer(SMILE)satellite is a small magnetosphere–ionosphere link explorer developed cooperatively between China and Europe.It pioneers the use of X-ray imaging technology to perform large-scale imaging of the Earth’s magnetosheath and polar cusp regions.It uses a high-precision ultraviolet imager to image the overall configuration of the aurora and monitor changes in the source of solar wind in real time,using in situ detection instruments to improve human understanding of the relationship between solar activity and changes in the Earth’s magnetic field.The SMILE satellite is scheduled to launch in 2025.The European Incoherent Scatter Sciences Association(EISCAT)-3D radar is a new generation of European incoherent scatter radar constructed by EISCAT and is the most advanced ground-based ionospheric experimental device in the high-latitude polar region.It has multibeam and multidirectional quasi-real-time three-dimensional(3D)imaging capabilities,continuous monitoring and operation capabilities,and multiple-baseline interferometry capabilities.Joint detection by the SMILE satellite and the EISCAT-3D radar is of great significance for revealing the coupling process of the solar wind–magnetosphere–ionosphere.Therefore,we performed an analysis of the joint detection capability of the SMILE satellite and EISCAT-3D,analyzed the period during which the two can perform joint detection,and defined the key scientific problems that can be solved by joint detection.In addition,we developed Web-based software to search for and visualize the joint detection period of the SMILE satellite and EISCAT-3D radar,which lays the foundation for subsequent joint detection experiments and scientific research. 展开更多
关键词 Solar wind Magnetosphere Ionosphere Link Explorer(SMILE)satellite European Incoherent Scatter Sciences Association(EISCAT)-3D radar joint detection
下载PDF
Industrial Fusion Cascade Detection of Solder Joint
2
作者 Chunyuan Li Peng Zhang +2 位作者 Shuangming Wang Lie Liu Mingquan Shi 《Computers, Materials & Continua》 SCIE EI 2024年第10期1197-1214,共18页
With the remarkable advancements in machine vision research and its ever-expanding applications,scholars have increasingly focused on harnessing various vision methodologies within the industrial realm.Specifically,de... With the remarkable advancements in machine vision research and its ever-expanding applications,scholars have increasingly focused on harnessing various vision methodologies within the industrial realm.Specifically,detecting vehicle floor welding points poses unique challenges,including high operational costs and limited portability in practical settings.To address these challenges,this paper innovatively integrates template matching and the Faster RCNN algorithm,presenting an industrial fusion cascaded solder joint detection algorithm that seamlessly blends template matching with deep learning techniques.This algorithm meticulously weights and fuses the optimized features of both methodologies,enhancing the overall detection capabilities.Furthermore,it introduces an optimized multi-scale and multi-template matching approach,leveraging a diverse array of templates and image pyramid algorithms to bolster the accuracy and resilience of object detection.By integrating deep learning algorithms with this multi-scale and multi-template matching strategy,the cascaded target matching algorithm effectively accurately identifies solder joint types and positions.A comprehensive welding point dataset,labeled by experts specifically for vehicle detection,was constructed based on images from authentic industrial environments to validate the algorithm’s performance.Experiments demonstrate the algorithm’s compelling performance in industrial scenarios,outperforming the single-template matching algorithm by 21.3%,the multi-scale and multitemplate matching algorithm by 3.4%,the Faster RCNN algorithm by 19.7%,and the YOLOv9 algorithm by 17.3%in terms of solder joint detection accuracy.This optimized algorithm exhibits remarkable robustness and portability,ideally suited for detecting solder joints across diverse vehicle workpieces.Notably,this study’s dataset and feature fusion approach can be a valuable resource for other algorithms seeking to enhance their solder joint detection capabilities.This work thus not only presents a novel and effective solution for industrial solder joint detection but lays the groundwork for future advancements in this critical area. 展开更多
关键词 Cascade object detection deep learning feature fusion multi-scale and multi-template matching solder joint dataset
下载PDF
Target Detection on Water Surfaces Using Fusion of Camera and LiDAR Based Information
3
作者 Yongguo Li Yuanrong Wang +2 位作者 Jia Xie Caiyin Xu Kun Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第7期467-486,共20页
To address the challenges of missed detections in water surface target detection using solely visual algorithms in unmanned surface vehicle(USV)perception,this paper proposes a method based on the fusion of visual and... To address the challenges of missed detections in water surface target detection using solely visual algorithms in unmanned surface vehicle(USV)perception,this paper proposes a method based on the fusion of visual and LiDAR point-cloud projection for water surface target detection.Firstly,the visual recognition component employs an improved YOLOv7 algorithmbased on a self-built dataset for the detection of water surface targets.This algorithm modifies the original YOLOv7 architecture to a Slim-Neck structure,addressing the problemof excessive redundant information during feature extraction in the original YOLOv7 network model.Simultaneously,this modification simplifies the computational burden of the detector,reduces inference time,and maintains accuracy.Secondly,to tackle the issue of sample imbalance in the self-built dataset,slide loss function is introduced.Finally,this paper replaces the original Complete Intersection over Union(CIoU)loss function with the Minimum Point Distance Intersection over Union(MPDIoU)loss function in the YOLOv7 algorithm,which accelerates model learning and enhances robustness.To mitigate the problem of missed recognitions caused by complex water surface conditions in purely visual algorithms,this paper further adopts the fusion of LiDAR and camera data,projecting the threedimensional point-cloud data from LiDAR onto a two-dimensional pixel plane.This significantly reduces the rate of missed detections for water surface targets. 展开更多
关键词 Water surface target detection YOLOv7 joint calibration sensor fusion point-cloud projection
下载PDF
End-to-End Joint Multi-Object Detection and Tracking for Intelligent Transportation Systems
4
作者 Qing Xu Xuewu Lin +6 位作者 Mengchi Cai Yu‑ang Guo Chuang Zhang Kai Li Keqiang Li Jianqiang Wang Dongpu Cao 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2023年第5期280-290,共11页
Environment perception is one of the most critical technology of intelligent transportation systems(ITS).Motion interaction between multiple vehicles in ITS makes it important to perform multi-object tracking(MOT).How... Environment perception is one of the most critical technology of intelligent transportation systems(ITS).Motion interaction between multiple vehicles in ITS makes it important to perform multi-object tracking(MOT).However,most existing MOT algorithms follow the tracking-by-detection framework,which separates detection and tracking into two independent segments and limit the global efciency.Recently,a few algorithms have combined feature extraction into one network;however,the tracking portion continues to rely on data association,and requires com‑plex post-processing for life cycle management.Those methods do not combine detection and tracking efciently.This paper presents a novel network to realize joint multi-object detection and tracking in an end-to-end manner for ITS,named as global correlation network(GCNet).Unlike most object detection methods,GCNet introduces a global correlation layer for regression of absolute size and coordinates of bounding boxes,instead of ofsetting predictions.The pipeline of detection and tracking in GCNet is conceptually simple,and does not require compli‑cated tracking strategies such as non-maximum suppression and data association.GCNet was evaluated on a multivehicle tracking dataset,UA-DETRAC,demonstrating promising performance compared to state-of-the-art detectors and trackers. 展开更多
关键词 Intelligent transportation systems joint detection and tracking Global correlation network End-to-end tracking
下载PDF
Low-Complexity Joint Channel Estimation and Symbol Detection for OFDMA Systems 被引量:4
5
作者 Rui Xin Zuyao Ni +2 位作者 Sheng Wu Linling Kuang Chunxiao Jiang 《China Communications》 SCIE CSCD 2019年第7期49-60,共12页
In this paper,we propose a joint channel estimation and symbol detection(JCESD)algorithm relying on message-passing algorithms(MPA)for orthogonal frequency division multiple access(OFDMA)systems.The channel estimation... In this paper,we propose a joint channel estimation and symbol detection(JCESD)algorithm relying on message-passing algorithms(MPA)for orthogonal frequency division multiple access(OFDMA)systems.The channel estimation and symbol detection leverage the framework of expectation propagation(EP)and belief propagation(BP)with the aid of Gaussian approximation,respectively.Furthermore,to reduce the computation complexity involved in channel estimation,the matrix inversion is transformed into a series of diagonal matrix inversions through the Sherman-Morrison formula.Simulation experiments show that the proposed algorithm can reduce the pilot overhead by about 50%,compared with the traditional linear minimum mean square error(LMMSE)algorithm,and can approach to the bit error rate(BER)performance bound of perfectly known channel state information within 0.1 dB. 展开更多
关键词 joint channel estimation and SYMBOL detection MESSAGE PASSING OFDMA
下载PDF
Digital image processing-based automatic detection algorithm of cross joint trace and its application in mining roadway excavation practice 被引量:1
6
作者 Yuxin Yuan Nong Zhang +3 位作者 Changliang Han Sen Yang Zhengzheng Xie Jin Wang 《International Journal of Mining Science and Technology》 SCIE EI CAS CSCD 2022年第6期1219-1231,共13页
This paper proposes a digital image processing-based detection algorithm for cross joint traces of coal roadway heading face.Initially,the acquired images were preprocessed,i.e.,adaptive correction was conducted for n... This paper proposes a digital image processing-based detection algorithm for cross joint traces of coal roadway heading face.Initially,the acquired images were preprocessed,i.e.,adaptive correction was conducted for non-uniform illumination images based on the 2D gamma function.The edge detection algorithm was then applied to extract the edges of the structural plane,followed by the filtration of the non-structural plane noises.Moreover,the Hough transform algorithm was applied to extract the linear edges;finally,the edges were locally connected in accordance with the angle and distance criteria.The experimental results show that this algorithm can be used to reduce the noise caused by non-uniform illumination and avoid the mutual interference of multi-scale edges,so as to effectively extract the traces of the cross joint.Furthermore,Q-system and rock mass rating(RMR),were applied to conduct a quantitative evaluation on the stand-up time of unsupported roof in the four test images.The Q-system quality scores are 26.7,43.3,3.1,and 6.7,and the RMR quality scores are 56.84,58.73,48.42,and 51.42,respectively.The stand-up time of unsupported roofs with a span of 4.6 m are 30,36,7.7 and 14 d,respectively. 展开更多
关键词 Coal roadway Cross joint Image detection Stand-up time evaluation
下载PDF
A multi-target stance detection based on Bi-LSTM network with position-weight 被引量:1
7
作者 Xu Yilong Li Wenfa +1 位作者 Wang Gongming Huang Lingyun 《High Technology Letters》 EI CAS 2020年第4期442-447,共6页
In the task of multi-target stance detection,there are problems the mutual influence of content describing different targets,resulting in reduction in accuracy.To solve this problem,a multi-target stance detection alg... In the task of multi-target stance detection,there are problems the mutual influence of content describing different targets,resulting in reduction in accuracy.To solve this problem,a multi-target stance detection algorithm based on a bidirectional long short-term memory(Bi-LSTM)network with position-weight is proposed.First,the corresponding position of the target in the input text is calculated with the ultimate position-weight vector.Next,the position information and output from the Bi-LSTM layer are fused by the position-weight fusion layer.Finally,the stances of different targets are predicted using the LSTM network and softmax classification.The multi-target stance detection corpus of the American election in 2016 is used to validate the proposed method.The results demonstrate that the Bi-LSTM network with position-weight achieves an advantage of 1.4%in macro average F1 value in the comparison of recent algorithms. 展开更多
关键词 long short-term memory(LSTM) multi-target natural language processing stance detection
下载PDF
LMMSE-based SAGE channel estimation and data detection joint algorithm for MIMO-OFDM system 被引量:1
8
作者 申京 Wu Muqing 《High Technology Letters》 EI CAS 2012年第2期195-201,共7页
A new channel estimation and data detection joint algorithm is proposed for multi-input multi-output (MIMO) - orthogonal frequency division multiplexing (OFDM) system using linear minimum mean square error (LMMSE... A new channel estimation and data detection joint algorithm is proposed for multi-input multi-output (MIMO) - orthogonal frequency division multiplexing (OFDM) system using linear minimum mean square error (LMMSE)- based space-alternating generalized expectation-maximization (SAGE) algorithm. In the proposed algorithm, every sub-frame of the MIMO-OFDM system is divided into some OFDM sub-blocks and the LMMSE-based SAGE algorithm in each sub-block is used. At the head of each sub-flame, we insert training symbols which are used in the initial estimation at the beginning. Channel estimation of the previous sub-block is applied to the initial estimation in the current sub-block by the maximum-likelihood (ML) detection to update channel estimatjon and data detection by iteration until converge. Then all the sub-blocks can be finished in turn. Simulation results show that the proposed algorithm can improve the bit error rate (BER) performance. 展开更多
关键词 multi-input multi-output (MIMO) orthogonal frequency division multiplexing (OFDM) linear minimum mean square error (LMMSE) space-alternating generalized expectation-maximization (SAGE) ITERATION channel estimation data detection joint algorithm.
下载PDF
Ping-pong effects study in PIC turbo joint detection for TDD CDMA
9
作者 Song Changjian Zhong Zifa Zhang Shuo 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第2期260-265,共6页
A kind of turbo joint detection scheme based on parallel interference cancellation (PIC) is studied; then, the eigenvalues of iteration matrix is deeply analyzed for studying the ping-pong effects in PIC JD and the ... A kind of turbo joint detection scheme based on parallel interference cancellation (PIC) is studied; then, the eigenvalues of iteration matrix is deeply analyzed for studying the ping-pong effects in PIC JD and the corresponding compensation approach is introduced. Finally, the proposed algorithm is validated through computer simulation in TDD CDMA uplink transmission. The result shows that the ping-pong effects are almost avoided completely in the presence of the compensation scheme, and system performance is greatly improved. 展开更多
关键词 parallel interference cancellation joint detection CDMA ping-pong TURBO
下载PDF
Joint Detection for Image Transmission Based on Schur Algorithm over Wireless Sensor Network
10
作者 Yanjun HU 《Communications and Network》 2009年第2期91-95,共5页
To achieve much efficient multimedia transmission over an error-prone wireless network, there are still some problem must to be solved, especially in energy limited wireless sensor network. In this paper, we propose a... To achieve much efficient multimedia transmission over an error-prone wireless network, there are still some problem must to be solved, especially in energy limited wireless sensor network. In this paper, we propose a joint detection based on Schur Algorithm for image wireless transmission over wireless sensor network. To eliminate error transmissions and save transmission energy, we combine Schur algorithm with joint dynamic detection for wireless transmission of JPEG 2000 encoded image which we proposed in [1]. Schur algorithm is used to computing the decomposition of system matrix to decrease the computational complexity. We de-scribe our transmission protocol, and report on its performance evaluation using a simulation testbed we have designed for this purpose. Our results clearly indicate that our method could approach efficient images transmission in wireless sensor network and the transmission errors are significantly reduced when compared to regular transmissions. 展开更多
关键词 joint detection IMAGE WIRELESS TRANSMISSION SCHUR Algorithm Sensor Network
下载PDF
Block Iterative STMV Algorithm and Its Application in Multi-Targets Detection
11
作者 Daizhu Zhu Haoquan Guo +1 位作者 Yuanao Wei Kaiju Wang 《Journal of Applied Mathematics and Physics》 2020年第7期1346-1361,共16页
<div style="text-align:justify;"> STMV beamforming algorithm needs inversion operation of matrix, and its engineering application is limited due to its huge computational cost. This paper proposed bloc... <div style="text-align:justify;"> STMV beamforming algorithm needs inversion operation of matrix, and its engineering application is limited due to its huge computational cost. This paper proposed block iterative STMV algorithm based on one-phase regressive filter, matrix inversion lemma and inversion of block matrix. The computational cost is reduced approximately as 1/4 M times as original algorithm when array number is M. The simulation results show that this algorithm maintains high azimuth resolution and good performance of detecting multi-targets. Within 1 - 2 dB directional index and higher azimuth discrimination of block iterative STMV algorithm are achieved than STMV algorithm for sea trial data processing. And its good robustness lays the foundation of its engineering application. </div> 展开更多
关键词 BEAMFORMING Steered Minimum Variance (STMV) Block Iterative Computational Cost multi-targets detection
下载PDF
Automatic Feature Point Detection and Tracking of Human Actions in Time-of-flight Videos 被引量:8
12
作者 Xiaohui Yuan Longbo Kong +1 位作者 Dengchao Feng Zhenchun Wei 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2017年第4期677-685,共9页
Detecting feature points on the human body in video frames is a key step for tracking human movements. There have been methods developed that leverage models of human pose and classification of pixels of the body imag... Detecting feature points on the human body in video frames is a key step for tracking human movements. There have been methods developed that leverage models of human pose and classification of pixels of the body image. Yet, occlusion and robustness are still open challenges. In this paper, we present an automatic, model-free feature point detection and action tracking method using a time-of-flight camera. Our method automatically detects feature points for movement abstraction. To overcome errors caused by miss-detection and occlusion, a refinement method is devised that uses the trajectory of the feature points to correct the erroneous detections. Experiments were conducted using videos acquired with a Microsoft Kinect camera and a publicly available video set and comparisons were conducted with the state-of-the-art methods. The results demonstrated that our proposed method delivered improved and reliable performance with an average accuracy in the range of 90 %.The trajectorybased refinement also demonstrated satisfactory effectiveness that recovers the detection with a success rate of 93.7 %. Our method processed a frame in an average time of 71.1 ms. 展开更多
关键词 Feature point human pose detection joint detection time-of-flight(ToF) videos
下载PDF
VMMAO-YOLO:an ultra-lightweight and scale-aware detector for real-time defect detection of avionics thermistor wire solder joints
13
作者 Xiaoqi YANG Xingyue LIU +4 位作者 Qian WU Guojun WEN Shuang MEI Guanglan LIAO Tielin SHI 《Frontiers of Mechanical Engineering》 SCIE CSCD 2024年第3期77-92,共16页
The quality of the exposed avionics solder joints has a significant impact on the stable operation of the inorbit spacecrafts.Nevertheless,the previously reported inspection methods for multi-scale solder joint defect... The quality of the exposed avionics solder joints has a significant impact on the stable operation of the inorbit spacecrafts.Nevertheless,the previously reported inspection methods for multi-scale solder joint defects generally suffer low accuracy and slow detection speed.Herein,a novel real-time detector VMMAO-YOLO is demonstrated based on variable multi-scale concurrency and multi-depth aggregation network(VMMANet)backbone and“one-stop”global information gather-distribute(OS-GD)module.Combined with infrared thermography technology,it can achieve fast and high-precision detection of both internal and external solder joint defects.Specifically,VMMANet is designed for efficient multi-scale feature extraction,which mainly comprises variable multi-scale feature concurrency(VMC)and multi-depth feature aggregation-alignment(MAA)modules.VMC can extract multi-scale features via multiple fix-sized and deformable convolutions,while MAA can aggregate and align multi-depth features on the same order for feature inference.This allows the low-level features with more spatial details to be transmitted in depth-wise,enabling the deeper network to selectively utilize the preceding inference information.The VMMANet replaces inefficient highdensity deep convolution by increasing the width of intermediate feature levels,leading to a salient decline in parameters.The OS-GD is developed for efficacious feature extraction,aggregation and distribution,further enhancing the global information gather and deployment capability of the network.On a self-made solder joint image data set,the VMMAOYOLO achieves a mean average precision mAP@0.5 of 91.6%,surpassing all the mainstream YOLO-series models.Moreover,the VMMAO-YOLO has a body size of merely 19.3 MB and a detection speed up to 119 frame per second,far superior to the prevalent YOLO-series detectors. 展开更多
关键词 defect detection of solder joints VMMAO-YOLO ultra-lightweight and high-performance multiscale feature extraction VMC and MAA modules OS-GD
原文传递
Enhanced Deep Autoencoder Based Feature Representation Learning for Intelligent Intrusion Detection System 被引量:2
14
作者 Thavavel Vaiyapuri Adel Binbusayyis 《Computers, Materials & Continua》 SCIE EI 2021年第9期3271-3288,共18页
In the era of Big data,learning discriminant feature representation from network traffic is identified has as an invariably essential task for improving the detection ability of an intrusion detection system(IDS).Owin... In the era of Big data,learning discriminant feature representation from network traffic is identified has as an invariably essential task for improving the detection ability of an intrusion detection system(IDS).Owing to the lack of accurately labeled network traffic data,many unsupervised feature representation learning models have been proposed with state-of-theart performance.Yet,these models fail to consider the classification error while learning the feature representation.Intuitively,the learnt feature representation may degrade the performance of the classification task.For the first time in the field of intrusion detection,this paper proposes an unsupervised IDS model leveraging the benefits of deep autoencoder(DAE)for learning the robust feature representation and one-class support vector machine(OCSVM)for finding the more compact decision hyperplane for intrusion detection.Specially,the proposed model defines a new unified objective function to minimize the reconstruction and classification error simultaneously.This unique contribution not only enables the model to support joint learning for feature representation and classifier training but also guides to learn the robust feature representation which can improve the discrimination ability of the classifier for intrusion detection.Three set of evaluation experiments are conducted to demonstrate the potential of the proposed model.First,the ablation evaluation on benchmark dataset,NSL-KDD validates the design decision of the proposed model.Next,the performance evaluation on recent intrusion dataset,UNSW-NB15 signifies the stable performance of the proposed model.Finally,the comparative evaluation verifies the efficacy of the proposed model against recently published state-of-the-art methods. 展开更多
关键词 CYBERSECURITY network intrusion detection deep learning autoencoder stacked autoencoder feature representational learning joint learning one-class classifier OCSVM
下载PDF
Test analysis of detection of damage to a complicated spatial model structure 被引量:2
15
作者 Long-He Xu Zhong-Xian Li Jia-Ru Qian 《Acta Mechanica Sinica》 SCIE EI CAS CSCD 2011年第3期399-405,共7页
A two-stage damage detection approach is proposed and experimentally demonstrated on a complicated spatial model structure with a limited number of measurements. In the experiment,five known damage patterns,including ... A two-stage damage detection approach is proposed and experimentally demonstrated on a complicated spatial model structure with a limited number of measurements. In the experiment,five known damage patterns,including 3 brace damage cases and 2 joint damage cases,were simulated by removing braces and weakening beam鈥揷olumn connections in the structure. The limited acceleration response data generated by hammer impact were used for system identification,and modal parameters were extracted by using the eigensystem realization algorithm. In the first stage,the possible damaged locations are determined by using the damage index and the characteristics of the analytical model itself,and the extent of damage for those substructures identified at stage I is estimated in the second stage by using a second-order eigen-sensitivity approximation method. The main contribution of this paper is to test the two-stage method by using the real dynamic data of a complicated spatial model structure with limited sensors. The analysis results indicate that the two-stage approach is ableto detect the location of both damage cases,only the severity of brace damage cases can be assessed,and the reasonable analytical model is critical for successful damage detection. 展开更多
关键词 Damage detection. Complicated structure. Two-stage approach - Eigen-sensitivity analysis. joint dam- age
下载PDF
Adaptive resource management for multi-target tracking in co-located MIMO radar based on time-space joint allocation 被引量:1
16
作者 SU Yang CHENG Ting +2 位作者 HE Zishu LI Xi LU Yanxi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第5期916-927,共12页
Compared with the traditional phased array radar, the co-located multiple-input multiple-output(MIMO) radar is able to transmit orthogonal waveforms to form different illuminating modes, providing a larger freedom deg... Compared with the traditional phased array radar, the co-located multiple-input multiple-output(MIMO) radar is able to transmit orthogonal waveforms to form different illuminating modes, providing a larger freedom degree in radar resource management. In order to implement the effective resource management for the co-located MIMO radar in multi-target tracking,this paper proposes a resource management optimization model,where the system resource consumption and the tracking accuracy requirements are considered comprehensively. An adaptive resource management algorithm for the co-located MIMO radar is obtained based on the proposed model, where the sub-array number, sampling period, transmitting energy, beam direction and working mode are adaptively controlled to realize the time-space resource joint allocation. Simulation results demonstrate the superiority of the proposed algorithm. Furthermore, the co-located MIMO radar using the proposed algorithm can satisfy the predetermined tracking accuracy requirements with less comprehensive cost compared with the phased array radar. 展开更多
关键词 co-located multiple-input multiple-output(MIMO)radar adaptive resource management multi-target tracking sub-array division time-space joint allocation
下载PDF
Symbols detection for frequency-selective V-BLAST OFDM systems
17
作者 WuXiaojun LiXing WangJilong 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第2期418-425,共8页
As the combining form of the orthogonal frequency-division multiplexing (OFDM) technique and the vertical Bell Labs layered space-time (V-BLAST) architecture, the V-BLAST OFDM system can better meet the demand of next... As the combining form of the orthogonal frequency-division multiplexing (OFDM) technique and the vertical Bell Labs layered space-time (V-BLAST) architecture, the V-BLAST OFDM system can better meet the demand of next-generation (NextG) broadband mobile wireless multimedia communications. The symbols detection problem of the V-BLAST OFDM system is investigated under the frequency-selective fading environment. The joint space-frequency demultiplexing operation is proposed in the V-BLAST OFDM system. Successively, one novel half-rate rotational invariance joint space-frequency coding scheme for the V-BLAST OFDM system is proposed. By elegantly exploiting the above rotational invariance property, we derive one direct symbols detection scheme without knowing channels state information (CSI) for the frequency-selective V-BLAST OFDM system. Extensive simulation results demonstrate the validity of the novel half-rate rotational invariance joint space-frequency coding scheme and the performance of the direct symbols detection scheme. 展开更多
关键词 orthogonal frequency-division multiplexing vertical Bell Labs layered space-time architecture symbols detection frequency-selective fading joint space-frequency demultiplexing rotational invariance joint space-frequency coding.
下载PDF
Novel Woods-Saxon stochastic resonance system for weak signal detection
18
作者 Yong-Hui Zhou Xue-Mei Xu +3 位作者 Lin-Zi Yin Yi-Peng Ding Jia-Feng Ding Ke-Hui Sun 《Chinese Physics B》 SCIE EI CAS CSCD 2020年第4期190-198,共9页
We propose a joint exponential function and Woods–Saxon stochastic resonance(EWSSR)model.Because change of a single parameter in the classical stochastic resonance model may cause a great change in the shape of the p... We propose a joint exponential function and Woods–Saxon stochastic resonance(EWSSR)model.Because change of a single parameter in the classical stochastic resonance model may cause a great change in the shape of the potential function,it is difficult to obtain the optimal output signal-to-noise ratio by adjusting one parameter.In the novel system,the influence of different parameters on the shape of the potential function has its own emphasis,making it easier for us to adjust the shape of the potential function.The system can obtain different widths of the potential well or barrier height by adjusting one of these parameters,so that the system can match different types of input signals adaptively.By adjusting the system parameters,the potential function model can be transformed between the bistable model and the monostable model.The potential function of EWSSR has richer shapes and geometric characteristics.The effects of parameters,such as the height of the barrier and the width of the potential well,on SNR are studied,and a set of relatively optimal parameters are determined.Moreover,the EWSSR model is compared with other classical stochastic resonance models.Numerical experiments show that the proposed EWSSR model has higher SNR and better noise immunity than other classical stochastic resonance models.Simultaneously,the EWSSR model is applied to the detection of actual bearing fault signals,and the detection effect is also superior to other models. 展开更多
关键词 STOCHASTIC RESONANCE WEAK signal detection a joint EXPONENTIAL function and Woods-Saxon STOCHASTIC RESONANCE SIGNAL-TO-NOISE ratio
下载PDF
Diagnostic efficacy of combined detection of different tumor markers for primary hepatic carcinoma
19
作者 Peng-Fei Gao Hao-Jun Yang 《Journal of Hainan Medical University》 2019年第11期57-60,共4页
Objective:To explore the clinical diagnostic value of combined detection of different tumor markers for primary hepatic carcinoma, and to provide the reference for the clinical diagnosis. Methods: 72 patients who were... Objective:To explore the clinical diagnostic value of combined detection of different tumor markers for primary hepatic carcinoma, and to provide the reference for the clinical diagnosis. Methods: 72 patients who were diagnosed with primary hepatic carcinoma were collected as observation group, 65 patients with benign liver disease as benign liver disease group and 80 cases of health examination as healthy control group, the contents of tumor markers alpha fetoprotein(AFP), carcinoembryonic antigen(CEA), carbohydrate antigen-199(CA199), carbohydrate antigen-125(CA125) and carbohydrate antigen-153(CA153) were determined by electrochemiluminescence in all subjects, then the results of five kinds of tumor markers and the positive rates of each index between the two groups were compared, the diagnostic value of separate and combined detection of different tumor markers in primary hepatic carcinoma were analyzed.Results: The values of AFP, CA199 and CA153 in the observation group were higher than the benign liver disease group, the values of AFP, CEA, CA199, CA125 and CA153 in the observation group were higher than the control group, the values of CA199 and CA125 in the benign liver disease group were higher than the control group, the differences were statistically significant (P<0.05). The positive rates of AFP, CEA, CA199 and CA153 in the observation group were higher than the benign liver disease group, the positive rates of AFP, CEA, CA199 and CA125 in the observation group were higher than the control group, the positive rates of AFP, CEA, CA199 and CA125 in the benign liver disease group were higher than the control group, the differences were statistically significant (P<0.05). The sensitivity of combined detection of all indicators for primary hepatic carcinoma was 86.4%, specificity, correct index, misdiagnosis rate and missed diagnosis rate were 86.4%, 89.2%, 75.6%, 13.6% and 10.8% respectively, and the combined detection was higher than the correct index of each index.Conclusion: Combined detection of serum tumor markers AFP, CEA, CA199, CA125 and CA153 can improve the sensitivity and specificity of diagnosis of primary hepatic carcinoma, it has better diagnostic value for primary hepatic carcinoma. 展开更多
关键词 PRIMARY HEPATIC CARCINOMA TUMOR MARKERS DIAGNOSTIC value joint detection
下载PDF
Significance of combined detection of serum 25(OH)D3, hsa-miR-17-5p and HCV-RNA in the diagnosis of hepatitis C disease
20
作者 Shan-Shan Song Ting-Ting Sun +1 位作者 Xiao-Fang Lu He-Juan Du 《Journal of Hainan Medical University》 2019年第3期61-64,共4页
Objective: Significance of combined detection of serum 25(OH)D3, hsa-miR-17-5p and HCV-RNA in diagnosis of hepatitis C disease. Methods: A total of 52 patients with benign ovarian tumor resection were selected from Ap... Objective: Significance of combined detection of serum 25(OH)D3, hsa-miR-17-5p and HCV-RNA in diagnosis of hepatitis C disease. Methods: A total of 52 patients with benign ovarian tumor resection were selected from April 2016 to April 2018 in our hospital. We paid attention to the implementation of perioperative nursing intervention, and observed the prognosis and the occurrence of adverse reactions. Results: The expression of hsa-mir-17-5p in the observation group was significantly higher than that in the control group, the expression of 25(OH)D3 was lower than that in the control group, the expression of hsa-mir-17-5p in the HCV-RNA positive group was higher than that in the HCV-RNA negative group, and the expression of 25(OH) D3 was lower than that in the HCV-RNA negative group. The expression of HCV-RNA in the observation group was positively and negatively correlated with the expression of 25(OH) D3 and hsa-mir-17-5p in the 25(OH)D3 and the critical values of serum 25 (OH)D3, hsa-mir-17-5p and HCV-RNA were 24.23 ug/L, 1.89 relative expression and 1.22 × 103 IU/mL, respectively. The area of AUC detected by hsa-miR-17-5p+ 25 (OH) D3+25(OH)D3 is larger than that detected separately. Conclusion: The combined detection of serum 25(OH)D3, hsa-mir-17-5p and HCV-RNA has high diagnostic efficiency and sensitivity for hepatitis C. It is suggested that they be used in clinical practice. 展开更多
关键词 25(OH)D3 hsa-miR-17-5p HCV-RNA HEPATITIS C joint detection
下载PDF
上一页 1 2 71 下一页 到第
使用帮助 返回顶部