-
matlab7Tsp
说明: 蚁群算法的matlab版,希望对初学者有所帮助(ant colony matlab)
- 2009-08-31 16:21:51下载
- 积分:1
-
MATLAB
关于MATLAB的经典教程,很全面,包含所有的关于MATLAB语言的规则等!(Tutorial on MATLAB classic, very comprehensive and include all on the MATLAB language rules!)
- 2008-05-06 16:56:53下载
- 积分: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
-
penniu
可以实现模式识别领域的数据的分类及回归,wolf 方法计算李雅普诺夫指数,图像的光流法计算的matlab程序。( You can achieve data classification and regression pattern recognition, wolf calculated Lyapunov exponent, Image optical flow calculation matlab program.)
- 2017-01-16 13:58:16下载
- 积分:1
-
numericalanalysis
各类非线性方程组求解的公式的实现,较为简洁,可直接调用(Various types of nonlinear equations of the formula to achieve, the more simple, direct call)
- 2010-11-15 00:08:14下载
- 积分:1
-
hog
Hog try I try to implement hog descriptor
- 2009-12-29 00:20:15下载
- 积分:1
-
shiyan2
哈工大数学实验 实验源代码实验2(HIT mathematical experiment experimental source code experiment 2)
- 2012-08-25 21:10:54下载
- 积分:1
-
neural
matlab source code for neural network. This source helps student to understand the way to design one neural system in basic by matlab object.
- 2010-07-28 10:28:14下载
- 积分:1
-
dijkstra_pt
迪特斯特拉算法 给初学者用 大家互相学习学习(Dieter Stella algorithm for beginners to learn with us learn from each other)
- 2011-04-24 09:28:18下载
- 积分:1
-
the-simulink-of-simpower
是电力电子电力系统的仿真书籍的matlab和simulink的仿真实例 (the simulink of simpower)
- 2013-08-27 08:50:03下载
- 积分:1