首页 > 最新文献

2009 Second International Symposium on Knowledge Acquisition and Modeling最新文献

英文 中文
A New Repeat Family Detection Method Based on Sparse de Bruijn Graph 基于稀疏de Bruijn图的重复族检测新方法
Pub Date : 2009-12-28 DOI: 10.1109/KAM.2009.27
Hong Zhou, Zheng Zhao, Hongpo Wang
Eukaryotic genomes are typically large and filled with both genes and multiple classes of repetitive DNA. The repetitive DNAs are a rapidly evolving genome component that can provide the raw material for novel selected functions and also indicate the mechanisms and history of genome evolution in any ancestral lineage. In order to facilitate a broader range of repeat analyses, we present a graph method for repeat family detection and characterization by using the sparse de Bruijn graphs. This program was written in JAVA and with numerous adjustable parameters. Testing of this program indicated that it can found all of the major repeats.
真核生物的基因组通常很大,充满了基因和多种类型的重复DNA。重复dna是一种快速进化的基因组成分,可以为新的选择功能提供原料,也可以指示任何祖先谱系中基因组进化的机制和历史。为了便于更广泛的重复分析,我们提出了一种利用稀疏de Bruijn图进行重复家族检测和表征的图方法。这个程序是用JAVA编写的,有许多可调参数。该程序的测试表明,它可以发现所有的主要重复。
{"title":"A New Repeat Family Detection Method Based on Sparse de Bruijn Graph","authors":"Hong Zhou, Zheng Zhao, Hongpo Wang","doi":"10.1109/KAM.2009.27","DOIUrl":"https://doi.org/10.1109/KAM.2009.27","url":null,"abstract":"Eukaryotic genomes are typically large and filled with both genes and multiple classes of repetitive DNA. The repetitive DNAs are a rapidly evolving genome component that can provide the raw material for novel selected functions and also indicate the mechanisms and history of genome evolution in any ancestral lineage. In order to facilitate a broader range of repeat analyses, we present a graph method for repeat family detection and characterization by using the sparse de Bruijn graphs. This program was written in JAVA and with numerous adjustable parameters. Testing of this program indicated that it can found all of the major repeats.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"91 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124415312","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Novel Program Analysis Method Based on Execution Path Correlation 一种基于执行路径关联的程序分析方法
Pub Date : 2009-12-28 DOI: 10.1109/KAM.2009.34
Wenqing Fan, Binbin Zhou, Hongliang Liang, Yixian Yang
Path-sensitive analysis is an important feature of static program analysis that can assist to performance the software testing and ensure the software quality. Currently most analysis models are based on symbolic execution analysis. Our approach faces on some challenges like how to deal with the "path explosion" problem due to the number of paths growing exponentially with the number of program branches and the inline process of inter-procedural callings. In this paper, we present a method called Path Correlation Analysis and an analytical model, Solving Time Symbolic Execution, which, working together, can alleviate the redundant analysis of the common nodes between different paths in conventional path-oriented analysis. We also give the description of the corresponding algorithms in the paper and prove that compared with the conventional methods, this method can efficiently reduce the time complexity, easing the effect of the "path explosion" problem.
路径敏感分析是静态程序分析的一个重要特性,它可以辅助进行软件测试,保证软件质量。目前大多数分析模型都是基于符号执行分析。我们的方法面临着一些挑战,如如何处理由于路径数量随程序分支数量呈指数增长而导致的“路径爆炸”问题,以及过程间调用的内联处理。本文提出了一种路径相关分析方法和求解时间符号执行的分析模型,这两种分析模型共同工作,可以减轻传统的面向路径分析中不同路径之间公共节点的冗余分析。文中给出了相应的算法描述,并证明了与传统方法相比,该方法能有效地降低时间复杂度,缓解“路径爆炸”问题的影响。
{"title":"A Novel Program Analysis Method Based on Execution Path Correlation","authors":"Wenqing Fan, Binbin Zhou, Hongliang Liang, Yixian Yang","doi":"10.1109/KAM.2009.34","DOIUrl":"https://doi.org/10.1109/KAM.2009.34","url":null,"abstract":"Path-sensitive analysis is an important feature of static program analysis that can assist to performance the software testing and ensure the software quality. Currently most analysis models are based on symbolic execution analysis. Our approach faces on some challenges like how to deal with the \"path explosion\" problem due to the number of paths growing exponentially with the number of program branches and the inline process of inter-procedural callings. In this paper, we present a method called Path Correlation Analysis and an analytical model, Solving Time Symbolic Execution, which, working together, can alleviate the redundant analysis of the common nodes between different paths in conventional path-oriented analysis. We also give the description of the corresponding algorithms in the paper and prove that compared with the conventional methods, this method can efficiently reduce the time complexity, easing the effect of the \"path explosion\" problem.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"117 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124133928","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Reduction Methods of Attributes Based on Improved BPSO 基于改进BPSO的属性约简方法
Pub Date : 2009-12-28 DOI: 10.1109/KAM.2009.202
Guanyu Pan, Da-you Liu, Hui Yan
This paper proposed the binary particle swam optimization method based on simulated annealing and weak population mutation. We applied this method to casing damage forecast of oil field. Using our new algorithm, attributes reduce to 12 from original 62. It becomes possible to forecast using these 12 attributes as the inputs.
提出了一种基于模拟退火和弱种群突变的二元粒子游优化方法。将该方法应用于油田套管损伤预测。使用我们的新算法,属性从原来的62个减少到12个。使用这12个属性作为输入进行预测成为可能。
{"title":"Reduction Methods of Attributes Based on Improved BPSO","authors":"Guanyu Pan, Da-you Liu, Hui Yan","doi":"10.1109/KAM.2009.202","DOIUrl":"https://doi.org/10.1109/KAM.2009.202","url":null,"abstract":"This paper proposed the binary particle swam optimization method based on simulated annealing and weak population mutation. We applied this method to casing damage forecast of oil field. Using our new algorithm, attributes reduce to 12 from original 62. It becomes possible to forecast using these 12 attributes as the inputs.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122466726","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Combining Asymptotic Solution and Numerical Solution for Differential Equation with Small Parameter 小参数微分方程的渐近解与数值解的结合
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.87
X. Cai
Ordinary differential equation with small parameter is considered in this paper. This kind of problem changes rapidly in both side of boundary layer. Firstly, the asymptotic solution of the problem is presented in order one. The asymptotic solution is used to solve the problem outside the boundary layer. Secondly, the analytical solution is decomposed into the smooth component and the singular component in order to improve the computational effect. The bounds for the derivatives of the smooth component and the singular component are studied. Thirdly, the fitted operator method is constructed for both side of boundary layer. The error estimation of numerical method is given also. Finally, numerical experiment is given to support the theoretical result.
本文研究小参数常微分方程。这类问题在边界层两侧变化很快。首先,给出了问题的1阶渐近解。渐近解用于求解边界层外的问题。其次,将解析解分解为光滑分量和奇异分量,以提高计算效果;研究了光滑分量和奇异分量导数的界。第三,对边界层两侧构造拟合算子方法。给出了数值方法的误差估计。最后,通过数值实验对理论结果进行了验证。
{"title":"Combining Asymptotic Solution and Numerical Solution for Differential Equation with Small Parameter","authors":"X. Cai","doi":"10.1109/KAM.2009.87","DOIUrl":"https://doi.org/10.1109/KAM.2009.87","url":null,"abstract":"Ordinary differential equation with small parameter is considered in this paper. This kind of problem changes rapidly in both side of boundary layer. Firstly, the asymptotic solution of the problem is presented in order one. The asymptotic solution is used to solve the problem outside the boundary layer. Secondly, the analytical solution is decomposed into the smooth component and the singular component in order to improve the computational effect. The bounds for the derivatives of the smooth component and the singular component are studied. Thirdly, the fitted operator method is constructed for both side of boundary layer. The error estimation of numerical method is given also. Finally, numerical experiment is given to support the theoretical result.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116930590","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Analyses of Operating System Structure 操作系统结构分析
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.265
Chengjun Wang
Operating system controls the resources of the computer, and provides interfaces for users. The resource sharing calls for the multi-user support of the computer system. The system on one hand divides resources for different processes and on the other, let processes share the resources when necessary, which makes the structure of the operating system extremely complicated. This paper gives a study of the operating system structure through analyzing the components of the system: As to the software, it gives an analysis and a conclusion of the methods for the function of an operating system; as to the hardware, it studies the management of distributed hardware.
操作系统控制计算机的资源,并为用户提供接口。资源共享需要计算机系统的多用户支持。系统一方面为不同的进程划分资源,另一方面又在必要时让进程共享资源,这使得操作系统的结构极其复杂。本文通过对操作系统组成的分析,对操作系统的结构进行了研究:在软件方面,对操作系统功能实现方法进行了分析和总结;在硬件方面,研究了分布式硬件的管理。
{"title":"The Analyses of Operating System Structure","authors":"Chengjun Wang","doi":"10.1109/KAM.2009.265","DOIUrl":"https://doi.org/10.1109/KAM.2009.265","url":null,"abstract":"Operating system controls the resources of the computer, and provides interfaces for users. The resource sharing calls for the multi-user support of the computer system. The system on one hand divides resources for different processes and on the other, let processes share the resources when necessary, which makes the structure of the operating system extremely complicated. This paper gives a study of the operating system structure through analyzing the components of the system: As to the software, it gives an analysis and a conclusion of the methods for the function of an operating system; as to the hardware, it studies the management of distributed hardware.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"114 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117116432","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A New Method for Initialising the K-Means Clustering Algorithm 一种初始化k均值聚类算法的新方法
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.20
X. Qin, Shijue Zheng
As a classic clustering method, the traditional K-Means algorithm has been widely used in pattern recognition and machine learning. It is known that the performance of the K-means clustering algorithm depend highly on initial cluster centers. Generally initial cluster centers are selected randomly, so the algorithm could not lead to the unique result. In this paper, we present a method to compute initial cluster centers for K-means clustering. Our method is based on an efficient technique for estimating the modes of a distribution. We apply the new method to the K-means algorithm. The experimental results show better performance of the proposed method.
传统的K-Means算法作为一种经典的聚类方法,在模式识别和机器学习中得到了广泛的应用。众所周知,k均值聚类算法的性能高度依赖于初始聚类中心。通常初始聚类中心的选择是随机的,因此算法不能得到唯一的结果。本文提出了一种计算k均值聚类初始聚类中心的方法。我们的方法是基于一种估计分布模态的有效技术。我们将新方法应用于K-means算法。实验结果表明,该方法具有较好的性能。
{"title":"A New Method for Initialising the K-Means Clustering Algorithm","authors":"X. Qin, Shijue Zheng","doi":"10.1109/KAM.2009.20","DOIUrl":"https://doi.org/10.1109/KAM.2009.20","url":null,"abstract":"As a classic clustering method, the traditional K-Means algorithm has been widely used in pattern recognition and machine learning. It is known that the performance of the K-means clustering algorithm depend highly on initial cluster centers. Generally initial cluster centers are selected randomly, so the algorithm could not lead to the unique result. In this paper, we present a method to compute initial cluster centers for K-means clustering. Our method is based on an efficient technique for estimating the modes of a distribution. We apply the new method to the K-means algorithm. The experimental results show better performance of the proposed method.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"119 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123262699","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Query for Semantic Web Services Using SPARQL-DL 使用SPARQL-DL查询语义Web服务
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.198
Hai Wang, Sheping Zhai, Lin Fan
Current methods of service discovery, using the same mechanism to describe both request and advertisement and does not take into account the asymmetry between the two. Service advertisement discovery is a complete description of descriptive, information-rich features, and service request description is concerned only with some of the characteristics of services, usually does not constitute a complete description of the service. In this paper, we propose to use semantic web query language SPARQL-DL as the service request description language to retrieve OWL-S form published services. Treat the service discovery issue as query against the knowledge base. Through the experiment, confirmed that the method is practical, simple, reliable and easy-to-use.
当前的服务发现方法使用相同的机制来描述请求和广告,并且没有考虑到两者之间的不对称性。服务广告发现是对描述性的、信息丰富的特征的完整描述,而服务请求描述只涉及服务的某些特征,通常不构成对服务的完整描述。本文提出使用语义web查询语言SPARQL-DL作为服务请求描述语言来检索OWL-S表单发布的服务。将服务发现问题视为对知识库的查询。通过实验,证实了该方法实用、简单、可靠、易于使用。
{"title":"Query for Semantic Web Services Using SPARQL-DL","authors":"Hai Wang, Sheping Zhai, Lin Fan","doi":"10.1109/KAM.2009.198","DOIUrl":"https://doi.org/10.1109/KAM.2009.198","url":null,"abstract":"Current methods of service discovery, using the same mechanism to describe both request and advertisement and does not take into account the asymmetry between the two. Service advertisement discovery is a complete description of descriptive, information-rich features, and service request description is concerned only with some of the characteristics of services, usually does not constitute a complete description of the service. In this paper, we propose to use semantic web query language SPARQL-DL as the service request description language to retrieve OWL-S form published services. Treat the service discovery issue as query against the knowledge base. Through the experiment, confirmed that the method is practical, simple, reliable and easy-to-use.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126823389","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
New Image Edge Detection Approach by Using Grey Entropy 基于灰熵的图像边缘检测新方法
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.178
Gang Li, Yala Tong, Xin-ping Xiao
The paper put forward a new method of image edge detection based on grey entropy which was the first time to be applied into the field of image edge extraction. We let the median value of pixels in the neighborhood of the window be the reference sequence, and selected certain pixels from sixteen different directions as the comparative sequences according to the information of the image texture and pixel distribution. After carrying out the grey relational analysis, we employed the grey relational coefficients obtained to calculate the grey entropy. If the difference between the maximum grey entropy value and the minimum one is greater than a given threshold, we can determine the central pixel is an edge point, or it is a non-edge one. Experiments show that this method can achieve a better effect than other conventional algorithms, and it provides us a new approach to image edge detection.
提出了一种基于灰色熵的图像边缘检测新方法,首次应用于图像边缘提取领域。我们将窗口邻域像素的中值作为参考序列,并根据图像纹理和像素分布的信息,从16个不同的方向选择一定的像素作为比较序列。在进行灰色关联分析后,利用得到的灰色关联系数计算灰色熵。如果最大灰度熵值和最小灰度熵值的差值大于给定的阈值,则可以确定中心像素点是边缘点,还是非边缘点。实验表明,该方法比其他传统算法取得了更好的效果,为我们提供了一种新的图像边缘检测方法。
{"title":"New Image Edge Detection Approach by Using Grey Entropy","authors":"Gang Li, Yala Tong, Xin-ping Xiao","doi":"10.1109/KAM.2009.178","DOIUrl":"https://doi.org/10.1109/KAM.2009.178","url":null,"abstract":"The paper put forward a new method of image edge detection based on grey entropy which was the first time to be applied into the field of image edge extraction. We let the median value of pixels in the neighborhood of the window be the reference sequence, and selected certain pixels from sixteen different directions as the comparative sequences according to the information of the image texture and pixel distribution. After carrying out the grey relational analysis, we employed the grey relational coefficients obtained to calculate the grey entropy. If the difference between the maximum grey entropy value and the minimum one is greater than a given threshold, we can determine the central pixel is an edge point, or it is a non-edge one. Experiments show that this method can achieve a better effect than other conventional algorithms, and it provides us a new approach to image edge detection.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"113 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116017799","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Design and Implementation of Rural Educational Resource Regional Service Platform 农村教育资源区域服务平台的设计与实现
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.107
Min Hu, Qingtang Liu, Hao Li
Rural educational resource regional service platform is service-oriented, providing personalized service to users anywhere who participate in distance education. Users can acquire resources based on their interests, achieving to share educational resources in the maximum extent. The paper first briefly analyses the mode, the present situation and the characteristics of rural education, then puts forward the regional service model of educational resources model based on the inadequacy of existing model, and explains the rural educational resources regional service platform detailedly from several aspects such as structure, function and development and implementation.
农村教育资源区域服务平台以服务为导向,为各地参与远程教育的用户提供个性化服务。用户可以根据自己的兴趣获取资源,最大限度地实现教育资源的共享。本文首先对农村教育的模式、现状及特点进行了简要分析,然后针对现有模式的不足,提出了教育资源模式的区域服务模式,并从结构、功能、开发实施等几个方面对农村教育资源区域服务平台进行了详细的阐述。
{"title":"Design and Implementation of Rural Educational Resource Regional Service Platform","authors":"Min Hu, Qingtang Liu, Hao Li","doi":"10.1109/KAM.2009.107","DOIUrl":"https://doi.org/10.1109/KAM.2009.107","url":null,"abstract":"Rural educational resource regional service platform is service-oriented, providing personalized service to users anywhere who participate in distance education. Users can acquire resources based on their interests, achieving to share educational resources in the maximum extent. The paper first briefly analyses the mode, the present situation and the characteristics of rural education, then puts forward the regional service model of educational resources model based on the inadequacy of existing model, and explains the rural educational resources regional service platform detailedly from several aspects such as structure, function and development and implementation.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116165470","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Message Masking Communication of Switched Chaotic Systems 交换混沌系统的消息掩蔽通信
Pub Date : 2009-11-30 DOI: 10.1109/KAM.2009.169
Z. Wan, T. Liao, Jun‐Juh Yan, Lan-yuen Guo, Yi‐You Hou
In this study, the secure communication application of switched chaotic systems which depend on a time-driven switching law is considered. The secure communications is set up by the masking scheme. Based on Lyapunov stability theorem, linear matrix inequality (LMI), and linear matrix equality (LME) optimization techniques, an output feedback controller is designed to synchronize the master-slave system and to guarantee the recovery the transmitted message. Finally, the numerical simulation verifies the results of the proposed method in this paper.
本文研究了依赖于时间驱动切换律的切换混沌系统的安全通信应用。通过屏蔽方案建立安全通信。基于李雅普诺夫稳定性定理、线性矩阵不等式(LMI)和线性矩阵不等式(LME)优化技术,设计了一种输出反馈控制器,使主从系统同步,保证传输消息的恢复。最后,通过数值仿真验证了本文方法的有效性。
{"title":"Message Masking Communication of Switched Chaotic Systems","authors":"Z. Wan, T. Liao, Jun‐Juh Yan, Lan-yuen Guo, Yi‐You Hou","doi":"10.1109/KAM.2009.169","DOIUrl":"https://doi.org/10.1109/KAM.2009.169","url":null,"abstract":"In this study, the secure communication application of switched chaotic systems which depend on a time-driven switching law is considered. The secure communications is set up by the masking scheme. Based on Lyapunov stability theorem, linear matrix inequality (LMI), and linear matrix equality (LME) optimization techniques, an output feedback controller is designed to synchronize the master-slave system and to guarantee the recovery the transmitted message. Finally, the numerical simulation verifies the results of the proposed method in this paper.","PeriodicalId":192986,"journal":{"name":"2009 Second International Symposium on Knowledge Acquisition and Modeling","volume":"31 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122473613","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2009 Second International Symposium on Knowledge Acquisition and Modeling
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1