-
LDPC
ldpc decoding and encoding
- 2010-06-22 21:10:31下载
- 积分:1
-
NMIMO
Interacting MIMO without decoupling
- 2010-11-09 10:40:52下载
- 积分:1
-
voicebox
语音方面的工具箱,里面包含了很多语音的基础函数如分帧函数等等(Voice in the toolbox, which contains a lot of voice-based functions such as sub-frame function, etc., etc.)
- 2011-09-22 10:14:59下载
- 积分:1
-
DOA-Unitary--ESPRIT-MATLAB
本程序是实现波达方向DOA估计,采用Unitary -ESPRIT算法,具有一定的参考价值。。(This program is DOA DOA estimation using Unitary-ESPRIT algorithm has a certain reference value. .)
- 2014-12-26 11:09:10下载
- 积分:1
-
MATLAB-Programming-for-Engineers
MATLAB编程(第二版)Stephen J.Chapman著,国外高校电子信息类优秀教材中文翻译版,菜鸟级入门教程,简单易学。(MATLAB Programming (Second Edition) Stephen J. Chapman a, good foreign universities teaching Chinese electronic information translated version, the rookie-level introductory tutorial, easy to learn.
)
- 2011-12-02 10:14:30下载
- 积分:1
-
故障检测 免疫算法 源码
应用 MATLAB编写的 故障检测 的 免疫算法源程序。好用绝对!
clc;
clear all;
global popsize length min max N code;
N=12; % 每个染色体段数(十进制编码位数)
M=20; % 进化代数
popsize=20; %设置初始参数,群体大小
length=10; % length为每段基因的二进制编码位数
chromlength=N*length; %字符串长度(个体长度),染色体的二进制编码长度
pc=0.7; %设置交叉概率,本例中交叉概率是定值,若想设置变化的交叉概率可用表达式表示,或从写一个交叉概率函数,例如用神经网络训练得到的值作为交叉概率
pm=0.3; %设置变异概率,同理也可设置为变化的
bound={-100*ones(popsize,1),zeros(popsize,1)};min=bound{1};max=bound{2};
pop=initpop(popsize,chromlength);
- 2022-01-27 10:26:32下载
- 积分:1
-
fourier
利用matlab进行图形的二维傅里叶变换(Using matlab graphical two-dimensional Fourier transform)
- 2013-08-22 17:04:50下载
- 积分:1
-
MATLAB-trans-Color
以MATLAB將影像做色彩空間轉換,
轉換的色彩分別為RGB轉Gray scale, RGB轉YUV, RGB轉lab, RGB轉HSV(MATLAB will do to the image color space conversion, the conversion of RGB colors were transferred Gray scale, RGB turn YUV, RGB turn lab, RGB and HSV)
- 2013-08-28 23:13:20下载
- 积分:1
-
Kalman
使用卡尔曼滤波器对物体的未来状态进行预测和估计。(Using the kalman filter to predict the station of the object.)
- 2020-08-18 17:48:20下载
- 积分:1
-
pipe
Stuff. This is only to become a uploading member to start working on a Chinese language system for my programs. I will upload soon.
- 2014-10-02 01:51:22下载
- 积分:1