代码搜索:DLT 614
找到约 1,473 项符合「DLT 614」的源代码
代码结果 1,473
www.eeworm.com/read/110567/15530735
vbw sample2.vbw
Form1 = 44, 44, 636, 493, Z, 22, 22, 614, 471, C
www.eeworm.com/read/431774/8655035
m ltable.m
function [dlt,slt,md]=ltable(option,sim_options)
switch option
case '4_State_4PSK'
md=4;
s=4;
case '8_State_4PSK'
md=4;
s=8;
case '16_State_4PSK
www.eeworm.com/read/431774/8655068
m ltable.m
function [dlt,slt,md]=ltable(option,sim_options)
switch option
case '4_State_4PSK'
md=4;
s=4;
case '8_State_4PSK'
md=4;
s=8;
case '16_State_4PSK
www.eeworm.com/read/431059/8710222
asv tiaojian.asv
function y=tiaojian(x,par)
% 参数条件判断
% 4 50;... % n 的范围
% 0 5;... % h1 的范围 h2
www.eeworm.com/read/185152/9054634
m dltdecomp.m
function [t, r, intern, lambda] = DLTdecomp(dlt)
%DLTDECOMP Decomposition of DLT matrix
%
% Syntax:
% [t, r, intern, lambda] = DLTDECOMP(dlt)
%
% Input:
% DLT = Direct Linear Transform matrix (3 x 4
www.eeworm.com/read/185152/9054761
m decdlt.m
function [t, r, intern, lambda] = DLTdecomp(dlt)
%DLTDECOMP Decomposition of DLT matrix
%
% Syntax:
% [t, r, intern, lambda] = DLTDECOMP(dlt)
%
% Input:
% DLT = Direct Linear Transform matrix (3 x 4
www.eeworm.com/read/185152/9054762
m estidlt.m
function [DLT, errstat] = estiDLT( data )
p = data(:, 1 : 3);
q = data(:, 4 : 5);
[n m] = size(p);
NDX=768; NDY=576; Sx=6.2031; Sy=4.6515; f0=16;
%NDX=sys(1); NDY=sys(2); Sx=sys(3); Sy=sys(4); f0=sy
www.eeworm.com/read/185152/9054772
m reversedlt.m
function Spoints = reverseDLT( DLT, Ipoints )
%
% Spoints = reverseDLT( DLT, Ipoints )
%
% reverse DLT - computes the scene coordinates from image coordiantes
%
%
HIpoints = hext( Ipoints );
RSp = (D
www.eeworm.com/read/185152/9054778
m estdlt.m
function [DLT, errstat, errors] = estDLT(coords, showres)
% ONLY FOR TESTING PURPOSES
%
% coords ... n x 4 (x, y, u, v)
% showres (default TRUE) ... TRUE -> show results, FALSE -> do not show results
www.eeworm.com/read/380466/9146939
m ltable.m
function [dlt,slt] = ltable(md,s,varargin)
%LTABLE Space-time code look-up table generator.
% [DLT,SLT] = LTABLE(MD,S) creates MD, S-states space-time code data
% and state look-up tables. MD cor