-
Hydraulicarmmodelingviamatlabsimhydraulics
System modeling is a vital tool for cost reduction and design process speed up in
most engineering fi elds. The paper is focused on modeling of hydraulic arm as a part
of intelligent prosthesis project, in the form of 2DOF open kinematic chain.
- 2010-11-18 15:24:59下载
- 积分:1
-
mov2im
save out a series of images from a movie in Matlab
- 2013-10-30 03:43:39下载
- 积分:1
-
Spreading-code-acquisition-method
扩频伪码捕获方法,截获搜索策略及截获判定。(Spreading pseudo-code acquisition method, the to intercept search strategy and intercepted judgment.)
- 2013-04-16 21:05:41下载
- 积分:1
-
VBLRMat
matlab基础,压缩感知技术重建程序,matlab程序例程(compressive sensing)
- 2014-01-14 23:47:31下载
- 积分:1
-
Trilateral-exchange-simple-algorithm
图论里面的三边交互算法,matlab编制的(The trilateral exchange simple algorithm)
- 2013-08-09 11:28:08下载
- 积分:1
-
CA
用matlab编写了一个简单的元胞自动机交通可以进行多车道的模拟,有相关的函数(Prepared using matlab a simple cellular automaton can be multi-lane traffic simulation, have related functions)
- 2013-09-23 16:42:39下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
fgnmdfcn
用于信号特征提取、信号消噪,快速扩展随机生成树算法,最小二乘回归分析算法,包括广义互相关函数GCC时延估计,信号处理中的旋转不变子空间法,包括最小二乘法、SVM、神经网络、1_k近邻法,包含特征值与特征向量的提取、训练样本以及最后的识别,针对EMD方法的不足。( For feature extraction, signal de-noising, Rapid expansion of random spanning tree algorithm, Least-squares regression analysis algorithm, Including the generalized cross-correlation function GCC time delay estimation, Signal Processing ESPRIT method, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, For lack of EMD.)
- 2016-04-10 01:22:22下载
- 积分:1
-
bfo
细菌优化算法程序,通过动态的演示说明细菌优化算法的优化过程,从而反应了该算法的有效性。(Bacteria optimization process, through dynamic optimization algorithm demonstrates that the optimization process of bacteria, which reflects the effectiveness of the algorithm.)
- 2010-11-17 12:10:09下载
- 积分:1
-
Chebyshev_Riblet
自己编写的一线阵chebyshev-riblet程序,波束综合程序(An chebyshev-riblet pattern synthesis program by myself)
- 2009-12-06 20:25:10下载
- 积分:1