-
berforMIMOusingMaximumliklihoodtchechniquel
BER plot in rayleigh channel with maximum liklihood technique for MIMO
- 2010-10-08 14:30:55下载
- 积分:1
-
FastICA
一种很好的Fast ICA算法。根据西安理工大学的一遍硕论文而写有很好的效果。(A good Fast ICA algorithm. According to Xi)
- 2008-05-10 21:31:35下载
- 积分:1
-
parallel-computation2010
使用虚拟处理器的SPMD
并行程序,我将介绍使用虚拟处理器的一些结果
技术,并行计算程序的一些SPMD。 “
测试的技术真正的处理器是英特尔超线程,
和程序,浮点计算的MATLAB脚本。
工作的关注实用和限制的结论
使用的方法。主要结果是,使用虚拟处理器
不仅为改善并行程序是一个很好的技术
基于内存的计算,但在大量的磁盘存储的情况下
操作太多。
(Using virtual processors for SPMD
parallel programs,I describe some results on the use of virtual processors
technology for parallelize some SPMD computational programs. The
tested technology is the INTEL Hyper Threading on real processors,
and the programs are MATLAB scripts for floating points computation.
The conclusions of the work concern on the utility and limits
of the used approach. The main result is that using virtual processors
is a good technique for improving parallel programs not only for
memory-based computations, but in the case of massive disk-storage
operations too)
- 2011-09-04 18:59:04下载
- 积分:1
-
2 1
说明: 假定导引头工作在理想状态,能够无延迟无误差地输出与视线角速度成比例的信号u,在此情况下的导引律(Assuming that the seeker works in an ideal state, it can output the signal U proportional to the angular velocity of the line of sight without delay and error. In this case, the guidance law)
- 2019-07-29 14:32:54下载
- 积分:1
-
g_t_o
this is made in matlab hand detection using gaussian mixture algorithm , some other people can use these file to make more advancemnt in it, improvement can be made in these files
- 2009-11-04 02:28:36下载
- 积分:1
-
4f-Optical-System
说明: 基于MATLAB的光学4f系统菲涅尔波带片的实现。信息光学课的作业,内含一个matlab的程序和程序运行结果。我自己写的程序,运行没有问题。(MATLAB-based optical 4f system, the realization of Fresnel zone plate. Information Optics homework assignment that includes a matlab program and run the results. I wrote it myself, run no problem.)
- 2021-04-12 08:28:57下载
- 积分:1
-
autocorrelation
matlab program for autocorrelation
- 2012-08-22 12:59:46下载
- 积分:1
-
L3
说明: Basic of enchancement
- 2010-10-18 00:37:20下载
- 积分:1
-
matlab
几个关于有限元分析的代码,《结构分析的有限元法与matlab编程》-徐荣桥(Several finite element analysis on the code, " Structural Analysis of the finite element method and matlab programming" - Xu Rong Bridge)
- 2011-04-24 17:42:53下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1