-
acfplot
A very useful ploting function that plots the matlab correlation function up to user specified lags. You can also easily add titles.
- 2009-03-29 08:41:40下载
- 积分:1
-
convolve
New image point brightenss convolution of template with image
- 2012-06-22 06:02:35下载
- 积分:1
-
adc
ADC动态测试的matlab源代码,可以直接跑的(ADC dynamic test matlab source code, can be run directly)
- 2013-04-14 00:23:27下载
- 积分:1
-
matlab-progress
利用keyset进行遍历,它的优点在于可以根据你所想要的key值得到你想要的 values,更具灵活性!!
(Use keyset traversal of its advantages is that worth to the values you want the key you want more flexibility! !)
- 2012-06-07 11:19:48下载
- 积分:1
-
tensor_toolbox
张量分析工具箱,一个matlab的工具箱,里面包含了众多常用的张量分析函数(tensor toolbar for tensor analysis)
- 2012-01-06 16:10:26下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
MtuliwaveletSphit_Matlab
Matlab 多小波变换SPHIT编码的图像压缩技术(Matlab based multiwavelet transform SPHIT coding image conpress)
- 2014-02-14 18:14:16下载
- 积分:1
-
Combination_of_the_difference_equation_algorithm_M
MATLAB方程组合差值算法设计教程源码Combination of the difference equation algorithm MATLAB Tutorial Source(Combination of the difference equation algorithm MATLAB Tutorial Source Combination of the difference equation algorithm MATLAB Tutorial Source)
- 2010-08-02 12:36:18下载
- 积分:1
-
quaternclose
两个轨道计算的子程序,四元素乘积计算法和空间轨道动力学方程递推的扩展卡尔曼滤波算法。(Calculation subroutine two tracks, the four elements of the product of calculation and orbital dynamics space equation recursive extended Kalman filter algorithm.)
- 2014-11-04 20:58:00下载
- 积分:1
-
ofdm2
无线上OFDM的调制代码,有详细的注释,方便读者自己理解。(Wireless OFDM modulation code, detailed notes, and the convenience of the reader to understand.)
- 2012-11-18 18:44:27下载
- 积分:1