-
kf
说明: Matlab source code for kalman filter
- 2011-06-10 18:12:14下载
- 积分:1
-
practica_5
simple laboratory problem volved by matlab 2
- 2013-10-19 07:45:51下载
- 积分:1
-
huiguifenxi
线性回归问题,内有简单matlab程序(可运行)以及PPT详解。(Linear regression, there are simple matlab (runs) and PPT explain.)
- 2013-04-26 14:48:18下载
- 积分:1
-
vblast-ook---ZF
在光通信中分层空时码程序,使用OOK进行调制,译码使用迫零算法。(wireless communication vblase matlab procedure)
- 2014-05-04 09:46:59下载
- 积分:1
-
paiqui
包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,ML法能够很好的估计信号的信噪比,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。( Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, ML estimation method can be a good signal to noise ratio, ofdm system simulation including 16qam modulation fft windowing modules plus cp.)
- 2016-05-15 19:32:25下载
- 积分:1
-
Edge_linking_line_segment_fitting
matlab示例程序,可以边缘检测、腐蚀、膨胀等基本操作,另外还可以对检测得到的边缘进行连接操作。(matlab example of the procedure, you can edge detection, corrosion, expansion of the basic operation of detection can also be operated to connect the edge.)
- 2009-07-04 11:44:05下载
- 积分:1
-
bandelets_toolbox
This code is only intended to explain the basics behind the bandelet transform, and to be able to play with the
major concepts and properties of these orthogonal basis. It
does not contain any coding scheme, nor a fast implementation(This code is only intended to explain the basics behind the bandelet transform, and to be able to play with the major concepts and properties of these orthogonal basis. It does not contain any coding scheme, nor a fast implementation)
- 2011-11-12 22:31:19下载
- 积分:1
-
levelsetImage
这是一个利用水平集方法进行分割的方法,是目前使用越来越多的方法,并且有严格的数学依据(This is a level set method using segmentation method is currently used by more and more ways, and has a strict mathematical basis for)
- 2007-07-27 10:14:37下载
- 积分:1
-
ltgubofenbuchengxu
LT编码的顾波分布函数及其调用函数程序,好不容易编的,很有用啊(LT codes Gu wave function is called the distribution function and its application, finally compiled, useful ah)
- 2011-11-05 20:38:19下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1