-
vad
Voice Activity Detection (ref: Sabiner&Rhambur)
- 2010-06-13 08:52:04下载
- 积分:1
-
RLSalgorithm
实现RLS算法的MATLAB仿真,实现自适应波束形成(RLS algorithm for the realization of the MATLAB simulation, the realization of adaptive beamforming)
- 2009-05-05 20:48:43下载
- 积分:1
-
5-files
It contains 4 matlab codes for ZF,MMSE,ML equalizer for MIMO systems and 1 document based on linear detector for MIMO system
- 2013-03-22 00:07:13下载
- 积分:1
-
Matlab7.0-from-entry-to-proficient
MATLAB 7.0从入门到精通随书源代码,求是科技编著,人民邮电出版社 2006(MATLAB 7.0 from entry to the proficient with the book source code, seeking technological ed, the People' s Posts and Telecommunications Press 2006)
- 2012-09-13 23:32:39下载
- 积分:1
-
QPSK_Simulink
说明: QPSK的Matlab/Simulink的调制解调仿真系统,给出接收信号眼图及系统仿真误码率,包含载波恢复,匹配滤波,定时恢复等重要模块,帮助理解QPSK的系统(QPSK Matlab/Simulink simulation system modulation and demodulation, the received signal is given eye and BER simulation systems, including carrier recovery, matching filter, timing recovery and other important module to help understand the system QPSK)
- 2021-01-07 18:38:52下载
- 积分:1
-
TDM-FDM
有线条件下TDM-FDM架构的经典文献,对该场景下的matlab仿真有帮助(Cable under the conditions of the classic literature of the TDM-of FDM architecture, the matlab simulation scenarios to help)
- 2012-05-24 23:56:08下载
- 积分:1
-
MATLAB-mastering
说明: 书籍,讲授如何使用MATLAB软件完成基本的使用和操作,适合与初学者使用!(Books, taught how to use MATLAB software to complete the basic use and operation, suitable for use with beginners!)
- 2008-11-05 20:09:31下载
- 积分:1
-
GS_Forier
相位恢复 利用GS算法 所作的 迭代算法进行 二维图像的相位恢复 (GS phase retrieval algorithm using an iterative algorithm by two-dimensional images of the recovery phase)
- 2011-09-13 10:10:05下载
- 积分:1
-
Matlab--GAOT.
matlab遗传算法工具箱GAOT的应用(Matlab application of genetic algorithm toolbox GAOT.)
- 2013-04-09 09:26:30下载
- 积分: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