搜索资源列表
DSP的C程序和汇编程序库
- 经典DSP的C程序和汇编程序库,有很多实用的程序供大家参考,很有用的!-Classical DSP C language program and assembler language libary. It has many practical programe for all of us. It is very useful.
matlab-c
- MATLAB-C混合编程,在M文件中调用 C语言函数,对学混合编程的初学者有一定的帮助-MATLAB-C hybrid programming, the paper called M C language function, mixed programming for school beginners can help
模糊c-均值算法是模糊聚类
- 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
C-mean
- 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
C++ Builder && Matlab 混合编程
- C++ builder与 Matlab混合编程,通过Matcom将Matlab的m文件编译为cpp文件,实现C++ builder调用Matlab;软件完成后,可以脱离Matlab运行环境。
LDPC--C
- 此为C++环境下的LDPC编译码的完整的源代码。常用于通信系统的编译码仿真过程。有助于各种项目的完成。-This is the C++ environment LDPC coding and decoding of the complete source code. Commonly used in the encoding and decoding communication system simulation. Contribute to the completion of various
leach-c
- Leach-c , Sensor network routing protocol.
C-means
- 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
ALGO3-5
- Algo3-5.c C program for implementing Algorithm 3.5 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NU
C
- c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
C++_with_Matlab
- Why use C/C++ with Matlab? • Matlab can be slow • C++ can be fast – How can we integrate C++’s speed with Matlab’s convenience? Matlab’s convenience? • Goal: -Implement critical functions with (fast) C++ code, and use (
C-C-method
- 运用C-C算法重构相空间重构嵌入维数和计算时间延迟-Using C-C reconstruction of phase space reconstruction algorithm embedded dimension and computing time delay
C-C
- C-C方法用于计算相空间重构的参数,有注释-CC method is used to calculate the phase space reconstruction parameters comment
C-C-method
- 利用C-C方法计算嵌入延迟和嵌入维数,进而实现混沌相空间的重构,重构效果良好。-Using C-C method to calculate the delay and dimension to reconstruct the chaotic phase space , and having good effect.
C---C-method-for-lorenz-delay-time
- C-C方法求lorenz的延迟时间,还没试试,自己打开后改可以-C- C method for lorenz delay time
模糊C均值聚类(FCM)
- 模糊C均值聚类,matlab程序,简单易懂,程序可以运行。(Fuzzy C means clustering, Matlab code, easy to understand, the program can run.)
Fuzzy c-means algorithm
- 用模糊C均值聚类算法完成对输入数据的聚类。(Clustering using fuzzy C means clustering algorithm)
fuzzy c-means
- 基于fuzzy c-means(FCM)的无监督模糊聚类算法,输出值有:各个样本的类别标签、目标函数在每次迭代后的值、聚类中心以及聚类区间。内有测试数据data.mat,点击 test.m 可以完美运行。(The unsupervised fuzzy clustering algorithm based on fuzzy c-means (FCM) outputs the class labels of each sample, the value of the target function
模糊C均值聚类算法
- 模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective function, and determines the classifi
模糊PID控制算法C语言代码
- 模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)