-
pso_multidim
多维粒子群优化算法的matlab代码,可求解多目标问题(Multidimensional particle swarm optimization matlab code, multi-objective problem can be solved)
- 2021-02-26 16:49:37下载
- 积分:1
-
integral--PID-algorithm
基于matlab实现积分分离的PID算法程序,m文件
(matlab integral separation PID algorithm)
- 2014-09-10 19:48:26下载
- 积分:1
-
ofdmmm
OFDM,QPSK调制下仿真程序,包括信道编解码,调制解调,上下采样(OFDM, QPSK modulation simulation program, including channel coding and decoding, modulation and demodulation, and down sampling)
- 2013-12-11 17:20:01下载
- 积分:1
-
signal
信号产生和fft变换分析 信号通过switch函数选择产生(Signal generation and fft transform analysis of the signal generated by switch function selection)
- 2012-04-07 23:28:54下载
- 积分:1
-
matlab10sxindianshujudongtaixianshi
在matlab中实现心10s电数据动态显示(In the heart of the matlab realize 10s electricity dynamic data display)
- 2011-05-17 09:46:17下载
- 积分:1
-
spectra
Spectra is made using simple mathematics
- 2013-04-04 18:22:21下载
- 积分:1
-
MATLABexample
这是一个关于matlab的课件,里面有几个小例子,可供参考!(This is a study on matlab courseware, which has several small example is available for reference!)
- 2008-05-28 16:19:24下载
- 积分:1
-
QBVMD
VMD变分模态分解,vmd函数是通用的,vmd_test是1s专用的,所以只要改test文件,要设一个时间(VMD variable modal decomposition, vmd function is universal, vmd_test is dedicated to 1s, so just change the test file, set a time)
- 2020-07-02 01:40:01下载
- 积分:1
-
BaoHemiaoshu
此函数用来演示自动控制系统中的饱和非线性特性的描述函数
此函数是要调用输入的A矩阵中的元素
输入变量a,k的含义分别为:(This function is used to demonstrate automatic control system of the description of the saturation nonlinearity function this function is to call the input of the A element in the input variables a, k means are:)
- 2010-12-27 22:54:27下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1