-
Jakes
一个非常好的移动通信Jakes信道matlab仿真源代码Jakes Rayleigh fading channel(Jakes Rayleigh fading channel)
- 2009-05-12 10:15:54下载
- 积分:1
-
repmat
用于matlab,主要针对的是matlab中的repmat基本功能的解析(used for matlab)
- 2012-05-12 08:21:14下载
- 积分:1
-
rayleigh_nrz
Rayleigh NRZ with Matlab simulink
- 2013-09-10 09:56:45下载
- 积分:1
-
2013102242160953
人脑图像边缘提取,比较好用的人脑图像边缘提取matlab仿真程序。(The human brain image edge extraction, relatively easy to use the human brain image edge extraction matlab simulation program.)
- 2013-11-24 23:12:15下载
- 积分:1
-
MOM
采用双位方程计算对称阵子天线的输入阻抗方向图,并进行频率扫描,给出了输入阻抗随着频率变话的曲线(MOM to calculate the dipole antenna)
- 2014-07-19 00:22:02下载
- 积分:1
-
ipf
这是一个时间序列的高通滤波matlab函数!(This is a time series of high-pass filter function matlab!)
- 2009-04-09 15:31:44下载
- 积分:1
-
karlman-matlab
说明:
karlman检测跟踪算法,matlab源代码(
karlman code ,implement with matlab)
- 2011-02-26 16:01:37下载
- 积分: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
-
22.gz
用 MATLAB 软件
实现了 GM(1 ,1) 预测算法并给出了源代码所建立的 GM(1 ,1) 预测效果比较好 ,验证了利用MAT 2
LAB 实现该算法的有效性和程序的正确性 ,进一步展示了MATLAB 软件的功能强大和实用性强的特点.(MATLAB software GM (1, 1) prediction algorithm and give the source code to establish the GM (1, 1) forecast better results, verify the correctness of the MAT 2 LAB effectiveness of the algorithm and program further demonstrate the powerful and practical features of MATLAB software.)
- 2013-04-13 11:43:08下载
- 积分:1
-
wavelet-GUI
用matlab GUI实现小波分解的界面化处理,简单易懂。(This program uses MATLAB GUI interface processing wavelet decomposition, easy to understand.)
- 2013-05-06 15:43:56下载
- 积分:1