登录
首页 » matlab » mazen

mazen

于 2013-11-10 发布 文件大小:1036KB
0 176
下载积分: 1 下载次数: 20

代码说明:

  mazen.o.hasna的五篇关于无线中继的文章 比较适合刚接触无线中继的学生 其中还有自己做的matlab仿真程序 只能做出大部分 小部分还是有问题 (mazen.o.hasna of five articles on wireless repeater is suitable for students who are new to wireless relay which also do their own matlab simulation program can only make the most of the small part of the problem is still there)

文件列表:

mazen
.....\001 PA Mazen 2004 A Performance Study of Dual-Hop Transmissions With Fixed Gain Relays.pdf,233197,2012-02-22
.....\002 PA Mazen 200411 Optimal power allocation for relayed transmissions over Rayleigh-fading channels 看看.pdf,383818,2012-02-22
.....\200305 CL Outage Probability of Multihop Transmission Over Nakagami Fading Channels.pdf,334192,2012-02-22
.....\200401 TC Harmonic Mean and End-to-End Performance of Transmission Systems With Relays.pdf,349914,2012-02-22
.....\mazen仿真程序
.....\.............\simulat1
.....\.............\........\f1.m,197,2013-10-13
.....\.............\........\f2.m,78,2013-10-13
.....\.............\........\simulat1.m,3262,2013-10-13
.....\.............\simulat2
.....\.............\........\simulat2.m,1408,2013-10-13
.....\.............\........\问题.txt,122,2013-10-13
.....\.............\simulat3
.....\.............\........\MeijerG.m,597,2011-05-20
.....\.............\........\test31.m,816,2013-10-13

.....\.............\........\test32.m,673,2013-10-13
.....\.............\........\test33.m,243,2013-10-13
.....\.............\........\test34.m,438,2013-10-13
.....\.............\........\问题.txt,135,2013-10-14
.....\.............\simulat4
.....\.............\........\bisection.m,416,2013-10-13
.....\.............\........\f.m,127,2013-10-13
.....\.............\........\test41.m,904,2013-10-13
.....\.............\........\test42.m,1582,2013-10-13
.....\.............\........\test43.m,751,2013-10-13
.....\.............\........\问题.txt,202,2013-10-13
.....\.............\simulat5
.....\.............\........\bisection.m,420,2013-09-25
.....\.............\........\f.m,251,2013-09-27
.....\.............\........\test51.m,1269,2013-10-14
.....\.............\........\test52.m,956,2013-10-14
.....\.............\........\test53
.....\.............\........\......\bisection.m,520,2013-09-25
.....\.............\........\......\f.m,254,2013-10-14
.....\.............\........\......\test53.m,404,2013-10-14
.....\.............\........\test54.m,828,2013-10-14
.....\.............\........\test55%2B6
.....\.............\........\........\bisection.m,396,2013-09-27
.....\.............\........\........\f.m,219,2013-10-14
.....\.............\........\........\test55.m,734,2013-10-14
.....\.............\........\........\test56.m,303,2013-09-27
.....\.............\........\问题.txt,189,2013-10-14
.....\重点参考文章! PA Mazen 2002 Performance analysis of two-hop relayed transmission over rayleigh fading channels.pdf,397564,2012-02-22

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

发表评论

0 个回复

  • cljs
    潮流计算 pq 法 详细的程序在里面,,很好用个(FLOW pq yew yes yes yes yes yes)
    2011-06-19 01:01:48下载
    积分:1
  • ct_ART_SIRT_MART
    CT迭代算法,简单易用,运行一个M文件即可,有说明书; 测试数据程序生成; 含投影数据成成,投影矩阵生成等。 ART/CT/MART/SIRT/ 感谢我师兄,为我师兄原创!!(Previously provided by the source, a lot of people will not react with, and contact me, So I put it into an m file, so you can simply run this file you can see how CT iterative algorithm works: Package scratch: Get projection data, how to score, how to get inside the projection matrix so After downloading want to learn I again thank my brother, my brother left behind once the program in this study available to everyone* 1 if we want to thank to thank my brothers thank you! ART SIRT MART CT)
    2020-07-16 21:28:52下载
    积分:1
  • GA
    程序1:遗传算法和非线性规划函数的优化; 程序2:基于遗传算法的BP神经网络优化; 程序3:基于遗传算法的TSP算法; 程序4:基于遗传算法的LQR控制器优化设计 程序5:基于遗传算法的函数优化(Program 1: genetic algorithms and nonlinear programming function optimization Program 2: Based on the genetic algorithm BP neural network optimization Program 3: TSP algorithm based on genetic algorithm Program 4: LQR controller based on genetic algorithm optimization procedures 5: Function Optimization Based on Genetic Algorithm)
    2013-11-08 15:30:23下载
    积分:1
  • MATLAB人体行为异常识别
    说明:  本文设计了一款人体行为异常监控系统,主要适用人群是老年人,在摄像头固定的情况下,自动检测人体运动轨迹,并与提前设定好的行为库进行匹配,分析判断是否具有异常行为。 在数字图像预处理部分采用了图像二值化,腐蚀与膨胀等几种方法为人体目标的跟踪和检测做准备。为了克服在实际操作中遇到的问题,采用了帧差法和ViBe算法,帧差法即利用帧间变化与当前帧、背景算法来判断它是否大于阈值,并分析视频中序列的运动特性,ViBe算法则是一种背景建模的方法,背景模型是由邻域像素来创建,并对比背景模型、当前输入像素值检测出前景,确定视频中的目标跟踪。在人体行为识别中,运动目标最小长宽比以及连续帧间的加速度来判断人体行为是否异常,如果检测到异常的行为比如说摔倒、快跑等行为,在识别的过程这种实时监测。不同环境可能需要调试,要求有一定编程基础,小白慎入。(In this paper, a monitoring system for abnormal human behavior is designed, which is mainly applicable to the elderly. When the camera is fixed, it can automatically detect the human motion track and match with the behavior database set in advance to analyze and judge whether there is abnormal behavior.)
    2020-08-07 12:36:40下载
    积分:1
  • shortestroad
    Matlab源程序求任意两点间的最短距离(Matlab source code for any of the shortest distance between two points)
    2007-09-15 00:06:06下载
    积分:1
  • hht_analysis
    说明:  希尔伯特 黄变换中EMD分解函数以及信号的时频特性希尔伯特谱函数的源代码(matlab source code examples of simple applications, simple to use easy to understand for beginners.)
    2010-04-28 13:20:35下载
    积分:1
  • AHP
    层次分析方法,用于有多个方案和多个准则的情况下,选择出其中的最优方案(AHP, for there are more programs and a number of criteria in the case, choose the optimal solution which)
    2011-07-18 13:47:23下载
    积分:1
  • ofdmsymbol_fft_cp
    是有关ieee.802.16m里PFBCH的有关代码(Is the relevant code ieee.802.16m in PFBCH)
    2011-10-28 14:01:50下载
    积分:1
  • nelder
    nelder-mead算法,程序不算太长,应该好理解,仔细看几遍就行了(nelder-mead method, it is very useful if you want it,just download it!)
    2012-11-29 17:05:56下载
    积分:1
  • funcion_muestreodimuno
    Function for sampling
    2010-06-05 17:15:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载