-
viterbi_encoder
维特比编码程序,内有详细说明,大学课程设计。(Viterbi encoding procedures, which are described in detail, the design of university courses.)
- 2012-09-25 20:38:36下载
- 积分:1
-
LMS
里面的文档详细阐述了LMS原理,包括常用的仿真方法,并附有使用LMS方法的自适应滤波的实例matlab仿真程序。(The document inside expounds the principles of the LMS in detail, including the simulation methods and a matlab simulation program of an adaptive filtering by using the LMS method.)
- 2014-01-12 11:24:40下载
- 积分:1
-
greatQPSK
说明: QPSK的Matlab实现
使用伪随机序列,低通滤波,可看图(QPSK Matlab using the pseudo-random sequence, low-pass filtering, flashcards)
- 2006-03-13 10:36:14下载
- 积分:1
-
RF_Toolbox29_common
rf matlab tool box 1
- 2012-08-14 14:47:40下载
- 积分:1
-
contourlet_toolbox1
二代小波变换安装程序,希望初学者掌握基本既能(Second generation wavelet transform setup, I hope both beginners master the basic)
- 2010-09-20 10:50:41下载
- 积分:1
-
LTE
说明: 讲述LTE关键技术及其发展趋势的详细说明,很有前沿性,很有可读性(About LTE key technologies and development trends in details, very cutting-edge, very readable)
- 2010-03-26 23:08:20下载
- 积分:1
-
System-Identification
系统辨识的一个matlab仿真实验室报告,有一定的学习价值和授课价值(System identification matlab simulation laboratory report, the value of learning and teaching value)
- 2013-01-11 22:09:39下载
- 积分: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
-
创建裂纹
通过修改inp文件,用于对abaqus的模型进行自动创建裂纹的程序(by modifying inp. file, used for create a crack in abaqus model)
- 2020-06-30 12:20:02下载
- 积分:1
-
M3_3
this a matlab work about DSP 0.
- 2018-02-27 11:19:20下载
- 积分:1