-
ML_and_MAP
最大似然和最大后验概率算法描述,比较性能,仿真分析(Maximum likelihood and maximum a posteriori probability algorithm description, comparative performance, simulation analysis)
- 2021-01-28 17:28:39下载
- 积分:1
-
wavelet1
小波神经网络算法1(Wavelet neural network algorithm 1)
- 2008-06-09 22:07:20下载
- 积分:1
-
clusterValidityAnalysisPlatform3.42
We present in this paper a new method for blind source separation
which is adapted to the case where the sources have different morphologies.
We show that the morphology diversity concept leads to a
new and very efficient method, even in the presence of noise.
- 2013-09-26 13:15:48下载
- 积分:1
-
基于遗传算法优化EKF算法的SOC估算
说明: 采用遗传算法对 EKF 中的系统噪声矩阵和测量矩阵的协方差进行在线优化,以实现在模型误差最小时对 SOC 进行在线估计(Genetic algorithm is used to optimize the covariance of system noise matrix and measurement matrix in EKF on-line, so as to realize the on-line estimation of SOC at the minimum model error)
- 2020-03-12 12:29:21下载
- 积分:1
-
manual
Instructions for installing the Genetic Algorithm Toolbox can be found in the
MATLAB installation instructions. It is recommended that the files for this toolbox
are stored in a directory named genetic off the main matlab/toolbox directory
- 2011-05-21 03:31:58下载
- 积分:1
-
HoughObject
Shape Detection using Hough Transform in Matlab
- 2009-03-28 14:42:59下载
- 积分: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-modulation
说明: 本程序给出了qpsk调制的源码程序,具有一定的参考价值( this program shows the qpsk modulation,from this program we can understand the process of qpsk modulation more .)
- 2011-03-10 18:48:03下载
- 积分:1
-
iPhoneSoftModem-BreakOut_EAGLE_v1
this is using for Data over audio commnunication
- 2015-03-10 07:38:54下载
- 积分:1
-
OFDMhaha
介绍OFDM的MATLAB的各种实现方式 帮助初学者能够较快理解和掌握(OFDM introduce the MATLAB implementation of a variety of ways to help beginners can quickly understand and grasp)
- 2009-03-06 21:06:09下载
- 积分:1