-
waveletConstruction
小波构造MATLAB源程序代码,希望对大家有帮助!(Wavelet MATLAB source code for all of us want to help!)
- 2009-07-11 19:40:04下载
- 积分:1
-
rsadec
its a file to find rsa algorithm in matlab
- 2012-03-25 20:50:34下载
- 积分:1
-
noise4
一种适用于灰度或者黑白图片的matlab噪声处理程序(One for grayscale or black and white picture of matlab noise handler)
- 2015-03-22 22:20:30下载
- 积分:1
-
Matlab
Kurs dollars analisys
- 2013-05-16 17:55:51下载
- 积分:1
-
toolbox_fast_marching
水平集快速步进算法的源码,参考书籍为:Level sets and fast matching algorim.(Level set fast marching algorithm source code, reference books as: Level sets and fast matching algorim.)
- 2010-10-15 12:28:11下载
- 积分:1
-
QPSK_ZYY
考虑了瑞利衰落信道下的情况,设置了5,10,20条多径,有完美的仿真结果(consideration of Rayleigh fading channels under the conditions, the number of trails 5, 10, 20, a perfect simulation results)
- 2006-11-06 08:31:54下载
- 积分:1
-
2001
mcm 论文This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show what my planning process is on a simple example. The purpose of this GUI is to:
1.Select an Excel file and read it into the MATLAB workspace
2.Modify the data that came from the file. In this case by multiplying by a scalar
3.Write the modified data into an Excel file with a name derived from the original filename(mcm outstanding This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show what my planning process is on a simple example. The purpose of this GUI is to:
1.Select an Excel file and read it into the MATLAB workspace
2.Modify the data that came from the file. In this case by multiplying by a scalar
3.Write the modified data into an Excel file with a name derived from the original filename)
- 2012-01-18 17:46:17下载
- 积分:1
-
matlab
时变时滞系统仿真程序,解决带有时滞的动态复杂系统的仿真编程(Time-varying delay system simulation program
)
- 2021-02-24 20:19:39下载
- 积分:1
-
Matlab函数逼近与拟合.part7
Matlab 函数逼近与拟合...
有理函数逼近... 常用的正交多项式逼近..各种最小二乘拟合...连分式逼近... Padé逼近... 傅里叶逼近...(Matlab Function Approximation and Fitting code)
- 2020-06-23 21:20:01下载
- 积分: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