-
$RJSAVEZ
MATLAB实现巴特沃斯滤波器---MATLAB Butterworth filter-(MATLAB Butterworth filter)
- 2012-12-28 14:22:39下载
- 积分:1
-
MATLAB
基于能量检测的双门限频谱检测性能仿真研究(Detection based on energy detection performance dual threshold Simulation of the spectrum)
- 2011-05-24 10:13:58下载
- 积分:1
-
dc-buck-boost
dc buck boost converter in power
- 2013-12-10 22:36:10下载
- 积分:1
-
filters
ALMOTIIIII FILE IN AWGN
- 2012-03-21 15:44:35下载
- 积分:1
-
Main_OFDM
This is matlab simulation source code for digital communication system.
- 2011-05-16 10:52:34下载
- 积分:1
-
tuoluoyi
重点关于陀螺仪的介绍、使用、其他规范。用于飞行器的平衡(Focus on the introduction of gyroscope, using, and other specifications. For the balance of the aircraft
)
- 2015-01-05 14:38:21下载
- 积分:1
-
FFT_spectrum
仿真分析了FFT的补零、泄露、加窗、以及FFT分辨率等问题(Simulation analysis of the FFT of zeros, leakage, windowing, and FFT resolution issues)
- 2015-02-06 16:34:34下载
- 积分:1
-
Max-fonction
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
- 2009-04-23 03:35:33下载
- 积分:1
-
802.11a
这个是关于matlab仿真OFDM的完整程序,可以很好的掌握哦对于初学者(the study of OFDM using matlab)
- 2011-05-03 19:41:31下载
- 积分: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