-
suijishushengchenghanshu
说明: 几种常用的随机数生成函数的matlab程序(Several commonly used random number generator function of matlab program)
- 2010-05-05 11:22:11下载
- 积分:1
-
mang-watermarking
静态图像的鲁棒性数字水印算法,主要介绍一种新的鲁棒性盲水印,内附matlab程序(static image robust digital watermarking algorithm, introduced a new Robust blind watermark, containing Matlab procedures)
- 2007-04-24 00:52:03下载
- 积分:1
-
OPP
保护最优程序,用matlab编写,适合电力系统从业人员使用。(Optimal protection program , written in matlab, practitioners use for the power system .
)
- 2015-03-31 15:01:52下载
- 积分:1
-
model-of-scale-free-network
复杂网络中无标度网络的matlab及C++生成代码(Complex networks of scale-free networks generated code matlab and C++)
- 2014-01-05 14:52:54下载
- 积分:1
-
speedyGAv1.3
SpeedyGA: A Fast Simple Genetic Algorithm
- 2017-07-27 18:45:41下载
- 积分:1
-
fanbeng_v22
是学习PCA特征提取的很好的学习资料,合成孔径雷达(SAR)目标成像仿真,MinkowskiMethod算法 。( Is a good learning materials to learn PCA feature extraction, Synthetic Aperture Radar (SAR) imaging simulation target, MinkowskiMethod algorithm.)
- 2016-09-18 14:51:25下载
- 积分: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
-
MU_MIMO
多用户MIMO算法仿真,包括BD,ZF,MMSE等(multiuser MIMO simulation)
- 2010-11-29 15:13:23下载
- 积分:1
-
sjt
非常好的三边定位代码,希望与大家共享它的精彩之处(Very good trilateral positioning code, and hope to share the wonderful)
- 2012-02-12 09:30:24下载
- 积分:1
-
login
MATLAB GUI设计密码登陆框,包括密码登陆系统、用户注册、密码修改和用户管理4个界面。(MATLAB GUI design password box, including the password system, user registration, password changes and user management 4 interface.)
- 2014-07-20 20:57:12下载
- 积分:1