-
bundler-v0.3-source
Bundler v0.3 Installation Guide
copyright 2009 Noah Snavely (snavely@cs.cornell.edu)
based on the Photo Tourism work of Noah Snavely, Steven M. Seitz,
(University of Washington) and Richard Szeliski (Microsoft Research)
For more technical information, visit http://phototour.cs.washington.edu
The source provided in this distribution can be accessed at
http://phototour.cs.washington.edu/bundler/
- 2009-11-12 13:14:12下载
- 积分:1
-
CDMA
基于DS-CDMA的 MATLAB仿真M文件(DS-CDMA based on the MATLAB simulation of M documents)
- 2011-02-13 16:48:41下载
- 积分:1
-
besjexp
part 5 schrodinger solve...
- 2012-08-22 21:49:24下载
- 积分:1
-
Introduction-to-MATLAB---Sikander-M.-Mirza
Introduction to MATLAB - Sikander M. Mirza, this book contain the general instructions of Matlab..
- 2012-10-23 01:24:07下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
Matlab
《MATLAB 遗传算法工具箱及应用》
作 者:雷英杰 张善文 李续武 周创明
出版社:西安电子科技大学出版社
本书系统介绍MATLAB遗传算法和直接搜索工具箱的功能特点、编程原理及使用方法。全书共分为9章。第一章至第四章介绍遗传算法的基础知识,包括遗传算法的基本原理,编码、选择、交叉、变异,适应度函数,控制参数选择,约束条件处理,模式定理,改进的遗传算法,早熟收敛问题及其防止等。第五章至第七章介绍英国设菲尔德(Sheffield)大学的MATLAB遗传算法工具箱及其使用方法,举例说明如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序。第八章和第九章介绍MathWorks公司最新发布的MATLAB遗传算法与直接搜索工具箱及其使用方法。 ()
- 2008-05-23 13:47:00下载
- 积分:1
-
DOA_Matrix
DOA矩阵法二维DOA估计,基于金梁, 殷勤业. 时空DOA矩阵方法[J]. 电子学报, 2000, 28(6):8-12.(Two-dimensional DOA estimation with DOA matrix method.)
- 2017-12-01 10:20:17下载
- 积分:1
-
mul
说明: 模拟退火算法应用于光学模拟方向的程序代码(Simulated annealing algorithm is applied to the direction of the optical simulation code)
- 2010-04-11 11:08:59下载
- 积分:1
-
matlab_1
matlab仿真命令集
包括仿真命令、线性化和整理命令、构建模型命令等(Matlab simulation command set includes orders simulation, linear and finishing order, constructing model orders)
- 2006-09-25 14:10:07下载
- 积分:1
-
siftDemoV4
SIFT算子程序,,使用简单,,代码有注释,,并给出使用方法(SIFT operator subroutine, use simple code annotated, and given the use)
- 2013-01-03 11:40:26下载
- 积分:1