-
spacetimecodingprojecMatlab
完整的空时码链路仿真多发射天线多接收天线空时分集系统的具体代码实现和误码性能评估(Complete space-time code simulation multi-link multi-receiving antennas transmitting antennas Space Time Set system specific code and error performance evaluation)
- 2007-09-18 10:32:25下载
- 积分:1
-
NSGA-II
Algorithme génétique NSGA-II
- 2010-02-07 21:23:09下载
- 积分:1
-
1221
说明: DPCM压缩编码算法的子函数,需要在另外编写程序才可用(DPCM compression algorithm of the subroutine, you need to be used in other programming)
- 2011-04-17 10:19:22下载
- 积分: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
-
code
This is a water Marking Demonstration,includes a host image, watermark image
Resultant images are Watermarked image and at decoder, Reconstructed water mark.
- 2010-02-19 00:19:31下载
- 积分:1
-
kuopin
说明: 扩频通信中的同步研究,基于matlab的(Synchronization of spread spectrum communication research, based on the matlab)
- 2008-09-03 21:00:29下载
- 积分:1
-
ga
说明: 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法(Longge the ant colony algorithm using MATLAB to solve 3)
- 2010-05-24 14:48:45下载
- 积分:1
-
MATLAB
这是我们上课用的matlab资料很好的,老师给的(This is our class matlab good teacher to)
- 2012-11-04 13:34:31下载
- 积分:1
-
epi1_3
在matlab上画出三个脑电信号的图像,并进行对比(Draw three EEG images on matlab, and compare)
- 2013-12-25 13:57:27下载
- 积分:1
-
cmeans
人工智能中比较经典的c-means算法的实现。在MATLAB中,数据使用矩阵存储比vc中好实现!(Comparison of artificial intelligence in the classic c-means algorithm. In MATLAB, the use of data storage than the vc matrix of the realization of good!)
- 2007-11-23 08:30:36下载
- 积分:1