-
resampleX
the upsample and down sample function rebuild as new code resamplex
- 2009-11-27 23:47:02下载
- 积分:1
-
fftplot
自己编写的fft变换的MATLAB源代码!里面还有操作过程。很好用哦(Have written MATLAB s fft transform the source code! There is also the process. Oh, well used)
- 2009-12-14 15:22:40下载
- 积分: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
-
tiaopinxinhao_chansheng
利用matlab,产生具有三个频率的跳频信号(the generation of jump-frequency signal)
- 2012-05-24 09:12:55下载
- 积分:1
-
LSB
基于LSB的数字水印,有图像有源码,还有各种攻击(LSB-based watermarking, there is a source image, as well as a variety of attacks)
- 2021-03-28 23:59:12下载
- 积分:1
-
chapter-two
说明: 精通matlab C++混合编程,很好的教程,希望对大家有用(Proficient in matlab c++ mixed programming)
- 2011-03-12 02:50:28下载
- 积分:1
-
QPSK_TX_IQ_RX_REV1
QPSK Transmitter and I/Q Correlator Receiver is based on the technique of queing the information in a bit stream and on the receving end using FFT and some additive filters, as the addition of noise is made to infuse the need of a filter. Necessarily a Baseband filter is used. Modulation acheived at the receiving end.
(QPSK Transmitter and I/Q Correlator Recei ver is based on the technique of the infor queing mation in a bit stream and on the receving end usi ng FFT and some additive filters, as the addition of noise is made to infuse the nee d of a filter. Necessarily a Baseband filter is u sed. Modulation achieved at the receiving end.)
- 2006-06-20 03:49:48下载
- 积分:1
-
lidar_development
激光雷达资料,包含星载激光多普勒测风雷达发展研究、星载激光雷达的发展与应用、激光雷达原理(Lidar data, including the development of laser Doppler wind radar spaceborne laser Doppler wind radar research,principle of lidar )
- 2012-04-16 19:14:33下载
- 积分:1
-
MATLAB
matlab最全的命令集合,学习matlab好帮手(MATLAB the most complete command set, learning matlab a good helper)
- 2013-10-12 10:49:39下载
- 积分:1
-
ZF
说明: BER for BPSK modulation with 2x2 MIMO and ZF equalizer (Rayleigh channel)
- 2013-12-14 19:21:17下载
- 积分:1