-
SEP_SANPA04-(1).ps
LEACH (Low-Energy Adaptive Clustering Hierarchy)
SEP
- 2013-10-30 15:16:48下载
- 积分:1
-
rsm_2order
响应面的2阶多项式估计,使用最小二乘法,算法精度高,data数据随便换其他的三维数据(2-order polynomial response surface is estimated using the least squares method, the algorithm accuracy, data data was replaced with other three-dimensional data)
- 2011-11-08 11:11:51下载
- 积分:1
-
psat
this is a good file for GME study
- 2012-10-03 03:25:05下载
- 积分:1
-
WIFI
wifi无线物理层密钥生成,通过RSS进行提取,之后进行密钥生成,最后计算误码率。(wifi wireless physical layer key generation, extraction via RSS, after key generation, the final calculation of the error rate.)
- 2021-03-26 10:19:14下载
- 积分:1
-
cacalw
CACAL Calibration routine for computing the camera parameters using weighted
least squares. The initial values are solved by using the DLT method and the
final parameter values are obtained iteratively
- 2012-09-05 15:16:46下载
- 积分:1
-
MIMO
完成空分复用的非编码MIMO系统的信号检测算法的程序。主要完成MIMO系统随机比特流生成、星座调制、MIMO信道生成、加AWGN 噪声、以及MIMO接收端的最终BER性能评估。(ASU completion signal detection algorithms used in non-coding MIMO multiplexing system procedures. MIMO system mainly completes random bit stream generation, modulation constellation, MIMO channel generation, plus AWGN noise, and the final BER performance evaluation MIMO receiver.)
- 2014-04-22 14:42:13下载
- 积分:1
-
eyefish
MATLAB 将鱼眼图像展开成全景图,包含差值原理(transform eyefish image to quanjing image)
- 2016-01-28 15:25:02下载
- 积分: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
-
cv3
Model Reference Adaptive Control
- 2013-11-15 22:45:26下载
- 积分:1
-
pso
this file is project for tsp with pso algoritm
- 2013-05-22 23:06:11下载
- 积分:1