资源列表
HHessianImagee
- 基于hessian矩阵的图像处理,,内附hessian的matlab源码 -Hessian matrix-based image processingg, matlab source containing the hessian
adaline
- adaline adaline-adaline adaline adaline
Z_N
- Z-N法计算控制器参数, 绝对好用 很经典的算法-ZN method to calculate the controller parameters, absolutely easy to use the classic algorithm
zishyin2
- 滤波,达到去除噪声,可以提高信号的真实度-Filtering to remove noise, and can improve the fidelity of the signal
fibonacciSearch
- Fibonacci method is an optimization method which can be used to find optimum of a 1D function (even discrete function) using elimination method. For use this method the initial interval of uncertainty, in which the optimum lies, has to be known. In a
xianxingstrongeuler
- 指数欧拉方法的强收敛性分析,线性s随机方程的数值解法。-Strong convergence analysis of the exponential Euler method to linear stochastic differential equations.
delay
- 通信原理matlab仿真时延扩展仿真适用各种环境-Communication Principles Simulation of delay spread matlab simulation for a variety of environments
morphologiy_based_tgt_det
- morphoology based target detection on matlab.
rls
- RECURSIVE MEAN SQUARE ALGORITHM
FERBSIM
- This MATLAB m-file ferbsim.m is a simulation program for a rotating flexible beam attached to a base. The mathematicla model is created from ferobem.m as system mass and stifness matrices
histogram_equalize
- Histogram Equalization Input: Bitmap image Output: Bitmap image enhanced Descr iption: Do 8-bit histogram equalization
HSJZ
- function [ H ,S ] = HS( f ) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1=diff(f,x1) f2=diff(f,x2) S= [f1 f2] H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)] end s0=sub