-
LiTi3_2_3
一个离散定常系统,参数结构已知,给定期望传递函数分母多项式,用极点配置方法设计系统,使系统输出无稳态误差(A discrete time-invariant systems, the parameter structure is known, given expectations of the transfer function denominator polynomial method of pole placement design system, the system output steady-state error)
- 2013-04-20 09:50:17下载
- 积分:1
-
kriging-
克里金近似模型是一种很好的近似模型,使用非常广泛。(Kriging approximation model is a good approximation model is widely used.)
- 2020-11-24 21:39:35下载
- 积分:1
-
subplot
对不同区域进行断面分析,并让图片生成在一张图上(Cross-section analysis for different areas and let the picture generated a map)
- 2013-12-20 15:23:17下载
- 积分:1
-
SA_TSP
说明: 是一个应用matlab来实现基本的管理应用问题的源码!改进后可以实现多种功能!(Matlab is an application to achieve the basic management application source code! Improvements could achieve multiple function!)
- 2006-05-09 11:53:01下载
- 积分:1
-
xbxz
说明: 几个小波消噪的matlab源代码,希望可以帮到大家(some examples of wavelet)
- 2010-03-29 22:37:19下载
- 积分: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
-
transform
多传感器机动目标追踪空间配准实现源码,注释清晰,程序简洁,实用性强(Multi-sensor maneuvering target tracking spatial registration achieve source, comments clear, concise procedures, practical)
- 2014-09-21 09:01:46下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
RLE_CODING_2METHODS
helps to code using the lossless and lossy forms of rle coding. is specially helpful for fast algorithmic development. there are 2 codes provided.
- 2010-02-13 13:47:11下载
- 积分:1
-
Voice-signal
基于matlab的语音信号处理的几篇论文,涉及自相关基音检测、时域频域参数分析等(Based on several papers matlab speech signal processing, involving autocorrelation pitch detection, time domain analysis, frequency-domain parameters)
- 2013-12-11 17:26:48下载
- 积分:1