代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/490601/6449470
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/476539/6755735
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/263959/11335632
m button_clicked.m
function button_clicked
% Declare and initialize variable to store the count
persistent count
if isempty(count)
count = 0;
end
% Update count
count = count + 1;
% Create new string
www.eeworm.com/read/263516/11359211
m fm_status.m
function fm_status(varargin)
% FM_STATUS display convergence error of the current simulation in
% the main window
%
% FM_STATUS('init',xmax,colors,styles,faces)
% FM_STATUS('update',val
www.eeworm.com/read/407580/11414631
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/405549/11460680
m manchesterencoder.m
function valsamp = manchesterencoder(phaseerr)
% MANCHESTERENCODER Generates manchester encoded data stream
% [V,S] = MANCHESTERENCODER(PERR) - Repeated calls to this
% function will return a
www.eeworm.com/read/405549/11460689
m manchester_decoder.m
function [iport,tnext] = manchester_decoder(oport,tnow,portinfo)
% MANCHESTER_DECODER Test bench for VHDL 'decoder'
% [IPORT,TNEXT]=MANCHESTER_DECODER(OPORT,TNOW,PORTINFO) -
% Implements a t
www.eeworm.com/read/347945/11623766
m saveobj.m
function out = saveobj(obj)
%SAVEOBJ Save filter for LMI objects.
% We have to save the persistent variables in the SDPVAR class
obj.savedata.internalsdpvarstate = yalmip('getinternalsdpvarstate'
www.eeworm.com/read/347945/11624352
m saveobj.m
function out = saveobj(obj)
%SAVEOBJ (overloaded)
% Author Johan L鰂berg
% $Id: saveobj.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
% We have to save the persistent variables in the SDPVAR cla
www.eeworm.com/read/347945/11625988
m saveobj.m
function out = saveobj(obj)
%SAVEOBJ (overloaded)
% Author Johan L鰂berg
% $Id: saveobj.m,v 1.4 2005/02/14 16:46:38 johanl Exp $
% We have to save the persistent variables in the SDPVAR cla