-
ExtractedAndRecognized
利用Hu矩对26个英文字母进行提取和识别(Using Hu moments of the 26 English letters are extracted and recognized)
- 2010-08-11 12:23:15下载
- 积分:1
-
script_ber_mimo_zf_sic_bpsk_rayleigh_channel.m
ZeroForcing MIMO BPSK BER
- 2014-09-10 23:47:05下载
- 积分:1
-
1818_SqRtAsm7
Integer Square Root with Remainder
- 2014-11-29 16:30:02下载
- 积分:1
-
Chapter_8
data converters by maloberti
- 2013-04-19 15:13:13下载
- 积分:1
-
HMRF-FCM
模式识别中的模糊聚类,采用隐马尔科夫链,考虑了先验概率,进行图像识别。(Pattern recognition, fuzzy clustering, using hidden Markov chain, taking into account a priori probability for image recognition.)
- 2013-06-25 09:05:53下载
- 积分:1
-
OFDM
Just have a look at it for OFDM....nice code
- 2009-11-21 15:50:19下载
- 积分:1
-
tuxiangchuli
关于图形 处理的程序,里面有图像和源程序文件,用matlab语言进行实现。(On the graphics processing procedures, there are images and the source file, with the realization of matlab language.)
- 2008-12-17 21:05:18下载
- 积分:1
-
Qamer
matlsb code for finding transfer function
- 2011-10-05 15:39:42下载
- 积分: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
-
ifft_code
This is a source code for ifft of variable size input string. It does not uses MATLAB built-in ifft function.
- 2015-03-21 19:47:31下载
- 积分:1