-
function
使用MATLAB仿真,产生矩形脉冲,是超宽带传输信号的基本图形
(Simulation using MATLAB, resulting in the rectangular pulse, ultra-wideband transmission signal is the basic graphics)
- 2009-04-26 14:06:47下载
- 积分:1
-
Signal_hw
这是信号分析课程中的作业,本程序产生QPSK信号(This is a signal analysis course in the operation, the procedures QPSK signal)
- 2008-04-16 12:53:17下载
- 积分: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
-
PFE20091_3
the leach protocol in wireless sensor network
- 2010-12-28 01:13:03下载
- 积分:1
-
model10
这是数学建模的课本上的程序实现,使用matlab实现的(This is a textbook on mathematical modeling program implementation, implementation using matlab)
- 2011-05-03 16:48:30下载
- 积分:1
-
huiseguanlian
灰色关联度分析程序,计算几者之间的灰色关联度大小(Gray correlation analysis program that calculates several persons gray correlation size.)
- 2014-08-18 22:50:31下载
- 积分:1
-
jieyingshe
QAM解映射程序,在接受端,对发送端经过调制的信号解调,恢复出原始的信息。(QAM demapping process at the receiving end, the transmission side demodulates the modulated signal to recover the original information.)
- 2014-09-22 03:56:25下载
- 积分:1
-
SystemGeneratorGardner
Gardner算法的Matlab仿真与实现(simulation and implementation of Gardner algorithm)
- 2012-01-02 19:58:34下载
- 积分:1
-
bpsk_mp_rayleigh_fading
bpsk瑞利衰减信道simlink的仿真(bpsk_mp_rayleigh_fading)
- 2009-11-05 20:34:20下载
- 积分:1
-
test_example_DBN
the test example code of dbn net, it is the example code in matlab
- 2014-10-21 11:40:08下载
- 积分:1