-
qpsk
编写的qpsk源程序,实现qpsk的的调制解调(Qpsk written source, to achieve qpsk of the modulation and demodulation)
- 2010-05-11 11:20:09下载
- 积分: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
-
pk_abc_dq
pk_abc_dq coordinate converter
- 2012-09-22 04:45:23下载
- 积分:1
-
fenxi
matlabA关于金融建模中数据的基本统计分析书籍和实例(matlabA basic statistical data on financial modeling analysis books and instances)
- 2013-02-13 18:11:25下载
- 积分:1
-
INS
惯性导航算法,有输入数据,在MATLAB下的哦,直接就可以运行得通,惯性技术作业哦!(Inertial navigation algorithm, the input data in MATLAB Oh, it can be shipped directly works, inertial technology jobs oh!)
- 2013-11-24 23:43:11下载
- 积分:1
-
Bear-P
ios 6 programming and example source
- 2014-01-09 18:43:51下载
- 积分:1
-
fcmGUI
用Matlab写的FCM算法,包括GUI界面的设计,实现模糊聚类功能。(FCM algorithm is written using Matlab, including the GUI interface design, implementation, fuzzy clustering functionality.)
- 2021-02-25 15:09:38下载
- 积分:1
-
voicebox
VOICEBOX is a speech processing toolbox consists of MATLAB routines that are maintained by and mostly written by Mike Brookes, Department of Electrical & Electronic Engineering, Imperial College, Exhibition Road, London SW7 2BT, UK. Several of the routines require MATLAB V6.5 or above and require (normally slight) modification to work with earlier veresions.
The routines are available as a zip archive and are made available under the terms of the GNU Public License.
The routine VOICEBOX.M contains various installation-dependent parameters which may need to be altered before using the toolbox. In particular it contains a number of default directory paths indicating where temporary files should be created, where speech data normally resides, etc. You can override these defaults by editing voicebox.m directly or, more conveniently, by setting an environment variable VOICEBOX to the path of an initializing m-file. See the comments in voicebox.m for a fuller description.
- 2014-09-25 07:46:36下载
- 积分:1
-
work
介绍一些小波函数的基本功能和常用函数,并举例(Introduce some basic functions and wavelet functions commonly used functions and an example)
- 2010-06-04 11:31:21下载
- 积分:1
-
kalmansimulation
利用matlab进行kalman滤波的仿真(Carried out using kalman filtering matlab simulation)
- 2007-08-30 16:26:59下载
- 积分:1