-
ofdmproj_win
本程序实现了OFDM系统详尽的方针,注释代码非常丰富,有详细的讲解,可以实现AWGN信道和多径信道,并对最终的如BER等性能指标进行了仿真实现。非常经典。很适用发论文或毕业设计时用来做设计的仿真验证工作。(This procedure detailed implementation of the principle of OFDM systems, notes the code is very rich in detail there is, you can achieve AWGN channel and multi-path channel, and the ultimate properties such as target BER simulation implementation. Very classic. Hair is the application of graduation thesis or design Designed to make the job simulation.)
- 2009-04-07 20:40:49下载
- 积分: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
-
F_Borda
说明: 模糊数学中的波达排序,还有模糊聚类分析的MATLAB源代码(Borda sort,Fuzzy Cluster Analysis)
- 2010-04-23 17:49:31下载
- 积分:1
-
xiaobo
这是一个小波变换的程序,滤去噪声实现语音增强(This is a wavelet transform procedures, filter out the noise to realize speech enhancement)
- 2012-04-11 20:06:59下载
- 积分:1
-
MATLAB_classical_optimization
MATLAB经典优化算法讲解很详细的matlab教程MATLAB classical optimization(MATLAB classical algorithm matlab tutorial explaining in detail MATLAB classical optimization)
- 2010-08-02 09:17:47下载
- 积分:1
-
PR
说明: 基于matlab人脸识别系统的开发与研究,关于人脸识别的研究(failed to translate)
- 2011-05-17 07:21:59下载
- 积分:1
-
calculator
Digital calculator: it is a digital calculator program that use the basics of matlab programming.
- 2015-01-24 15:16:17下载
- 积分:1
-
GPC-for-matlab
这是一个从书本上敲打上去的关于GPC的程序。非最小相位系统采用RLS辨识参数,输入为方波信号(This is a beat up books on the GPC program. Non-minimum phase system uses the the RLS identification parameters input square wave signal)
- 2013-05-14 21:08:17下载
- 积分:1
-
optical-systemt
The optical system of the relationship between object
- 2012-06-15 22:02:23下载
- 积分:1
-
fd
说明: 有限差分声波波动方程正演。主要用于地震勘探正演(Finite difference method of acoustic wave equation forward modeling)
- 2015-04-09 12:04:40下载
- 积分:1