-
easy-understood-estimation-progarm-with-paper
是一个实现简单但是完整的信道估计,虽然只有ls与mmse的比较,但是提供了一篇原文论文。(Is a simple but complete channel estimation, although only ls and mmse comparison, but it provides an original thesis.)
- 2010-08-12 11:06:55下载
- 积分:1
-
Matlab
code matlab descripteur gist matlab
- 2014-10-11 23:11:38下载
- 积分:1
-
Spreading-factor
扩频因子在通信领域是我们必须要掌握的重点,本文章系统详细的阐述了扩频因子的作用,原理等,希望对大家有所帮助~(Spreading factor in the field of communication is that we must grasp the focus of this article system detailed expounds the function of spreading factor, principle and so on, hope to be of help)
- 2015-01-08 16:09:41下载
- 积分:1
-
jubu
图像局部配准,利用matlab编写实验程序。图像自选。(Local image registration, the use of experimental procedures for the preparation of matlab. Image-on-demand.)
- 2007-09-12 23:32:41下载
- 积分:1
-
fractal_matlab
常用分形算法的mablab实现,包括递归算法、L系统算法、IFS迭代和逃逸时间算法(Fractal algorithm mablab commonly realized, including recursive algorithm, L system algorithm, IFS iteration and escape time algorithm)
- 2013-09-06 16:44:56下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
OKUMURA
奥村(okumaura)模型模拟matlab代码(Okumura model simulation matlab code)
- 2012-05-05 16:00:26下载
- 积分:1
-
Fuzzy_Control_System_for_Tanker_Ship
神经网络,用于神经网络的机理模型和建立经验模型.(neural network, for the mechanism of neural network models and model building experience.)
- 2007-04-01 20:58:57下载
- 积分:1
-
GA
说明: 该代码用遗传算法来优化多函数极值问题,可以很方便的解决非线性方程的极值(The code using a genetic algorithm to optimize multi-function extremum problem can easily solve nonlinear equations extremum)
- 2013-04-05 21:01:08下载
- 积分:1
-
quivers
QUIVERS(x,y,u,v,Gscale,Spos,Sunit) plots velocity vectors as arrows with components (u,v)
at the points (x,y). The matrices X,Y,U,V must all be the same size
and contain corresponding position and velocity components (X and Y
can also be vectors to specify a uniform grid).
- 2011-06-06 11:25:23下载
- 积分:1