-
OFDM_synchronized_algorithm_matlab
包含了OFDM同步的传统方案,及相关算法的同步算法,还包括改进方案和理想同步方案,并且作图(This program includes OFDM code synchronized algorithm)
- 2010-10-21 20:00:18下载
- 积分:1
-
chuanbing
用MATLAB中的SIMULINK实现串并变换。(Implemented in MATLAB SIMULINK serial-to-parallel conversion.)
- 2021-01-07 18:08:52下载
- 积分:1
-
MATLAB_huiguifenxi
说明: MATLAB工具箱进行线性回归、多元线性回归、非线性回归的很好的例子,附有教程PPT以及MATLAB程序,很实用,欢迎大家下载。(MATLAB toolbox linear regression, multiple linear regression, nonlinear regression of a good example of PPT, as well as MATLAB program with tutorials, very useful, welcome to download.)
- 2009-08-28 20:32:15下载
- 积分:1
-
M_files_chap06
This is for chapter 06
- 2013-04-08 04:20:19下载
- 积分:1
-
LEGD
文献代码——Modified local entropy-based transition region extraction and thresholding, 2011.12, Applied Soft Computing, Elsevier(source code——Modified local entropy-based transition region extraction and thresholding, 2011.12, Applied Soft Computing, Elsevier)
- 2012-11-03 22:13:57下载
- 积分:1
-
PCA_fusion
PCA融合程序, 简明易懂,适合初学matlab图像融合的朋友(PCA fusion)
- 2009-05-08 14:30:34下载
- 积分:1
-
LBP
matlab的lbp代码。有均匀模式、旋转不变模式、旋转不变等价模式等。(matlab code for lbp with uniform LBP/rotation-invariant LBP)
- 2021-04-12 10:58:58下载
- 积分:1
-
code-of-reliefF-algrithm
给出了reliefF算法的matlab源代码,该算法用于处理目标属性为连续值的回归问题。是由relief算法拓展所得,可以处理多类别问题。(ReliefF algorithm matlab source code is given, and the algorithm is used for processing target attribute is continuous values of regression problems.By expanding income relief algorithm, can deal with many categories.)
- 2014-10-06 17:23:30下载
- 积分: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
-
BPSK+AWGNmatlab
这是一个BPSK调制和产生噪声的一段程序,顺有仿真结果。(This is a BPSK modulation and noise section of the procedure, Shun has simulation results.)
- 2008-05-13 09:42:13下载
- 积分:1