-
Build_Noiselets
这是一个Noiselet变换的程序,应该会比较有用,有兴趣的可以到MGA网站查看其具体应用。(This is a Noiselet transformation process, should be more useful, interested can go to the MGA Web site to view their specific applications.)
- 2010-05-31 12:03:57下载
- 积分:1
-
watershed
implementation of a watershed segmentation
- 2011-10-04 17:48:43下载
- 积分:1
-
chapter02
《通信天线建模与matlab仿真分析》教材实例源代码,这个教材是国外的,国内买到的这本书都是没有源程序代码的。(" Communication antenna modeling and simulation matlab" materials source code examples, this material is foreign, domestic buy this book is no source code.)
- 2011-10-30 09:07:51下载
- 积分: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-graphics-processing-functions
MATLAB图像处理中用到的命令语句和函数语句还包括一些编程举例。(MATLAB image processing functions used in the command statement and statements also include some programming examples.)
- 2011-04-25 21:19:35下载
- 积分:1
-
07094411wimax
it describes about the functionality of MAC layer in wimax implementation
- 2010-12-07 13:50:22下载
- 积分:1
-
myfastica
快速ICA算法,用于盲源信号分离,快速有效(Fast ICA algorithm for blind source separation, quickly and efficiently)
- 2012-10-09 11:43:12下载
- 积分:1
-
fliterdesignmatlab
matlab设计IIR基本示例,matlab设计IIR高级示例,matlab窗函数设计FIR滤波器基本示例(Design of IIR Example matlab basic, matlab design IIR senior sample, matlab window function design of the basic example of FIR filter)
- 2008-01-07 18:31:44下载
- 积分:1
-
WaveletCoefficient
How to find wavelet coefficient of EEG
- 2010-12-14 18:07:07下载
- 积分:1
-
demod
fsk psk qpsk 8psk 16psk qam 各种调制方式的matlab仿真(fsk psk qpsk 8psk 16psk qam modulation of matlab simulation of various)
- 2010-05-28 22:11:51下载
- 积分:1