-
ekf
code for simulating extended kalman filter
- 2011-01-26 18:07:33下载
- 积分:1
-
mom
矩量法及其在天线中的应用,西安电子科技大学科技大学的内部学习资料(Method of moments and its application in antennas, Xi' an University of Electronic Science and Technology University of Science and Technology within the learning materials)
- 2021-04-04 20:49:04下载
- 积分:1
-
dc
DC Defect Correction Method.
X = DC(A,B) attempts to solve the system of linear equations A*X = B
for X. The N-by-N coefficient matrix A must be square and the right
hand side column vector B must have length This uses the defect
correction method until default convergence criteria or MAXIT
iterations is reached.
- 2013-11-19 00:23:29下载
- 积分:1
-
clear
已知一个二维数据,y=f(x), 想使得这个数据绕y轴旋转而成为一个旋转对称的三维数据(A two-dimensional data is known, y=f (x), to make the data around the Y axis and become a rotationally symmetric 3D data)
- 2021-05-13 01:30:03下载
- 积分:1
-
ICC_coalition_formation
车辆间通过协作进行消息发送的matlab仿真,车辆间采用联合博弈论机制进行消息共享(Between vehicle matlab simulation messages sent through collaboration, joint inter-vehicle use game theory message sharing mechanism)
- 2016-12-16 10:36:35下载
- 积分:1
-
egf
本程序是写的是扩展高斯(EGF)滤波器,当两个输入为根号1/2的时候就是IOTA滤波器,用于通信系统发端的波形塑形(This function calculates a filter with egf characteristic)
- 2013-11-15 22:20:02下载
- 积分:1
-
Assignment1_Part2Q1
最小二乘法的matlab实现,最小二乘法用于曲线拟合,本程序可以适用于一次或者二次曲线拟合( Polynomial least squares curve fitting- First and Second order curve fitting.
All the given data points must be used for fitting.)
- 2014-11-12 13:20:36下载
- 积分: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
-
图像压缩的MATLAB算法JPEG
图像压缩的MATLAB算法之JEPG,完整的例程,参改价值高。(This compression is for jpeg in matlab with a whole example,and it s valuable to look at it!)
- 2021-04-09 20:48:59下载
- 积分:1
-
daubcomp
应用小波进行压缩和滤波的matlab程序.程序选用Daubechies的仅4个系数的小波函数,也可选用其他小波函数,详见说明。(wavelet compression and filtering of Matlab procedures. Procedures for the selection of Daubechies only four coefficients of wavelet function can also choose other wavelet function, as described in note.)
- 2006-12-26 17:07:01下载
- 积分:1