-
xinhaobuhuo
用Matlab仿真直接序列扩频系统,M文件编译,附带PPT说明(Matlab simulation with direct sequence spread spectrum system, M files to compile, with notes PPT)
- 2009-06-24 09:43:28下载
- 积分:1
-
APSK的调制与解调算法 BICM-ID
本文描述了APSK的调制与解调算法,并进行了仿真,希望对大家有一定的帮助。(This paper describes the APSK modulation and demodulation algorithm and simulation, we hope to have some help.)
- 2021-04-25 22:58:46下载
- 积分:1
-
cskmeans
基于向量内积的相似性K-means聚类算法(Based on vector similarity of inner product K- means clustering algorithm)
- 2010-07-04 10:27:37下载
- 积分:1
-
binarypsksiginchannels
说明: BPSK信号在各种信道中的仿真,有高斯白噪和瑞利信道,非常有用(simulation of BPSK in every kind of channels)
- 2009-07-30 16:04:29下载
- 积分:1
-
WS_CML
关于复杂网络中基于耦合映像格子的WS网络相继故障程序,正常运行。对比全局耦合映像格子及无尺度耦合映像格子。(ws_cml,compared to global_cml and ba_cml, can be run right.)
- 2020-10-20 10:07:24下载
- 积分:1
-
matlab7.0-teach-book
matlab7.0的使用教程,特别适合新手学习matlab参考阅读,英文版(matlab guide book )
- 2013-10-31 15:56:20下载
- 积分:1
-
基于BIOT理论计算弹性波在多孔双相介质中的传播
基于BIOT理论计算弹性波在多孔双相介质中的传播(elastic wave propagation- biot model)
- 2011-12-19 19:47:22下载
- 积分:1
-
dtw
dtw的程序代码,可以实现动态时间对齐,自己编的,可以使用(dtw' s program code, dynamic time alignment can be achieved, their own code, you can use)
- 2010-05-06 16:25:12下载
- 积分:1
-
li5_13
此代码为图像处理技术中的沃尔什-哈达玛变换,实现图像的压缩处理(This code is an image processing technology Walsh- Hadamard transform, image compression)
- 2021-04-21 20:58:49下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1