-
MAC_Cavity
Computational Fluid Dynamic Finite Diferences Matlab code that simulates fluid in a cavity with a moving lid. Uses MAC method.
- 2009-09-24 10:19:34下载
- 积分:1
-
henhaodesousuosuanfa
这是中国数学建模中编程交流上搜索算法内容,里面提供了很多搜索算法的例子(This is the exchange of mathematical modeling in the programming content on the search algorithm, which provides many examples of search algorithms)
- 2010-11-20 19:44:43下载
- 积分:1
-
3paths
多经环境下的锐利衰减信道的估计,仿真,测量以及获得相应的指数等的(using this model you will achieve the performance of the rayleigh fading channel issue)
- 2009-12-31 18:20:53下载
- 积分:1
-
GS-fourior
利用GS算法优化傅里叶变换,经过上百甚至上千次的迭代,是的加密结果更加优化(GS for fourior transmisson)
- 2011-05-25 15:26:29下载
- 积分:1
-
jingxiangchazhi
这是一种导频辅助的径向线性插值信道估计算法,算法来自于12年3月份的IEEE,画出比特信噪比与误码率的关系曲线.(This is a polar-linear lnterpolation aided channel estimation algorithm,which comes from IEEE in march 2012,drawn-bit signal to noise ratio and bit error rate curve.)
- 2012-06-17 22:35:14下载
- 积分:1
-
cp-pilot
OFDM中用到的添加循环前缀和插入导频的matlab实现(Add cyclic prefix and inserted pilot matlab OFDM used in the realization of)
- 2015-03-23 20:36:51下载
- 积分:1
-
acquisition-for-DF
说明: 这是一篇关于GPS信号的捕获文章,采用的是DF差分相关捕获的算法,具有在较低信噪比的情况下捕获信号(This is an article about the capture of GPS signal, using the DF algorithm to capture differential associated with low signal to noise ratio in the case of capture signal)
- 2011-03-09 15:14:39下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
SpaceVectorPWM
SpaceVectorPWM状态空间矢量控制模型(SpaceVectorPWM)
- 2010-10-05 16:32:22下载
- 积分:1
-
(1)diedai-Otsu-jubu
迭代法 OTSU法和局部阈值分割的matlab实现,测试可用(OTSU method, iterative method and local thresholding segmentation matlab implementation, testing available)
- 2012-05-12 09:49:55下载
- 积分:1