登录
首页 » matlab » zf_mmse

zf_mmse

于 2018-05-11 发布 文件大小:1KB
0 172
下载积分: 1 下载次数: 25

代码说明:

  关于mimo的破零波束成形和最小均方差的波束成形(Beamforming of MIMO with zero beamforming and least mean square deviation)

文件列表:

zf_mmse.m, 2735 , 2010-05-04

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

发表评论

0 个回复

  • javacpp-master
    说明:  A curated list of project-based tutorials in CThe missing bridge between Java and native C++
    2020-06-24 22:20:01下载
    积分:1
  • CST微波工作室用户全书(卷一&卷二)
    说明:  适用于初学CST的初学者!!!!!!!!!!!!!(Suitable for beginners of CST)
    2020-08-13 14:38:29下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • AddImage
    加载影像图,并按照坐标加载到底图中.........(Load the image map and load it in accordance with the coordinates.)
    2018-07-02 12:53:12下载
    积分:1
  • LTE_TX_POWER
    说明:  该程序可以控制CMW综测仪在LTE模式下对发射功率进行测量和获取(The program can control the CMW instrument to measure and acquire the transmitting power in LTE mode)
    2019-11-07 10:26:05下载
    积分:1
  • python
    这是《Beginning Python : From Novice to Professional》一书的源码,非常经典(The source code of the book "Beginning Python : From Novice to Professional")
    2012-11-16 12:01:12下载
    积分:1
  • 1.5e5_1
    说明:  土体三轴测试,用来模拟土三轴试验,可以得出应力-应变曲线(soil triaxial test)
    2020-04-18 15:48:15下载
    积分:1
  • 数值分析要求:第二题编成命令文件即可,中阶乘可以单独编成函数文件在命令文件中调用,也可以直接在你所编的命令文件中利用循环语句直接计算; 第四题编成通用的...
    数值分析要求:第二题编成命令文件即可,其中阶乘可以单独编成函数文件在命令文件中调用,也可以直接在你所编的命令文件中利用循环语句直接计算; 第四题编成通用的程序,建议编成函数文件。提示:可以把多项式的系数和所需要求解的点设为参数。-Numerical Analysis of requirements: the second title of the command file can be compiled, which can factorial function into a separate file in order to call the document can also be made directly in your document, use the command loop direct calculation into fourth title common procedures, the proposed document into function. Tip: polynomial coefficients can be requested and the required parameters set point solution.
    2022-01-25 22:12:15下载
    积分:1
  • 京东抢购助手
    多账号多线程登录,支持商品抢购、优惠券抢券等(Multi accounts, multi thread login, support for merchandise rush, coupons and so on.)
    2018-06-13 12:40:42下载
    积分:1
  • 时域滤波
    一段用于语音去噪小波程序,matlab编写的。(A speech de-noising wavelet program, written by MATLAB.)
    2017-12-20 21:19:01下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载