-
upml-2D
a 2D upml code for TEz
- 2009-09-24 23:06:03下载
- 积分: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
-
duc
实现内插数字上变频 内插 低通滤波器的子程序 整个系统的调试(Upconverting interpolation interpolated digital low-pass filter of the subroutine of the entire system debugging)
- 2021-03-01 16:29:34下载
- 积分:1
-
concept-of-fuzzy-entropy
本文介绍了两种新的图像增强算法:一种是基于模糊嫡的图像滤波器,另一种是改进的模糊松弛迭代增强算法。前者将图像分为若十窗日,分别计算每个窗日关于不同模糊集的模糊嫡,根据最
小模糊嫡原则,确定该窗日中心灰度的大小,该方法充分利用了图像窗日中像素的区域信息。
(This paper introduces two new image enhancement algorithm: one is based on fuzzy entropy image filters, another improved fuzzy relaxation iterative enhancement algorithms. The former image into the ten windows day, the date of each window on different fuzzy sets fuzzy entropy, were calculated according to the minimum fuzzy entropy principle, determine the size of the window day center gray, full use of the Japan-China pixels of the image window region information.)
- 2013-03-29 10:58:45下载
- 积分:1
-
zeroxing
This code takes speech as input, removes silence region based on zero crossing rate and energy.output of the code is only voiced region of the input speech signal.the input is of the .wav format.
- 2015-02-13 18:06:19下载
- 积分:1
-
GMCA
gmcalab 快速广义的形态分量分析算法,用于图像修复,稀疏分解、降噪等,用途广泛。从mca主页下载的(gmcalab fast generalized morphological component analysis algorithm for image restoration, sparse decomposition, noise reduction, and versatile. Mca downloaded from the home page)
- 2014-02-19 15:37:52下载
- 积分:1
-
experiment1
fuzzy arithmetic program is creating error
- 2011-02-10 16:14:21下载
- 积分:1
-
fracF
Fast computation of the fractional Fourier transform,
- 2014-11-17 09:49:18下载
- 积分:1
-
matlab-examples
帮助初学者学习matlab的90个学习实例(90 learning examples to help beginners learn matlab)
- 2013-03-26 15:27:41下载
- 积分:1
-
ImageEncryptionGui
this code describes image encryption process of color image using Matlab
- 2010-10-04 18:01:08下载
- 积分:1