搜索:plot

找到约 99 项符合「plot」的查询结果

结果 99
https://www.eeworm.com/dl/857683.html 技术资料

MIMO多天线收发 各种性能比较(BER曲线)

MIMO多天线收发 各种性能比较(BER曲线) 包括MMRC EGC SC Alamouti V-BLAST。信道为瑞利信道,有2种,相关和非相关。测试仿真结果 请运行文件名带plot的
下载 7
·
查看 2545
https://www.eeworm.com/dl/665/334879.html matlab例程

多种概率分布的拟合函数集合 本算法包括最大似然估计

多种概率分布的拟合函数集合 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
下载 61
·
查看 1095
https://www.eeworm.com/dl/684/411665.html 软件设计/软件工程

This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr

This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruc ...
下载 50
·
查看 1078
https://www.eeworm.com/dl/665/408919.html matlab例程

定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5

定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y) 欢迎一起探讨matlab的使用:)
下载 193
·
查看 1400
https://www.eeworm.com/dl/519923.html 源码

重力异常正演MATLAB程序

%球体 close all; G=6.67e-11; R=2;%球体半径 p=4.0;%密度 D=10.0;%深度 M=(4/3)*pi*R^3*p;%质量 x=-20:1:20; g=G*M*D./((x.^2+D^2).^(3/2)); Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2)); Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2)); Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2)); subplot(2,2,1 ...
查看 279
https://www.eeworm.com/dl/532/196853.html 书籍源码

《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h)

《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。
下载 31
·
查看 1111
https://www.eeworm.com/dl/665/337087.html matlab例程

This chapter contains sample programs for determining capacity. The reader is advised to go through

This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to "capacity_plot_main.m". The latter file deals ...
下载 20
·
查看 1119
https://www.eeworm.com/dl/641/363633.html 数学计算

This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a funct

This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user d ...
下载 190
·
查看 1168
https://www.eeworm.com/dl/542/425729.html 其他书籍

Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out ho

Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out how to plot functions, solve algebraic equations, and compute integrals. You ll also learn how to solve differential equations, generate numerical solutions of ODEs, and work with sp ...
下载 59
·
查看 1148
https://www.eeworm.com/dl/646/337083.html 通讯编程文档

This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s

This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO ...
下载 35
·
查看 1129