-
MATLAB
这是我在学matlab时的一个例子,我感觉是入门的一个导师。(This is my students an example of when matlab, I feel is the entry of a mentor.)
- 2009-05-05 16:41:03下载
- 积分:1
-
chazhinihe
说明: 一个利用MATLAB来进行数值的差值和拟合的经典程序,希望能对大家有帮助。(Using MATLAB to carry out a numerical difference and fitting the classic procedure, hoping to be helpful.)
- 2010-04-06 08:50:29下载
- 积分:1
-
matlab_drawingbroad
基于matlab的小型画图板程序,可以实现基本的图形绘制,如线,圆,椭圆,矩形,多边形等。实现了matlab的GUI界面编程。(It s a little drawing broad programme based on matlab.)
- 2014-11-04 15:55:34下载
- 积分:1
-
matlab混合编程(书中程序)第二章
matlab混合编程(书中程序)第二章
-matlab mixed programming (program book) Chapter II
- 2022-06-27 23:22:37下载
- 积分:1
-
OSTU-matlab
ostu算法(最大类间房差法,类属于阈值分割)的maltab代码,用于计算机图像处理分割及其相关应用。(ostu algorithm (the largest difference room category, type of threshold segmentation is) the maltab code, used in computer image processing and related partition application.)
- 2009-05-18 14:39:44下载
- 积分:1
-
superresolution_v_2.0
说明: 几种高分辨率图像重建算法的实现
以及各功能对比,利用matlab GUI实现(super_resolution reconstrction)
- 2010-03-18 20:23:35下载
- 积分:1
-
SVM回归预测
1.%% 清空环境变量
2.%% 数据预处理
3.% 随机产生训练集和测试集
4.%% 数据归一化
5.%% SVM模型创建/训练
6.%% 利用回归预测分析最佳的参数进行SVM网络训练
7.%% SVM仿真预测
8.%% 绘图
- 2022-04-19 20:15:34下载
- 积分:1
-
LPC_ACFpitchdetection
这是一个简单的语音基音检测方法,通过对语音信号进行滤波、分帧、求自相关函数,可得到浊音的基音周期,从而实现基频检测。(This is a simple voice pitch detection, voice signals by filtering, sub-frame, find the autocorrelation function, voiced the pitch period available to achieve the fundamental frequency testing.)
- 2010-09-18 12:43:29下载
- 积分:1
-
subspec_magic
基于谱减法的语音增强程序,对高斯白噪声有很好的抑制效果(Based on spectral subtraction speech enhancement procedures, Gaussian white noise has a very good inhibitory effect)
- 2008-03-22 00:51:40下载
- 积分:1
-
haralickfeat
This is code for Haralick feature extraction for image in matlab. The basis for these features is the gray-level co-occurrence matrix. This matrix is square with dimension Ng, where Ng is the number of gray levels in the image. Element [i,j] of the matrix is generated by counting the number of times a pixel with value i is adjacent to a pixel with value j and then dividing the entire matrix by the total number of such comparisons made.
- 2013-10-01 21:03:21下载
- 积分:1