-
lapjvADAD
A Matlab implementation of the Jonker-Volgenant algorithm solving LAPs
- 2010-11-11 08:35:41下载
- 积分:1
-
h74
程序可以实现所有的汉明码的要求,
(7,4)(15,11)等等都可以的
- 2009-05-16 14:45:38下载
- 积分:1
-
SACQPSO
SACQPSO优化函数 matlab编写 可以运行 有图仿真(SACQPSO matlab optimization function has prepared plans to run simulation)
- 2010-12-06 16:51:48下载
- 积分:1
-
Image-defogging
图片雾或者是沙尘暴,模糊不清,使图片清晰,去雾处理(Pictures of fog or dust, vague, so the picture is clear, to deal with fog)
- 2016-03-30 21:39:55下载
- 积分:1
-
event_dip
This code is about synthetics seismic data.
- 2009-11-13 03:25:51下载
- 积分: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
-
q21
this code is about mlp 1 layer neural network with back propagation training algorithm by using geradient descence for nonlinear system. input data are random.
- 2013-11-28 02:51:57下载
- 积分:1
-
SQP
一个关于SDP法求最优值的matlab程序,写的很有条理,注释很清晰,稍加修改就能使用。(An SDP method seeking the optimal value of matlab program, written in very organized, very clear comment slightly modified to be able to use.)
- 2012-02-27 16:11:38下载
- 积分:1
-
Simulink-Test_singleuser_Energy_detection
Simulink Test_singleuser_Energy_detection
- 2012-03-29 12:18:14下载
- 积分:1
-
ofdm
OFDM AWGN and Rayleigh with Tap delay filter
- 2014-01-12 15:43:47下载
- 积分:1