-
3
说明: 随机信号的功率谱估计及Matlab的实现(Power spectral estimation of random signals and the realization of Matlab)
- 2010-04-29 23:59:59下载
- 积分:1
-
impulse
impulse propagation through a panel
- 2010-11-13 06:24:37下载
- 积分:1
-
334398722snr
最大信噪比的独立分量分析算法,主要用于盲源信号的处理技术研究。(Maximum SNR of independent component analysis algorithm, mainly used for blind source signal processing research.)
- 2011-08-22 14:29:46下载
- 积分:1
-
DeclData
Decldata source code for mac system 7 - resource files
- 2010-08-26 14:11:29下载
- 积分:1
-
A-Guide-to-MATLAB-Object-Oriented-Programming
the book describes the object oriented feature in matlab programming language in detail, and discuss how to programming in object oriented matlab.
- 2011-07-18 17:43:23下载
- 积分:1
-
tgn
this code simulate channel model
- 2021-04-06 17:29: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
-
KRON
A compressed sensing algorithm with the kronecker product
- 2015-10-08 00:16:03下载
- 积分:1
-
Kalman_filtering_MATLAB
matalb教程,涉及到卡尔曼滤波问题的基础教程,线性系统、随即系统、周期系统、非线性系统等的分析(matalb tutorials, related to Kalman filtering problem based tutorials, linear systems, then systems, periodic systems, nonlinear systems analysis)
- 2010-05-13 12:24:07下载
- 积分:1
-
piecewise_linear_fitting
对两组离散数据进行分段线性拟合,并显示拟合结果(piecewise linear fitting of two sets of discrete data)
- 2010-07-06 17:03:03下载
- 积分:1