-
BBV_net
复杂网络BBV模型的代码,是自己编写的水平有限请大家见谅(BBV model code of complex networks is their level of preparation of the limited please forgive me)
- 2010-11-22 21:25:39下载
- 积分:1
-
DS_CDMA_matlab_simulation
用于实现DS-CDMA通信系统仿真的程序
编码transmitter,receriver模块,并对传输信道增加高斯白噪干扰
是通信理论扩频技术的应用实例(Used to implement DS-CDMA communication system simulation program code transmitter, receriver module, and increase the transmission channel is a Gaussian white noise interference spread spectrum communication theory application example)
- 2010-12-11 15:32:12下载
- 积分:1
-
hurong
用巴特沃斯方法和切比雪夫方法做的数字带通滤波器(Bandpass filter using the method of Butterworth and cut the number of Chebyshev method
)
- 2012-03-21 14:59:22下载
- 积分:1
-
duandianjiance
MATLAB语音端点检测程序 可供毕业设计 课程设计参考使用!(j)
- 2010-05-19 15:31:09下载
- 积分:1
-
inv
求素数域GF(p)中元素的逆元(可用于LTE中频域时域ZC序列的转换)
注:Matlab自带的函数gf只支持gf(2^m),本程序p可以支持任意素数。(obtain inverse of the element of prime field GF(p))
- 2012-07-07 15:24:44下载
- 积分:1
-
juanji
仿真BPSK调制在AWGN信道下分别使用卷积码和不使用卷积码的性能。(Simulation BPSK modulation in the AWGN channel with a convolutional code, respectively, and not using the performance of the convolutional code.)
- 2013-02-26 20:15:08下载
- 积分:1
-
54-非常好的CDMA信道估计检测代码
说明: hslogic算法仿真,基于matlab的详细的CDMA系统的仿真与测试(dBS2UE_LargeScale = struct( 'PathLoss',zeros(nNumofSector,nTotalNumofUser),...
'ShadowFading',zeros(nNumofSector,nTotalNumofUser),...
'AntennaGain',zeros(nNumofSector,nTotalNumofUser),...
'TotalPathLossIndB',zeros(nNumofSector,nTotalNumofUser),...
'TotalPathLoss',zeros(nNumofSector,nTotalNumofUser),...
'Distance',zeros(nNumofSector,nTotalNumofUser)...
);)
- 2020-10-12 07:27:46下载
- 积分:1
-
xiaobo
主要讲述在matlab环境下的小波变换的工具箱的一系列用法(Focuses on environment in matlab wavelet toolbox of a series of usage)
- 2009-05-17 09:33:45下载
- 积分:1
-
dem apsk
Matlab code for ASPK demodulator. Please note that use 16 or 32 APSK and demodulate by amplitude first and phase after.
- 2011-04-29 03:39:02下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1