-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
zong1
音乐信号处理
实现时域延时和混响的处理
实现频域均衡器的设计(Music signal processing delay and reverberation time-domain processing of frequency-domain equalizer design)
- 2009-05-22 09:43:31下载
- 积分:1
-
J_UNIWARD_matlab
this simulation is a way for watermarking and steganography with j-uniward
- 2013-08-25 17:22:24下载
- 积分:1
-
mach2_DC
dc motor simulated in matlab-simulink software
- 2015-04-06 03:44:30下载
- 积分:1
-
matlab
二维,轴对称的问题的有限元分析,matlab编程,例题(axisymmetric finite element analysis, matlab programming, examples.)
- 2020-08-27 17:08:13下载
- 积分:1
-
Aliquot_parts123
Perfect, amicable, and sociable numbers
- 2010-10-25 05:39:44下载
- 积分:1
-
egewxrpn
可实现对二维数据的聚类,随机调制信号下的模拟ppm,是路径规划的实用方法,本科毕设要求参见标准测试模型,针对EMD方法的不足。( Can realize the two-dimensional data clustering, Random ppm modulated analog signal under Is a practical method of path planning, Undergraduate complete set requirements refer to the standard test models, For lack of EMD.)
- 2016-03-21 21:10:23下载
- 积分:1
-
Writing_Fast_MATLAB_Code
very nice tutorial to speed up the matlab codes by vectorization, etc.
- 2009-05-26 04:29:27下载
- 积分:1
-
aco_gm
一个蚁群算法优化GM模型的程序,相互学习(An ant colony algorithm GM model program, learn from each other)
- 2010-12-14 11:20:23下载
- 积分:1
-
vcc_mex
一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方:
a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦
b. 不能利用VC特有的ClassWizard自动创建和维护类
c. 不能用MFC类库编写应用程序
d. 不能方便地进行类似VC的项目管理
本文详细解说如何在IDE中编译MEX程序(Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures)
- 2007-09-27 15:44:55下载
- 积分:1