-
MATLAB
关于MATLAB的经典教程,很全面,包含所有的关于MATLAB语言的规则等!(Tutorial on MATLAB classic, very comprehensive and include all on the MATLAB language rules!)
- 2008-05-06 16:56:53下载
- 积分:1
-
cognitiveradio
code matlab for cognitive radio )in the spectrum detection (Spectrum Sensing) algorithm simulation
- 2013-11-13 10:14:04下载
- 积分:1
-
matlab
利用matlab对am,dsb,ssb,ask,fsk,bpsk信号进行正交调制解调仿真,并在不同信噪比条件下对其数字信号进行了误码率的计算。(Using matlab to am, dsb, ssb, ask, fsk, bpsk orthogonal signal modulation and demodulation simulation, and signal to noise ratio in different conditions of its digital signal to the bit error rate calculations.)
- 2009-06-03 12:09:34下载
- 积分: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
-
huise_yuce
matlab灰色预测模型问题,并求出相对误差(The problem of the matlab gray prediction model, and calculated the relative error)
- 2012-08-16 11:25:39下载
- 积分:1
-
newestadvancesinchaoticsecurecommunications
混沌保密通信的最新进展,混沌保密通信的最新进展(Chaotic secure communication of the latest developments in chaotic secure communication of the latest progress)
- 2008-01-30 21:14:22下载
- 积分:1
-
digitalbeamforming
some resources for matlab
- 2010-12-06 06:42:56下载
- 积分:1
-
pra1
人工合成地震记录人工合成地震记录人工合成地震记录人工合成地震记录(seismic data seismic data seismic data)
- 2020-10-28 09:09:59下载
- 积分:1
-
lineint
calculating the line integral contour of the iris and pupil boundaries. this fuction is used in the daugman approach of iris localization.
- 2009-02-26 18:57:25下载
- 积分:1
-
Rayleigh-Fading-with-doppler-effect
Modeling Rayleigh Fading with doppler effect
- 2011-08-04 23:11:04下载
- 积分:1