代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/221899/14715124
m compute_codeword.m
function o=compute_codeword(position,s,jx)
%实现计算码字滤波的框图功能
%输入---固定码本输出
%输出---码字矢量,得到c(n)
c=zeros(1,40);
for i=1:4
c(position(i))=s(i);
end
%c=c/2^15;
o=c;
www.eeworm.com/read/220926/14783419
pdf compute_model.pdf
www.eeworm.com/read/217557/14958729
m compute_mapping.m
function [destination,null_event,time_limit,out_of_bound,terminal] = ...
compute_mapping(X0,sttype,Tstamp,srcloc,srccell)
% Compute the `mapping set` to encapsulate compute_mapping_SD and
%
www.eeworm.com/read/216806/14991714
m compute_jacobians.m
function [zp,Hv,Hf,Sf]= compute_jacobians(particle, idf, R)
xv= particle.xv;
xf= particle.xf(:,idf);
Pf= particle.Pf(:,:,idf);
for i=1:length(idf)
dx= xf(1,i)-xv(1);
dy= xf(2,i)-xv(2
www.eeworm.com/read/216806/14991739
m compute_weightr.m
function w= compute_weight(particle, z, idf, R)
[zp,Hv,Hf,Sf]= compute_jacobians(particle, idf, R);
Pv= particle.Pv;
v= z-zp;
v(2,:)= pi_to_pi(v(2,:));
% combine jacobians into joint
N = s
www.eeworm.com/read/216806/14991751
m compute_weight.m
function w= compute_weight(particle, z, idf, R)
%%
%% Not used - weight is now computed within sample_proposal.m
%%
www.eeworm.com/read/216806/14991765
m compute_weight.m
function w= compute_weight(particle, z, idf, R)
[zp,Hv,Hf,Sf]= compute_jacobians(particle, idf, R);
v= z-zp;
v(2,:)= pi_to_pi(v(2,:));
w= 1;
for i=1:size(z,2)
S= Sf(:,:,i);
den=
www.eeworm.com/read/216806/14991780
m compute_steering.m
function [G,iwp]= compute_steering(x, wp, iwp, minD, G, rateG, maxG, dt)
%
% INPUTS:
% x - true position
% wp - waypoints
% iwp - index to current waypoint
% minD - minimum distance to c
www.eeworm.com/read/212790/15149627
h epower_compute.h
//###########################################################################
//
// FILE: Epower_28x_Compute.h
//
// TITLE: Compute Definitions.
//
//#########################################
www.eeworm.com/read/212790/15149638
c epower_compute.c
/*
FILE: Epower_28x_Compute.c
TITLE: Compute Program(Compute).
AUTHOR: Xu Kangping
DESCRIPTION:
This file define compute function about DSP2812 t