-
rbf
模型不确定的RBF网络逼近 matlab6.5编写(RBF network model of uncertainty close to the preparation of matlab6.5)
- 2009-03-30 10:25:13下载
- 积分:1
-
pde1
partial differential equation by matlab
- 2010-02-06 00:58:55下载
- 积分:1
-
ADBF_yanshi
自适应波束形成图演示,不同条件下波束形成的性能,适合初学自适应信号处理的朋友(adaptive beamforming of different situations,suitable for beginners)
- 2012-04-21 20:23:58下载
- 积分:1
-
菲涅尔迭代计算
MATLAB 程序菲涅尔迭代计算啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(Fresnel Iterator of MATLAB Program)
- 2019-02-15 18:19:10下载
- 积分:1
-
mhjnmtmt
包括脚本文件和函数文件形式,通过matlab代码,有较好的参考价值,可以得到很精确的幅值、频率、相位估计,对HARQ系统的吞吐量分析,感应双馈发电机系统的仿真,包括面积、周长、矩形度、伸长度,到达过程是的泊松过程。(Including script files and function files in the form, By matlab code, There are good reference value, You can get a very accurate amplitude, frequency, phase estimation, HARQ throughput analysis of the system, Simulation of doubly fed induction generator system, Including the area, perimeter, rectangular, elongation, Arrival process is a Poisson process.)
- 2016-03-27 13:53:47下载
- 积分:1
-
linespectual
编写的matlab程序,主要介绍如何提取信号的线谱的方法(Written in matlab program introduces how to extract the signal of line spectrum method)
- 2010-06-10 18:59:45下载
- 积分:1
-
matlabfuzzy
用matlab 仿真 模糊洗衣机的仿真程序(matlab fuzzy simulink)
- 2010-12-14 16:13:15下载
- 积分:1
-
SIMPSA
this is a code and it is very simple code
- 2010-10-20 03:46:58下载
- 积分:1
-
fers-beta1
Flexible Extensible Radar Simulation
- 2009-05-12 17:51:57下载
- 积分:1
-
panzoom
与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。
我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。
panzoom(figureHandle,axesHandles)
添加到这个数字,只能到指定的坐标轴功能的处理。
panzoom(figureHandle,axesHandles,XLink的)
panzoom(figureHandle,axesHandles,XLink的,雁联)
假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus.
I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data.
panzoom(figureHandle, axesHandles)
Adds the functionality to that figure, ONLY to the axes handles specified.
panzoom(figureHandle, axesHandles, xLink)
panzoom(figureHandle, axesHandles, xLink, yLink)
Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
- 2011-05-15 17:52:58下载
- 积分:1