-
IMAGE_PROCESING
Image procesing commands, for system plate recognition
- 2010-07-02 07:19:14下载
- 积分:1
-
12
说明: MATLAB logistic组织增长模型(MATLAB logistic)
- 2009-08-28 09:12:50下载
- 积分:1
-
LMSand-RLS
这是通信中常用到的数字滤波器算法的matlab的例子,下载的话,自己要修改。(This is commonly used in communications to the digital filter algorithm matlab example, download the case, they have to change.)
- 2011-05-06 14:38:50下载
- 积分:1
-
peakdetect_ECG_v3
Peak Detection algo in ECG for matlab.
- 2014-10-17 01:55:21下载
- 积分:1
-
snakeplannig
图像处理 蛇行法处理图像问题 Using Dynamic Programming for Solving Variational Problems in Vision(1)书中的一个例子(Image processing image processing problems hunting law)
- 2013-11-28 18:52:54下载
- 积分:1
-
open
这是一个关于 matlab 的 打开和写入的简单程序(This is an open matlab and write about the simple procedure)
- 2010-09-26 19:40:47下载
- 积分: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
-
Face_test_luminance
face detection matlab easy
- 2010-02-21 06:42:36下载
- 积分:1
-
dalufa
MATLAB实现最大类间方差法,效果一般(In MATLAB Otsu method, the general effect)
- 2011-08-12 11:44:37下载
- 积分:1
-
QuickStartGuideStdAlone
对carmaker软件进行了介绍,对汽车仿真有很大的帮助,促进汽车的生产。(Software for the carmaker introduced, car simulation of great help to promote the production of cars.)
- 2014-12-25 11:26:06下载
- 积分:1