-
my_new_lms
LMS算法是一种很有用且很简单的估计梯度的方法。这种算法60年代初得出以后很快得到应用,它的突出优点是计算量小易于实现,且不要求脱线计算。只要自适应线性组合器每交迭代运算时都知道输入信号台和参考响应,那么,选用LMS算法是很合适的。(LMS algorithm is a very useful and very simple estimate of the gradient method. The algorithm reached 60 soon after the early applied, it is to calculate the amount of the outstanding advantages of a small easy to implement, and does not require off-line calculation. As long as the adaptive linear combiner time per each iteration all know that Taiwan and the reference input signal response, then the selection of LMS algorithm is very appropriate.)
- 2010-12-08 15:31:45下载
- 积分:1
-
wavefor1d
本程序实现1D声波正演,擦用Clyton单程波吸收边界条件。(This program implements 1D acoustic wave equation, rub with Clayton one-way wave absorbing boundary condition)
- 2013-09-25 12:11:32下载
- 积分:1
-
Aplication-of-Matlab-TOOLBOX
苏金明的matlab 工具箱及应用。非常不错(Su Jinming matlab toolbox and application. Very good)
- 2013-03-28 12:02:56下载
- 积分:1
-
MATLAB-SIMULINK
matlab中关于通信模块simulink的具体介绍以及使用(about communication module simulink matlab introduction and use)
- 2013-04-14 09:51:18下载
- 积分:1
-
MIMO-ofdm
MIMO OFDM 系统的性能仿真 很好用(The performance of MIMO OFDM system simulation is in good condition)
- 2015-01-21 20:11:38下载
- 积分:1
-
Matlab-userguide
this is for the fresher to use the matlab
- 2012-11-22 15:23:46下载
- 积分:1
-
qfcavawi
包含了阵列信号处理的常见算法,是机器学习的例程,是学习PCA特征提取的很好的学习资料,关于神经网络控制,从先验概率中采样,计算权重。( Contains a common array signal processing algorithm, Machine learning routines, Is a good learning materials to learn PCA feature extraction, On neural network control, Sampling a priori probability, calculate the weight.)
- 2016-03-23 23:50:10下载
- 积分:1
-
expend
针对二值图像的广泛应用,嵌入鲁棒性水印,测试其抵抗结合攻击的能力。(value against the wider use of images, embedded watermark robustness testing their resistance combination attacks.)
- 2006-07-06 12:58:52下载
- 积分:1
-
td2
time difference of arrival simulation.TDOA
- 2013-11-08 15:33:20下载
- 积分:1
-
personNum
今年计算机学院研究生入学复试分多个小组。现在老师需要知道每组复试同学中男生和女生的人数。请你编写程序分别统计出男女生的总人数。
Input
输入的第一行是一个数t(0 < t < 10),表示有t组测试用例。
对于每组输入数据有两行,第一行是一个正整数n(1 < n < 1000),表示参加该组复试的总人数。接下来一行有n个整数(取值为0或1),0代表男生,1代表女生,整数间由一个空格隔开。
Output
对于每组测试用例,输出一行,由两个数组成,用一个空格隔开,分别表示男生和女生的总人数。
Sample Input
2
2
1 0
7
0 1 0 0 1 1 0
Sample Output
1 1
4 3
(Statistics person)
- 2014-12-31 10:33:15下载
- 积分:1