-
ofdm-tx
MATLAB code for OFDM Transmission
- 2011-04-21 01:15:14下载
- 积分:1
-
BER_codigoHamming
Hamming code. Simulation the BER to a code Hamming
- 2013-07-28 06:18:07下载
- 积分:1
-
first2345
CONTROL OF DC MOTOR USING BUCK BOOST CONVERTER
- 2013-11-22 05:09:58下载
- 积分:1
-
mongoose-master
simple embedded web server
- 2014-01-27 11:04:45下载
- 积分:1
-
simulated-annealing
基于快速模拟退火反演算法采用地震数据反演反射系数,进而可以很好地预测出弹性参数。(Based on fast simulated annealing inversion algorithm using seismic data inversion reflection coefficient, which can well predict the elastic parameters.
)
- 2015-08-11 11:11:12下载
- 积分:1
-
ofdm_HWJ
a matlab sample for ofdm(a Matlab sample for OFDM)
- 2006-07-10 11:00:02下载
- 积分:1
-
Bloss
this source code is bloss matlab
- 2013-08-04 14:56:38下载
- 积分:1
-
ldpc
LDPC的编码和BP迭代译码方法的Matlab程序(LDPC compiler Ways and BP iterative decoding process)
- 2021-03-24 19:09:14下载
- 积分: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
-
l1_ls_matlab_(new-2008)
l1_ls 是一个目前最好的求解稀疏矩阵方程解的算法之一,这是作者发布的最新 MATLAB 源代码。(l1_ls: A Matlab solver for l1-regularized least squares problems.
BETA version, May 10 2008
COPYRIGHT (c) 2007 Kwangmoo Koh, Seung-Jean Kim and Stephen Boyd.
Permission to use, copy, modify, and distribute this software for
any purpose without fee is hereby granted, provided that this entire
notice is included in all copies of any software which is or includes
a copy or modification of this software and in all copies of the
supporting documentation for such software.
This software is being provided "as is", without any express or
implied warranty. In particular, the authors do not make any
representation or warranty of any kind concerning the merchantability
of this software or its fitness for any particular purpose.
)
- 2010-07-20 15:48:44下载
- 积分:1