-
pn
说明: simulink的PN码仿真。。。。。。。。。。。。。。。(The PN code simulink simulation. . . . . . . . . . . . . . .)
- 2010-04-16 19:44:38下载
- 积分:1
-
QPSK
QPSK信号在加入白高斯噪声(AWGN)后,用matlab进行仿真,并绘制了误码率图形。( The QPSK signal after joining the white gaussian noise (AWGN), carries on the simulation with matlab, and has drawn up the error rate graph. )
- 2011-05-23 12:46:56下载
- 积分:1
-
erlang
实现了erlang公式的计算,可通过任意两个已知变量求出另一个,有良好的GUI。(The calculation of Erlang realized the formula, which can pass any two known variables can be another, has a good GUI.)
- 2012-05-13 10:30:10下载
- 积分:1
-
mppalgoritm
MPPT is an electronic system that searches the MPP of a PV panel. It should be
noted from start that MPPT does not use the same principle as mechanical tracking,
where the panel is moved (rotated) in position (azimuth and elevation) so as
maximum sunlight is incident on it. MPPT controllers (trackers) change the output
impedance of the PV panels, thus changing its operating point. However, MPPT can
be used in conjunction with mechanical sun tracking systems to improve power
generation. Typical MPPT controllers make use of a power converter to track MPP of
the PV system.
Power
- 2013-03-28 03:47:32下载
- 积分:1
-
otsu
用小波来实现纹理检测的一个MATLAB代码。很有用,简单明了。(using gabor wave to detecte texture)
- 2010-06-21 14:52:36下载
- 积分:1
-
FrequencyFilt
用于滤波作用的 在做纹理回复的时候需要用到(Filtering role for the texture back in to do the time needed)
- 2009-05-25 18:22:54下载
- 积分:1
-
convertorder
将一个被小波包分解的矩阵变成小波结构,根据最高的分解层次,将原图3*level+1块分开赋给矩阵以便单独操作,按从上到下,从左到右的顺序(A matrix of wavelet packet decomposition into wavelet structure, according to the highest level of decomposition, the original 3* level+1 block separately assigned to the matrix in order to operate independently from top to bottom, from left to right order)
- 2012-04-07 16:34:47下载
- 积分:1
-
捷联惯导仿真程序
惯性导航系统仿真算法程序,捷联惯导仿真程序,包含四元数更新,姿态角更新,速度位置更新等(Inertial navigation system simulation algorithm program, the strapdown inertial navigation simulation program, includes quaternion update, update attitude Angle, position update speed, etc
)
- 2014-05-07 11:50:37下载
- 积分:1
-
GraphicsAndGUIsWithMATLAB3rdEd2003Part2a
using Graphics in MatLab 02 a
- 2010-12-13 10:21:51下载
- 积分: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