-
MATLABArsenalExec
this is also good for learning SVM algorithm
- 2009-02-18 14:19:49下载
- 积分: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
-
ring-spectrum
说明: 计算微环的谐振曲线与频谱。包括微环FANO效应下的频谱.(calculate the spectrum of micro-ring, including the spectrum under fano-effect)
- 2010-05-04 17:14:10下载
- 积分:1
-
sift
特征提取SIFT算法,对放缩 旋转不变性使此算法的经典之处。模式识别的必会算法(SIFT feature extraction algorithm, scaling rotation invariance to the classic between the algorithm. Pattern recognition algorithm will be)
- 2010-09-14 15:21:41下载
- 积分:1
-
smith
用Matlab编写的SmithChart作图软件,是微波、电磁场、射频专业的会用到(Using Matlab SmithChart mapping software, microwave, electromagnetic fields, RF expertise will be used)
- 2013-05-16 20:48:08下载
- 积分:1
-
dynamic-voltage-restorer-with-five-level-diode-cl
dynamic voltage restorer with five level diode clamp inverterdynamic voltage restorer with five level diode clamp inverterdynamic voltage restorer with five level diode clamp inverter
- 2013-10-24 23:13:48下载
- 积分:1
-
matlab_rar
MATLAB lab to sumulate Cells
- 2010-08-25 20:15:26下载
- 积分:1
-
imageprocessing
说明: matlab图像处理的基础源码,图像为软件自带图像(matlab image processing based on source code, the software comes with image image)
- 2010-04-29 10:30:20下载
- 积分:1
-
hogfeatureextract
histogram of gradient matlab code for target tracking applications
- 2015-01-26 00:41:28下载
- 积分:1
-
PDV-algorithm
用于分类的主判别变量算法(principal discriminant variate algorithm) ( principal discriminant variate algorithm for two classes, x1 and x2.
x1 is the training samples in the 1st class with each column being the spectrum characterizing the corresponding sample.
x2 is the training samples in the 2nd class with each column being the spectrum characterizing the corresponding sample.
lamda is the penalty weight defining the balance between FLDA and PCA.
dvnum is the number of principal discriminant variates to be computed. A defaul value for dvnum is 2.
dv is the principal discriminant variates.
scores is the matrix with each row being the scores of the samples on the corresponding principal discriminant variate.
xmean is the mean spectra of the sample, which was used for mean-centering the data in training and prediction.
)
- 2013-12-15 19:59:43下载
- 积分:1