-
matlab-final-work
说明: matlab课程大作业,共两个小程序,一个是根据shouming.txt 中的数据分析人均寿命分布情况;另一个是任意输入两个相向而行的波的幅度、频率、相位,观察这两个波叠加的动画,比如可以形成驻波、拍等典型的波(matlab course great job, a total of two small programs, one is based on shouming.txt life expectancy in the distribution of data analysis the other is the two meet each other halfway arbitrary input wave amplitude, frequency, phase, observation of these two waves superposition of the animation, such as to form a standing wave, making the typical wave)
- 2011-03-11 12:19:48下载
- 积分:1
-
MATLAB_fuzzy
模糊控制隶属度函数及部分代码,幻灯片讲义(Fuzzy control membership function and part of the code)
- 2012-06-04 10:55:24下载
- 积分:1
-
rbf
rbf neural network in matlab
- 2015-02-18 05:19:04下载
- 积分:1
-
QPSK-matlab
QPSK通过瑞利信道的MATLAB仿真,测试能成功(QPSK Rayleigh channel through MATLAB simulation, the test will succeed)
- 2008-12-18 10:29:45下载
- 积分:1
-
picture1bfgs
说明: 最优化作业写的小程序 ,BFGS做优化问题的。(BFGS does the optimization problem.)
- 2020-05-27 19:03:00下载
- 积分:1
-
bldy
比例导引法三自由度弹道源代码,用matlab编写的(Three degrees of freedom ratio of guided ballistic method source code, written with matlab)
- 2009-05-10 17:01:44下载
- 积分:1
-
Loudness_Toolbox
强大的响度计算工具包。可以计算稳态的响度和瞬态的响度。并且可以将响度表示在时域上。(Loudness calculated powerful toolkit. Can calculate the loudness of steady state and transient loudness. Loudness and can be expressed in the time domain.)
- 2020-12-15 16:29:13下载
- 积分:1
-
tiaozhijietiao
实现BPSK,QPSK,16QAM,64QAM等的调制解调(Achieve BPSK, QPSK, 16QAM, 64QAM modulation and demodulation, etc.)
- 2011-05-22 14:30:06下载
- 积分:1
-
Matlab
Matlab的积分内容,举例说明了积分的应用,还有怎么解决Matlab中内容复制到Word等时出现乱码的问题(Matlab integration content, illustrates the application of integration, as well as how to solve Matlab, copy the contents to Word and other problems when garbled)
- 2013-07-12 21:49:03下载
- 积分: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