-
Special-Package-II
easy code wanted for my project
- 2013-07-30 21:33:17下载
- 积分:1
-
Aperture_Effeciency_GUI
This MATLAB Code plot the aperture efficiency Vs the subtended angle. The user determine the value of n and the code plot and tell what is the angle value that achieves max efficeiency and the value of this efficiency.
- 2011-05-26 16:22:47下载
- 积分:1
-
地震面波正演反演所需要的程序mat_disperse
地震面波正演反演所需要的程序,使用于地震合成记录(Forward seismic surface wave inversion program needed)
- 2021-03-09 15:59:28下载
- 积分:1
-
lab2_butter
matlab code of filter for image enhancement
- 2011-12-21 00:49:59下载
- 积分:1
-
Random-Forest
MATLAB语言的随机森林算法的例程,可以用于学习随机森林算法(Random Forest algorithm MATLAB language routines can be used to learn Random Forest algorithm)
- 2021-04-13 12:28:56下载
- 积分: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
-
dechirp0
DECHIRP SIGNAL TEST
雷达信号仿真(DECHIRP SIGNAL TEST)
- 2010-06-02 11:41:01下载
- 积分:1
-
Simple-PSO
A source code in matlab for pso(particle swarm intelligent)
- 2013-11-30 03:48:22下载
- 积分:1
-
voc-release2
这个matlab程序实现了基于一种采用判别方法训练的多尺度和可变形的物体检测模型的目标检测算法,算法可参考如下两篇论文
([1] P. Felzenszwalb, D. McAllester, D. Ramanan
A Discriminatively Trained, Multiscale, Deformable Part Model
Proceedings of the IEEE CVPR 2008
[2] P. Felzenszwalb, R. Girshick, D. McAllester, D. Ramanan
Discriminatively Trained Mixtures of Deformable Part Models
PASCAL VOC Challenge 2008 )
- 2010-07-14 09:47:04下载
- 积分:1
-
DSP_MATLAB
数字信号处理 理论 算法与实现.配书光盘.Matlab(Algorithm for digital signal processing theory and implementation. With the book CD. Matlab)
- 2010-08-16 16:11:06下载
- 积分:1