-
11n
一篇很好的介绍11n物理层技术的文章,建议做相关工作的可以看看(ieee_circuits_systems wireless LAN Comes of Age Understanding the IEEE 802.11n Amendment)
- 2010-05-15 19:16:16下载
- 积分:1
-
BFGS
功能:用BFGS算法求解无约束问题:min f(x)
输入:x0是初始点,fun,gfun分别是目标函数及其梯度;
varargin是输入可变参数变量,简单调用bfgs时可以忽略它,
但是其他程序循环调用时将会发挥重要作用
输出:x,val分别是近似最优点和最优值,k是迭代次数。(Function: BFGS algorithm for unconstrained problem: min f (x) Input: X0 is the initial point, fun, gfun each objective function and its gradient varargin variable parameter is the input variable, it can be ignored when a simple call bfgs , but other programs will play an important role when the cycle is called output: x, val are approximate optimum and the optimal value, k is the number of iterations.)
- 2017-04-18 09:45:16下载
- 积分:1
-
tracking
外国一个大学生做了一个精确定位系统,这个系统几乎可以跟踪镜头里的任何物体。只要你能看见它,并把它选中。有兴趣的同学可以下载我传上来的源文件...是用matlab写的...demo文件也在里面
(A foreign university students made a precise positioning system that can track almost any object lens. As long as you can see it, and to select it. Interested students can download the source files I pass up ... with matlab ... demo files are written inside)
- 2011-10-26 22:14:34下载
- 积分:1
-
largest_lyapunov_exponent
利用这个小数据量方法计算混沌时间序列的最大李雅普诺夫指数(With small amount of data calculated largest Lyapunov exponent of chaotic time series)
- 2020-11-27 12:19:31下载
- 积分:1
-
se3quad-master
说明: 四旋翼无人机(UAV)控制方法,matlab、Simulink参考(Quadrotor UAV (UAV) control method, matlab, Simulink Reference)
- 2020-03-29 11:49:15下载
- 积分:1
-
minmaxtemprecorder
it is used to store the min and max temperatures
- 2010-08-06 20:46:40下载
- 积分:1
-
APSO
一个比较好的APSO代码,MATLAB程序(A better APSO code, MATLAB program)
- 2012-08-23 17:08:27下载
- 积分:1
-
For2012a
本书以MATLAB R2012a为编写基础,系统讲解MATLAB基本环境和操作要旨;分章阐述符号计算、数值计算、计算结果可视化及编程精要;选例展现MATLAB精华工具SIMULINK的功能级和元器件级仿真能力;范例剖析MATLAB版面编辑器的用法和图形用户界面的制作要领;简扼勾画MATLAB和WORD集成一体的Notebook环境。(This book is written in MATLAB R2012a based system to explain the basic MATLAB environment and operating gist sub chapter on symbolic computation, numerical calculation results visualization and programming essentials selected cases demonstrate functional level and component-level MATLAB SIMULINK simulation tools cream ability layout editor MATLAB analysis paradigm production essentials usage and graphical user interface Jane briefly outline one integrated MATLAB and WORD Notebook environment.)
- 2015-01-26 14:03:19下载
- 积分:1
-
buckPWM
buck circuit PWM simulation, power electronics(buck PWM simulation)
- 2010-08-28 20:36:48下载
- 积分:1
-
Matlab_Help_Translate
The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB
( This code is written by M.A. (aka lftx).
The purpose of this code is to use GOOGLE translate to
translate help of a command in MATLAB to Turkish (you can modify it).
So do not expect much.
You need an active internet connection for this function to work
The function uses a java package to use GOOGLE translate s API
which is not developed by me, for detailed description of the java
files you can check
http://code.google.com/p/google-api-translate-java/
the usage of the file is very similar to the original "help" function
and if you add the files to your matlab s path you can use it as you use
MATLAB "help" function
EXAMPLES: helptr eye
EXAMPLES: helptr( why ) or helptr why
The function has been working as of DEC 2010
I cannot guarantee that it would be working in the future, as google might
change its API, or might not like your referring webpage or maybe your IP.
)
- 2010-12-14 15:40:10下载
- 积分:1