代码搜索:practice
找到约 1,173 项符合「practice」的源代码
代码结果 1,173
www.eeworm.com/read/128748/14279872
m fig3_14.m
%
% This file generates the plot shown in Figure 3-14
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/128748/14279877
m fig3_13.m
%
% This file generates the plot shown in Figure 3-13
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/128748/14279879
m fig3_9.m
%
% This file generates the graph shown in Figure 3-9
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/217949/14942582
m fig3_14.m
%
% This file generates the plot shown in Figure 3-14
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/217949/14942586
m fig3_13.m
%
% This file generates the plot shown in Figure 3-13
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/217949/14942588
m fig3_9.m
%
% This file generates the graph shown in Figure 3-9
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/483095/1280371
m spdinv.m
function Minv = SPDinv(M);
%
% Grewal & Andrews, Kalman Filtering Theory and Practice Using MATLAB, 3rd
% Edition, Wiley, 2008.
%
% Inverts symmetric positive definite matrix M using modified Cho
www.eeworm.com/read/483095/1280372
m spdinvip.m
function Minv = SPDinvIP(M);
%
% Grewal & Andrews, Kalman Filtering Theory and Practice Using MATLAB, 3rd
% Edition, Wiley, 2008.
%
% Inverts symmetric positive definite matrix M using modified C
www.eeworm.com/read/483095/1280374
m udinv.m
function InvUD = UDinv(UD)
%
% Grewal & Andrews, Kalman Filtering Theory and Practice Using MATLAB, 3rd
% Edition, Wiley, 2008.
%
% Inversion of UD decomposition factors M = U*D*U' of a symmetric
www.eeworm.com/read/479931/1328915
h mb-inline.h
/* Test gdb support for setting multiple file:line breakpoints on static
functions. In practice the functions may be inline fns compiled with -O0.
We avoid using inline here for simplicity's sa