-
fxtoolbox
分析了ofdm系统的过程,包括发送接收和送入信道加入噪声和多址的过程(ofdm system of the process, including the transmission and reception into the channel by adding noise and multi-site process)
- 2007-06-26 10:58:53下载
- 积分:1
-
Pattern-Matching-Alg
利用①相关匹配(Correlation Matching)、②基于Hausdorff距离匹配方法 及③考虑对场景图象距离变换(Distance Transform)的Hausdorff距离匹配方法,实现模板目标在场景图象中的定位(Use ① correlation matching (Correlation Matching), ② matching method based on Hausdorff distance and image of the scene ③ consider the distance transform (Distance Transform) the Hausdorff distance matching methods to achieve the target template in the scene image positioning)
- 2020-12-16 21:19:13下载
- 积分:1
-
convLSTM
MATLAB语言实现的LSTM长短期记忆神经网络模型(LSTM Long-term and Short-term Memory Neural Network Model Implemented by MATLAB Language)
- 2019-05-22 19:45:23下载
- 积分:1
-
play
Matlab algorith for a basic sonar setup using PC sound card.
- 2014-10-23 07:28: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
-
DeMat
差分进化算法标准版,应用时可以自行修改,可以达到较好的优化效果(Differential evolution algorithm standard edition,you can change it if you want to use if for self application Can achieve better optimization effect)
- 2015-01-15 20:23:09下载
- 积分:1
-
adapmaxmin.m
Adap Min mAx on matlab algorithm
- 2015-02-11 15:02:53下载
- 积分:1
-
spymemcached-2.9.1.jar
google memcached 客户端 jar 包(google memcached client jar)
- 2013-12-03 15:40:55下载
- 积分:1
-
servo
truetime 的小例子(I),便于了解truetime,使用truetime2.0(truetime small example (I), easy to understand truetime, use truetime2.0)
- 2010-08-21 21:14:14下载
- 积分:1
-
butxiaobo
近红外光谱小波变换预处理方法,能将信号分解成一系列小波函数的叠加,这些小波函数都是由一个亩小波函数平移和伸缩得到的。(Near infrared spectra pretreatment method, wavelet transform signal can be decomposed into a series of wavelet function, the wavelet function is a function by a mu wavelet translation and scaling.
)
- 2013-10-03 23:42:50下载
- 积分:1