-
dispersion_2D
粘弹性介质波动方程正演程序,可以作为新手的参考程序(viscoelastic meidia wave equation modeling. written by matlab ,can used directly)
- 2010-06-06 17:22:51下载
- 积分:1
-
23338_ETC_FX489
23338_ETC_FX489芯片,用于GMSK调制(23338_ETC_FX489 chip for GMSK modulation)
- 2010-10-07 23:47:19下载
- 积分:1
-
aksfskpsk
主要完成ask fsk psk 的matlab调制 还有图形仿真(Main completed the ask fsk psk modulation also graphical simulation matlab)
- 2009-05-26 12:05:55下载
- 积分:1
-
Skin-Segmentation-master
skin segmentation in matlab environment
- 2015-12-16 15:53:31下载
- 积分:1
-
Comm_Codes
This code is to investigate codes generation using MATLAB ( Barker code,M-sequence,Walsh code)
and To investigate Correlation characteristics of spreading codes Aperiodic and periodic Autocorrelation.,Aperiodic and aperiodic crosscorrelation.To check some properties of spreading code
- 2012-05-14 10:42:19下载
- 积分:1
-
SAR距离多普勒成像算法分析与仿真
说明: SAR(合成孔径雷达)距离多普勒成像算法分析与仿真(Analysis and Simulation of SAR Range Doppler Imaging Algorithm)
- 2021-03-17 15:41:37下载
- 积分:1
-
5-21
自适应滤波原理(国外教材)计算机作业的MATLAB程序,调试通过,有一定的参考价值。(Principles of Adaptive Filtering (foreign materials) MATLAB computer operating procedures, testing is passed, there is a certain reference value.)
- 2009-06-07 14:36:41下载
- 积分:1
-
fourier
利用matlab进行图形的二维傅里叶变换(Using matlab graphical two-dimensional Fourier transform)
- 2013-08-22 17:04:50下载
- 积分:1
-
zuiduanluwenti
该代码主要用于求最短路问题,开发环境为Matlab(The code is mainly used for the shortest path problem, the development environment for Matlab)
- 2008-07-27 19:08:13下载
- 积分: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