-
0004SolvingNonlinearEquations
非线性方程组的求解算法,里面还有MATLAB编程实现的程序(Nonlinear equations of the algorithm, along with MATLAB programming procedures)
- 2009-01-15 21:29:50下载
- 积分:1
-
azimuth
一个测绘专业所需的方位角计算的小工具,内附计算流程图(calculation azimuth)
- 2016-03-25 14:47:48下载
- 积分:1
-
Acell
元胞自动机第84 110 184号 三种规则,这三种规则作成了函数的形式,可以直接调用(4 three rules, the rules for these three forms of cellular automata became the first 8,411,018 functions can be called directly...)
- 2014-05-25 01:46:33下载
- 积分:1
-
一致性算法
说明: 一致性算法将实现通讯leader控制协议(Consistency algorithm will implement communication leader control protocol)
- 2019-11-24 21:20:12下载
- 积分:1
-
FDTD2D
此程序为三维FDTD数值模拟,采用UPML边界(This program is three-dimensional FDTD simulation, using the boundary UPML)
- 2010-10-16 11:26:12下载
- 积分:1
-
SVOKM_lilght_toolkit_32342-
SVM light 工具箱 包含例子和说明文件 包含windows版本和matlab版本222,Matlab的一个辅助库(this is a matlab ass lib,hope everyone enjob it.)
- 2013-08-23 11:54:16下载
- 积分:1
-
codes
the attached file contains six MATLAB codes
- 2014-09-01 02:31:52下载
- 积分:1
-
_time_frequency_toolbox
时频分析,用于时频分析,压缩文件,概率密度曲线 ,计算样本向量x的概率密度估计,返回在xi点的概率密度f,此时我们使用plot(xi,f)就可以绘制出概率密度曲线。(Time-frequency analysis, time-frequency analysis is used to compressed files)
- 2012-08-30 16:35:02下载
- 积分:1
-
Example of a MATLAB program, that is seeking the maximum modulus of the procedur...
一个MATLAB程序算例,即求模最大值的程序,相互学习用。-Example of a MATLAB program, that is seeking the maximum modulus of the procedures used to learn from each other.
- 2022-11-15 09:50:03下载
- 积分:1
-
自适应中值滤波
1.首先确定最大的滤波半径,然后用一个合适的半径r对图像进行滤波。计算当前滤波半径像素灰度的Imin,Imax,Imed,然后判断Imed是否在[Imin,Imax]中间,如果在则向下进行,否则扩大当前半径r继续滤波直到r等于最大滤波半径。
2.如果当前处理的像素img(i,j)在[Imin,Imax]之间,则输出当前像素,否则输出当前滤波半径中值像素Imed。
- 2023-05-31 12:45:03下载
- 积分:1