-
daima
使用DFT做频率估计的matlab仿真编程程序(Frequency Estimation Using DFT)
- 2019-04-22 17:02:02下载
- 积分:1
-
MATLAB_txtx
内容为《MATLAB实用指南系列》各书用到的部分程序。包含MATLAB_syjc,MATLAB_gcsx,MATLAB_txtx,MATLAB_gjbc等4个目录。
MATLAB_syjc目录下为《MATLAB实用教程》用到的部分程序。
MATLAB_gcsx目录下为《MATLAB工程数学》用到的部分程序。
MATLAB_txtx目录下为《MATLAB图形图像》用到的部分程序。
MATLAB_gjbc目录下为《MATLAB高级编程》用到的部分程序。
所有程序均通过调试。环境为MATLAB 7.0, Visual Basic 6.0, Visual C++ 6.0, Excel 2000, SPSS 12.0, Windows 2000。(Says " MATLAB Practical Guide Series" of the book used some of the procedures. Contains MATLAB_syjc, MATLAB_gcsx, MATLAB_txtx, MATLAB_gjbc directory, etc. 4. MATLAB_syjc directory for " MATLAB Practical Guide," used some of the procedures. MATLAB_gcsx directory for " MATLAB Engineering Mathematics" used in some of the procedures. MATLAB_txtx directory for " MATLAB graphics images" used in some of the procedures. MATLAB_gjbc directory for " MATLAB high-level programming" used some of the procedures. All through the debugging process. Environment MATLAB 7.0, Visual Basic 6.0, Visual C++ 6.0, Excel 2000, SPSS 12.0, Windows 2000.)
- 2009-05-10 12:45:28下载
- 积分:1
-
PV-module-simulator-with-MPPT
太阳能最大功率点跟踪模型 matlab专用 上传上来(Maximum power point tracking solar model matlab dedicated upload up)
- 2015-01-16 20:22:16下载
- 积分:1
-
DPCorTHP
it is the DPC or TH precoding
- 2020-12-03 10:49:25下载
- 积分:1
-
MATLAB
关于学习C++的资料,适合初学者使用,有关数学建模(Learning C++ on the information, suitable for beginners, the mathematical modeling)
- 2010-09-28 10:55:32下载
- 积分:1
-
fpr
matlab implementation detect
- 2013-01-05 12:59:18下载
- 积分:1
-
munjiu
这是一个好用的频偏估计算法的matlab仿真程序,DSmT证据推理的组合公式计算函数,包括数据分析、绘图等等。( This is a useful frequency estimation algorithm matlab simulation program, Combination formula DSmT evidence reasoning calculation function, Data analysis, plotting, etc..)
- 2016-11-15 15:51:08下载
- 积分:1
-
dtw
说明: 语音识别动态时间归正全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,呜呜(Reformed voice recognition dynamic time the whole process of matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum)
- 2011-03-08 11:32:00下载
- 积分:1
-
pb6
水声信道自适应均衡算法研究(Underwater acoustic channel adaptive equalization algorithm)
- 2013-04-06 10:22:18下载
- 积分: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