-
GPC
多变量广义预测的控制算法MATLAB代码(Multivariable generalized predictive control algorithm MATLAB code)
- 2020-11-19 20:09:37下载
- 积分:1
-
chapter-5
说明: 《matlab语言常用算法程序集》源代码 第五章(" Matlab common algorithms assembly language" source code Chapter)
- 2011-03-24 11:06:44下载
- 积分:1
-
kmedian
The method works as follows.
1. For a data set with dimensionality, d, compute the variance
of data in each dimension (column).
2. Find the column with maximum variance call it cvmax
and sort it in any order.
3. Divide the data points of cvmax into K subsets, where K is
the desired number of clusters.
4. Find the median of each subset.
5. Use the corresponding data points (vectors) for each
median to initialize the cluster centers.
- 2013-08-10 03:45:31下载
- 积分:1
-
Stator_Flux_Section20151125
有关交流异步电机的直接转矩控制,定子磁链定向的控制策略(Direct Torque Control Strategy about AC induction motor control, the stator flux oriented)
- 2016-06-01 18:27:19下载
- 积分:1
-
myCAgen生成CA码
myCAgen生成CA码,myCAtest计算不同CA码的自相关和互相关函数并画出来(myCAgen.m generates CA code, and myCAtest computes the correlation and selfrelation of different CA codes.t)
- 2021-01-11 09:28:49下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1
-
MatlaB
matlaB相关资料的讲义,中文讲义,适用于matlaB初学者。(Handouts matlaB relevant information, Chinese handouts for matlaB beginners.)
- 2014-01-26 10:32:32下载
- 积分:1
-
基于均匀线阵的MUSIC算法的DOA估计
说明: 基于天线阵列协方差矩阵的特征分解类DOA估计算法中,多重信号分类(MUSIC)算法具有普遍适用性,只要已知天线阵的分布形式,无论直线阵还是圆阵,不管阵元是否等间隔分布,都可以得到高分辨率的估计结果。(In the DOA estimation algorithm based on eigendecomposition of antenna array covariance matrix, the multi signal classification (Music) algorithm has universal applicability. As long as the distribution form of antenna array is known, whether the linear array or the circular array, whether the array elements are equally spaced or not, the high-resolution estimation results can be obtained.)
- 2020-06-11 18:00:23下载
- 积分:1
-
mesh2tri
说明: Matlab网格划分程序可以将结构的四边形网格转换为三角形网格。
但该文件中内容重复了mesh2tri函数写了两遍,可以删除重复部分。
Demo:
clear all close all clc
(Matlab grid program
1. Create mesh grid
2. Plot the original rectangular mesh
3.1 forward slash division of quadrilateral)
- 2020-11-26 14:49:31下载
- 积分:1
-
choose_path_and_file
用于自定义文件的路径和分类显示特定类型的文件菜单,适用于matlab GUI设计(for documents from the path definition and classification of specific types of shows the File menu, in Matlab GUI design)
- 2006-05-27 08:21:37下载
- 积分:1