-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1
-
expdist
利用逆转换法,用均匀分布随机数产生指数随机数的数学实验,并绘制直方图检验效果,有兴趣的matlab初学者不妨看看,直方图绘制方法可推广借鉴(mathematical experiment: using a random number to create exp distributed random index number, and drawing the histogram test the effect, catering to interested matlab beginner.)
- 2012-07-12 10:29:06下载
- 积分:1
-
tu5.8
根据雷达测量目标的数据,绘出目标运行轨迹,从而使数据更形象(According to the data of radar measurement target, the target is plotted trajectory, making data more image)
- 2014-10-26 18:23:20下载
- 积分:1
-
radar1
Radar localization of target in movement
- 2015-12-26 04:36:42下载
- 积分:1
-
okumra.rar
这是一个okumra模型的matlab编程,能够实现这个模型的算法,并计算出结果。(This is a matlab model okumra programming, be able to achieve this model algorithm, and calculate the result.)
- 2009-03-19 23:10:56下载
- 积分:1
-
chap02
这是较好的Matlab源代码,希望此代码能对大家有所帮助。(This is a better Matlab source code, I hope this code can be helpful to everyone.)
- 2007-10-10 10:55:59下载
- 积分:1
-
wave35
计算前35阶zernike多项式,本程序可方便matlab调用计算(Calculation of the first 35 order zernike polynomial, this procedure can be easily calculated matlab call)
- 2010-12-08 10:22:30下载
- 积分:1
-
tscz
系统包括简单的基本功能,..........................(dfjk)
- 2009-11-15 13:40:04下载
- 积分:1
-
lsarma
本程序给出了最小二乘的ARMA模型的功率谱估计方法(This procedure gives the least squares of the ARMA model of power spectrum estimation methods)
- 2008-05-21 11:00:26下载
- 积分:1
-
segmentation-algorithm
很不错的一段代码,对于ostu阈值分割的理解有很大帮助(Very good piece of code, for ostu segmentation of great help in understanding)
- 2011-05-18 13:12:07下载
- 积分:1