-
Matlabyichuansuanfa
遗传算法工具箱的简介及其使用 遗传算法工具箱的简介及其使用 遗传算法工具箱的简介及其使用(Introduction to Genetic Algorithm Toolbox and its use)
- 2010-10-23 11:37:09下载
- 积分:1
-
matlabtuxiangchuli
MATLAB 图像处理命令(MATLAB image processing orders.)
- 2006-07-07 15:17:24下载
- 积分:1
-
PPI_plot
plan position indicator by matlab
for radar application in detection by elecromagnetic wives
- 2014-02-19 02:53:06下载
- 积分:1
-
Gray_PID
Matlab连续系统灰色PID跟踪,预测加控制(Matlab for Gray PID tracking system, add the control prediction)
- 2009-03-31 01:46:47下载
- 积分:1
-
matlabFDTD1dfdtd
在matlab上的FDTD程序关于一维时域有限差分(Matlab program on the one-dimensional FDTD finite difference time domain)
- 2010-10-14 15:16:29下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
MIMO_SIC_optimal
说明: Ber performance for MIMO using SIC
- 2019-06-18 15:00:19下载
- 积分:1
-
遗传算法
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-11 20:10:16下载
- 积分:1
-
XWXGF
使用相位相关法对视频中的两帧图象进行预测编码,画出运动场并求出峰值信噪比(Using the method of relevant video phase two frames image coding, predicting playground and peak value signal-to-noise ratio)
- 2010-07-02 22:03:24下载
- 积分:1
-
nonlinertest
this is the function of Constructing Volterra filter,which is used for nonliner distortion test.It is a Matlab files.
- 2009-07-30 18:41:12下载
- 积分:1