-
dopot_rayleigh_fading
這個檔案裡面的matlab的m函數,產生有效的都普勒fd隨機相關的瑞利衰減包絡,可以輸入你想要的doppler ferquecy和sampling ferquecy (This file inside the matlab m-function, effective Doppler fd related Rayleigh random attenuation envelope, you can enter your desired doppler ferquecy and sampling ferquecy)
- 2008-04-23 21:08:20下载
- 积分:1
-
MMatlab_RADARa
Matlab实现的一个简单的RAADAR预警雷达模拟 可直接使用。
(Matlab achieve of a simple RAADAR warning radar simulator used directly.)
- 2020-07-01 03:20:02下载
- 积分:1
-
array_weighiting_I
array weighting models fort smart antennas
- 2012-12-31 17:19:13下载
- 积分:1
-
Cellular
无线通信系统仿真,对基站的设置,SIR的仿真,环绕法等(Wireless communication system simulation of the cell sites set up and location)
- 2012-04-18 21:38:25下载
- 积分:1
-
MATLAB(ca)
简单介绍了用工具MATLAB编写元胞自动机,其中有简单的设计思路,源代码。(A brief written using MATLAB tools of cellular automata, which have a simple design idea, the source code.)
- 2010-11-04 19:37:39下载
- 积分:1
-
LiRenHou_MATLAB
"李人厚:精通MATLAB--综合辅导与指南"经典收藏
("Li Hou : proficient in MATLAB-- comprehensive counseling and guidance" classic collection)
- 2006-11-06 17:40:16下载
- 积分:1
-
plotHermiteGaussianBeams
厄米高斯光束的仿真软件,可仿真基本的厄米高斯光束及其光斑。(Hermite Gaussian beam simulation software can simulate basic Hermite Gaussian beam and spot.)
- 2013-12-27 01:57:00下载
- 积分:1
-
22500794GA-SVM
本程序事实现遗传算法(GA)优化支持向量机(SVM),具有很好的学习价值。(This procedure to achieve something genetic algorithm (GA) optimization support vector machine (SVM), having a good learning value.)
- 2017-03-13 19:40:13下载
- 积分: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
-
eg6-duobianliangxitongkongzhi
《MATLAB神经网络30个案例分析》中的第6个例子,案例6 PID神经元网络解耦控制算法_多变量系统控制。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 6 examples, case 6 _ multi-variable PID neural network decoupling control algorithm control system. Hope to have certain help to everybody!
)
- 2013-09-20 15:59:44下载
- 积分:1