期刊文献+
共找到333篇文章
< 1 2 17 >
每页显示 20 50 100
Novel K-best detection algorithms for MIMO system
1
作者 向星宇 仲文 《Journal of Southeast University(English Edition)》 EI CAS 2009年第1期1-5,共5页
Aiming at the optimum path excluding characteristics and the full constellation searching characteristics of the K-best detection algorithm, an improved-performance K-best detection algorithm and several reduced-compl... Aiming at the optimum path excluding characteristics and the full constellation searching characteristics of the K-best detection algorithm, an improved-performance K-best detection algorithm and several reduced-complexity K-best detection algorithms are proposed. The improved-performance K-best detection algorithm deploys minimum mean square error (MMSE) filtering of a channel matrix before QR decomposition. This algorithm can decrease the probability of excluding the optimum path and achieve better performance. The reducedcomplexity K-best detection algorithms utilize a sphere decoding method to reduce searching constellation points. Simulation results show that the improved performance K-best detection algorithm obtains a 1 dB performance gain compared to the K- best detection algorithm based on sorted QR decomposition (SQRD). Performance loss occurs when K = 4 in reduced complexity K-best detection algorithms. When K = 8, the reduced complexity K-best detection algorithms require less computational effort compared with traditional K-best detection algorithms and achieve the same performance. 展开更多
关键词 sorted QR decomposition K-best sphere decoding maximum-likelihood detection minimum mean square error
在线阅读 下载PDF
Performance Analysis of Distributed Neyman-Pearson Detection Systems
2
作者 赵娟 陶然 +1 位作者 王越 周思永 《Journal of Beijing Institute of Technology》 EI CAS 2007年第3期305-309,共5页
The performance of a distributed Neyman-Pearson detection system is considered with the decision rules of the sensors given and the decisions from different sensors being mutually independent conditioned on both hypot... The performance of a distributed Neyman-Pearson detection system is considered with the decision rules of the sensors given and the decisions from different sensors being mutually independent conditioned on both hypothese. To achieve the better performance at the fusion center for a general detection system of n 〉 3 sensor configuration, the necessary and sufficient conditions are derived by comparing the probability of detec- tion at the fusion center with that of each of the sensors, with the constraint that the probability of false alarm at the fusion center is equal to that of the sensor. The conditions are related with the performances of the sensors and using the results we can predict the performance at the fusion center of a distributed detection system and can choose appropriate sensors to construct efficient distributed detection systems. 展开更多
关键词 decision fusion rule distributed detection Neyman-Pearson criterion probability of detection necessary and sufficient condition
在线阅读 下载PDF
Maximum Likelihood Detection for Detect-and-Forward Relay Channels
3
作者 Azlan Abd Aziz Yasunori Iwanami 《International Journal of Communications, Network and System Sciences》 2011年第2期88-97,共10页
This paper introduces a simple combining technique for cooperative relay scheme which is based on a Detect-and-Forward (DEF) relay protocol. Cooperative relay schemes have been introduced in earlier works but most of ... This paper introduces a simple combining technique for cooperative relay scheme which is based on a Detect-and-Forward (DEF) relay protocol. Cooperative relay schemes have been introduced in earlier works but most of them ignore the quality of the source-relay (S-R) channel in the detection at the destination, although this channel can contribute heavily to the performance of cooperation schemes. For optimal detection, the destination has to account all possible error events at the relay as well. Here we present a Maximum Likelihood criterion (ML) at the destination which considers closed-form expressions for each symbol error rate (SER) to facilitate the detection. Computer simulations show that significant diversity gain and Packet Error Rate (PER) performance can be achieved by the proposed scheme with good tolerance to propagation errors from noisy relays. In fact, diversity gain is increased with additional relay nodes. We compare this scheme against the baseline Cooperative-Maximum Ratio Combining (C-MRC). 展开更多
关键词 COOPERATIVE RELAY detect-and-Forward maximum-likelihood criterion detection
在线阅读 下载PDF
A NEW ML DETECTION ALGORITHM FOR ORTHOGONAL MULTICODE SYSTEM IN NAKAGAMI FADING CHANNEL
4
作者 Wei Shengqun Cheng Yunpeng Wang Jinlong 《Journal of Electronics(China)》 2006年第2期184-188,共5页
Based on the Maximum-Likelihood (ML) criterion, this paper proposes a novel noncoherent detection algorithm for Orthogonal Multicode (OM) system in Nakagami fading channel. Some theoretical analysis and simulation res... Based on the Maximum-Likelihood (ML) criterion, this paper proposes a novel noncoherent detection algorithm for Orthogonal Multicode (OM) system in Nakagami fading channel. Some theoretical analysis and simulation results are presented. It is shown that the proposed ML algorithm is at least 0.7 dB better than the conventional Matched-Filter (MF) algorithm for uncoded systems, in both non-fading and fading channels. For the consideration of practical application, it is further simplified in complexity. Compared with the original ML algorithm, the simplified ML algorithm can provide significant reduction in complexity with small degradation in performance. 展开更多
关键词 Signal detection Orthogonal code maximum-likelihood (ML) Nakagami fading channel
在线阅读 下载PDF
JOINT EARLY DETECTION AND EARLY STOPPING SCHEME FOR COMPLEXITY REDUCTION OF TURBO DECODING
5
作者 Ma Zheng Fan Pingzhi Wai Ho Mow 《Journal of Electronics(China)》 2007年第3期316-320,共5页
In this paper,a Joint Early Detection and Early Stopping (JEDES) approach for effectively reducing the complexity of turbo decoding with negligible performance loss is proposed. It combines the effectiveness of both e... In this paper,a Joint Early Detection and Early Stopping (JEDES) approach for effectively reducing the complexity of turbo decoding with negligible performance loss is proposed. It combines the effectiveness of both early detection and early stopping techniques. Our simulation results demon-strated that the proposed JEDES scheme based on cyclic redundancy check and trellis splicing can achieve a complexity saving of 15% to 20% at practical bit error rates over the idealized GENIE stopping scheme,which is widely accepted as the theoretically best possible early stopping scheme. 展开更多
关键词 Stopping criterion Turbo codes Early detection THRESHOLD Trellis splicing
在线阅读 下载PDF
Code Smell Detection Using Whale Optimization Algorithm
6
作者 Moatasem M.Draz Marwa S.Farhan +1 位作者 Sarah N.Abdulkader M.G.Gafar 《Computers, Materials & Continua》 SCIE EI 2021年第8期1919-1935,共17页
Software systems have been employed in many fields as a means to reduce human efforts;consequently,stakeholders are interested in more updates of their capabilities.Code smells arise as one of the obstacles in the sof... Software systems have been employed in many fields as a means to reduce human efforts;consequently,stakeholders are interested in more updates of their capabilities.Code smells arise as one of the obstacles in the software industry.They are characteristics of software source code that indicate a deeper problem in design.These smells appear not only in the design but also in software implementation.Code smells introduce bugs,affect software maintainability,and lead to higher maintenance costs.Uncovering code smells can be formulated as an optimization problem of finding the best detection rules.Although researchers have recommended different techniques to improve the accuracy of code smell detection,these methods are still unstable and need to be improved.Previous research has sought only to discover a few at a time(three or five types)and did not set rules for detecting their types.Our research improves code smell detection by applying a search-based technique;we use the Whale Optimization Algorithm as a classifier to find ideal detection rules.Applying this algorithm,the Fisher criterion is utilized as a fitness function to maximize the between-class distance over the withinclass variance.The proposed framework adopts if-then detection rules during the software development life cycle.Those rules identify the types for both medium and large projects.Experiments are conducted on five open-source software projects to discover nine smell types that mostly appear in codes.The proposed detection framework has an average of 94.24%precision and 93.4%recall.These accurate values are better than other search-based algorithms of the same field.The proposed framework improves code smell detection,which increases software quality while minimizing maintenance effort,time,and cost.Additionally,the resulting classification rules are analyzed to find the software metrics that differentiate the nine code smells. 展开更多
关键词 Software engineering intelligence search-based software engineering code smell detection software metrics whale optimization algorithm fisher criterion
在线阅读 下载PDF
Robust Speech Endpoint Detection in Airplane Cockpit Voice Background
7
作者 Hongbing CHENG Ming LEI +1 位作者 Guorong HUANG Yan XIA 《Wireless Sensor Network》 2009年第5期489-495,共7页
A method of robust speech endpoint detection in airplane cockpit voice background is presented. Based on the analysis of background noise character, a complex Laplacian distribution model directly aiming at noisy spee... A method of robust speech endpoint detection in airplane cockpit voice background is presented. Based on the analysis of background noise character, a complex Laplacian distribution model directly aiming at noisy speech is established. Then the likelihood ratio test based on binary hypothesis test is carried out. The decision criterion of conventional maximum a posterior incorporating the inter-frame correlation leads to two separate thresholds. Speech endpoint detection decision is finally made depend on the previous frame and the observed spectrum, and the speech endpoint is searched based on the decision. Compared with the typical algorithms, the proposed method operates robust in the airplane cockpit voice background. 展开更多
关键词 Complex LAPLACIAN Model Maximum A POSTERIOR criterion LIKELIHOOD Ratio Test Speech End- point detection AIRPLANE COCKPIT VOICE
暂未订购
COMPUTER-AIDED DETECTION OF THE EPILEPTIC WAVES IN EEG:A REALIZED STRATEGY BY ADOPTING MULTI-METHOD
8
作者 Zhu Xin Wan Baikun +2 位作者 Lu Yangsheng Liu Hui Chen Cheng(Departnent of Biomedical Engineering, Tianjin University, Tianjin 300072, P.R.China) 《Chinese Journal of Biomedical Engineering(English Edition)》 1999年第3期35-36,共2页
In this thesis, a strategy realizing the computer-aided detection (CAD) of the epileptic waves in EEG isintroduced. The expert criterion, continuous wavelet transformation, neural networks, and characteristic paramete... In this thesis, a strategy realizing the computer-aided detection (CAD) of the epileptic waves in EEG isintroduced. The expert criterion, continuous wavelet transformation, neural networks, and characteristic parametermeasuremente these modern signa1 processing weapons were synthesized togetLher to form a so-called multi-method.It was estimated that the advantages of all the powerful techniques could be exploited systematically. Therefore, theCAD’s capacities in the long-term monitoring, trCaAnent and control of epilepsy might be enhanced. In this strategy,the raw EEG signals were uniformed and the expelt criterion were applied to discard most of aItifacts in them at first,and then the signals were pre-processed by continuous wavelet transformation. Some characteristic parameters wereextracted from the raw signals and the pre-processed ones. Consequently groups of eighteen parameters were sent totrain or test BP networks. By applying this theme a correct-detection rate of 84.3% for spike and sharp waves, and88.9% for sPike and sharp slow waves were obtained. In the next step, some non-linear tools wtll also be equippedwith the CAD system. 展开更多
关键词 COMPUTER-AIDED detection (CAN) EEG EXPERT criterion wavelet transformation neural networks
暂未订购
基于缺值填补和随机森林的窃电数据检测
9
作者 汤熠 李鹏 +2 位作者 李伟华 周宇 冯艳丽 《微型电脑应用》 2026年第1期163-166,共4页
为了实现窃电数据的准确检测,解决用户用电量数据集存在的数据缺失、样本不平衡等问题,提出一种基于缺值填补和随机森林的窃电数据检测方法。采用均值插补法对用户用电量数据集中的缺值进行填补,依据拉依达准则对异常值进行修正;使用合... 为了实现窃电数据的准确检测,解决用户用电量数据集存在的数据缺失、样本不平衡等问题,提出一种基于缺值填补和随机森林的窃电数据检测方法。采用均值插补法对用户用电量数据集中的缺值进行填补,依据拉依达准则对异常值进行修正;使用合成少数类过采样技术(SMOTE)对数据集中的窃电用户样本进行过采样,使样本数量达到平衡;采用随机森林对样本数量平衡的数据集进行窃电检测。实验结果表明,所提出的方法对用户用电量数据集进行窃电检测的准确率达到95.33%,高于比较方法,所提出的方法可有效检测窃电数据。 展开更多
关键词 窃电检测 均值插补法 拉依达准则 SMOTE 随机森林
在线阅读 下载PDF
基于模糊信号检测论的民航安检人员危险感知能力分析
10
作者 王燕青 乔家伟 +1 位作者 任金金 王晓峰 《科学技术与工程》 北大核心 2025年第16期6970-6976,共7页
为提高民航安检人员的安检绩效,探究不同因素下安检人员危险感知能力与安检绩效的关系。基于模糊信号检测论,以辨别力和判断标准作为衡量安检人员危险感知能力的指标,采用2(经验:新手、老手)×2(时间压力:无时间限制、有时间限制)&#... 为提高民航安检人员的安检绩效,探究不同因素下安检人员危险感知能力与安检绩效的关系。基于模糊信号检测论,以辨别力和判断标准作为衡量安检人员危险感知能力的指标,采用2(经验:新手、老手)×2(时间压力:无时间限制、有时间限制)×2(违禁品出现概率:高、低)混合实验设计,分析经验、时间压力、违禁品概率对安检人员危险感知能力的影响。结果表明:经验和时间限制对安检绩效有显著影响,而违禁品出现的概率对安检绩效的影响不显著;经验对安检人员的模糊辨别力和模糊判断标准均有显著影响,老手组危险感知能力的总体水平大于新手组;时间限制会降低安检人员的模糊辨别力和低违禁品概率下的模糊判断标准,但会提高高违禁品概率下的模糊判断标准。重视安检技能培训、设定合理搜索时间与传送带速度可有效提高安检人员的危险感知能力,保障航空安全。 展开更多
关键词 安检人员 危险感知能力 模糊信号检测论 模糊辨别力 模糊判断标准
在线阅读 下载PDF
Fisher准则函数在机械刀具切削磨损检测中的应用
11
作者 任慧 马金萍 《机械设计与制造》 北大核心 2025年第1期154-159,165,共7页
在高精度机床道具切削磨损无接触图像检测中,磨损区域边缘特征容易发生混淆,区分其像素边缘区域成为一个难点。Fisher判别函数可以用于特征提取,即通过选择最具有区分力的特征来改善分类性能。针对这一特点,提出基于Fisher准则函数的机... 在高精度机床道具切削磨损无接触图像检测中,磨损区域边缘特征容易发生混淆,区分其像素边缘区域成为一个难点。Fisher判别函数可以用于特征提取,即通过选择最具有区分力的特征来改善分类性能。针对这一特点,提出基于Fisher准则函数的机械刀具切削磨损检测方法。首先,对采集到的机械刀具切削磨损图像实施图像增强处理,利用实施修正线性拉伸操作解决光照不均匀问题,凸出刀具磨损区域的细节特征并提高图像质量;其次,利用基于Fisher准则函数的图像阈值分割方法,将刀体区域和其工作背景区域分割出来,使刀具磨损区域更加清晰,提高磨损区域的可识别性;最后,通过Roberts边缘检测确定刀具切削磨损边缘,并使用Zernike正交矩确定刀具切削磨损边缘的精确值以获取磨损区域,提取其磨损信息实现机械刀具切削磨损的检测。实验结果表明:所提方法具有较高图像处理能力以及磨损检测精度。 展开更多
关键词 图像增强 Fisher准则函数 图像阈值分割 Roberts边缘检测 Zernike正交矩 磨损检测
在线阅读 下载PDF
水稻叶部病害轻量化检测方法研究
12
作者 李晓辉 刘星呈 +1 位作者 李静 陈思诺 《沈阳农业大学学报》 北大核心 2025年第6期68-82,共15页
[目标]为解决水稻病斑检测中存在的小目标特征提取困难、田间环境中检测精度低、边缘化设备部署时效性差等问题,研究基于通道修剪方法,提出一种轻量化的水稻叶部病害检测模型YOLOv7-TMRTM-prune。[方法]首先在YOLOv7-tiny基线模型框架... [目标]为解决水稻病斑检测中存在的小目标特征提取困难、田间环境中检测精度低、边缘化设备部署时效性差等问题,研究基于通道修剪方法,提出一种轻量化的水稻叶部病害检测模型YOLOv7-TMRTM-prune。[方法]首先在YOLOv7-tiny基线模型框架上采用MobileNetV3替换主干网络、RCS-OSA替换ELAN-1、引入TSCODE优化检测头等改进方法提升模型对不同尺寸病斑特征提取能力,构建叶部病害检测模型YOLOv7-TMRTM。然后对病斑检测模型进行通道剪枝,基于L1正则化准则进行稀疏训练,根据BN层缩放因子分布情况,选用稀疏度为0.008进行稀疏训练;在检测精度、速度和模型复杂度三参量平衡约束下,选择剪枝率为75%对模型进行通道剪枝。[结果]YOLOv7-TMRTM-prune的mAP为97.1%,参数量减少76.4%,模型大小减少77.4%,FPS提升43%。构建的轻量化叶部病害检测模型YOLOv7-TMRTM-prune对稻瘟病、白叶枯病、水稻胡麻斑病的精确度为94.9%,平均召回率为93.3%,平均mAP为97.1%。[结论]该轻量化模型在保证高检测精度的同时,大幅降低模型参数量与体积、提升检测速度,有效解决小目标病斑提取难与边缘设备部署时效性差的问题,为水稻叶部病害田间实时检测提供高效技术方案,可支撑智慧农业中病害早期防控需求。 展开更多
关键词 水稻叶部病害检测 YOLOv7 通道修剪 L1正则化准则 BN层缩放因子 稀疏训练
在线阅读 下载PDF
基于多措施联合的雷达杂波区协同判定方法
13
作者 陈梅青 耿昭谦 +1 位作者 柳飘 陈茹 《舰船电子对抗》 2025年第5期87-90,共4页
针对雷达阵地周边复杂的杂波环境,提出一种结合基于过门限检测、M/N准则平滑判定与形态学图像处理的综合方法,用于杂波区协同判定。该方法在实现杂波区域精确判定的同时有效降低了杂波虚警点、规整杂波边缘并填充杂波区内小的凹陷区域... 针对雷达阵地周边复杂的杂波环境,提出一种结合基于过门限检测、M/N准则平滑判定与形态学图像处理的综合方法,用于杂波区协同判定。该方法在实现杂波区域精确判定的同时有效降低了杂波虚警点、规整杂波边缘并填充杂波区内小的凹陷区域。通过使用雷达阵地周边的实测数据进行性能分析,验证了该方法的有效性与准确性,可为雷达杂波区内目标探测与航迹跟踪处理措施的自适应选择提供支持。 展开更多
关键词 复杂杂波环境 过门限检测 M/N准则 形态学图像处理 杂波区协同判定
在线阅读 下载PDF
基于多特征信息融合的疲劳驾驶检测算法
14
作者 张兴旺 王凤随 杨海燕 《重庆工商大学学报(自然科学版)》 2025年第4期62-71,共10页
目的针对目前驾驶员疲劳驾驶检测不能兼顾检测速度与检测准确率的问题,提出一种基于YOLOv7改进模型的疲劳驾驶检测算法。方法首先,为提高模型的收敛速度,增强模型的检测性能,算法将传统的卷积层替换为深度过度参数化卷积层,通过增加可... 目的针对目前驾驶员疲劳驾驶检测不能兼顾检测速度与检测准确率的问题,提出一种基于YOLOv7改进模型的疲劳驾驶检测算法。方法首先,为提高模型的收敛速度,增强模型的检测性能,算法将传统的卷积层替换为深度过度参数化卷积层,通过增加可学习的参数加快拟合过程;其次,针对存在遮挡目标的场景,传统下采样过程容易导致特征丢失严重,为提高对遮挡目标检测的准确性,算法引入了基于SE注意力改进的DS-Conv模块;再次,为了提高模型对小目标的检测能力,算法在特征提取层中添加了多尺度特征提取MSS注意力模块,能够在不同尺度上捕捉目标的细节和上下文信息;最后,在检测出的人脸上根据PERCLOS准则进行疲劳驾驶判定。结果实验结果表明:改进算法在WIDER FACE数据集的Easy、Medium、Hard子集上分别达到了96.0%、94.6%、88.1%。结论改进算法结构简单,参数量较少,满足人脸目标实时检测的要求,适合部署在车载系统等资源有限的环境中,有效保障驾驶员的驾驶安全。 展开更多
关键词 疲劳驾驶检测 多特征信息融合 通道注意力 多尺度特征提取 PERCLOS准则
在线阅读 下载PDF
Enhancing some separability criteria via equiangular tight frames
15
作者 Liang Tang Fan Wu 《Communications in Theoretical Physics》 2025年第4期45-54,共10页
Improvement of the detection ability of quantum entanglement is one of the essential tasks in quantum computing and quantum information.Finite tight frames play a fundamental role in a wide variety of areas and,genera... Improvement of the detection ability of quantum entanglement is one of the essential tasks in quantum computing and quantum information.Finite tight frames play a fundamental role in a wide variety of areas and,generally,each application requires a specific class of frames and is closely related to quantum measurement.It is worth noting that a maximal set of complex equiangular vectors is closely related to a symmetric informationally complete measurement.Hence,our goal in this work is to propose a series of separability criteria assigned to a finite tight frame and some well-known inequalities in different quantum systems,respectively.In addition,some tighter criteria to detect entanglement for many-body quantum states are presented in arbitrary dimensions.Finally,the effectiveness of the proposed entanglement detection criteria is illustrated through some detailed examples. 展开更多
关键词 entanglement detection separability criterion bipartite systems finite tight frames
原文传递
基于声波探测的钢拱架检测技术
16
作者 张飞龙 《铁道建筑》 北大核心 2025年第1期104-108,共5页
针对TBM(Tunnel Boring Machine)自动喷射混凝土技术在施工中遇到的钢拱架位置检测困难、钢拱架区域自动喷混作业质量不良等问题,设计了一种基于声波探测的钢拱架位置数据检测技术。在喷混连接桥挡尘板周边布置多个声波探测传感器,从不... 针对TBM(Tunnel Boring Machine)自动喷射混凝土技术在施工中遇到的钢拱架位置检测困难、钢拱架区域自动喷混作业质量不良等问题,设计了一种基于声波探测的钢拱架位置数据检测技术。在喷混连接桥挡尘板周边布置多个声波探测传感器,从不同角度分段采集钢拱架的位置信息,利用肖维勒准则剔除异常数据,并根据钢拱架节特征曲线模型补正缺失的钢拱架数据,再利用得到数据进行钢拱架区域自动喷混作业轨迹规划,最后让自动喷混机械手按照轨迹完成混凝土喷射作业。经工程应用表明,该技术操作简单、节省成本,不仅能够保证钢拱架的检测精度和准确率,获取完整可靠的钢拱架位置数据,还能有效提高钢拱架区域自动喷混作业的质量和效率。 展开更多
关键词 TBM隧道 初期支护 声波探测 自动喷射混凝土技术 钢拱架检测 肖维勒准则
在线阅读 下载PDF
活性炭碘吸附值测试方法的探究
17
作者 邓小惠 《环境保护与循环经济》 2025年第9期88-90,共3页
为了减少不必要的贸易纠纷,对国内现行的检测标准GB/T 12496.8—2015《木质活性炭试验方法碘吸附值的测定》和GB/T 7702.7—2023《煤质颗粒活性炭试验方法第7部分:碘吸附值的测定》的特点以及测试要点进行对比,在此基础上采用以上两种... 为了减少不必要的贸易纠纷,对国内现行的检测标准GB/T 12496.8—2015《木质活性炭试验方法碘吸附值的测定》和GB/T 7702.7—2023《煤质颗粒活性炭试验方法第7部分:碘吸附值的测定》的特点以及测试要点进行对比,在此基础上采用以上两种检测标准分别对4个蜂窝炭样品进行碘吸附值的测试,来验证两种测试标准间的等效关系及适用性。研究结果表明,两种检测标准测定的碘吸附值结果无显著性差异,具有可比性。对比分析两种方法,GB/T 12496.8—2015适用于周期短、检测量大、时效性要求高及低碘吸附值活性炭质量监控;而GB/T 7702.7—2023操作步骤烦琐以及碘吸附值小于600 mg/g时未采用校正因数,但是社会承认度高,适用于国际贸易、科学研究、产品仲裁等方面。 展开更多
关键词 碘吸附值 活性炭 检测标准
在线阅读 下载PDF
一种融合Akaike信息检验的多粗差识别方法
18
作者 余航 宁一鹏 +1 位作者 李黎 赵伟 《苏州科技大学学报(自然科学版)》 2025年第1期66-73,共8页
对于多粗差的识别问题,可通过建立多重备选假设模型,构建局部检验统计量,并以最大值统计量作为识别粗差的依据。然而,当粗差量级较大时,由于数值计算精度的问题,最大统计量反而无法区分两个或多个备选假设模型,导致“湮没”现象频发。... 对于多粗差的识别问题,可通过建立多重备选假设模型,构建局部检验统计量,并以最大值统计量作为识别粗差的依据。然而,当粗差量级较大时,由于数值计算精度的问题,最大统计量反而无法区分两个或多个备选假设模型,导致“湮没”现象频发。本文提出将Akaike信息检验与多粗差识别方法进行融合应用,在不改变多粗差识别方法中探测、识别与调节改正框架的基础上,通过以Akaike信息最小为准则确定备选模型,避免上述“湮没”现象的发生。数值实验结果表明,相较于迭代数据探测法,融合Akaike信息检验的多粗差识别方法对于量级较大的多粗差问题具有较好的识别成功率,且粗差识别过程中该方法不受整体虚警率的影响。 展开更多
关键词 多重备选假设 Akaike信息检验 粗差探测 迭代数据探测法
在线阅读 下载PDF
基于波形分析的直流系统接地故障检测新方法 被引量:20
19
作者 季涛 谭思圆 +2 位作者 徐丙垠 薛永端 孙同景 《电力系统自动化》 EI CSCD 北大核心 2004年第22期69-72,共4页
提出了一种新的波形分析法用于直流系统接地故障检测,该法通过向直流系统注入低频方波信号,分析方波信号基波及三次谐波之间的相位及幅值关系,检测流过支路的对地电阻电流,计算接地电阻,确定接地支路和接地点。详细分析了波形分析法的... 提出了一种新的波形分析法用于直流系统接地故障检测,该法通过向直流系统注入低频方波信号,分析方波信号基波及三次谐波之间的相位及幅值关系,检测流过支路的对地电阻电流,计算接地电阻,确定接地支路和接地点。详细分析了波形分析法的工作原理,并提出检测判据,最后通过试验证实了文中方法的正确性。 展开更多
关键词 波形分析 直流系统 接地故障检测 检测判据
在线阅读 下载PDF
基于频率-功率因数角组合判据的新型孤岛检测法 被引量:16
20
作者 王小立 温靖华 +1 位作者 袁飞 王燕萍 《电力系统保护与控制》 EI CSCD 北大核心 2015年第14期100-105,共6页
为解决传统的孤岛检测方法难以兼顾电能质量和检测效率的问题,在综合分析孤岛前后孤岛内公共耦合点的频率和功率因数角之间变化关系的基础上,推导出了两者的定量关系,提出了一种基于组合判据的新型孤岛检测方法。该方法将频率变化与功... 为解决传统的孤岛检测方法难以兼顾电能质量和检测效率的问题,在综合分析孤岛前后孤岛内公共耦合点的频率和功率因数角之间变化关系的基础上,推导出了两者的定量关系,提出了一种基于组合判据的新型孤岛检测方法。该方法将频率变化与功率因数角的变化相结合,提高了判据的灵敏性,并且通过延时提高了新方法的可靠性。仿真证明,相对于传统的被动式孤岛检测法,在不同性质的本地负荷下,新方法具有较高的检测效率,且在系统发生扰动时,有较高的鲁棒性。新方法是一种被动法,在系统并网运行时不会影响电能质量。 展开更多
关键词 孤岛检测 频率 功率因数角 组合判据 检测效率 电能质量
在线阅读 下载PDF
上一页 1 2 17 下一页 到第
使用帮助 返回顶部