登录
首页 » matlab » path_loss_and_shadowing

path_loss_and_shadowing

于 2019-05-09 发布
0 222
下载积分: 1 下载次数: 3

代码说明:

说明:  详细直观介绍了无线信道的各种衰落阴影的影响与原因,并做了比较(The effects and causes of various fading shadows in wireless channels are introduced in detail and compared intuitively.)

文件列表:

path_loss_and_shadowing.pdf, 2384525 , 2019-05-07

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

发表评论

0 个回复

  • big-align-master
    用于复杂大尺度网络对齐,来源于密歇根大学的项目(For large-scale complex network alignment, from project of University of Michigan.)
    2018-05-20 22:02:02下载
    积分:1
  • qualcomm_IMEI_Write_tool
    Qualcomm IMEI Write Tool
    2020-06-25 08:20:01下载
    积分:1
  • Delphi写的看图程序源码
    Delphi看图程序源码,这个小软件叫名字叫:ImageSee,类似ACDSEE,都是同类看图软件程序,源码包内有:ImageEditor源代码,ImageSee源代码,插件,打包解包源代码,统计时请用delphi6.0分别编译四个工程,然后将生成的 .exe或.dll文件,放置同一目录就可以了。作者:姜亮。
    2023-06-11 08:45:03下载
    积分:1
  • laser18
    光纤激光器速率方程的matlab程序,程序好用,经过验证,可以使用(A matlab program for rate equations of fiber lasers)
    2017-08-08 10:35:28下载
    积分:1
  • python_programming
    这是一本介绍PYTHON编程的好书,其中内容详实,举例经典,且有详细的代码可供参考,极为适合初学者使用。(This is an introduction PYTHON programming books, including informative, the classic example, and there is a detailed code for reference, very suitable for beginners to use.)
    2014-03-05 19:43:37下载
    积分:1
  • (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
    (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分) -(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
    2022-08-10 15:26:23下载
    积分:1
  • NX SRM Design 帮助文档
    说明:  计算内弹道,固体火箭发动机装药内弹道计算(Calculating interior trajectory, solid rocket motor charge interior trajectory calculation)
    2019-01-21 08:32:11下载
    积分:1
  • 双向dcdc matlab仿真模块
    说明:  基于matlab中simulink模块箱的双向dcdc仿真程序(Simulation program of bidirectional dcdcdc based on Simulink module box in MATLAB)
    2019-06-18 23:47:34下载
    积分:1
  • javalocal
    子类方法不可比父类方法抛出更多的例外。子类抛出的例外或者与父类抛出的例外一致,或者是父类抛出例外的子类型。或者子类型不抛出例外。(Class methods are not comparable to the parent class method throws more exceptions. The subclass thrown exception or thrown with the parent class exceptions, or the parent class throw exception sub type. Do not throw exceptions or sub type. )
    2013-10-18 19:51:43下载
    积分:1
  • Java实现窗体右键菜单
    Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。   super( "右键弹出菜单" ); //调用父类构造函数   ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理   String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称   ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组   popupMenu=new JPopupMenu(); //实例化弹出菜单   items=new JRadioButtonMenuItem[5]; //初始化数组   for (int i=0;i   items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项    popupMenu.add(items[i]); //增加菜单项到菜单上    colorGroup.add(items[i]); //增加菜单项到按钮组    items[i].addActionListener(action); //菜单项事件处理   }   addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理    public void mousePressed( MouseEvent event ) { //点击鼠标    triggerEvent(event); //调用triggerEvent方法处理事件
    2023-03-05 04:05:03下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载