-
matlab_siso_design
关于matlab的比较初级的siso设计。(a design for siso of matlab)
- 2012-03-28 19:39:55下载
- 积分:1
-
fractal--chazhi
分形插值编码,是分形编码的一种改进算法,内附详细运行步骤,以及运行结果。(Fractal interpolation coding, fractal coding is an improved algorithm, containing detailed operating procedures, and operating results.)
- 2010-05-11 23:09:20下载
- 积分:1
-
yichuansuanfa
MATLAB编写的遗传算法程序,多项程序组合而成的MATLAB工具包(Genetic algorithm written in MATLAB )
- 2013-03-14 15:28:48下载
- 积分:1
-
two-sample-inertial-algorithm
采用经典的双子样算法,实现完整的惯性导航计算。程序中还留有GPS组合导航计算的接口,供开发者进行使用。(Classic two sample algorithm to achieve complete inertial navigation calculations. The program also left interface GPS navigation calculations for developers to use.)
- 2014-12-10 17:41:16下载
- 积分:1
-
Denoising
该程序是MATLAB环境下的小波消噪程序,自我感觉很有用,在此分享(The program is under the MATLAB environment, wavelet denoising process, feel useful, to share in this)
- 2010-06-07 00:16:00下载
- 积分:1
-
mb-ofdm-uwb
在802.11.3a信道环境下,基于MB-OFDM UWB的仿真程序,很全。(At 802.11.3a channel environment, the MB-OFDM UWB based on the simulation program, it is wide.)
- 2009-03-25 16:13:56下载
- 积分:1
-
SpeechRecognition_DTW
Speech Recognition Using DTW
This is a English/Persian 0~9 digit and some primary English/Persian command recognition system which use Dynamic Time Warping (DTW). Code is developed in MATLAB 6.5 and can used in Windows platform. Program has two versions, a command line one and a GUI version. The GUI one is compatible with version 6.5 of MATLAB. It can record sound stream online or can recognize recorded file. A simple an necessary help also integrated in the GUI. To start using this program run Start.m script.
- 2010-05-11 15:54:10下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
shili100
制作运用Broyden迭代法解线性方程组的用户界面(Making Broyden iteration method by solving linear equations of the user interface
)
- 2011-06-28 10:18:31下载
- 积分:1
-
allpass_phase
全通滤波器的matlab设计,实现相位偏移(All-pass filter matlab design phase offset)
- 2021-05-09 10:48:35下载
- 积分:1