-
Gauss_elimination
Gauss Elimination Algorithm is used to solve linear equations in the form Ax=B, find rank of matrix and to find inverse of matrixes. The program is done in matlab platform.
- 2009-06-16 16:23:40下载
- 积分:1
-
matlabChapter_3
利用matlab对通信系统中BPSK调制方式的误码率放着(communication system simulation matlab)
- 2011-05-07 09:22:40下载
- 积分:1
-
temperatre-contour-
利用MATLAB绘制等温线,以湖南省为例,绘制了省界,97县的位置以及等温线。(plot temperature contour through MATLAB.)
- 2013-08-07 11:15:40下载
- 积分:1
-
gaijinde-emd
带端点延拓的EMD的matlab程序,可抑制端点效应(With the endpoint extension EMD Matlab procedures, can restrain end effect)
- 2015-02-04 18:24:44下载
- 积分:1
-
FT
说明: 禁忌(Tabu Search)算法是一种亚启发式(meta-heuristic)随机搜索算法,它从一个初始可行解出发,选择一系列的特定搜索方向(移动)作为试探,选择实现让特定的目标函数值变化最多的移动。为了避免陷入局部最优解,TS搜索中采用了一种灵活的“记忆”技术,对已经进行的优化过程进行记录和选择,指导下一步的搜索方向,这就是Tabu表的建立。(Tabu Search algorithm is a meta-heuristic random search algorithm. It starts from an initial feasible solution, chooses a series of specific search directions (movement) as a trial, and chooses to achieve the movement that makes the most changes in the value of a specific objective function. To avoid falling into local optimum, TS search uses a flexible "memory" technology to record and select the optimization process that has been carried out, and to guide the next search direction, which is the establishment of Tabu table.)
- 2020-12-19 20:59:09下载
- 积分:1
-
之前单一的图像去雾的黑暗
这是他对2009大,这是非常有用的处理雾霾单幅图像用暗prior.hope帮助 ;你!
- 2022-01-25 15:28:36下载
- 积分:1
-
Matlab programs for M/M/1 queue
Matlab programs for M/M/1
The function [U, EN, ET, EW, ENQ] = MM1(lambda, mu
) calculates
utilization, mean number of customers in the system
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-03-06 02:40:30下载
- 积分:1
-
高斯贝叶斯混合。这套文件包含用于performi…
Bayesian mixture of Gaussians. This set of files contains functions for performing inference and learning on a Bayesian Gaussian mixture model. Learning is carried out via the variational expectation maximization algorithm.
- 2023-03-18 06:30:03下载
- 积分:1
-
exa130401
本程序先生成一个“Blocks”信号,然后加上高斯白噪声,再用 db3 小波进行分解,(This procedure Mr. Cheng a " Blocks" signal, and then adding white Gaussian noise, and then ' db3' wavelet decomposition,)
- 2009-11-05 11:05:00下载
- 积分:1
-
dijkstra
Dijktra s single source shortest path algorithm. The function takes a graph (which may be sparse) as an input and returns the matrix of shortest distances between all of the nodes. Additionally, individual source and sink nodes may be specified as additional arguments.
- 2009-12-16 13:11:30下载
- 积分:1