-
MATLABsignalPLOT
编写的MATLAB处理语音信号的软件界面,能够实现显示输入语音信号的混音,重放,以及波形的时域和频域显示(MATLAB signal plot)
- 2009-12-17 14:12:22下载
- 积分:1
-
GAstonefitness
利用matlab中关于遗传算法的函数求解函数的最优解,这是一个段示例(Genetic algorithm using matlab function regarding the optimal solution for solving function, which is an example of a segment)
- 2013-10-10 06:58:54下载
- 积分:1
-
DS-SSBPSKcommunicatonsystem
simulate the performance
of a DS-SS/BPSK communication system in the following scenarios:
1. In the AWGN channel
2. In the presence of pulsed noise jamming and AWGN(simulate the performance of a DS-SS/BPSK communication system in the following scenarios: 1. In the AWGN channel 2. In the presence of pulsed noise jamming and AWGN)
- 2009-03-21 14:28:41下载
- 积分:1
-
17days_all
本资料为杨鹏老师所编,内涵了gre词汇的背诵方法,以及以前版本所没有的易混单词,实为难得的好材料(the book mainly describes an effective way to recite GRE words.)
- 2010-03-09 17:18:24下载
- 积分:1
-
voicebox
齐全的voicebox库,可以基于这个库进行语音处理的项目开发,十分好用。直接配置好后就可以使用。(Complete voicebox library project development can be carried out based voice processing library, very easy to use. Can be configured directly after use.)
- 2014-11-19 10:28:22下载
- 积分:1
-
Matlab-jiao-cheng
本资料详细的介绍了,mathlab软件编程的知识点,对于初学者有很大的帮助。(Details mathlab software programming knowledge, a great help for beginners.)
- 2012-09-21 15:04:45下载
- 积分: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
-
slottedaloha
Slotted ALOHA with poisson traffic for 8,16,32 user
- 2011-12-28 20:21:09下载
- 积分:1
-
MATLABTUTORIAL
Matlab tutorial for a university - Croatian language(Matlab tutorial for a university- Croatian language)
- 2009-06-05 06:58:26下载
- 积分:1
-
The-digital-watermarking--MatLab
数字水印技术是近年来图像保护技术研究领域的一个热点, 本文提出了一种基于小波变换的图像数字
水印嵌入算法的Matlab 实现。实验结果表明, 该算法具有较好的视觉效果和透明性。(Digital watermarking technology in recent years is to protect technology research in the field of image a hot, this paper puts forward a method based on wavelet transform is the digital image
Watermark imbedding algorithm Matlab. The experimental results show that the algorithm has good visual effects and transparency.
)
- 2011-05-15 23:17:02下载
- 积分:1