登录
首页 » matlab » acoustic_channel_simulator_code

acoustic_channel_simulator_code

于 2020-11-03 发布 文件大小:170KB
0 245
下载积分: 1 下载次数: 7

代码说明:

  水声信道仿真程序,来源于Parastoo Qarabaqi 和 Milica Stojanovic(Underwater acoustic channel simulation program, from Parastoo Qarabaqi and Milica Stojanovic)

文件列表:

acoustic_channel_simulator_code\acoustic_channel_simulator_info.pdf, 145916 , 2017-04-23
acoustic_channel_simulator_code\channel_simulator.m, 12875 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions, 0 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\absorption.m, 288 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\mpgeometry.m, 3065 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\reflcoeff.m, 440 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\runBellhop.m, 3460 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package, 0 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cqds.m, 3745 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\csgen.m, 924 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cssing.m, 1824 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cssingstep.m, 6161 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\CSSVD.m, 2859 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cssvd2.m, 1935 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cssvdstep.m, 3530 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cstlqd.m, 1254 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cstsvdd.m, 2023 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\cstsvdt.m, 1875 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\csvd2.m, 1242 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\deflate.m, 2289 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\eig2tak.m, 2358 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\FHLanMPO.m, 4937 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\FHLanMPOR.m, 7875 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\fhmvmul.m, 1692 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\FHSVDDemo.m, 1993 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\find_takagi_factor.m, 2573 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\house.m, 1365 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\LanMPO.m, 5642 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\LanMPOR.m, 7999 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\LanPO.m, 3716 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\rotate.m, 741 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\sevr.m, 1676 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\shift22.m, 2235 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\slasv2.m, 2656 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\slv.m, 3152 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\sqevd.m, 3778 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\TakagiDemo.m, 2376 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\twist.m, 2659 , 2017-04-23
acoustic_channel_simulator_code\MatlabFunctions\Takagi package\unitarand.m, 896 , 2017-04-23
acoustic_channel_simulator_code\readme.txt, 925 , 2017-04-23
acoustic_channel_simulator_code\set_channel_params.m, 10337 , 2017-04-23

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

发表评论

0 个回复

  • Game
    Here is more than 10 games . written long back. share it now..njoy
    2012-11-12 19:56:14下载
    积分:1
  • ADE7878
    关于ADE7878的SPI时序读写程序,以及基础的配置过程,可做参考(About the the ADE7878 the SPI timing of read and write procedures, and basic configuration process, do reference)
    2012-11-29 15:05:55下载
    积分:1
  • 算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“...
    算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最 终的得数恰为m。 « 编程任务: 对于给定的k个正整数,给出计算m的算术表达式。 « 数据输入: 由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且 最终的得数恰为m。接下来的1 行中,有k个正整数。 « 结果输出: 将计算m的算术表达式输出到文件output.txt。如果有多个满足要求的表达式,只要输 出1 组,每一步算式用分号隔开。如果无法得到m则输出“No Solution!”。 输入文件示例: input.txt output.txt 5 125 2 2 12 3 7 输出文件示例: 7*3=21 21*12=252 252-2=250 250/2=125
    2023-06-18 22:40:03下载
    积分:1
  • matlab小波去噪
    matlab小波去噪
    2022-12-26 15:40:03下载
    积分:1
  • 编辑框的简单自绘制
    编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
    2020-06-16 05:40:02下载
    积分:1
  • National Electronic Design Contest
    全国电子设计大赛相关的需要注意的培训内容!这是2007年我们老师给我们讲的一些东西!-National Electronic Design Contest-related training need to pay attention! This is a teacher in 2007 told us something!
    2022-04-25 02:30:53下载
    积分:1
  • MATLAB——导引律程序
    攻击角约束制导律matlab仿真程序 比例变结构均有(Matlab simulation program for attack angle constraint guidance law)
    2018-05-30 09:46:28下载
    积分:1
  • 下载模板无介绍栏及小图标
    说明:  一款简单的下载网页模板,资源来源于网络开源,并且自己动手修改了部分,完全免费开源,如有侵权请联系我删除。(A simple download page template, resources from the open source network, and their own modifications, completely free open source, if there is infringement, please contact me to delete.)
    2020-06-20 01:00:02下载
    积分:1
  • CSAPP_swap
    说明:  CSAPP书中的原地交换算法,用C语言写的。(in place swap code which is from CSAPP.)
    2020-06-22 01:20:02下载
    积分:1
  • lpc2xxx Development Board of USB driver software configuration. PDF
    lpc2xxx 开发板中 USB驱动程序软件包的配置.PDF-lpc2xxx Development Board of USB driver software configuration. PDF
    2022-03-06 18:52:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载