-
work
在matlab平台下的viterbi编码译码的程序。secrettext.txt是需要传输的文件,encodetext.txt是编码后的文件,decodetext.txt是译码后的文件。(In the matlab platform of the viterbi decoding encoding process. secrettext.txt need to transfer files, encodetext.txt is encoded file, decodetext.txt is after decoding files.)
- 2009-10-27 10:30:23下载
- 积分:1
-
eigen2
说明: cancorr的matlab程序(2).用于信号的典型相关的分析。(cancorr the matlab program (2). the canonical correlation for the signal analysis.)
- 2009-08-12 10:42:25下载
- 积分:1
-
03
说明: 一些有关最优控制理论的控制实例程序集和仿真 (Control instance assembly of the optimal control theory and simulation)
- 2012-06-11 16:31:52下载
- 积分:1
-
hilbert-spectrom
HHT就是先将信号进行经验模态分解(EMD分解),然后将分解后的每个IMF分量进行Hilbert变换,得到信号的时频属性的一种时频分析方法。(HHT is the first signal empirical mode decomposition (EMD decomposition), and then each IMF component decomposed Hilbert transform, frequency analysis method of time-frequency properties obtained when a signal.)
- 2014-10-30 15:49:32下载
- 积分:1
-
matlab--c
数学建模中的MATLAB程序在C语言下的实现.pdf(Mathematical modeling in the MATLAB program in C language implementation. Pdf)
- 2011-10-22 15:58:04下载
- 积分:1
-
人脸识别
实现人脸识别功能,GUI界面,其中有测试人脸集,识别率95以上(To achieve face recognition function, GUI interface)
- 2021-03-08 08:59:28下载
- 积分:1
-
图像加密代码
DNA编码,以及利用混沌系统对数字图像进行加密。(DNA coding and digital image encryption using chaotic system.)
- 2021-04-22 16:48:49下载
- 积分:1
-
Virtual-router
C,C++ Questions
1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived
object,. calling of that virtual method will result in which method being called?
a. Base method
b. Derived method..
Ans. b
2. For the following C program
#define AREA(x)(3.14*x*x)
main()
{float r1=6.25,r2=2.5,a
a=AREA(r1)
printf("
Area of the circle is f", a)
a=AREA(r2)
printf("
Area of the circle is f", a)
}
What is the output?
Ans. Area of the circle is 122.656250
Area of the circle is 19.625000
3. What do the following statements indicate. Explain.
• int(*p)[10]
• int*f()
• int(*pf)()
• int*p[10]
Refer to:
-- Kernighan & Ritchie page no. 122
-- Schaum series page no. 323
- 2011-03-15 14:22:27下载
- 积分:1
-
ILC_iterativelearningcontrol
迭代学习控制:闭环以及开环控制器间切换,具有PI,D型等多型控制器,具有初态学习模块。(Iterative learning control: Closed-loop and open-loop controller to switch between, with PI, D-type and other type of controller with initial state learning modules.)
- 2013-07-15 16:24:18下载
- 积分:1
-
Power-curve
piratical power curve for doubly fed wind turbine
- 2012-06-30 09:47:10下载
- 积分:1