-
ofdm
一个lms算法,包含输入输出以及错误率等。全免费下载,有需要的可以拿去。(A lms algorithms, including input and output, and error rates. Full free download, need to 拿去.)
- 2010-05-26 20:01:16下载
- 积分:1
-
dfittool
b图像 matlab功能 matlabmatlabmatlabmatlabmatlab(b image)
- 2013-07-13 13:06:45下载
- 积分:1
-
chebfun
this is a series codes that used for simulation a cavity.
- 2014-11-30 05:29:42下载
- 积分:1
-
NLMS
本例程为改进的LMS算法NLMS算法的MATLAB实现和其收敛性的验证程序(This routine is improved LMS algorithm NLMS algorithm in MATLAB and its convergence verification procedures)
- 2011-12-30 11:00:47下载
- 积分:1
-
mdsdemo
it is mds demo program
- 2010-02-19 13:16:03下载
- 积分:1
-
SMI
SMI方向图和性能(波束形成算法,自己修改)
优点: 收敛速度快
缺点:1 当阵元输出含有较强的期望信时,或者期望信号与干扰信号相关时,性能急剧下降.2 由于权向量含有方向矢量,因此对阵列的幅相差非常敏感;3 ,期望信号的功率不能过大,比干扰信号相差几十dB,也就是说,在小期望信号、大干扰信号情况下,也可进行SMI处理。
(SMI pattern and performance (beamforming algorithm, make changes to)
Advantages: fast convergence
Disadvantages: 1 output when the array elements with strong expectations of the letter, or related to the desired signal and interference signals, the performance sharply .2 direction vector containing the weight vector, so the array is very sensitive to the amplitude difference 3, the desired signal The power can not be too large, than the difference between the scores of interference signal dB, that is, in the small desired signal, large signal interference case, SMI can also be handled.
)
- 2020-07-26 17:58:40下载
- 积分:1
-
matlab_GUI
this is matlab gui guide.
- 2010-05-29 01:10:32下载
- 积分:1
-
sengying_v82
插值与拟合的matlab实现,有较好的参考价值,光纤无线通信系统中传输性能的研究。( Interpolation and fitting matlab implementation, There are good reference value, Fiber Transmission wireless communication system performance.)
- 2017-03-01 10:57:56下载
- 积分:1
-
GA-codess
matlab genetic algorithm codes
- 2013-03-11 21:20:39下载
- 积分: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