-
subbandadpcm
ofdm是比较常用的调制方式,本文给出了子带的ofdm的matlab程序,希望可以帮助大家(OFDM modulation is more commonly used methods, this paper presents a sub-band of the OFDM matlab program, I hope you can help)
- 2008-12-31 10:27:11下载
- 积分:1
-
83494749LightScatPro5
关于光学理论知识的一些处理函数仿真,很有帮助的(Theoretical knowledge on some of the optical processing function simulation)
- 2010-12-06 09:08:23下载
- 积分:1
-
farward_fuel
bidirectional converter with the fuel cell
- 2015-02-22 16:08:30下载
- 积分:1
-
四元数MUSIC的MATLAB程序
四元数多重信号分类算法的matlab程序(MUSIC algorithm of quaternion)
- 2018-04-27 20:53:24下载
- 积分:1
-
linetiv
线性时不变系统的冲击响应求解及信道特性描述 幅度(Impulse response solution of linear time-invariant systems and channel characterization magnitude)
- 2013-03-26 22:41:04下载
- 积分:1
-
30qmjdszxhcl
30个【全美经典】数字信号处理例子,震精(【30】 digital signal processing classic American example, Chen Jing)
- 2010-08-05 17:24:11下载
- 积分:1
-
voronoi_new
calculating voronoi diagram in complex sitiation
- 2009-12-08 16:13:15下载
- 积分:1
-
xsk_RMA
合成孔径雷达RMA算法的matlab程序(RMA algorithm for synthetic aperture radar)
- 2011-08-26 15:35:29下载
- 积分: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
-
yuv
matlab code to convert rgb to yuv
- 2012-06-08 22:55:28下载
- 积分:1