-
ML_cp
说明: 值得深刻阅读的基于CP的OFDM同步程序
这是一个非常好的用于OFDM的基于CP的 最大似然符号定时同步和载波同步的MATLAB仿真程序,经本人深入阅读吸收经典文献,反复编程调试而提炼而成,代码精炼有序,绝对没有错误,由此程序仿真得到的同步曲线与经典文献完全一致。同仁们阅读此程序一定受益匪浅! 这里不吝成果,特上载与诸位网友共享。也欢迎同仁们提供更多的优秀程序。 由于文献要求采用N=1024个子载波的OFDM,运行此程序需2分钟-3分钟的时间。
(Worthy of profound reading of the CP-based OFDM synchronization process this is a very good CP for OFDM-based maximum likelihood symbol timing synchronization and carrier synchronization of the MATLAB simulation program, after I read the absorption of classical literature in depth, repeated programming and debugging extracted from the symbol of refined and orderly, there is no error, this procedure has been synchronized simulation curve is fully consistent with classical literature. Tongren have read this procedure will definitely benefit! Spared the outcome here, especially to upload to share with you friends. Tongren also welcome to provide more excellent program. Documentation required as a result of N = 1024 sub-carrier OFDM, to run this process will take 2 minutes-3 minutes.)
- 2008-11-03 09:25:48下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
self-adaptivefiter
自适应滤波算法的一部分源程序,及一些绘图程序(failed to translate)
- 2010-05-14 14:38:55下载
- 积分:1
-
magnetotelluricforwardmodelling
Forward modelling in Magnetotelluris
- 2011-06-23 18:30:13下载
- 积分:1
-
MATLABVB
以一个BP神经网络进行函数逼近为例,通过COM组件实现MATLAB与VB应用程序的混编接口技术。(A BP neural network function approximation for example, through the COM components with VB realize MATLAB application interface technology mixed.)
- 2008-03-20 17:18:54下载
- 积分:1
-
DFIGpwm
DFIG model for wind turbine
- 2011-07-06 19:35:24下载
- 积分:1
-
ostu
大津算法是关于图像处理中分割的重要算法,是又日本人的最先使用的。自动寻找分割点(Otsu algorithm is divided on the importance of image processing algorithms, is the first Japanese to use it. Automatically find split points)
- 2010-09-14 15:25:12下载
- 积分:1
-
ofdmproj_win
一个OFDM系统的仿真程序。里面有程序的详细说明(An OFDM system simulation program. There are procedures for a detailed description of)
- 2008-05-17 11:22:15下载
- 积分:1
-
sins-MATLAB
基于圆锥误差补偿算法和划船误差补偿算法的等效原理,可将圆锥误差补偿算法移植到划船误差补偿对圆锥误差补偿算法和捷联惯导算法进行了仿真。给出了Matlab的m文件源程序代码具有一定的参考价值。
(Based on the coning error compensation algorithm and the sculling error compensation algorithm of equivalent principle, the coning error compensation algorithm of transplanted to rowing error compensation of coning error compensation algorithm in strapdown inertial navigation algorithm and simulation was carried out. Gives the Matlab a m file source code has a certain reference value.
)
- 2012-04-17 16:49:23下载
- 积分:1
-
CreateData
create new based on mean and variance of the each cluster
- 2015-01-28 03:04:07下载
- 积分:1