-
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
-
anti_jamming-master
说明: 抗干扰,雷达,调制,空时,space-time,还有一些自己仿真的图片。(anti-jamming space-time)
- 2020-12-19 16:02:41下载
- 积分:1
-
jj
说明: 这是一本关于系统辨识很好的书本,对初学者很有帮助,是由我们学校长江学者编著的,外面都没有,拿出来分享(This is a very good book on system identification, very helpful for beginners, is edited by our school Changjiang Scholars, and the outside did not work out to share)
- 2010-07-13 18:35:37下载
- 积分:1
-
dingweichengxu
故障定位程序 主要应用于交流故障测距 在MATLAB环境下进行编译 (Fault Locator)
- 2014-10-27 10:44:43下载
- 积分:1
-
have-n_eff
this is a file pdf for photonic crystal fibers
- 2013-10-08 09:39:03下载
- 积分:1
-
tf_block
transfer function model
- 2013-12-11 01:30:57下载
- 积分:1
-
HL
说明: 经过调试过的朴素贝叶斯分类器,可以正常使用。(After debugging through the Naive Bayes classifier, can be used normally .
)
- 2013-09-03 10:51:07下载
- 积分:1
-
matlab2
了解单频激光干涉仪的非线性误差,使用matlab软件工具对提出的非线性误差修正方法进行验证,在交流幅度偏差中,用matlab仿真交流幅值比g与相位最大误差的关系曲线对测量的影响进行分析。(Understanding single-frequency laser interferometer nonlinearity error, the use of matlab software tools for the proposed non-linear error correction method to validate the magnitude of the deviation in the exchange, the exchange with the matlab simulation curve g amplitude ratio and phase error on the measurement of the maximum Effect analysis.)
- 2014-11-12 22:48:19下载
- 积分:1
-
L_D_sim
功能描述:测试Levinson-Durbin算法
文件名:L_D_sim.m
测试用例:
(1)x(n)+0.81*x(n-2)=u(n),u(n)为高斯白噪声
(2)x(n)=u(n)+u(n-1)+u(n-2),u(n)为高斯白噪声
文件输出:两种测试用例情况下的功率谱
调用函数:function [A,E] = Levinson_Durbin_Algo(R,P)
被调用:无
作者:mingcheng
编写时间:2009-11-13
修改时间:2009-11-13
版本:V1.0 ( Function Description: Test Levinson-Durbin algorithm file name: L_D_sim.m test case: (1) x (n)+0.81* x (n-2) = u (n), u (n) is Gaussian white noise (2) x (n) = u (n)+ u (n-1)+ u (n-2), u (n) is Gaussian white noise file output: two tests use case in case of power spectrum call the function: function [A, E] = Levinson_Durbin_Algo (R, P) is called: No of: mingcheng write time :2009-11-13 modified :2009-11-13 version: V1.0 )
- 2010-07-11 12:19:03下载
- 积分:1
-
Nuclear_material_diffusion
matlab模拟核扩散模型,考虑风向、风速和降水,以100作为放射性物质对人体影响的临界值。(Matlab simulation model of nuclear proliferation, and considering the wind direction, wind speed and precipitation, with 100 as radioactive material to the human body the critical influence.)
- 2012-05-11 13:38:37下载
- 积分:1