-
Probabilistic-Graphical-Models
很经典的书籍哦,有1200多页,非常经典的概率图模型书籍,网上价格一般都1000多元哦!(it is very good for you!)
- 2014-11-26 20:42:51下载
- 积分:1
-
在matlab环境下,对无线通信系统的发射机和接收机信号传输进行仿真...
在matlab环境下,对无线通信系统的发射机和接收机信号传输进行仿真-In the matlab environment, on wireless communication system transmitter and receiver signal transmission simulation
- 2022-03-24 01:25:44下载
- 积分:1
-
GPC
广义预测控制仿真程序,体内各国作业的形式,内附作业题目。(Generalized predictive control simulation program, the body in the form of national operations, containing assignment questions.)
- 2020-11-19 20:39:41下载
- 积分:1
-
fdct_usfft_matlab
curvelet的usfft算法,是curvelet最先采用的算法(curvelet the usfft algorithm is the first use of curvelet algorithm)
- 2009-10-21 16:12:30下载
- 积分:1
-
Fundamentals_of_Digital_Electronics
by Professor Barry Paton
Dalhousie University
- 2010-11-09 23:12:56下载
- 积分:1
-
MATLABProgramming
说明: MATLAB编程,国外高校电子信息类优秀教材,英文影印版(MATLAB programming, outstanding foreign university electronic information materials, photocopying English version)
- 2010-04-22 20:33:37下载
- 积分:1
-
Exe0704
说明: MATLAB实用教程(第2版)实例源代码程序EXE0704(MATLAB Practical Guide (2nd Edition) examples source code program EXE0704)
- 2011-04-11 21:56:47下载
- 积分:1
-
分块提取图像特征
%分块提取特征值
M=imcrop(M,[0,0,1000,460]);
sum=1;
for i=0:230:459
for j=0:200:999;
temp=imcrop(M,[j,i,200,230]);
figure(2);subplot(2,5,sum);imshow(temp);
stemp=svd(temp);
[length,width]=size(stemp);
for k=1:length
s(k,sum)=stemp(k,1);
end
sum=sum+1;
end
end
- 2022-03-21 07:34:58下载
- 积分:1
-
hole
说明: 数字图像中检测圆的半径,圆心坐标,参考方法,实现程序(err)
- 2008-09-06 22:03:19下载
- 积分:1
-
chap02
Electromagnetics good book for develop,good luck(Electromagnetics good book for develop, good luck)
- 2010-04-04 12:24:52下载
- 积分:1