-
AntMinerP-v1.0
蚁群聚类算法,matlab语言编写,有使用说明,程序运行无误。(ant cluster algorithm,use matlab,there is the use statement,the sofeware can rightly run.)
- 2013-03-06 14:20:41下载
- 积分:1
-
new_colour
A matlab version of object detector and tracker to be used as an auxiliary function for various computer vision applications
- 2014-10-27 17:26:57下载
- 积分: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
-
matlab-toolbox
这是一个matlab工具箱,里面有五个常用的工具箱,为我们matlab编程提供了更加快速和准确的方便。希望大家能喜欢。(This is a matlab toolbox, there are five common toolbox, matlab programming for us to provide the more rapid and accurate and convenient. Hope you can like.
)
- 2013-03-19 14:52:30下载
- 积分:1
-
robot
这是偶最近研究的成果,正准备写论文的,关于一类单关节机器人的基于滤波器的滑模变机构控制策略,有完整的控制器和对象S函数,以及整个系统的模块文件,好处不用我说拉!(This is the duality results of recent studies, is preparing to write papers on a class of single-joint robot filter based sliding mode control strategy, the controller and have a complete object S function, as well as the entire system module file, benefits is not necessary for me la!)
- 2007-07-29 09:58:06下载
- 积分:1
-
Matlab-CPP
采用Matlab C++数学库对稀疏矩阵的操作(========================================================================
CONSOLE APPLICATION : sparseArrayCreate
========================================================================
AppWizard has created this sparseArrayCreate application for you.
This file contains a summary of what you will find in each of the files that
make up your sparseArrayCreate application.
sparseArrayCreate.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
sparseArrayCreate.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named sparseArrayCreate.pch and a precompiled types file named StdAfx.obj.
)
- 2011-05-06 13:24:25下载
- 积分:1
-
lognormal
海杂波模拟 lognormal分布 很好用的(Simulation of lognormal distribution of sea clutte)
- 2011-05-15 21:32:09下载
- 积分:1
-
FDBPM 3D paper
有限差分法(finite difference method ... ... ... ... ... ... ... ... ... ... )
- 2007-04-16 18:28:31下载
- 积分:1
-
emd
说明: 很经典的emd程序,可以运行使用,法国学者编写(It is a classic EMD program, which can be run using)
- 2019-12-31 16:32:50下载
- 积分:1
-
3_c_search_code_plus_2_FDTD_matlab_code
其中包括3个c++搜索源程序和2个matlab编写的fdtd程序(including three c search source and two Matlab procedures prepared by the fdtd)
- 2007-05-09 19:01:46下载
- 积分:1