期刊文献+
共找到334篇文章
< 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
在线阅读 下载PDF
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
在线阅读 下载PDF
Fisher准则函数在机械刀具切削磨损检测中的应用
9
作者 任慧 马金萍 《机械设计与制造》 北大核心 2025年第1期154-159,165,共7页
在高精度机床道具切削磨损无接触图像检测中,磨损区域边缘特征容易发生混淆,区分其像素边缘区域成为一个难点。Fisher判别函数可以用于特征提取,即通过选择最具有区分力的特征来改善分类性能。针对这一特点,提出基于Fisher准则函数的机... 在高精度机床道具切削磨损无接触图像检测中,磨损区域边缘特征容易发生混淆,区分其像素边缘区域成为一个难点。Fisher判别函数可以用于特征提取,即通过选择最具有区分力的特征来改善分类性能。针对这一特点,提出基于Fisher准则函数的机械刀具切削磨损检测方法。首先,对采集到的机械刀具切削磨损图像实施图像增强处理,利用实施修正线性拉伸操作解决光照不均匀问题,凸出刀具磨损区域的细节特征并提高图像质量;其次,利用基于Fisher准则函数的图像阈值分割方法,将刀体区域和其工作背景区域分割出来,使刀具磨损区域更加清晰,提高磨损区域的可识别性;最后,通过Roberts边缘检测确定刀具切削磨损边缘,并使用Zernike正交矩确定刀具切削磨损边缘的精确值以获取磨损区域,提取其磨损信息实现机械刀具切削磨损的检测。实验结果表明:所提方法具有较高图像处理能力以及磨损检测精度。 展开更多
关键词 图像增强 Fisher准则函数 图像阈值分割 Roberts边缘检测 Zernike正交矩 磨损检测
在线阅读 下载PDF
基于声波探测的钢拱架检测技术
10
作者 张飞龙 《铁道建筑》 北大核心 2025年第1期104-108,共5页
针对TBM(Tunnel Boring Machine)自动喷射混凝土技术在施工中遇到的钢拱架位置检测困难、钢拱架区域自动喷混作业质量不良等问题,设计了一种基于声波探测的钢拱架位置数据检测技术。在喷混连接桥挡尘板周边布置多个声波探测传感器,从不... 针对TBM(Tunnel Boring Machine)自动喷射混凝土技术在施工中遇到的钢拱架位置检测困难、钢拱架区域自动喷混作业质量不良等问题,设计了一种基于声波探测的钢拱架位置数据检测技术。在喷混连接桥挡尘板周边布置多个声波探测传感器,从不同角度分段采集钢拱架的位置信息,利用肖维勒准则剔除异常数据,并根据钢拱架节特征曲线模型补正缺失的钢拱架数据,再利用得到数据进行钢拱架区域自动喷混作业轨迹规划,最后让自动喷混机械手按照轨迹完成混凝土喷射作业。经工程应用表明,该技术操作简单、节省成本,不仅能够保证钢拱架的检测精度和准确率,获取完整可靠的钢拱架位置数据,还能有效提高钢拱架区域自动喷混作业的质量和效率。 展开更多
关键词 TBM隧道 初期支护 声波探测 自动喷射混凝土技术 钢拱架检测 肖维勒准则
在线阅读 下载PDF
复合绝缘子交流盐雾闪络的可见光判据研究 被引量:1
11
作者 吴海鑫 郝艳捧 +3 位作者 吴潇翔 毕继凯 阳林 李立浧 《广东电力》 北大核心 2024年第5期60-68,共9页
绝缘子闪络事故一旦发生,严重危害电网安全运行。为探索放电检测和电弧发展成闪络预警的新方法,采用图像处理技术研究复合绝缘子交流盐雾闪络过程中不同阶段的电弧演化特性,提出复合绝缘子表面放电和电弧发展成闪络的可见光判据。首先进... 绝缘子闪络事故一旦发生,严重危害电网安全运行。为探索放电检测和电弧发展成闪络预警的新方法,采用图像处理技术研究复合绝缘子交流盐雾闪络过程中不同阶段的电弧演化特性,提出复合绝缘子表面放电和电弧发展成闪络的可见光判据。首先进行10 kV复合绝缘子交流盐雾闪络试验,拍摄黑暗背景和明亮背景下的电弧演化视频,接着分析并发现局部电弧发展阶段和临闪阶段的电弧熄灭重燃特征差异,最后提出用放电像素数作为可见光图像放电程度评估参数,并通过图像处理技术提取不同背景下各阶段电弧演化过程的放电像素数时间序列。结果表明,放电像素数能准确反映绝缘子表面放电状态,放电像素数时间序列与各阶段电弧熄灭重燃规律高度匹配,可将放电像素数不为0和放电像素数时间序列谷值不为0分别作为复合绝缘子表面放电和盐雾闪络的可见光判据。 展开更多
关键词 复合绝缘子 盐雾闪络 可见光图像 放电检测 闪络判据
在线阅读 下载PDF
结合模式记忆和自监督注意力的人群异常行为检测方法
12
作者 宁冬梅 梁莉 《计算机工程与设计》 北大核心 2024年第8期2527-2533,共7页
为实现复杂环境下监控视频中异常事件的快速检测和准确定位,提出一种结合正常模式记忆和自监督注意力机制的异常检测框架。记忆机制综合考虑正常模式的多样性和差异性,解决卷积神经网络(CNN)泛化性过强的问题。自监督模块包含遮罩卷积... 为实现复杂环境下监控视频中异常事件的快速检测和准确定位,提出一种结合正常模式记忆和自监督注意力机制的异常检测框架。记忆机制综合考虑正常模式的多样性和差异性,解决卷积神经网络(CNN)泛化性过强的问题。自监督模块包含遮罩卷积层和通道注意力层,通过遮罩信息预测的自监督训练,提高模型对全局特征结构的理解。公开数据集的实验结果表明,所提方法的曲线下面积(AUC)指标分别达到92.6%和82.7%,性能优于当前其它先进的视频异常检测方法,在轨迹检测标准(TBDC)和区域检测标准(RBDC)指标中表现出优秀的异常跟踪和定位能力。 展开更多
关键词 人群异常行为检测 自监督注意力 卷积神经网络 遮罩卷积 全局特征结构 轨迹检测标准 区域检测标准
在线阅读 下载PDF
基于优化小波分量的高铁桥墩沉降异常探测方法
13
作者 支君豪 龚循强 +3 位作者 杨忠 鲁铁定 汪宏宇 罗升 《测绘工程》 2024年第1期41-46,共6页
针对高铁桥墩沉降数据中传统异常值探测方法存在探测结果不理想的情况,提出一种基于优化小波分量的高铁桥墩沉降异常值探测方法。所提方法在拉依达准则法的基础上,通过优化小波分量降低小波分量中的噪声影响并充分利用小波分量中的有效... 针对高铁桥墩沉降数据中传统异常值探测方法存在探测结果不理想的情况,提出一种基于优化小波分量的高铁桥墩沉降异常值探测方法。所提方法在拉依达准则法的基础上,通过优化小波分量降低小波分量中的噪声影响并充分利用小波分量中的有效信息。利用模拟实验数据和工程实例数据进行实验,并与拉依达准则法、IQR法、MAD法以及4种传统小波组合方法进行对比分析。实验结果表明,文中所提方法相较于单一异常值探测方法和其它小波组合方法能够探测出更多的异常值,且探测结果更加可靠。 展开更多
关键词 高速铁路 异常探测 优化小波分量 拉依达准则 桥墩沉降数据
在线阅读 下载PDF
基于多特征量判据的新型配电系统早期故障检测
14
作者 王安宁 范荣奇 +4 位作者 张旸 刘嘉超 胡薇 钟世民 贾科 《中国电力》 CSCD 北大核心 2024年第9期181-193,共13页
高比例新能源接入下新型配电系统故障特性发生显著变化,运行方式多变、短路电流受限。电弧类早期故障是系统发生短路前的征兆,通过提前对早期故障的有效识别能够避免新型配电系统短路故障难以隔离的问题。首先,建立了早期故障的电气量... 高比例新能源接入下新型配电系统故障特性发生显著变化,运行方式多变、短路电流受限。电弧类早期故障是系统发生短路前的征兆,通过提前对早期故障的有效识别能够避免新型配电系统短路故障难以隔离的问题。首先,建立了早期故障的电气量与温度量定量解析模型,通过理论分析指出仅依靠单一的电气量或温度量均难以实现可靠的检测;然后,综合电信号的快速性和热信号的高灵敏性和可靠性,将电弧功率作为复合特征量来判别早期故障,提出了结合电流量与温度量的早期故障检测方法;最后,通过PSCAD仿真、现场数据及实验室模拟故障试验证明了该方法的有效性。 展开更多
关键词 新型配电系统 早期故障 故障检测 电弧模型 复合特征量判据
在线阅读 下载PDF
基于高斯混合模型的谐波责任估计方法
15
作者 曹兴华 咸日常 +2 位作者 杨浩瀚 宋书麟 陈小娣 《电力科学与技术学报》 CAS CSCD 北大核心 2024年第5期83-90,共8页
针对不完全可观系统提出一种基于高斯混合模型的谐波责任估计方法。依据谐波测量电压的概率分布特性估计各谐波负荷的谐波责任,规避因引入不可测的线路参数对量化谐波责任造成的困难。先根据测得的谐波电压样本训练高斯混合模型;然后,... 针对不完全可观系统提出一种基于高斯混合模型的谐波责任估计方法。依据谐波测量电压的概率分布特性估计各谐波负荷的谐波责任,规避因引入不可测的线路参数对量化谐波责任造成的困难。先根据测得的谐波电压样本训练高斯混合模型;然后,基于贝叶斯信息准则和Kullback‐Leibler散度比率确定混合模型中的高斯分量的数量及位置范围,并通过Z检验实现谐波电压样本的异常检测;最后,通过IEEE 14节点测试系统检验了所提方法的有效性。 展开更多
关键词 谐波责任估计 高斯混合模型 贝叶斯信息准则 Kullback‐Leibler散度 异常谐波检测
在线阅读 下载PDF
非高斯噪声背景下的目标辐射线谱自适应增强方法
16
作者 王燕 上官佩熙 +1 位作者 郝宇 †刘旭妍 《声学学报》 EI CAS CSCD 北大核心 2024年第5期927-938,共12页
针对非高斯噪声背景下因噪声二阶矩发散导致常规自适应线谱增强方法的权值迭代不收敛,无法有效增强水下目标辐射线谱信噪比的问题,提出了基于最大相关熵准则的自适应线谱增强方法。该方法基于窄带线谱信号和宽带非高斯噪声在广义时间相... 针对非高斯噪声背景下因噪声二阶矩发散导致常规自适应线谱增强方法的权值迭代不收敛,无法有效增强水下目标辐射线谱信噪比的问题,提出了基于最大相关熵准则的自适应线谱增强方法。该方法基于窄带线谱信号和宽带非高斯噪声在广义时间相关半径上的差异,采用参考信号与输出信号的相关熵作为惩罚函数进行自适应滤波器权值的迭代优化,有效提升了目标辐射线谱的输出信噪比。仿真结果表明,该方法能够实现在非高斯噪声背景下对线谱信号的有效增强,相比于基于奇异谱分析和基于香农熵的两种非高斯噪声背景适配的线谱增强方法,在低信噪比条件下该方法可将信噪比增益分别提升12 dB和5 dB。海试数据处理结果也验证了所提方法的可行性和可靠性。 展开更多
关键词 无源目标探测 自适应线谱增强 非高斯噪声 广义时间相关半径 最大相关熵准则
原文传递
软件定义网络中基于改进随机森林算法的入侵检测研究
17
作者 马群 胡佳卉 于雅静 《计算机应用与软件》 北大核心 2024年第11期379-385,共7页
针对软件定义网络中入侵数据流特征差异性较大以及随机森林算法应用于入侵检测的适用性等问题,提出一种基于改进随机森林算法的入侵检测模型,依据Fisher比分析入侵数据特征差异性,按它们所对应的不同取值进行特征分区;引入加权的投票方... 针对软件定义网络中入侵数据流特征差异性较大以及随机森林算法应用于入侵检测的适用性等问题,提出一种基于改进随机森林算法的入侵检测模型,依据Fisher比分析入侵数据特征差异性,按它们所对应的不同取值进行特征分区;引入加权的投票方法,以增加分类性能较好的决策树的权重;以最大信息增益率为标准进行节点分裂;改进网格搜索算法,使其对随机森林参数优化的效果得到进一步提高。通过实验分析,在模型的准确率、F1值、AUC值等评估指标上都有明显提升,验证了改进算法的有效性。 展开更多
关键词 软件定义网络 随机森林算法 入侵检测 FISHER准则 网格搜索算法
在线阅读 下载PDF
基于波形分析的直流系统接地故障检测新方法 被引量:20
18
作者 季涛 谭思圆 +2 位作者 徐丙垠 薛永端 孙同景 《电力系统自动化》 EI CSCD 北大核心 2004年第22期69-72,共4页
提出了一种新的波形分析法用于直流系统接地故障检测,该法通过向直流系统注入低频方波信号,分析方波信号基波及三次谐波之间的相位及幅值关系,检测流过支路的对地电阻电流,计算接地电阻,确定接地支路和接地点。详细分析了波形分析法的... 提出了一种新的波形分析法用于直流系统接地故障检测,该法通过向直流系统注入低频方波信号,分析方波信号基波及三次谐波之间的相位及幅值关系,检测流过支路的对地电阻电流,计算接地电阻,确定接地支路和接地点。详细分析了波形分析法的工作原理,并提出检测判据,最后通过试验证实了文中方法的正确性。 展开更多
关键词 波形分析 直流系统 接地故障检测 检测判据
在线阅读 下载PDF
基于频率-功率因数角组合判据的新型孤岛检测法 被引量:15
19
作者 王小立 温靖华 +1 位作者 袁飞 王燕萍 《电力系统保护与控制》 EI CSCD 北大核心 2015年第14期100-105,共6页
为解决传统的孤岛检测方法难以兼顾电能质量和检测效率的问题,在综合分析孤岛前后孤岛内公共耦合点的频率和功率因数角之间变化关系的基础上,推导出了两者的定量关系,提出了一种基于组合判据的新型孤岛检测方法。该方法将频率变化与功... 为解决传统的孤岛检测方法难以兼顾电能质量和检测效率的问题,在综合分析孤岛前后孤岛内公共耦合点的频率和功率因数角之间变化关系的基础上,推导出了两者的定量关系,提出了一种基于组合判据的新型孤岛检测方法。该方法将频率变化与功率因数角的变化相结合,提高了判据的灵敏性,并且通过延时提高了新方法的可靠性。仿真证明,相对于传统的被动式孤岛检测法,在不同性质的本地负荷下,新方法具有较高的检测效率,且在系统发生扰动时,有较高的鲁棒性。新方法是一种被动法,在系统并网运行时不会影响电能质量。 展开更多
关键词 孤岛检测 频率 功率因数角 组合判据 检测效率 电能质量
在线阅读 下载PDF
基于改进SAE网络的织物疵点检测算法 被引量:14
20
作者 景军锋 党永强 +2 位作者 苏泽斌 李鹏飞 张宏伟 《电子测量与仪器学报》 CSCD 北大核心 2017年第8期1321-1329,共9页
针对传统织物缺陷检测手工提取特征困难,疵点样本有限的问题,结合卷积自编码器(CAE),提出一种基于Fisher准则的栈式去噪自编码器算法(FSDAE)。首先从原始图像中截取若干小块图像,采用稀疏自编码器(SAE)训练,得到小块图像的稀疏性特征;... 针对传统织物缺陷检测手工提取特征困难,疵点样本有限的问题,结合卷积自编码器(CAE),提出一种基于Fisher准则的栈式去噪自编码器算法(FSDAE)。首先从原始图像中截取若干小块图像,采用稀疏自编码器(SAE)训练,得到小块图像的稀疏性特征;其次利用该特征,初始化CAE网络参数,提取原始图像的低维特征;最后将该特征数据送入FSDAE网络进行疵点检测分类。分别对3类织物进行测试,实验结果表明,算法能够有效地提取织物图像的分类特征,且通过加入Fisher准则,提高了织物疵点的检测率。 展开更多
关键词 深度学习 卷积自编码器 FISHER准则 缺陷检测
在线阅读 下载PDF
上一页 1 2 17 下一页 到第
使用帮助 返回顶部