-
truemm
利用MATLAB计算GPS运动方程的一个子程序(GPS calculations the equations of motion)
- 2009-10-06 11:43:00下载
- 积分:1
-
fukebai
傅科摆的matlab模拟程序,有考虑一次阻力,二次阻力。同时有一个word描述。学习matlab ode的好代码(Foucault pendulum matlab simulation program, considered a resistance, secondary resistance. At the same time there is a word description. Code of good learning matlab ode)
- 2013-11-25 20:12:27下载
- 积分:1
-
UWB-corrsyn
解决IR-UWB通信系统信号捕获和同步。该方法基于导频序列。接收机使用与导频脉冲序列相匹配的相关滤波器。(To solve the IR-UWB communication system signal acquisition and synchronization. The method is based on the pilot sequence. The receiver uses correlation filter pulse sequence matching with the pilot.)
- 2015-04-16 21:35:27下载
- 积分:1
-
GA_struct
基于遗传算法优化神经网络,主要功能是用于曲线拟合(Neural network optimization based on genetic algorithms, the main function for curve fitting)
- 2021-01-31 10:18:38下载
- 积分:1
-
mfccccc
梅尔倒频谱,语音识别的相关代码,以及相关注释(Mel cepstrum, speech recognition-related code, and related notes)
- 2011-11-05 21:48:54下载
- 积分:1
-
MATLAB-cources
MATLAB教程 是一个系列的教程对MATLAB的初学者很有用(matlab cources)
- 2013-05-21 20:49:07下载
- 积分:1
-
终极代理CC发包压力测试
免费分享给大家多多关照以后有很多不懂的大家多多帮忙(Free for everyone to learn)
- 2020-06-23 11:00:02下载
- 积分:1
-
ADC15_Matlab
15位ADC ,MATLAB仿真。。。。。。(15-bit ADC, MATLAB simulation。。。。。。。)
- 2010-07-09 10:08:32下载
- 积分: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
-
ai_RayCh
瑞利衰退通道模型,以matlab寫成。這是我用網路上可找到的資源,加以修改,使其更能適應各種不同狀況的模型。(Rayleigh fading channel using Dent model, and my own improvement.)
- 2010-10-17 16:24:33下载
- 积分:1