-
solving
本实验先利用Mathematica求解非线性方程(组),探索不动点、混沌的性质(In this study, the first use of Mathematica for solving nonlinear equations (group), explore the fixed point, chaotic nature of the)
- 2009-12-29 01:10:34下载
- 积分:1
-
convolutive
卷积盲源分离,采用matlab编程,带有说明文档。(convolution Blind Source Separation using Matlab programming, with documentation.)
- 2020-06-30 12:00:02下载
- 积分:1
-
OFDM
OFDM系统仿真,包含串并转换,QAMmap,IFFT转换,并串转换之类。(OFDM System Simluation)
- 2014-10-25 20:00:40下载
- 积分:1
-
skewcorr
how to make skew fixed ya
- 2011-11-27 05:37:17下载
- 积分:1
-
plane_9_bar_truss
本程序主要是针对一九杆结构进行的动力学分析,用newmark法,威尔逊法,状态空间法,子空间迭代法等求解了结构动态响应,并给出了图像显示(This program is mainly aimed at the structure of the 19 dynamic analysis, using newmark method, Wilson law, the state space method, subspace iteration method for solving the structural dynamic response, etc., and gives the image display)
- 2010-03-12 10:10:37下载
- 积分:1
-
truss_static
编写了利用MATLAB计算任意桁架的静力分析,得到各杆的应力和各结点的位移,并画出变形前后的桁架图(The static analysis of arbitrary truss is made by using MATLAB, the stress of each rod and the displacement of each node are obtained, and the truss diagram before and after deformation is drawn)
- 2021-04-25 11:18:46下载
- 积分:1
-
HDBuu
数字图像处理,基于MATLAB 语言上万图像处理系统(DIGITAL IMAGE PROCESSORE AANDF)
- 2009-06-10 12:11:36下载
- 积分:1
-
mfsk
MFSK simulation, Coherent and non coherent detection including performance with awgn
- 2012-06-14 23:14:53下载
- 积分: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
-
Image-Segmentation
数字图像处理姚敏版第九章图像检测与分割部分例子的matlab代码.(Digital Image Processing Yao Min EDITION Chapter IX Some examples of image detection and segmentation matlab code.)
- 2016-04-09 17:23:06下载
- 积分:1