-
EmEstimate
给定独立同分布样本集,用matlab编程实现EM算法进行参数估计(Given the independent and identically distributed sample set, using matlab programming EM algorithm to estimate parameters)
- 2009-11-18 16:23:37下载
- 积分:1
-
MapleMATLAB
本书详细介绍了用Maple和MATLAB解决科学计算问题,有很多的实例供大家学习 。(The book details the use of Maple and MATLAB to solve the issue of scientific computing, there are many examples of learning for everyone.)
- 2009-06-16 20:59:07下载
- 积分:1
-
sqplab-0.4.4-distrib
SQPLab program in Matlab
- 2009-07-01 17:02:04下载
- 积分:1
-
PIDandMATLsimmulink
此程序下载后需解压才能使用,该程序代码质量高,简单易懂。(download this program will require decompression can be used, the code of high quality, simple and understandable.)
- 2007-05-04 18:31:06下载
- 积分:1
-
myradar_sim
radar matlab 仿真程序,雷达设计、信号处理基础仿真(radar matlab simulation program, radar design, signal processing-based simulation)
- 2011-07-27 23:15:01下载
- 积分:1
-
AWGN_Channel_BCH_8DPSK
8DPSK AWGN BER BCH coder
- 2014-10-20 17:04:51下载
- 积分:1
-
DSP-PROGRAMS
数字信号处理 基于计算机的方法 第四版 配套程序(DSP based on computational methos)
- 2013-11-27 17:32:37下载
- 积分: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
-
gray-image-dilate-and-erode
灰度图像的膨胀与腐蚀函数matlab源代码(gray image dilate and erode )
- 2012-05-10 21:53:22下载
- 积分:1
-
AIRSAR_SanFrancisco
对旧金山海岸的极化SAR数据进行分类。根据图像像素点的散射特性采用Freeman分解对图像进行分类,利用wishart聚类算法聚类。最后得到极化sar数据的分类结果。保证了图像的极化特性和散射特性(Polarimetric SAR data to classify the coast of San Francisco. Freeman decomposition using the image classification, clustering clustering algorithm based on the use of wishart scattering characteristics of the image pixels. The last classification results obtained polarization sar data. To ensure that the polarization characteristics of the image and scattering properties)
- 2021-03-17 22:59:19下载
- 积分:1