-
78
说明: 思源科技出版 matlab基础与提高 7-8章 源代码(Springsoft Publishing matlab base and improve the source code of Chapter 7-8)
- 2010-04-24 11:56:46下载
- 积分:1
-
YES-corner
基本角点检测方法的算法代码!
无错误,直接运行!(Basic corner detection algorithm code! Error-free, direct run!)
- 2013-03-30 22:35:41下载
- 积分:1
-
AVS_speech_codes
AVS Speech Code this code describe AVS sppech code in Matlab
- 2014-02-16 05:34:48下载
- 积分:1
-
Genetic Algorithm with PHM
遗传算法与和机械故障诊断向结合的matlab程序,包括例子,少许修改即可自用。(Genetic algorithm and MATLAB combined with mechanical fault diagnosis, including examples, can be used by a small number of modifications.)
- 2020-10-12 23:27:32下载
- 积分:1
-
GAMBIT
本文主要是介绍GAMBIT建模的基元和过程(GAMBIT modeling are introduced and the process of primitive)
- 2010-07-22 22:31:38下载
- 积分:1
-
histogramequalization
In histogram equalization we are trying to maximize the image contrast by applying a gray level transform which tries to flatten the resulting histogram. The gray level transform is a scaled version of the original image s cumulative histogram. That is, the graylevel transform T is given by T[i] = (G-1)c(i), where G is the number of gray levels and c(i) is the normalized cumulative histogram of the original image.
- 2011-05-25 13:03:31下载
- 积分:1
-
fourier_series_real
This function computes the fourier series of a signal x(t). The amplitudes of the fourier series have the same dimension of the original signal, so this function is useful for immediate computation of the actual frequency components, without further processing.
- 2013-05-04 23:23:45下载
- 积分:1
-
demo_MLS
matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率(matlab algorithms- calculate the three-dimensional curvature of scattered point cloud, including the main curvature, Gaussian curvature and the mean curvature)
- 2020-11-18 16:29:38下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
matlab-sources
说明: matlab经典算法源程序,包括插值与拟合、规划问题、绘图、解方程、数据分析等(classical algorithm matlab source, including interpolation and fitting, programming, drawing, solving equations, data analysis, etc.)
- 2011-03-25 13:14:29下载
- 积分:1