-
black_detect
matlab image processing code to detect a black ball
- 2011-01-15 04:05:40下载
- 积分:1
-
ofdmtransmitter
OFDM系统发送机的matlab程序,采用的是16QAM调制方式。(OFDM system transmitter of the matlab procedure, using 16QAM modulation.)
- 2008-06-03 12:58:14下载
- 积分: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
-
contemporary-communication-system-
现代通信系统第二版(John.G.Proakis,刘树棠译)MATLAB源代码 (Modern communication systems second edition (John.G.Proakis, Liu Shutang translation) MATLAB source code)
- 2011-11-09 11:58:11下载
- 积分:1
-
xinhaochuli
数字信号处理资料 涉及Matla编程应用(Digital signal processing information relating to the application programming Matla)
- 2015-03-19 10:04:29下载
- 积分:1
-
RandWPSO
随机权重粒子群算法,来自来自于《精通MATLAB最优化计算》( pso with random weight)
- 2010-01-04 11:36:33下载
- 积分:1
-
CMA
对信号进行常数模算法的仿真。这类算法对信号具有很好的均衡效果,且运算简单。(Constant modulus algorithm for the simulation of the signal. Such algorithms on the signal has a well-balanced effect, and simple operation.)
- 2012-05-18 17:15:32下载
- 积分:1
-
simulink_shili
simulink实例,非线性控制实例,对非线性的学习非常有用,(Nonlinear Control Example,it is very useful for us.The dynamic control model of a two-link robot arm in a vertical plane is shown )
- 2013-09-24 10:34:58下载
- 积分:1
-
MATLAB_Gaussian-Pepper-Noise-Generator
MATLAB给图像添加高斯、椒盐、加性及乘性噪声[噪声生成]源代码Gaussian-Pepper-Noise-Generator(MATLAB——Gaussian-Pepper-Noise-Generator)
- 2009-02-26 14:10:02下载
- 积分:1
-
an-other-kind-adapter-filter
另一种并联式自适应滤波器的设计方法,很有参考价值,可广泛用于雷达信号处理领域!(Another parallel adaptive filter design method, a good reference value, can be widely used in radar signal processing!)
- 2009-03-28 20:21:11下载
- 积分:1