-
23-algorithm-of-Modeling
数学建模中经常用到的23个经典算法,包括文档说明和相关代码。(23 classical algorithm often used in mathematical modeling, including the documentation and code.)
- 2012-04-17 09:23:56下载
- 积分:1
-
for
分布式雷达仿真,空间分集性能仿真,空间分集条件仿真(Distributed radar simulation, spatial diversity performance simulation, simulation of spatial diversity Conditions)
- 2020-12-11 16:19:17下载
- 积分:1
-
AIS
tabu search algorithm for tsp problem
- 2013-03-14 02:39:09下载
- 积分:1
-
FastMapPlot
实现FASTICA算法,可以将高维数据映射到二维坐标上!(Achieve FASTICA algorithm can be high-dimensional data is mapped to the two-dimensional coordinate!)
- 2012-10-19 11:51:45下载
- 积分:1
-
MPC-mobile-robot-Path-following-master
说明: MPC 仿真,轨迹跟踪,实现轨迹跟踪功能(MPC-mobile-robot-Path-following-master)
- 2021-04-20 14:28:50下载
- 积分: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
-
SVM-Matlab
matlab写的SVM分类,tranning和test分开,可直接使用。(matlab write SVM classification, tranning and test separately, can be used directly.)
- 2010-09-16 21:21:55下载
- 积分:1
-
FLUOFIT
一个比较成熟的计算荧光寿命的程序.matlab环境.直接使用.(A very good sofware written in matlab, for fluorescence lifetime calculation. )
- 2009-05-18 23:55:40下载
- 积分:1
-
MeanShiftCluster
meanshift matlab code (meanshift matlab code )
- 2010-05-21 05:36:24下载
- 积分:1
-
EGCBER
该程序计算了接收分集中等增益合并的误码率,并有理论值和仿真值的比较(The program calculates the bit error rate of receive diversity and equal gain combining, and the theoretical values and simulation values)
- 2021-04-19 20:28:51下载
- 积分:1