-
compute-satellite-postion
根据15个星历参数计算卫星地心地固坐标系下的速度,位置(6个开普勒轨道参数,9个摄动参数)(compute satellite postion)
- 2012-02-27 22:29:35下载
- 积分:1
-
Kronecker_matlab
运用matlab实现了kronecker无线信道模型的仿真,并有相应的测试例,可以直接通过本源码得到kronecker模型的H矩阵及其各种统计特性。(Kronecker achieved using matlab wireless channel model simulation, and there is a corresponding test cases can be directly obtained through this source kronecker model H-matrix and its various statistical properties.)
- 2021-01-13 10:58:48下载
- 积分:1
-
MCPFSK--simulation
用Matlab软件实现CPFSK信号在AWGN环境下的性能仿真(CPFSK signals using Matlab software performance in the AWGN environment simulation,)
- 2011-10-13 23:41:40下载
- 积分: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
-
dstatcom
this is a matlab file that cotains a simulon simulaton of a statcom compensator
- 2014-12-31 22:09:25下载
- 积分:1
-
rkf
自适应步长的Runge-Kutta-Fehlberg法解初问题常微分刚性方程组(Adaptive step size Runge-Kutta-Fehlberg method for solving initial problem of ordinary differential equations)
- 2016-06-05 21:09:48下载
- 积分:1
-
lab-2-tele3
examples code correctors
- 2011-05-03 08:35:50下载
- 积分:1
-
DMC_flexible_manipulator
DMC_flexible_manipulator Matlab m-file
- 2014-11-16 19:22:46下载
- 积分:1
-
m-file-for-knn-codeing
this code for pr classroom code useful
- 2012-12-30 15:40:17下载
- 积分:1
-
wave-transform_signal-processing
对信号进行小波变化,找出QRS波形,并利用不同方式进行消噪,从而用图形比较效果(It find the QRS wave of an input signal using wavelet transform and depress noise using several ways,so compare their figure.)
- 2011-08-31 23:25:52下载
- 积分:1