-
tuxiangduipiduzengqiang
说明: 图像对比度增强算法PDF,CDF,直方图均衡化的介绍,希望对大家有帮助。(Image contrast enhancement algorithm for PDF, CDF, histogram equalization, the introduction, we want to help.)
- 2011-03-13 19:39:02下载
- 积分:1
-
cluttertest
对一组数据进行统计形态分析,包括概率密度函数,功率谱,分布曲线4参数等(The statistical form a set of data analysis, including probability density function, power spectral distribution curve parameters)
- 2013-01-06 15:49:31下载
- 积分:1
-
doa
波达估计优化算法的matlab程序代码,doa估计在matlab里的实现(DOA alor)
- 2015-01-08 15:56:51下载
- 积分:1
-
reconfiguration
说明: 本程序用于配电网的网络重构,能有效、快速的对配电网做出重构,方便实用。(This program is used for the network reconstruction of the distribution network, which can effectively and quickly reconstruct the distribution network, which is convenient and practical.)
- 2021-04-28 16:08:44下载
- 积分:1
-
fdacoefs100
数字滤波头文件,包含头文件中数字滤波个参数格式(Digital Filter header files)
- 2014-09-22 00:32:27下载
- 积分:1
-
imp_freq_response
how to calculate the impulse response from the frequency response of a Power delay profile
- 2013-12-06 19:36:40下载
- 积分:1
-
snr
自己编的一个计算信噪比的程序,可用于相应模型的功率谱估计(Made themselves a calculated signal-to-noise ratio of the program can be used for the power spectrum of the corresponding model estimates)
- 2012-11-28 19:34:55下载
- 积分:1
-
RUN_TEST
MATLAB的一些常用算法,anneal,MLR,PCRUVE,PLSUVE,RUN-TEST,希望对大家的学习有所帮助,(Some common algorithms of MATLAB,anneal,MLR,PCRUVE,PLSUVE,RUN-TEST,hope to learn some help,)
- 2021-03-18 21:09:19下载
- 积分:1
-
RungeKuttaMethod-DifferentialEquations
Matlab code that implements Runge-Kutta Method in the context of Differential Codes.
- 2015-03-11 21:02:53下载
- 积分:1
-
minFD
用最速下降法求解多维函数的极值
function [x,minf]=minFD(f,x0,var,eps)
目标函数:f
初始点:x0
自变量向量:var
精度:eps
目标函数取最小值时的自变量值:x
目标函数的最小值:minf( With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, minf] = minFD (f, x0, var, eps) target function: f Initial Point: x0 argument vector: var Accuracy: eps target function takes the minimum value of the independent variable values: x minimum target function: minf)
- 2015-05-31 14:43:54下载
- 积分:1