-
Gain
encoding and decoding using huffman
- 2011-12-08 06:48:52下载
- 积分:1
-
kalman-tracking
卡尔曼滤波应用 通过卡尔曼滤波跟踪移动中的目标(Kalman filtering applications through the Kalman filter tracking moving target)
- 2013-11-20 15:27:38下载
- 积分: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
-
solar_mppt_resistive_load
simulation pv mppt buck avec Simulink
- 2015-03-11 10:13:54下载
- 积分:1
-
Matlab-Classic-tutorial
matlab经典教程,从入门到精通,包括基础知识、界面、GUI、编程等(Matlab classic tutorial, entry to the master, including basic knowledge of GUI programming, interface,, etc.)
- 2015-04-01 14:58:10下载
- 积分:1
-
雷达实验
实现脉冲压缩与相控阵的matlab实现
脉冲压缩雷达发射宽脉冲信号,接收和处理回波后输出窄脉冲的雷达。为获得脉冲压缩的效果,发射的宽脉冲采取编码形式,并在接收机中经过匹配滤波器的处理。脉冲压缩雷达的优点是能获得大的作用距离和具有很高的距离分辨力。(pulse compression&phased array)
- 2017-09-23 09:32:19下载
- 积分:1
-
017854-01
MATLAB应用技术配套电子教案
第一章 MATLAB基本知识
第二章simulink 仿真技术
第三章 电力电子与MATLAB应用技术
第四章 MATLAB与交直流调速系统仿真
第五章MATLAB与电力系统仿真
第六章 MATLAB与模糊控制系统
第七章 MATLAB其他应用技术(MATLAB Applications MATLAB supporting electronic teaching the basics of Chapter II Chapter III Chapter simulink simulation with MATLAB Applications Power Electronics Chapter MATLAB simulation of speed control system with AC-DC Chapter MATLAB Power System Simulation with MATLAB and Fuzzy Chapter VI Chapter VII of the other control system application technology MATLAB)
- 2010-10-18 14:22:26下载
- 积分:1
-
facedetection
基于matlab的简单的人脸识别的代码,希望对大家有用(face detection)
- 2015-01-12 13:16:36下载
- 积分:1
-
matlab-code-algorithm-for-ACO_on_JSSP
Accountable Care Organizations (ACOs) are groups of doctors, hospitals, and other health care providers, who come together voluntarily to give coordinated high quality care to their Medicare patien
- 2013-12-30 00:28:17下载
- 积分:1
-
FM_modulation_and_demodulation
一份简单的FM调制以及解调的matlab程序,对于刚学习通信系统的朋友有用(A simple FM modulation and demodulation matlab program, for a friend just to learn a useful communication system)
- 2010-07-19 00:05:09下载
- 积分:1