Welcome![Sign In][Sign Up]
Location:
Search - ww.d

Search list

[Graph programDoorOpen

Description: vc++环境下调用vega函数,实现DOF模型的驱动,该程序以一个开关门模型为例子,对vega局部驱动有帮助-vc++ environment vega function call, the drive to achieve DOF model, the program model with a door switch, for example, to help drive local vega
Platform: | Size: 78848 | Author: zsl | Hits:

[Booksyunchouxuezhipaiwenti

Description: 标准的指派问题是一类特殊的整数规划问题,又是特殊的0-1规划问题和特殊的运输问题。1955年W. W. Kuhn利用匈牙利数学家D. Konig关于矩阵中独立零元素的定理, 提出了解指派问题的一种算法, 习惯上称之为匈牙利解法。-The standard assignment problem is a special class of integer programming problems, is 0-1 programming problems and transport problems. 1955 WW Kuhn Hungarian mathematician D. Konig independent zero elements in the matrix of the theorem, the understanding of the assignment problem an algorithm, used to be called the Hungarian Method.
Platform: | Size: 78848 | Author: wqrwqrewqrew | Hits:

[Other火灾检测模拟代码

Description: 一段模拟森林火灾的代码,模拟该过程,请自行甄别(a Nmm kk l l j h k jff f f gg g d d d d d w ww r f c cc)
Platform: | Size: 929792 | Author: 海盗pk | Hits:

[Othermusic

Description: MUSIC 算法MATLAB仿真源代码 clc clear all format long %将数据显示为长整型科学计数 N=200;%快拍数 doa=[20 60]/180*pi; %信号到达角 w=[pi/4 pi/3]';%信号频率 M=10;%阵元数 P=length(w); %信号个数 lambda=150;%波长 d=lambda/2;%阵元间距 snr=20;%信噪比 B=zeros(P,M); %创建一个P行M列的0矩阵 for k=1:P B(k,:)=exp(-j*2*pi*d*sin(doa(k))/lambda*[0:M-1]); %矩阵赋值 end B=B'; xx=2*exp(j*(w*[1:N])); %仿真信号 x=B*xx; x=x+awgn(x,snr);%加入高斯白噪声 R=x*x'; %数据协方差矩阵 [U,V]=eig(R); %求R的特征值和特征向量 UU=U(:,1:M-P); %估计噪声子空间 theta=-90:0.5:90; %%谱峰搜索 for ii=1:length(theta) AA=zeros(1,length(M)); for jj=0:M-1 AA(1+jj)=exp(-j*2*jj*pi*d*sin(theta(ii)/180*pi)/lambda); end WW=AA*UU*UU'*AA'; Pmusic(ii)=abs(1/ WW); end Pmusic=10*log10(Pmusic/max(Pmusic)); %空间谱函数 plot(theta,Pmusic,'-k') xlabel('角度 \theta/degree') ylabel('谱函数P(\theta) /dB') title('MUSIC算法的DOA估计谱') grid on(MUSIC algorithm MATLAB simulation source code)
Platform: | Size: 15360 | Author: 冠华 | Hits:

CodeBus www.codebus.net