-
matlabsounds
matlab 处理声音合成,分解,删除等操作(matlab deal with sounds)
- 2010-12-02 00:28:57下载
- 积分: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
-
wind——power-PMSG_detailed
基于matlab的同步风力发电模型仿真,可以放心下载(Matlab - based synchronous wind power model simulation, you can rest assured to download)
- 2020-06-21 23:20:01下载
- 积分:1
-
matlab
newmark迭代法求解SMA的伪弹性效应的相变(Newmark iteration method for solving the pseudo elastic effect of SMA)
- 2021-03-23 10:19:15下载
- 积分:1
-
2D_Split_step_fast_foruier_methoD
分步傅立叶法计算高斯光脉冲在 光纤中的传播 考虑二阶色散(Split-step fast foruier method)
- 2010-11-03 19:53:41下载
- 积分:1
-
lscylinder
应用Gauss-Newton.圆柱拟合
(Application of Gauss-Newton. Cylindrical fitting)
- 2008-04-21 15:12:25下载
- 积分:1
-
k_svd
k-svd算法m代码.用于形成冗余字典,对图像进行稀疏分解(m k-svd algorithm code used to create a redundant dictionaries, sparse decomposition of images)
- 2011-10-11 15:11:44下载
- 积分:1
-
henghen
LDPC码的完整的编译码,AHP层次分析法计算判断矩阵的最大特征值,插值与拟合,解方程,数据分析。( Complete codec LDPC code, Calculate the maximum eigenvalue judgment matrix of AHP, Interpolation and fitting, solution of equations, data analysis.)
- 2016-11-15 12:48:35下载
- 积分:1
-
computingBERwithHamming
Script for computing BER with Hamming (7,4) code and maximal
likelihood hard decision decoding
- 2010-07-13 22:48:17下载
- 积分:1
-
1
说明: MATLAB在信号处理中的应用1
信号及其表示
信号的基本运算
信号的能量和功率 (MATLAB in signal processing of the application of a
Signal and its representation
Signal basic operations
The signal energy and power )
- 2009-10-24 11:30:00下载
- 积分:1