(functionC=capacity(SNR,Nt,Nr)%SNR=0;%definesSNRas0HzA=10^(SNR/10);%s/NunitconversionrelationIm=eye(min(NR,NT));%here"1"isthenumberofthelessnumberoftransmittingantennaandreceivingantennaSum=0;%initializesumto0ForI=1:10000%programcycles10000timesH=randn(NR,NT);%producesGaussiansignalsourceifNr<NtQ=h*H';%tofindtheweissardmatrixelseQ=H'*H;EndSum=sum+log2(DET(IM+A*q/NT));%sumofchannelcapacityfrom10000cyclesEndC=sum/10000%averageof10000cycles)-IMDN开发者社群-imdn.cn"> (functionC=capacity(SNR,Nt,Nr)%SNR=0;%definesSNRas0HzA=10^(SNR/10);%s/NunitconversionrelationIm=eye(min(NR,NT));%here"1"isthenumberofthelessnumberoftransmittingantennaandreceivingantennaSum=0;%initializesumto0ForI=1:10000%programcycles10000timesH=randn(NR,NT);%producesGaussiansignalsourceifNr<NtQ=h*H';%tofindtheweissardmatrixelseQ=H'*H;EndSum=sum+log2(DET(IM+A*q/NT));%sumofchannelcapacityfrom10000cyclesEndC=sum/10000%averageof10000cycles) - IMDN开发者社群-imdn.cn">
登录
首页 » matlab » 09-MIMO系统容量仿真程序

09-MIMO系统容量仿真程序

于 2020-09-12 发布
0 272
下载积分: 1 下载次数: 3

代码说明:

说明:  function C=capacity(SNR,Nt,Nr) %SNR=0; %定义信噪比为0HZ A=10^(SNR/10); %信噪比的单位转换关系式 Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数 sum=0; %初始化sum为0 for i=1:10000 %程序循环10000次 H=randn(Nr,Nt); %产生高斯信号源 if Nr

文件列表:

09-MIMO系统容量仿真程序, 0 , 2020-08-29
09-MIMO系统容量仿真程序\1, 0 , 2020-08-29
09-MIMO系统容量仿真程序\1\cap.m, 116 , 2009-06-18
09-MIMO系统容量仿真程序\1\capacity.m, 657 , 2009-06-18
09-MIMO系统容量仿真程序\1\main.m, 358 , 2009-06-18
09-MIMO系统容量仿真程序\2, 0 , 2020-08-29
09-MIMO系统容量仿真程序\2\cap.m, 116 , 2009-06-18
09-MIMO系统容量仿真程序\2\capacity.m, 657 , 2009-06-18
09-MIMO系统容量仿真程序\2\main.m, 358 , 2009-06-18
09-MIMO系统容量仿真程序\hslogic算法仿真.txt, 97 , 2020-08-29

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

发表评论

0 个回复

  • IBM_Lotus_Symphony(IBM的基于Eclipse的免费开源的Office软件,目前只有文档,电子表格,演示文稿三种功能),我上传的这个是的数据...
    IBM_Lotus_Symphony(IBM的基于Eclipse的免费开源的Office软件,目前只有文档,电子表格,演示文稿三种功能),我上传的这个是他的数据库插件,可以连接编辑Oracle,Sql server,mysql,db2等数据库.-IBM_Lotus_Symphony (IBM
    2022-01-25 23:37:51下载
    积分:1
  • 阿波罗F7OV5640板球
    说明:  通过stm32f767开发板和ov5640控制数字舵机实现17年电赛板球题。(Through stm32f767 development board and ov5640 control digital steering gear to achieve 17 years of electric cricket match.)
    2020-06-19 14:14:38下载
    积分:1
  • boost
    用mathematics对boost变换器进行编程,得到分岔混沌图(using mathematics to get the bifurcation and chaos diagram of boost converter)
    2011-12-21 21:11:49下载
    积分:1
  • 天宝Dini03莱卡DNA03原始数据模拟软件(x64)
    说明:  可以判断数据的实时性,处理数据的格式,将gis、dat数据转换成xls或科傻in1数据,并且自动添加转点(It can judge the real-time of data, process the format of data, convert GIS and dat data into XLS or kesain1 data, and automatically add transfer points)
    2020-04-17 13:59:25下载
    积分:1
  • 激活客户端
    arma时间序列的研究模型,研究预测股票(ARMA model help us to predict the stock price, GDP, etc. One of problems in real finance life is how to modelate the market risk. I think that this model that i build can help.)
    2018-03-10 15:19:36下载
    积分:1
  • cad 二次开发 数据导成 excel 文件
    cad 二次开发 数据导成 excel 文件-cad secondary development data into excel document I.
    2022-02-15 12:19:26下载
    积分:1
  • html5 canvas饼图统计图表效果
    html5 canvas饼图统计图表效果,配合jquery实现的,鼠标悬停于图上时会动态突出显示的饼形图。圆饼图和右侧的列表数据是对应的,用鼠标点击右侧的选项,左侧饼形图的对应部分会向外突出显示,这样便于清楚的看出所选择数据的比重,在百度统计中,会看到类似的效果。
    2022-03-26 11:24:31下载
    积分:1
  • VC++ AnimateWindow函数实现动画窗体
    VC++制作实现带动画效果的窗体,用一些小动画特效装饰你的程序界面,本源码生成的窗口在打开时,由小变大渐变显示,关闭时则是由大到小,这个例子的实现目的主要是:通过对AnimateWindow函数的分析,介绍动画窗口的实现原理,同时演示了在运用AnimateWindow函数编译时会遇到的问题及处理方法。
    2022-02-02 21:58:21下载
    积分:1
  • 三维
    说明:  实现空间某点,以指定空间点为坐标,进行任意方向旋转,得到空间坐标(Realize a point in space, rotate in any direction with the specified point as the coordinate, and get the space coordinate)
    2020-05-18 14:34:22下载
    积分:1
  • C-Programming-Language-Snake-
    C语言程序设计:贪吃蛇程序源代码用TC2.0编译(C Programming Language: Snake program source code, compiled with TC2.0)
    2011-04-22 16:44:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载