-
suixi
此项目完整玩具机器人代码和原理,还元器件清单;(This project complete toy robot code and principles, to restore the device list )
- 2015-04-15 23:33:44下载
- 积分:1
-
Experiments-with-MATLAB-by-moler
说明: MATLAB的经典书籍,moler编写的MATLAB和实验应用(MATLAB' s classic books, moler applications written in MATLAB and experimental)
- 2011-04-06 14:58:33下载
- 积分:1
-
trynew
关于水印技术的MATLAB源代码,具有很强的参考价值(On the MATLAB source code watermarking technology, has a strong reference value)
- 2011-10-10 11:14:24下载
- 积分: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
-
thresh_tool
This tool launches a GUI for thresholding an intensity input image. A line on the histogram indicates the current threshold level. A binary image is displayed in the top right based on the level, click and drag the line. The output image updates automatically.
- 2010-09-30 16:13:55下载
- 积分:1
-
exp02_NLMS
NLMS算法的仿真程序,初级入门的matlab仿真程序(NLMS algorithm simulation program, the initial entry of matlab simulation program)
- 2008-05-29 17:06:13下载
- 积分:1
-
IEC_sc
基于IEC推荐的闪变值计算模型;模拟滤波器(IEC flicker on the value of the recommended model analog filters)
- 2020-10-28 15:29:58下载
- 积分:1
-
bicm16qam
16QAM采用比特交织编码的性能MATLAB仿真(Performance using bit-interleaved coded 16QAM MATLAB simulation)
- 2021-04-26 14:28:45下载
- 积分:1
-
ga-tool3
基于matlab的关于遗传算法的一些重要的函数的m文件,供读者参考
(Based on some of the important matlab m file on genetic algorithm function for readers reference)
- 2013-12-23 14:18:19下载
- 积分:1
-
STLFMCWtest
stlfmcw雷达对目标的测速和测距,通过上下差频得到差拍信号,在进行快速fft得到目标的一维距离和速度(st fmcw radar target speed and distance measurement, frequency beat signal obtained by the difference between up and down, making quick fft obtained one-dimensional target distance and speed)
- 2020-12-05 19:49:23下载
- 积分:1