-
RM_code
里德穆勒码的编码和解码过程,以及误码率曲线仿真。(Lidemule code encoding and decoding process and error rate curve simulation.)
- 2021-01-30 18:48:34下载
- 积分:1
-
Mathematics
本书描述了matlab的一些使用方法和对一些算法的简要介绍(This book describes some use matlab and a brief description of some algorithms)
- 2011-08-15 09:39:31下载
- 积分:1
-
ssrwithouttcsc
The eff ect of thyristor-controlled series capacitors (TCSC) on bifurcations of subsynchronous resonance (SSR) in power system
- 2012-07-21 14:41:02下载
- 积分:1
-
danaee
Its a MATLAB program to predict a series of data
, it uses ANFIS structure with substractive clustering.
- 2014-10-24 00:55:20下载
- 积分:1
-
ASLtbx
是生物医学工程专业脑功能后处理软件,用于脑出血,脑梗死血流变化的相关研究领域。(Biomedical engineering is the brain function processing software for cerebral hemorrhage, cerebral blood flow changes in the relevant field of study.)
- 2014-01-18 22:55:54下载
- 积分:1
-
Weighted-structure-entropy
在普通无权网络基础上定义加权结构熵,即用来计算赋权网络的结构熵(The weighted structure entropy is defined on the basis of the ordinary unauthorized network, that is, the structural entropy used to calculate the weighted network.)
- 2018-07-25 09:03:45下载
- 积分:1
-
PDToolbox_matlab-master (1)
说明: 演化博弈Matlab工具箱, 适用于复杂网络演化博弈研究(evolutionary game toolbox)
- 2020-12-10 15:59:18下载
- 积分:1
-
LDPC-coding-simulation
信源为数字信号信道信噪比为10dB的直扩通信系统仿真实验--LDPC编码仿真源代码(Source to a digital signal channel 10dB SNR DSSS communication system simulation- LDPC coding simulation source code)
- 2011-05-10 15:46:03下载
- 积分:1
-
main
Financial risk analysis on Matlab monte carlo simulation, stock index simulation for geometric Brownian motion, GBM.
- 2012-05-05 23:10:47下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1