-
ARpuguji
说明: AR过程的线性建模与功率谱估计及教程、实例、实验等内容(The linear AR process modeling and power spectrum estimation and tutorials, examples, experiments, etc.)
- 2011-04-12 19:13:52下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
DIA
基于matlab的彩色图像分割,方法是K-means聚类分割(Matlab-based color image segmentation method is K-means clustering segmentation)
- 2014-01-16 16:22:06下载
- 积分:1
-
bessel
该程序用来实现贝塞尔第一类函数,阶数从0到7.(This is bessel function of order 0 through 7.)
- 2010-12-08 09:06:14下载
- 积分:1
-
暂态起点提取
使用信号的Higuchi分行维数提取出信号的暂态特征(Using Higuchi Branch Dimension of Signal to Extract Transient Characteristics of Signal)
- 2021-04-21 21:08:49下载
- 积分:1
-
禁忌搜索
说明: 一种亚启发式(meta-heuristic)随机搜索算法,它从一个初始可行解出发,选择一系列的特定搜索方向(移动)作为试探,选择实现让特定的目标函数值变化最多的移动。(A meta-heuristic random search algorithm that starts with an initial feasible solution and selects a series of specific search directions (moves) as heuristics, selecting the moves that achieve the most changes in the value of a particular objective function.)
- 2021-02-24 15:44:36下载
- 积分:1
-
kl
说明: matlab下KL变换,用于去除随机噪声(KL transform)
- 2009-05-14 16:48:45下载
- 积分:1
-
Untitled
说明: 利用MATLAB语言来实现Levinson-Durbin递推算法,并估计AR模型参数,从而对正弦信号加白噪声进行功率谱估计。(Using MATLAB language to implement Levinson-Durbin recursive algorithm, and estimate the AR model parameters, thus sinusoidal signal plus white noise power spectrum estimation.)
- 2011-04-01 13:42:18下载
- 积分:1
-
euro
MATLAB程序,用于计算图象中的欧拉数,简单实用(MATLAB procedures used in the calculation of the image Euler number, simple and practical)
- 2006-06-15 16:44:07下载
- 积分:1
-
beamform_sparse_array
自己编写的稀疏阵列的matlab波束形成程序,可画出9阵元稀疏阵列的阵列方向图,以及相应阵列的排列示意图和同等数目阵元的均匀阵列的对比效果图(sparse array beamforming)
- 2021-05-14 16:30:02下载
- 积分:1