登录
首页 » matlab » CMA_DDLMS

CMA_DDLMS

于 2021-04-15 发布 文件大小:1KB
0 190
下载积分: 1 下载次数: 5

代码说明:

  水声通信系统中,常数模盲均衡算法仿真的matlab实现(Matlab implementation of constant modulus blind equalization algorithm simulation)

文件列表:

CMA_DDLMS.m, 3189 , 2019-05-20

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

发表评论

0 个回复

  • 一维卡尔曼滤波
    说明:  分享一个基于Labview写的卡尔曼滤波程序(Kalman filter program)
    2020-04-24 14:19:57下载
    积分:1
  • Delphi纸牌游戏动画特效
    一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:   FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王   FFaceUp:bool; //是否正面朝上   procedure SetCardId(id:Cardinal);//设置扑克牌的编号   procedure SetFaceUp(Flag:Bool); //设置是否正面朝上   function GetValue:integer; //得到扑克牌的点数   function GetSuit:TCardSuit; //得到扑克牌的花色   procedure Paint; override; //画扑克牌的程序   constructor Create(AOwner:TComponent);overload;override; //构造函数   constructor Create(AOwner:TComponent;Id:Cardinal);overload;   procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号   property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号   property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上   property Value:integer read GetValue; //扑克的点数,只读   property Suit:TCardSuit read GetSuit; //扑克的花色,只读
    2022-01-26 05:07:33下载
    积分:1
  • depth_image_analysis
    深度图像分析 [孙龙详 程义民 王以孝 孙启彬] 电子工业出版社(depth image analysis)
    2009-06-16 20:57:45下载
    积分:1
  • 2006-IEEE-TEC-CLPSO
    说明:  进化算法中CLPSO的粒子群优化算法源代码(Source Code of Particle Swarm Optimization for CLPSO in Evolutionary Algorithms)
    2019-10-11 21:21:11下载
    积分:1
  • 自做的时钟原码,看看吧
    自做的时钟原码,看看吧-done clock since the original code, let"s see it
    2022-05-17 06:56:16下载
    积分:1
  • Wind_Field_Process
    根据实测风场数据,计算平均风速(10分钟平均)随时间的变化,并输出图像。(According to the measured wind field data, the variation of the mean wind speed (10 minutes average) with time is calculated and the image is output.)
    2018-09-22 18:11:43下载
    积分:1
  • 这是个关于“日期、菜单和字符串”C函数代码
    这是个关于“日期、菜单和字符串”C函数代码-This is on the "date menu, and the string" C function code
    2022-03-22 12:58:09下载
    积分:1
  • 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-08-06 12:51:19下载
    积分:1
  • 在photogrammetry束模型
    Bundel model in Photogrammetry
    2023-03-20 04:35:04下载
    积分:1
  • 完成双正交信号的数字通信系统的蒙特卡罗仿真。分析在加性高斯白噪声下误码率与信噪比之间的关系,绘出误码率...
    完成双正交信号的数字通信系统的蒙特卡罗仿真。分析其在加性高斯白噪声下误码率与信噪比之间的关系,绘出误码率-信噪比曲线图,并和理论曲线进行比较。-Complete pairs of orthogonal signals in Monte Carlo simulation of digital communication systems. Analysis of the additive white Gaussian noise bit error rate and signal to noise ratio under the relationship between the mapped BER- signal to noise ratio curve, and and the theoretical curves for comparison.
    2022-08-22 03:43:30下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载