-
Addtheenvironmentaleffects
适用于MATLAB中的小程序,功能是:添加环境效果,已经验证,可以使用。(Applicable to the small MATLAB program functions are: add environmental effects, has been verified, you can use.)
- 2010-05-30 14:51:24下载
- 积分:1
-
MATLAB-programming.pdf
《MATLAB编程》matlab编程应用基本叫操(" MATLAB Programming" matlab programming application called basic operations)
- 2014-10-18 09:20:09下载
- 积分:1
-
maain
matlab code for Smart Grid
- 2015-02-07 13:29:42下载
- 积分:1
-
visible-led-communication
这里给出了几个可见光通信的MATLAB程序,调制方式采用OFDM调制解调,对于可见光通信的研究者具有重要的参考价值。(Here are a few visible light communication MATLAB program, modulation using OFDM modulation and demodulation for visible light communication researchers have important reference value.)
- 2021-01-09 11:58:51下载
- 积分:1
-
4进制PSK仿真子程序
说明: 4进制PSK仿真子程序,子程序计算4进制PSK调制的误码率(four band PSK simulation subroutine, the four band calculation subroutine PSK modulation BER)
- 2005-11-16 10:17:28下载
- 积分:1
-
用matlab编写的bpsk信号的循环谱估计程序
用matlab编写的bpsk信号的循环谱估计程序,适合给初学者参考。(BPSK signal s Matlab computer program written in cyclic spectrum,for new learners reference.)
- 2013-04-23 20:22:17下载
- 积分:1
-
gaussian-fitting
针对激光光斑图像或荧光小球等图像进行高斯拟合定位其中心坐标。可同时定位一幅图像中的多个小球。要求对象模型符合高斯分布。(For laser speckle images or small fluorescent balls image gaussian fitting location and its center coordinates. Can be positioning an image of the multiple balls at the same time. Request object model conforms to the gaussian distribution.)
- 2016-09-18 09:44:43下载
- 积分:1
-
音频测试
说明: 音频测试:频谱分析专用,附FIR,IIR,高通,低通,带通滤波器(Audio test: special for spectrum analysis, with fir, IIR, high pass, low pass, band-pass filter)
- 2020-10-21 10:59:41下载
- 积分:1
-
ask_lms_6_14_
自适应滤波lms算法,采用ask调制,三条多经信道,信噪比可调。(LMS adaptive filtering algorithm, using ask modulation, by more than three channels, signal to noise ratio adjustable.)
- 2007-07-17 15:38: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