登录
首页 » 其他项目 » 16QAM modulation and demodulation based on the MATLAB source code

16QAM modulation and demodulation based on the MATLAB source code

于 2022-05-06 发布 文件大小:1.26 kB
0 293
下载积分: 2 下载次数: 1

代码说明:

16QAM的调制与解调基于MATLAB的源代码-16QAM modulation and demodulation based on the MATLAB source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。...
    图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。-A GUI small game which performs the GUESS NUMBER game. Functions: to guess 4 digits , you hava only seven chances to get through.
    2022-01-24 13:47:16下载
    积分:1
  • 一个自己关于图像分析的作业题 该程序已经调试完毕 图像结果清晰明了...
    一个自己关于图像分析的作业题 该程序已经调试完毕 图像结果清晰明了-An image analysis on the operation of their own title, the program has finished debugging the results of the clarity of the image
    2022-01-28 23:52:31下载
    积分:1
  • 一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都...
    一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc function (4) calloc function (5) the preparation of students in the database (6) address book contains more than c language source code, obj documents and applications
    2023-06-27 21:45:03下载
    积分:1
  • 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
    本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
    2022-01-25 16:01:13下载
    积分:1
  • 做的一个学生成绩系统。这是我的作业,各位大虾指
    做的一个学生成绩系统。这是我的作业,各位大虾指-Does a student achievement system. This is my work, ladies and prawns means
    2022-02-01 18:01:46下载
    积分:1
  • 一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。...
    一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。-Examples of a simple GIS procedures realize the graphics pro-rata to enlarge, narrow, such as matrix transformations.
    2023-07-27 18:20:03下载
    积分:1
  • 一个简单的二手房交易系统,有添加,统计,删除,排序
    一个简单的二手房交易系统,有添加,统计,删除,排序-ershoufang.cpp
    2023-08-05 06:50:03下载
    积分:1
  • I wrote a MS
    我写了个和MS的扫雷长象和玩法都一样,但我的有以下特别功能: 1 开始游戏第一下永远不会点到雷 2 (保存/恢复 )可以在任何时候保存游戏状态,可在任何时候恢复 3 100% 纯 JAVA 编写, 可以在任何系统上运行,比如苹果电脑和LINUX等 4 100% 公开源代码 这个游戏基于MVC架构编写. 把jar文件默认打开程序设为JAVA虚拟机,就可双击JMinesweeper来启动游戏,如果没有装JAVA虚拟机可以去SUN的主页上下载: http://jdl.sun.com/webapps/download/AutoDL?BundleId=9992 把JMinesweeper.jar用WinRAR或WinZip解压后,可以在解压文件夹中找到这个游戏的所有源码。-I wrote a MS-like mine, and games are played are the same, but I have the following functions : starting a game will never be the first to mine two points (preservation/restoration) can be preserved at any time, the game may be resumed at any time 3100% Pure Java prepared, any system running, such as Linux and Apple Computer as 4,100% of the open-source MVC framework based on the game prepared. put jar document procedures set by default to open Java Virtual Machine, JMinesweeper can double-click to start the game, if not installed Java Virtual Machine can go to the home page of the Sun Download : http://jdl.sun.com/webapps/download/AutoDL BundleId = 9992 J
    2022-03-11 13:54:32下载
    积分:1
  • concrete used in the calculation of nonlinear time to select a suitable concrete...
    用于计算混凝土非线性时,选取了合适的混凝土本构关系,FORTRAN编制,清华大学的路新政编制-concrete used in the calculation of nonlinear time to select a suitable concrete constitutive compiled FORTRAN, Tsinghua University establishment of the new political path
    2022-06-21 04:53:42下载
    积分:1
  • 这个是Haffman的实现方法,也就是还可以的代码,希望采纳,^_^...
    这个是Haffman的实现方法,也就是还可以的代码,希望采纳,^_^-this is the method, which is also the code, adopted ^ _ ^
    2022-02-25 15:33:11下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载