苏州大学电子信息学院C语言,电子信息学院

专著

Z. Zhu and A. K. Nandi, (2014) Automatic Modulation Classification - Principles, Algorithms, and Applications. Wiley (to be published in January 2015)

期刊论文

Z. Zhu, A. K.Nandi, (2014) Blind Digital Modulation Classification using Minimum Distance Centroid Estimator and Non-parametric Likelihood Function, Submitted to IEEE Transactions on Wireless Communications, vol. 13, no. 8, pp. 4483-4494, doi: 10.1109/TWC.2014.2320724

Z. Zhu, M. W. Aslam, A. K.Nandi, (2013) Genetic Algorithm Optimized Distribution Sampling Test for M-QAM Modulation Classification, Signal Processing, vol. 94, pp. 264-277, ISSN 0165-1684, doi: 10.1016/j.sigpro.2013.05.024

M. W. Aslam, Z. Zhu, A. K.Nandi, (2013) Feature generation using genetic programming with comparative partner selection for diabetes classification, Expert Systems with Applications, vol. 40, no. 13, pp. 5402-5412, ISSN 0957-4174, doi: 10.1016/j.eswa.2013.04.003

M. W. Aslam, Z. Zhu and A. K. Nandi, (2012) Automatic Modulation Classification Using Combination of Genetic Programming and KNN. IEEE Transactions on Wireless Communications, vol. 11, no. 8, pp.2742-2750, doi: 10.1109/TWC.2012.060412.110460

会议论文

Z. Zhu, A. K.Nandi, (2014) Blind Modulation Classification for MIMO systems using Expectation Maximization, IEEE Military Communication Conference

Z. Zhu, M. W. Aslam, A. K.Nandi, (2013) Approximate Centroid Estimation with Constellation Grid Segmentation for Blind M-QAM Classification, IEEE Military Communication Conference

Z. Zhu, M. W. Aslam, A. K.Nandi, (2013) Adapted Geometric Semantic Genetic Programming for Diabetes and Breast Cancer Classification, IEEE International Workshop on Machine Learning for Signal Processing

M. W. Aslam, Z. Zhu, A. K.Nandi, (2013) Improved Comparative Partner Selection with Brood Recombination for Genetic Programming, IEEE International Workshop on Machine Learning for Signal Processing

Z. Zhu, M. W. Aslam, A. K.Nandi, (2013) Robustness Enhancement of Distribution Based Binary Discriminative Features for Modulation Classification, IEEE International Workshop on Machine Learning for Signal Processing

M. W. Aslam, Z. Zhu and A. K. Nandi, (2011) Robust QAM Classification Using Genetic Programming and Fisher Criterion. European Signal Processing Conference, pp. 995-999, ISSN 2076-1465

Z. Zhu, M. W. Aslam and A. K. Nandi, (2011) Support Vector Machine Assisted Genetic Programming for MQAM Classification. IEEE International Symposium on Signals, Circuits & Systems, pp. 1-6, doi: 10.1109/ISSCS.2011.5978654

M. W. Aslam, Z. Zhu and A. K. Nandi, (2010) Automatic Digital Modulation Classification Using Genetic Programming with K-Nearest Neighbor. IEEE Military Communications Conference, pp. 1371-1376, doi: 10.1109/MILCOM.2010.5680232

Z. Zhu, M. W. Aslam and A. K. Nandi, (2010) Augmented Genetic Programming for automatic digital modulation classification. IEEE International Workshop on Machine Learning for Signal Processing, pp. 391-396, doi: 10.1109/MLSP.2010.5588920

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/268533.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

网络协议集合2

这张是更加详细的网络协议图,希望会对学习有一定作用。学习网络知识,一定要打好框架,做到心中有“图”,通常我们只是接触TCP/IP协议,但对于其他体系和结构,也应当有所了解,这样能更好地理解网络…

C语言二月天数计算,关于计算两个日期间天数的代码,大家来看看

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼这是原贴:http://post.baidu.com/f?kz100411727这是原码:#include "stdio.h"main(){long int i,a[2],b[2],c[2],x[12]{0,31,59,90,120,151,181,212,243,273,304,334},y,z[2];scanf("%ld-%ld-%ld %ld-%ld-%ld"…

JAVA中ACTION层, SERVICE层 ,MODLE层 和 DAO层的功能区分

JAVA中ACTION层, SERVICE层 ,MODLE层 和 DAO层的功能区分 首先这是现在最基本的分层方式,结合了SSH架构。modle层就是对应的数据库表的实体类。Dao层是使用了hibernate连接数据库、操作数据库(增删改查)。Service层:引…

自定义权限 android,如何在Android中使用自定义权限?

蛊毒传说我创建了一个测试代码&#xff0c;您可以使用它并测试您的权限。有两个应用程序PermissionTestClient声明权限并使用此权限保护其活动。这是清单文件&#xff1a;<?xml version"1.0" encoding"utf-8"?> …

