-
HOS_MIMO
基于二阶和高阶统计量的MIMO系统盲信道估计,可完美进行信道估计,进行误码率及误差分析等。(Based on second-order and higher-order statistics of the MIMO system, blind channel estimation can be the perfect channel estimation carried out for the bit error rate and error analysis.)
- 2009-05-11 20:52:58下载
- 积分:1
-
pso_2D
matlab 的pso算法的程序 生成2D图像(The pso algorithm matlab program generates 2D images)
- 2010-12-16 15:50:57下载
- 积分:1
-
MPPOMP
自己写的MP和OMP算法,用于一维信号重建,两者的测试信号相同,可用于对比,适用于初学者。(Write their own MP and OMP algorithm for one-dimensional signal reconstruction, both of the same test signal can be used for comparison, suitable for beginners.)
- 2013-03-29 10:00:46下载
- 积分:1
-
jifen
matlab频域积分程序,可计算1次积分,2次积分(Matlab frequency domain integral, can calculate one points, two points)
- 2014-05-14 11:44:12下载
- 积分:1
-
4
说明: matlab统计工具箱,概率分布举例应用,外加ode23运算举例(matlab learning)
- 2010-05-13 14:32:40下载
- 积分:1
-
MATLAB
电力系统分析牛顿拉夫逊法就算潮流主程序及各个子程序合计牛拉法(Power Systems Analysis Newton Raphson even if the trend of the main program and each subroutine Total cattle Rafah)
- 2013-01-03 16:14:42下载
- 积分:1
-
nsga2
NSGA2优化算法,最基础的通用算法,简单易懂。(NSGA2 optimization algorithm, the most basic common algorithm is simple and easy to understand.)
- 2015-04-16 10:58:26下载
- 积分:1
-
ONT
Optische Nachrichten technik
- 2009-11-29 05:38:04下载
- 积分:1
-
BP
说明: 0案例分析\MATLAB神经网络30个案例分析\源程序\案例1 BP神经网络的数据分类-语音特征信号分类(0 Case Study \ MATLAB neural network analysis of 30 cases \ source \ Case 1 BP neural network data classification- voice characteristic signal classification)
- 2012-06-02 22:08:13下载
- 积分: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