-
simulink_am_pm_fm_ask_psk_model
用matlab7·0软件对通信信号进行调制simulink仿真,它包括am,pm,fm,ask,psk.rar(Matlab7 0 software used for communications signal modulation simulink simulation, which include am, pm, fm, ask, psk.rar)
- 2009-03-12 00:39:54下载
- 积分:1
-
qqq
说明: 中兴公司所申请的专利,里面包括了信道的衰落深度和多天线系统工作模式的调整。(ZTE Corporation patents, which include the decline of the depth of the channel and multi-mode antenna system adjustment.)
- 2011-04-04 22:27:28下载
- 积分:1
-
MATLAB
Calculate hurst and lyupanov exponent from a time serie
- 2012-07-26 23:22:00下载
- 积分: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
-
matlab_slowfeature
说明: SFA算法的matlab实现,不是使用工具箱的那种,纯编程,望支持(The algorithm of SFA, not use the tool box function, use laugage of matlab.)
- 2021-02-07 10:39:55下载
- 积分:1
-
ouheqi
利用MATLAB软件设计2乘2光纤耦合器(Using MATLAB software design 2 x 2 fiber coupler)
- 2010-07-07 18:26:53下载
- 积分:1
-
cep
pitch detection using cepstrum
- 2010-11-06 03:09:31下载
- 积分:1
-
matalab
matalab在数值计算中的应用,四阶龙哥库塔法的应用。(matalab in numerical computation, the four order Runge Ge Kuta method application.)
- 2010-12-05 11:43:50下载
- 积分:1
-
MUSIC-1D-2D
资料中包含波达方向估计的一种常用方法,包括一维MUSIC和二维MUSIC,可以有效的估计出多个信号方向。(A common method of data contained in the DOA estimates, including one-dimensional and two-dimensional MUSIC MUSIC, can effectively estimate multiple signal direction.)
- 2021-03-19 11:39:19下载
- 积分:1
-
MultipathRayleiFadingiversityReceiver
多径瑞利衰落下的分集接收机仿真;考虑了多径干扰和其他用户对主用户的干扰(Multipath Rayleigh Fading Diversity Receiver simulation considering multi-path interference and other users of the primary user interference)
- 2010-07-18 10:52:08下载
- 积分:1