登录
首页 » matlab » bellhop水声信道仿真工具箱及说明书

bellhop水声信道仿真工具箱及说明书

于 2020-04-29 发布
0 291
下载积分: 1 下载次数: 16

代码说明:

说明:  水声通信信道建模;bellhop水声信道仿真工具箱及说明书(Modeling of underwater acoustic communication channel)

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

发表评论

0 个回复

  • 潮流
    根据所给的电力系统,编制潮流计算程序,通过计算机进行调试,最后完成一个切实可行的电力系统计算应用程序(Power flow calculation program)
    2020-06-16 02:20:06下载
    积分:1
  • 三级联动菜单代码
    说明:  省市区三级联动代码,功能如下:1.可以查询搜索;2.可以清楚(Provincial and urban three-level linkage code, the functions are as follows: 1. Search can be queried; 2. Clear.)
    2019-03-05 07:33:53下载
    积分:1
  • VC++编写的简单遗传算法,非常经典,值得下载。
    VC++编写的简单遗传算法,非常经典,值得下载。-VC prepared by the simple genetic algorithm, very classic, it is worth the download.
    2022-09-06 22:45:02下载
    积分:1
  • MATLAB由入门到精通
    针对MATLAB学习者从最简单的程序到神经网络,包含各方面的程序,内容广泛,适合MATLAB初学者(For the learners of MATLAB, from the simplest program to the neural network, it contains all kinds of programs, and has a wide range of contents. It is suitable for beginners of MATLAB.)
    2020-06-23 17:00:02下载
    积分:1
  • 从小就开始做大型软件的孩子,们做软件,绝对不会像我做得这么郁闷,们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库...
    从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库-childhood began large-scale software child, they do software, absolutely not, as I have done so depressed. Their concern is skills, new ways of thinking. Is not known ... 16x16 lattice History shows character
    2022-05-29 10:53:20下载
    积分:1
  • robot_sweeper
    电子科技大学,数学学院,本科二年级,数学实验课程作业:扫地机器人的路径规划问题 实验是内容是规划并利用MATLAB模拟扫地机器人的清扫路径,并与随机游走的清扫方式做对比 编程思路: 规定扫地机器人的尺寸为1×1的网格,地图尺寸为20×15(参数可修改),在利用矩阵Tag储存障碍物信息(障碍物标1,非障碍物标0),barrier_generate函数随即生成障碍物 路径规划考虑采用深度优先搜索算法,根据标记矩阵Tag的信息,找到网格之间可达性关系,建立图的邻接压缩表,深度优先搜索求出路径(深度优先所搜算法是在别人的代码上进行修改) 可视化过程中首先建立起地图网格,利用网格着色体现扫地机器人的运动过程,白色表示未清扫过,黑色表示障碍物,蓝色表示清扫过一次,红色表示反复清扫过。 随机游走采用向上下左右四个方向等可能地游走,可视化过程和路径规划的一样 主函数返回的是路径规划和随机游走所花的总步数(Simulation of Robot Sweeper)
    2020-07-08 23:18:57下载
    积分:1
  • 提供使用扩充内存EMS完成大数组的类
    提供使用扩充内存EMS完成大数组的类-for use EMS memory expansion to be completed array of categories
    2022-03-20 07:22:24下载
    积分:1
  • ASP_EMD_Matlab-master
    说明:  EEMD去噪是一种基于EMD算法的改进,他的核心思想是对原始信号进行分解,每一次分解都添加不同的高斯白噪声,对得到的分解序列多次叠加后,高斯白噪声会相互抵消,再将分解得到的本征模态函数叠加,求取集合平均值,该平均值即为最后有效的分解结果,平均处理的次数越多噪声给分解结果带来的影响就越小。(EEMD denoising is an improvement based on EMD algorithm. Its core idea is to decompose the original signal, and add different Gaussian white noise for each decomposition. After the decomposition sequence is superimposed for many times, the Gaussian white noise will cancel each other. Then, the eigenmode function obtained from the decomposition is superimposed, and the set average value is obtained. The average value is the final effective decomposition result, which is the average value The more times of processing, the less influence of noise on the decomposition results.)
    2021-04-21 09:47:15下载
    积分:1
  • 蜂鸣器和弦音实现基于瑞萨单片机实现电路+代码
    说明:  蜂鸣器和弦音实现基于瑞萨单片机实现电路+代码(Realization of Buzzer and String Tone Based on Reza MCU Circuit+Code)
    2019-01-09 00:02:17下载
    积分:1
  • 算法图解.pdf
    说明:  本书示例丰富,图文并茂,以简明易懂的方式阐释了算法,旨在帮助程序员在日常项目中更好地利用 算法为软件开发助力。前三章介绍算法基础,包括二分查找、大 O 表示法、两种基本的数据结构以及递归 等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括 :面对具体问题时的解决技巧,比如何时采用 贪婪算法或动态规划 ;散列表的应用 ;图算法 ;K 最近邻算法。 本书适合所有程序员、计算机专业相关师生以及对算法感兴趣的读者(This book is rich in examples and illustrates algorithms in a concise and easy-to-understand way. It aims to help programmers make better use of algorithms in daily projects to help software development. The first three chapters introduce the basic algorithms, including binary search, large O representation, two basic data structures and recursion. The rest of the paper will focus on the widely used algorithms, including: when to use greedy algorithm or dynamic programming, hash table application, graph algorithm, K nearest neighbor algorithm when facing specific problems. This book is suitable for all programmers, computer-related teachers and students, and readers interested in algorithms.)
    2020-06-20 19:00:02下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载