-
GML_RANSAC_Matlab_Toolbox_0[1].2
RANSAC算法及其各种改进算法,以及仿真结果分析(RANSAC algorithm and its improved algorithm and analysis of simulation results)
- 2007-05-19 11:41:57下载
- 积分:1
-
nf_conntrack_proto_gre
Connection tracking protocol helper module for GRE.
- 2014-08-20 11:23:33下载
- 积分:1
-
ARMcad2mat
本内容为,三维模型直接导入matlab中,可以方便的运行,可以更观的体现模型的真实性(This content is, three-dimensional model directly into matlab, you can easily run, you can view more manifestation of the authenticity of the model)
- 2013-09-30 11:13:40下载
- 积分:1
-
Branch-cut-method-matlab-source-code
枝切法matlab原始代码,内有详细的代码,帮助新手了解相位解缠的算法。(Branch-cut method matlab source code, a detailed code to help the novice to understand the phase unwrapping algorithms.)
- 2020-11-22 16:59:35下载
- 积分: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
-
shijinzhiGA
智能优化计算,遗传算法编程实现,解决一个复杂型超越方程极小值计算问题。采用十进制编码。(genetic algorithm)
- 2010-12-06 10:21:20下载
- 积分:1
-
Image-Denoising_NLmeans
是外国人编写的,用matlab和C++混合编程实现的,速度较快,效果不错,我已经使用过了~(NL mean ,C++ and matlab ,can receive good result.)
- 2012-04-23 21:38:41下载
- 积分:1
-
chuang
线列阵加窗波束形成。(矩形窗、hamming窗、hanning窗)(Windowed linear array beamforming. (rectangular window, Hamming window, Hanning window))
- 2021-04-27 20:08:44下载
- 积分:1
-
svc_plot
source code for SVC(Support Vector Clustering) plot,支持向量聚类画图工具,作者daewonlee(source code for SVC(Support Vector Clustering) plot,by daewonlee)
- 2010-07-08 19:10:51下载
- 积分:1
-
jbfilter2
this is for filtering algorithm.....
- 2010-11-06 14:38:42下载
- 积分:1