-
3125
用matlab实现中值滤波 用matlab实现中值滤波(Median filter implementation using matlab to achieve median filter with matlab)
- 2010-06-09 11:04:16下载
- 积分:1
-
work
floyd算法产生矩阵读出算法,能够读出路由矩阵(floyd algorithm to generate matrix read out algorithm, able to read way by the matrix)
- 2010-07-11 17:50:42下载
- 积分:1
-
legendre_gauss
此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)(for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula))
- 2006-11-06 17:04:30下载
- 积分:1
-
UAC-TR
主动时反通信结合复域方法的MATLAB仿真。(When combined with active anti-communication complex domain method MATLAB simulation.)
- 2014-01-06 16:36:29下载
- 积分: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
-
MMSEandMLcomparison
ML与MMSE的性能比较,通过观察误码率可以发现ML的性能要比MMSE好。(Performance comparison between ML and MMSE.)
- 2015-04-01 09:24:49下载
- 积分:1
-
butterworthbpf
This is a matlab software package for butterworth band pass filter design. you could change the high pass and low pass frequency to design the betterworth filter.
- 2012-09-06 03:39:33下载
- 积分:1
-
MATLAB7BOOKCD
同名书配套光盘及例程高质量MATLAB教学书籍(Book of the same name matching CD-ROM)
- 2009-02-05 15:46:56下载
- 积分:1
-
matlab-BNB20-testingproblem
matlab的MINLP求解工具箱BNB20求解一个简单的实例,展示工具箱的用法。(The MINLP solving matlab toolbox BNB20 solving a simple example to demonstrate the usage of the toolbox.)
- 2010-08-24 16:19:50下载
- 积分:1
-
TRANSMISSION_PERFORMANCE_EVALUATION_OF_JTIDS
本文主要是JTIDS的传输性能做了仔细的评估,并对其抗干扰做了一一的介绍。(The Joint Tactical Information Distribution System (JTIDS) provides jam-resistant digital communication of data and voice for command and control, relative positioning and identification. Many advanced technologies are adopted in JTIDS, such as frequency hopping, M-ary spread spectrum, error detection and
correction.)
- 2010-12-08 20:52:53下载
- 积分:1