-
robust-control-toolbox
很强大的鲁棒控制工具箱,使你学习事半功倍,希望对你的学习大有帮助。(Robust control toolbox very strong, so that you learn better, you want to learn a great help.)
- 2011-04-30 10:33:56下载
- 积分:1
-
Nonlinear-iterative-solution
通过matlab编制程序,对非线性方程组迭代求解。(Through matlab programming, iterative solution of the nonlinear equations)
- 2013-08-16 16:41:40下载
- 积分:1
-
cp0801_PAMreceiver
超宽带脉冲幅度调制接收端频谱,与其他的几个共用(Ultra-wideband pulse amplitude modulation spectrum receiver, and some other common)
- 2009-03-26 20:22:10下载
- 积分:1
-
matlab
交通规划 出行预测 底特律 matlab(traffic planing)
- 2011-06-16 20:31:06下载
- 积分:1
-
Quickplot
本人自编的一个快速作图,功能强大的matlab GUI 界面程序。其主要功能如下:
1.导入工作空间变量(X,Y):导入工作空间变量,并提取类型为数组的变量。
2.绘图(plot):多种模式,包括1对1,1对多,多对多。如x1—y1 x1—y1,y2;x1,x2—y1,y2。
3.快速标准化图形(NormalFig):快速设置图形格式,以达到论文图片要求。字体大小,线型粗细等
4.可以手动设置格式
5.可以设置为笛卡尔坐标,也可以设置为对数坐标
6.右键执行命令:“Execute”旁的可编辑框,输入命令,右键执行。右键执行的好处是:可以保存变量到工作空间,实现非连续执行命令。
7.符号函数简易绘图(Ezplot):快速绘制函数图,并可设置区间,区间设置用“ ”隔开。
8.锁定(lock):锁定,即图形绘制在GUI坐标轴内;解锁,新建Fig,绘制图形,方便输出
9.保持和编辑(Hold,EditPlot),编译后exe,亦可对图形进行拾取设置
另还有对变量转置等功能。
整个程序中,如操作失误,每处错误都有提示。
(It is a matlab program,which can help you plot beautiful figures easily,or make you learn some programming skills. In a word,it is a useful program and tool.)
- 2013-05-02 22:42:47下载
- 积分:1
-
rcs
实现两个确定平面夹角的最佳衍射的角度确定(Determination of the optimum diffraction angle for two angles of plane determination)
- 2017-10-16 12:08:32下载
- 积分:1
-
Shah_Paper_1_26_05
Measuring Operational Risks using Fuzzy Logic Modeling
- 2010-06-10 08:28:27下载
- 积分:1
-
LibSvm
支持向量机的方法在matlAB中实现,包括回归、以及分类等模块。此外,还有参数寻优的算法。(Support vector machine method is implemented in matlAB, including regression and classification module. In addition, parameter optimization algorithms)
- 2011-12-08 15:45:35下载
- 积分:1
-
LTE-SUI-CHANNEL
LTE with SUI channel
- 2013-12-11 18:57:21下载
- 积分:1
-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1