-
aodv
一个关于aodv dsr dijkstra算法的MATLAB实现(Aodv dsr dijkstra a MATLAB algorithm to achieve)
- 2009-07-17 10:10:46下载
- 积分:1
-
pid-(2)
单神经元PID的matlab的仿真程序,这是从一本书上得来的。(Single neuron PID of matlab simulation program, which is from a book comes from.)
- 2011-05-12 15:52:31下载
- 积分:1
-
kmeans
求分布式天线系统小区最优天线分布的matlab代码(Optimal demand distributed antenna system cell antenna distribution matlab code)
- 2013-03-11 14:52:56下载
- 积分:1
-
QRC
边缘提取和边缘检测matlab程序代码大全(Edge extraction and edge detection matlab code Daquan)
- 2013-05-21 15:43:25下载
- 积分:1
-
SVM_GUI_3.1[mcode]{by-faruto}
Format Data for libsvm
- 2011-12-07 16:24:12下载
- 积分:1
-
canny
说明: 基于matlab的canny算子的边缘检测(failed to translate)
- 2011-04-08 20:50:29下载
- 积分:1
-
LS_generator
北京邮电大学李道本教授提出的LS码在MATLAB产生方法,可以产生各种长度的LS码.(Beijing University of Posts and Telecommunications Professor Li Daoben proposed LS method for the selection of code in MATLAB, can produce a variety of length LS code.)
- 2007-10-10 07:51:08下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
qpsk_rayl
qpsk信号瑞利信道的仿真程序还有搞死的有ber(qpsk signal Rayleigh channel simulation program has also Gaosi ber)
- 2013-11-14 13:03:27下载
- 积分:1
-
CrossValidation
多元线性回归中应用多倍交叉验证Crossvalitation技术评估回归方程的性能(Multiple linear regression fold cross-validation application performance Crossvalitation technical assessment of the regression equation)
- 2015-04-15 16:25:31下载
- 积分:1