-
LPF(FIR-Hamming)
采用Hamming窗实现的低通滤波器,可设置通带频率、截止频率以及带宽等滤波器特性参数。(The low-pass filter is realized by using Hamming window, can set the passband filter characteristic parameters such as frequency, the cut-off frequency and bandwidth.)
- 2014-10-23 20:34:22下载
- 积分:1
-
NINE
Matlab教程第七章案例,面板数据分析、计量(Matlab Guide Chapter VII of the case, panel data analysis, measurement)
- 2013-07-20 10:06:26下载
- 积分:1
-
matlab-classcal-code
说明: matlab经典的一些算法程序集锦,包括插值拟合,解方程,数值分析等等(matlab algorithm program highlights some of the classic, including the interpolation fitting, solving equations, numerical analysis, etc.)
- 2011-04-17 19:01:15下载
- 积分:1
-
VCformatlab
说明: 在Visual C++中调用matlab中定义的函数,可以方便利用matlab的资源(Calling Matlab defined in the function, Matlab can facilitate the use of resources)
- 2006-03-02 19:09:56下载
- 积分:1
-
SERPSK-SERPAM-SERQAM-code
SERPSK SERPAM SERQAM
- 2014-09-22 10:31:27下载
- 积分:1
-
chap10
有SOM、LVQ、ART三種不同方式的類神經網路可以參考的實例(Has SOM, LVQ, ART in three different modes of neural network can refer to examples of)
- 2007-10-29 18:23:13下载
- 积分:1
-
owners
Script generates list of owners for files in choose directory
- 2014-10-27 22:17:41下载
- 积分:1
-
ga_tsp530
遗传算法求解TSP问题,MATLAB模拟实验,对采用遗传算法解优化问题很有帮助(Genetic Algorithm for TSP problem, MATLAB simulation experiments, using genetic algorithm optimization solutions helpful)
- 2008-12-21 09:48:26下载
- 积分:1
-
mcr
多元分辨 MCR,Multiple resolution,matlab程序(MCR,Multiple resolution)
- 2015-08-29 23:10:36下载
- 积分: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