-
linearbinarypattern
the code of texture compare and match, used for image and video retrival
- 2011-09-05 17:31:23下载
- 积分:1
-
2425_violet_sublime
this is the information to be shared solo much
- 2015-02-24 02:43:51下载
- 积分:1
-
myshark_fish
小鱼数量的时间变化曲线 , 鲨鱼数量的时间变化曲线(Time curve of fish quantity ' ,' shark number of time curve)
- 2012-11-04 21:04:34下载
- 积分:1
-
MywWatersheds
说明: 所谓分水岭算法有好多种实现算法,拓扑学,形态学,浸水模拟和降水模拟等方式。
本源码实现了matlab基础上的分水岭算法,并实现了。(Watershed algorithm has a good variety of the so-called algorithm, topology, morphology, water modeling and simulation methods of precipitation. The source implementation of the watershed algorithm based on matlab and true.)
- 2011-03-16 17:14:15下载
- 积分:1
-
routh
实现劳斯稳定判定的全部过程;给出劳斯表格,并给出判定所给系统稳定性结论。(Rolls-determination to achieve stability in the entire process given Rolls-form, and give stability to the system to determine the conclusion.)
- 2011-05-31 19:57:47下载
- 积分:1
-
Attia-J.O
The goals of writing this book are (1) to provide the reader with simple, easy,
hands-on introduction to MATLAB (2) to demonstrate the use of MATLAB for
solving electronics problems (3) to show the various ways MATLAB can be
used to solve circuit analysis problems and (4) to show the flexibility of
MATLAB for solving general engineering and scientific problems.
- 2011-12-03 04:24:33下载
- 积分:1
-
Chirp_2D
二维线性调频信号仿真,分为不加窗的和加窗的。(Simulation of chirp signal in two-dimention)
- 2009-11-26 21:16:23下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
nonlinear_model_predictive_control
matlab编程预测控制-------------(matlab programming predictive control-------------)
- 2010-02-01 19:35:37下载
- 积分:1
-
GPS
说明: 根据GPS软件接收机的基本原理编写的,卫星捕获到跟踪到解算的完整程序(GPS)
- 2010-04-23 19:23:01下载
- 积分:1