-
K-negibour-method
利用K近邻法实现数字识别算法。误差小,识别效率高,网络训练速度快。(K-nearest neighbor algorithm, digital identification algorithm. Error is small, high recognition efficiency and speed of network training.)
- 2012-06-27 22:08:44下载
- 积分:1
-
compare_segmentations
This is very important code for image segmentation comparisons, this code calculates RI, GCE and VI for segmentation comparisons.
- 2013-09-22 20:11:33下载
- 积分:1
-
code
CMI和AMI编解码过程,并且写成GUI,编译环境是matlab2014b.(CMI and AMI encoding and decoding process, and write GUI, build environment is matlab2014b.)
- 2015-01-14 09:36:34下载
- 积分:1
-
CMAC
小脑模型是一种表达复杂非线性函数的表格查询自适应神经网络,此列例举了用于非线性函数逼近(CMAC is a complex nonlinear function of the expression of the form query adaptive neural network, this column cites for nonlinear function approximation)
- 2010-06-22 16:03:38下载
- 积分:1
-
ObjTracking
目标跟踪的综述,是学习视频图像中目标跟踪的必看文献。(Summary of target tracking, is to learn the video image object tracking must-see literature.)
- 2010-07-27 19:18:54下载
- 积分:1
-
BSS_Demo4SP_20Mar2k5
定点频域ICA,使用高斯函数、负熵最大化来处理语音信号分离问题的演示(FIXED-POINT FREQUENCY DOMAIN ICA with
GENERALIZED GAUSSIAN FUNCTION BASED
NEGENTROPY APPROXIMATION for SPEECH SIGNAL
SEPARATION)
- 2009-03-14 09:36:45下载
- 积分:1
-
NLMS
数字助听器回声消除采用自适应回声消除算法。NLMS算法的得到了很大的应用,matlab仿真程序,很有用(Digital hearing aids in the NLMS echo cancellation algorithm MATLAB simulation program, oh well )
- 2021-04-29 11:38:43下载
- 积分:1
-
svm
SVM matlab的源代码,用于建立支持向量机模型(code for svm)
- 2012-06-21 16:15:33下载
- 积分:1
-
three_joint_workspace
利用matlab的simulink进行三杆的工作空间仿真分析(The use of matlab simulink for three working space simulation analysis)
- 2013-08-13 11:06:07下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1