代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/286533/8760751
summary pd.map.summary
Analysis & Synthesis Status : Successful - Sat Feb 02 11:39:20 2008
Quartus II Version : 5.1 Build 176 10/26/2005 SJ Full Version
Revision Name : pd
Top-level Entity Name : pd
Family : Cyclone II
www.eeworm.com/read/386050/8769592
p pd_check.p
www.eeworm.com/read/386050/8769619
m pd_check.m
%PD_CHECK Check whether the input matrix is positive definite
%
% OK = PD_CHECK(A)
%
% INPUT
% A Symmetric matrix
%
% OUTPUT
% OK 1/0 to indicate whether A is positive definite
%
% DESCRIPTION
www.eeworm.com/read/429699/8793616
wrf pd1.wrf
www.eeworm.com/read/186716/8914526
m gamma_pd.m
function [y,x] = gamma_pd(aa,bb,nx)
% GAMMA_PDF ... Evaluates and plots the probability density function of a
% Gamma random variable.
%
% GAMMA_PDF(P1,P2) plots the pdf of the Gamma random var
www.eeworm.com/read/382041/9056896
asv pd_difference.asv
%本程序研究在单个脉冲发现概率一定的条件下,被动导引头对目标辐射源发现概率随时间的变化。
%采用蒙特卡罗过程仿真方法;
%发现目标辐射源:连续发现5个目标辐射源脉冲;
%跟踪丢失:连续丢失8个目标辐射源脉冲。
clc;clear;
a=0.2;
b=0.9;
ab=15;
Tpd=[];
for Pd=a:(b-a)/ab:b;%设置单个脉冲发现概率;
Tr=1;tt=[];
...
www.eeworm.com/read/382041/9056922
m pd_difference.m
%本程序研究在单个脉冲发现概率一定的条件下,被动导引头对目标辐射源发现概率随时间的变化。
%采用蒙特卡罗过程仿真方法;
%发现目标辐射源:连续发现5个目标辐射源脉冲;
%跟踪丢失:连续丢失8个目标辐射源脉冲。
clc;clear;
a=0.2;
b=0.9;
ab=15;
Tpd=[];
for Pd=a:(b-a)/ab:b;%设置单个脉冲发现概率;
Tr=1;tt=[];
...