-
New-Folder
some numerical calculation to solve differential equiations
- 2011-02-25 21:17: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
-
cyclic_bispectrum
MATLAB 平台编写的循环双谱程序,有详细说明(Cycle bispectrum program written in MATLAB platform, a detailed description is included.
)
- 2012-11-19 23:37:14下载
- 积分:1
-
Fractals
finger print matching using fractalanalysis
- 2015-04-15 16:53:41下载
- 积分:1
-
matlab_hyperspectral_toolbox_v0.04
高光谱的MATLAB工具箱,可以参考一下,方便易用(Hyperspectral MATLAB toolbox, you can refer to, easy to use)
- 2017-09-17 12:48:08下载
- 积分:1
-
quzaocanshu
该程序用于计算信号去噪后的指标(平滑度、信噪比等)(The program is used to calculate the signal de-noising index (smoothness, signal to noise ratio, etc.))
- 2020-08-14 15:58:30下载
- 积分:1
-
BOC_ACF_Formula
利用公式画图 BPSK、BOC的理想自相关函数,以及数字畸变自相关函数情况下的相关函数(Using the formula to draw BPSK, the ideal autocorrelation function of BOC, and digital autocorrelation function in the case of correlation function)
- 2017-01-14 20:08:49下载
- 积分:1
-
MATLAB与IDL数据转换
应用背景.mat格式如何转换为.dat格式。.dat数据的用途更为广泛,可用于C语言读写。在数字信号处理,特别是雷达图像处理领域,IDL的应用非常普遍,因此,如何实现MATLAB与IDL之间数据格式的转换,非常重要。关键技术转换使用读取复数的实部和虚部的方法。用于将..mat格式的数据在IDL中转换为.dat数据,也可用于将.dat数据转换为matlab中可load的.mat格式。
- 2022-03-21 08:49:35下载
- 积分:1
-
超宽带技术的仿真,可以正常运行,一个师兄的
超宽带技术的仿真,可以正常运行,一个师兄的-uwb
- 2022-07-20 13:28:30下载
- 积分:1
-
matlab_nidaqmx_example
example for national instruments devices
- 2009-05-24 20:11:10下载
- 积分:1