-
用MATLAB编写的svm源程序
用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取(MATLAB svm prepared by the source, can achieve a support vector machine for the feature classification or extract)
- 2021-05-07 18:04:36下载
- 积分:1
-
myGA
一维无约束遗传算法,程序简单明了,容易理解推荐下载(Generation Algorithms)
- 2015-01-22 11:29:31下载
- 积分:1
-
sparseBSS1
欠定盲源分离的的程序,对混合信号实现分离,帮助很大(Underdetermined blind source separation of program, the mixed signal separation, are of great help)
- 2014-06-13 10:37:25下载
- 积分:1
-
Three_step_search_Algorithms_papers
Frame interpolation, frame rate up-conversion
(FRUC), motion estimation, motion-compensated frame interpolation
(MCFI), motion-compensated temporal frame interpolation
(MCTFI), predictive search, true-motion, video processing
- 2014-10-04 13:23:11下载
- 积分:1
-
BackscatterMap
雷达影像后向散射系数计算,并绘制后向散射系数图(backscattering coefficients of Radar image, show the figure of backscatter coefficients)
- 2021-03-31 15:49:09下载
- 积分:1
-
xianxlvbo
风速线性滤波器,可对风洞试验及风速实测资料做简单滤波。(Wind speed linear filter can be measured wind speed of wind tunnel tests and information to do simple filtering.
)
- 2011-12-17 15:24:45下载
- 积分:1
-
ISAR
逆合成孔径雷达,互相关法包络对齐,单特显点法初相校正,Matlab仿真。(Inverse Synthetic Aperture Radar,Cross-correlation envelope alignment,Special single-point method significantly early phase correction。)
- 2021-01-18 15:48:43下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
QPCCP
二次规划点集配准,程序的执行效率很高,算法结果也不错(Quadratic programming point set registration, efficient)
- 2011-10-11 12:28:11下载
- 积分:1
-
pll
基于 Matlab 的锁相环(PLL)模拟代码。(Basic Phase-Locked Loop simulation code in Mtalab)
- 2012-10-06 21:19:43下载
- 积分:1