-
ldpc_iwbf
improved weighted bit-flipping algorithm in matlab m-file
- 2010-11-24 22:17:48下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
AS_mse_networks_adaptive_rule
分布式网络matlab程序代码 A. H. Sayed(Comparing diffusion and consensus using a 2-node MSE network A. H. Sayed)
- 2015-01-07 15:04:29下载
- 积分:1
-
tgl-jam-dan-nama-kota-distatus-bar_2
menampilkan tanggal dan jam di status bar
- 2014-05-12 20:34:53下载
- 积分:1
-
16-QAM
Modulate&Demodulate 16-QAM
- 2011-01-17 01:38:46下载
- 积分:1
-
hb_to_msm
将利用HBMAT读出来的hb文件转换为matlab稀疏存贮,得到结构刚度阵质量阵等等(Will be read out by HBMAT hb files into matlab sparse storage, mass matrix by matrix stiffness, etc.)
- 2011-04-29 14:23:12下载
- 积分:1
-
MATLAB
matlab函数速查手册,包含全部函数。打开文档,按ctrl和F检索字符能迅速查到需要的函数,对初学matlab的人很有用。我也用这个。(matlab function, Quick Reference, including all functions. Open the document, press ctrl and F to quickly find the character needed to retrieve the function, useful for beginners who matlab. I also use this.)
- 2011-05-21 22:39:46下载
- 积分:1
-
cal
说明: 在原始信号加入白噪声,通过卡尔曼滤波去除噪声,恢复原始信号。(In the original signal to join the white noise through the kalman filter remove the noise, restore the original signal.
)
- 2011-04-18 15:00:57下载
- 积分:1
-
Harris-corner-detector
Harris detector
The code calculates the Harris Feature Points When you execute the code, the test image file opened and you have to select by the mouse the region where you want to find the Harris points, then the code will print out and display the feature points in the selected region. You can select the number of FPs by changing the variables max_N & min_N
- 2009-11-03 05:57:20下载
- 积分:1
-
program5
数字信号处理,离散时间系统的相位、结构与状态变量描述典型题,能更好的理解离散时间系统(Digital signal processing, discrete-time systems the phase, structure and state-variable description of a typical question, can a better understanding of discrete-time systems)
- 2010-01-03 14:58:14下载
- 积分:1