-
ch1
连续信号及其Matlab实现,包括单位冲激信号,单位阶跃函数等
(Continuous signal and its Matlab to achieve, including the unit impulse signal, unit step function, etc.)
- 2008-01-25 21:47:36下载
- 积分:1
-
Matrixandlinearequations
矩阵与线性代数方程组中
线性方程的数值解
矩阵分解
矩阵求逆
(Matrices and linear algebraic equations in the numerical solution of linear equations matrix inverse matrix decomposition)
- 2010-11-30 13:30:53下载
- 积分:1
-
hmm_model
inicializacion, entrenamiento y validacion de modelos hmm para reconocimiento de digitos
- 2009-05-14 01:16:43下载
- 积分:1
-
b
说明: :DBSCAN是一个基于密度的聚类算法。该算法将具有足够高密度的区域划分为簇,并可以在带有“噪声”的空间数
据库中发现任意形状的聚类。但DtLqCAN算法没有考虑非空间属性,且DBSCAN算法需扫描空间数据库中每个点的e一
邻域来寻找聚类,这使得DBSCAN算法的应用受到了一定的局限。文中提出了一种基于DBSCAN的算法,可以处理非空
间属性,同时又可以加快聚类的速度。(: DBSCAN is a density-based clustering algorithm. The algorithm has a sufficiently high density area is divided into clusters, and to be with the " noise" found in the spatial database clusters of arbitrary shape. But DtLqCAN algorithm did not consider non-spatial attributes, and spatial database DBSCAN algorithm to be scanned for each point e in the neighborhood to find a cluster, DBSCAN algorithm which makes the application subject to certain limitations. In this paper, an algorithm based on DBSCAN can handle the non-spatial attributes, can also speed up the clustering speed.)
- 2010-12-06 16:38:45下载
- 积分:1
-
QPSK1
说明: 基于Matlab的QPSK算法仿真,包含了算法结构,仿真图形等,仿真了通信过程中的调制过程。(Matlab simulation based on the QPSK method, including the algorithm structure, graphics, simulation, simulation of the communication process in the modulation process.)
- 2011-04-14 10:24:01下载
- 积分:1
-
filter2
digital flir filter with matlab .
plotting
- 2010-10-06 03:49:21下载
- 积分:1
-
jack_immune
基本的免疫克隆算法,可以帮组大家学习智能算法(The basic immune clonal algorithm, can help set them to learn from intelligent algorithm)
- 2011-05-19 22:12:18下载
- 积分:1
-
aaq1
经典music算法对一维水声信号进行处理的matlab程序,多注解菜鸟版。(Classical music algorithm for one-dimensional underwater acoustic signal processing matlab program, to comment rookie version.)
- 2012-05-24 15:46:21下载
- 积分:1
-
6_1
1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有:
1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为:
1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
编写主函数,并测试以下内容:
1) 定义一个CStudent的指针数组pStu,数组长度为4;
2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内;
3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内;
4) 利用while循环调用数组里每个元素的计算平均成绩操作;
释放动态分配的空间,确保必要的析构函数能被调用。
(1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are:
1) Save English, shaping member variables politics, mathematics, geography and history, art achievements
2) Set the above variables public member function
3) public member function of the output of the variable
4) public member function Average () is used to calculate the average student s points
The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows:
1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables
2) Set the above variables public member function
3) public member function of t)
- 2014-10-20 15:29:16下载
- 积分:1
-
difffilter
MATLAB implementation of 4 different diffusion filtering algorithms. Better performance to remove noise than conventional low-pass filtering.
- 2011-05-08 19:12:01下载
- 积分:1