.net c# 中获得GridView的EmptyDataTemplate中的控件的方法(转)

拖了一个GridView到页面&#xff0c;当没有数据时在EmptyDataTemplate中显示添加的TextBox&#xff0c;但EmptyDataTemplate中不像FooterTemplate可以直接TextBox BankCard GridView1.FooterRow.FindControl("BankCard") as TextBox;来获取。 研究了一翻&#xff0c;…

MYSQL在centos上主从配置

主从配置理论传送门:http://blog.csdn.net/hguisu/article/details/7325124 具体配置方案: 一&#xff1a;MYSQL主从配置 1.1 部署环境 主(master_mysql): 192.168.1.200 OS:CentOS 6.5 从(slave_mysql): 192.168.1.201 OS:CentOS 6.5 1.2 安装mysql 主和从: yu…

Android实现支付宝AR功能,Android RecyclerView 实现支付宝首页效果

Android RecyclerView 实现支付宝首页效果[TOC]虽然我本人不喜欢支付宝的,但是这个网格本身其实还是不错的,项目更新中更改了一个布局为网格模式,类似支付宝.(估计是产品抄袭的.,我不管设计,只管实现就好.)类名描述RecyclerView.Adapter托管数据集合&#xff0c;为每个Item创建…

2008年CCNA第二学期第九单元题目(2008-12-14 14:04:38)

标签&#xff1a;教育 <?xml:namespace prefix o ns "urn:schemas-microsoft-com:office:office" />在运行 EIGRP 的路由器上&#xff0c;什么数据库将维护可行后继路由的列表&#xff1f;路由表邻居表拓扑表邻接表2 points for Option 3请参见图示。这是 …

随便写写

我刚把放了一天的一杯底水一饮而尽&#xff0c;并打算泡杯新茶&#xff0c;我就后悔了。一股灰味儿。一天竟然能落下这么多灰&#xff0c;也算叫我长记性了。可我还是抓了把新茶&#xff0c;并在心里打算着喝完这杯就走人。接热水的时候我低头看了一眼&#xff0c;今天穿的有点…

android wear评测,android wear5.1怎么样 android wear5.1更新评测

android wear5.1更新评测触控和菜单改善新版android wear的用户界面得到了小幅度的改进。在屏幕上向下滑动会唤出重新设计的快捷菜单&#xff0c;当中包含着诸多应用程序和功能的快捷方式。而如果是向左滑动&#xff0c;屏幕上会显示出常用联系人&#xff0c;你可以点击他们的头…

ReactiveCocoa入门教程——第一部分

本文翻译自RayWenderlich,原文&#xff1a;ReactiveCocoa Tutorial--The Definitive Introduction: Part 1/2 作为一个iOS开发者&#xff0c;你写的每一行代码几乎都是在相应某个事件&#xff0c;例如按钮的点击&#xff0c;收到网络消息&#xff0c;属性的变化&#xff08;通过…

C# Android wifi控制灯,求助如何在基于安卓通过WiFi与Arduino通信,实现对LED灯的控制。...

满意答案dkmeng推荐于 2017.12.15采纳率&#xff1a;55% 等级&#xff1a;9已帮助&#xff1a;567人项目需要的硬件如下&#xff1a;Arduino UnoEthernet ShieldLED灯 2个.电阻 2个.面包板(可选)连接导线路由器一个项目要的连接管脚如下&#xff1a;LED 1 --> pin 6 to g…

Mozilla 放出新的 Firefox 3.5 RC 版本(RC 3)

这几天 Mozilla 对 Firefox 3.5 的更新节奏真是够快&#xff0c;今天&#xff0c;一个新的 RC 版本&#xff08;显示为 RC 3&#xff09;又放出了。Firefox 3.5 RC 3 主要根据用户对之前版本的反馈进行了修正。有趣的是&#xff0c;笔者在其关于对话框中并没有发现 RC 字样&…

android studio 抽屉,java - Android导航抽屉(由Android Studio默认提供) - 堆栈内存溢出...

当我按下导航菜单项的更改时&#xff0c;它的颜色为黄色&#xff0c;直到释放时一直按它为默认。我没有明确编写任何代码来设置这些设置。 我该如何停止&#xff1f;请帮忙。 这是我的代码。 主要布局xmlns:android"http://schemas.android.com/apk/res/android"xmln…

大数据正在改变客户服务的五种方式

大数据正在改变客户服务的五种方式 任何组织的命脉&#xff0c;无论是否面向服务&#xff0c;都是需要为客户提供良好的服务。组织如何与其客户进行互动&#xff0c;会影响他们如何看待组织&#xff0c;这会影响潜在客户&#xff0c;除了组织最忠实的客户之外。 客户服务行业一…