-
SingleNeuralNetPIDDecoupleControllerbasedonHebbLea
单神经元PID多变量解藕控制,与普通的PID解藕控制具有响应速度快自适应能力强(Single neuron PID control of multivariable coupling solution, with the ordinary PID control solution lotus fast adaptive response to strong)
- 2009-07-12 16:26:07下载
- 积分:1
-
myhisteq
该程序实现对直方图均衡化,可以达到图象增强的效果,是图像处理的重要内容。(the program right histogram equalization, can achieve the effect of image enhancement, image processing is an important element.)
- 2006-06-30 10:38:29下载
- 积分:1
-
original_DTC
基于最简单的直接转矩控制的matlab程序框图,经试验,完全可以正常运转(Based on the most simple and direct torque control matlab block diagram, the test, can operate normally)
- 2013-07-23 15:56:42下载
- 积分:1
-
QR-decomposition-based_RLS_Algorithms
QR decomposition based RLS Algorithms using matlab with example
- 2013-12-21 16:38:46下载
- 积分:1
-
turbo-related
turbo码相关的程序 以及3GPP协议 对于研究turbo码方面的朋友有很大帮助,包括编码译码等等程序(turbo codes and procedures related 3GPP protocol for the study of aspects of turbo codes friends are very helpful, including the coding and decoding procedures, etc.)
- 2013-11-30 15:31:27下载
- 积分:1
-
ofdm-Rx
Matlab Code for OFDM Reciever
- 2011-04-21 01:14:30下载
- 积分: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
-
DelayTime_MutualInformation
这是一个matlab程序,用互信息法求混沌重构时延的主程序(This is a matlab program, the main delay for chaotic reconstruction method using mutual information)
- 2014-02-13 00:40:44下载
- 积分:1
-
EMD资料汇总均可用
说明: 本压缩包是对资料进行整合,整合内容均可用。包括快速emd eemd等资料(This compression package is for data integration, and the integrated content is available. Including fast EMD EEMD and other data)
- 2020-01-05 17:46:19下载
- 积分:1
-
Neural-network
一种基于神经网络模型的matlab实现程序(Based on neural network model matlab implementation procedures)
- 2010-02-02 15:46:05下载
- 积分:1