-
programming_tips
Some useful matleb tips
- 2009-05-10 22:35:06下载
- 积分:1
-
A_35
语音识别matlab源代码,包括预处理、特征提取、训练识别(Speech recognition matlab source code)
- 2012-04-10 15:16:29下载
- 积分:1
-
kalman
kalman滤波算法。通过卡尔曼滤波算法,实现对发放信号的滤波还原。(the algorithm of kalman filtering)
- 2011-11-10 22:25:48下载
- 积分:1
-
MATLAB7_0
matlab基础教程,从最简单的程序安装开始,适合新手学习(matlab basic tutorials, from the most simple program installation begins, for beginners to learn)
- 2010-06-30 10:50:17下载
- 积分:1
-
histogramprocessing
Several functions are provided for Histogram Processing. They include: PDF, CDF, and Histogram Equalization. For further details, please refer to: "Gonzales & Woods, DIP, 2nd. ed."
(Several functions are provided for Histog ram Processing. They include : PDF, CDF, and Histogram Equalization. For further detai ls, please refer to : "Gonzales)
- 2007-06-17 12:41:25下载
- 积分:1
-
Matlab-spacturm
包含两个画频谱图的matlab程序及代码注释
点出了画频谱时应注意点(constain two matlab cord about how to plot spactuam and what we should attent when we do this)
- 2014-10-21 14:16:33下载
- 积分:1
-
double-talk-dectetion
主要根据回声路径的改变来判断是否发生了双端通话,对研究算法的同学具有一定的参考价值。(A double-ended conversation about the detection of foreign literature, mainly based on changes in the echo path to determine whether there has been double-ended conversation, students study algorithm has a certain reference value.)
- 2020-11-20 00:29:37下载
- 积分:1
-
Gaborfiltering
一种改进型Gabor滤波方法。此程序可以Gaobr的滤波效果。并且是分4个不同的方向滤波。(An improved Gabor filtering method.)
- 2013-11-20 10:28:23下载
- 积分:1
-
equation
这是用matlab工具箱解决热传导微分方程的一个实例,这里用正六边形、圆形、矩形的三个算例,同时画出来了图像表示温度分布(you can use it to solve the equation and make a picture with matlab,it s easy and straight)
- 2014-01-16 10:00:25下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1