-
kaerman
说明: 基于matlab中guid平台设计的一个卡尔曼滤波器,该滤波器可以用来供大家学习如何设计现代数字滤波器(Matlab-based platform in the guid of a Kalman filter that can be used for everybody to learn how to design a modern digital filters)
- 2011-04-17 20:31:44下载
- 积分:1
-
paper5
基于负熵准则的FastICA盲多用户检测的研究(Research on FastICA Blind Multi-user Detection Based on Negentropy)
- 2012-07-29 10:32:42下载
- 积分:1
-
matlabprocessor3
matlab实例程序百例3
matlab实例(Examples of procedures for 100 cases of matlab examples 3matlab)
- 2008-01-04 23:19:59下载
- 积分:1
-
Ch3-mfiles
数字信号处理实践方法(第2版)书中有关的代码,很有实用价值(Digital signal processing practices (2nd Edition) book-related code, and very practical value)
- 2010-01-05 18:39:49下载
- 积分:1
-
setPrompt
setPrompt(newPrompt) sets the Command Window prompt to the specified NEWPROMPT.
NEWPROMPT can be one of the following:
- a static string: setPrompt( >> )
=> this is the default prompt string ( >> )
- 2010-01-27 20:48:10下载
- 积分:1
-
ttlb
使用同态滤波对图像进行对比度增强的处理,本代码仅适用于灰度图像。(Homomorphic filtering using the contrast of the image enhancement processing, the code applies only to grayscale.)
- 2011-04-27 11:56:20下载
- 积分:1
-
bitcount
it will count the bit
- 2010-03-13 23:53:26下载
- 积分:1
-
PMSM_HF
基于高频注入法的永磁同步电机无速度传感器控制(Sensorless control of permanent magnet synchronous motor based on high frequency injection)
- 2021-03-05 16:39:31下载
- 积分:1
-
kmeans
该程序为用于数据挖掘算法中的基本方法基于密度方法(k_mean)
- 2010-10-23 16:21:04下载
- 积分: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