代码搜索:observability

找到约 37 项符合「observability」的源代码

代码结果 37
www.eeworm.com/read/155268/11887075

m wu_fangzhen2_observability_jieshou_12jie.m

clc; clear all; format long; fid1= fopen('E:\孙国伟\work\data61.txt','r'); data1=fscanf(fid1,'%f',[12,30]); fid2= fopen('E:\孙国伟\work\data62.txt','r'); data2=fscanf(fid2,'%f',[12,30]); fid3
www.eeworm.com/read/344512/11876219

m sys2xuy.m

function x = sys2xuy(sys) % SYS2XUY - Convert (A,B,C,D) to a parameter X for STLS if ~isa(sys,'ss') x = []; % Use default for the stls solver return end [p,m] = size(sys); n = size(sys,'ord
www.eeworm.com/read/344512/11876241

m sys2x.m

function x = sys2x(sys, exct, noisy) % SYS2X - Convert (A,B,C,D) to a parameter X for STLS if ~isa(sys,'ss') x = []; % Use default for the stls solver return end [p,m] = size(sys); n = size
www.eeworm.com/read/424063/10499694

m gram.m

function g = gram(a,b) %GRAM Controllability and observability gramians. % GRAM(A,B) returns the controllability gramian: % % Gc = integral {exp(tA)BB'exp(tA')} dt % % GRAM(A',C') returns the o
www.eeworm.com/read/344562/11872347

m h2ox.m

% H2OX - From an impulse response to an extended % observability matrix and a state sequence. % % [O,X] = h2ox(h,lmax,n,tol) % % H - first T>2*LMAX samples of the impulse response % for MI
www.eeworm.com/read/344562/11872367

m y02ox.m

% Y02OX - From a matrix of (sequential) free responses to an % extended observability matrix (and a state sequence). % % [O,X] = y02ox(y0,n,tol) % % Y0 - matrix of (sequential) free response
www.eeworm.com/read/147096/12583909

m gram.m

function g = gram(a,b) %GRAM Controllability and observability gramians. % GRAM(A,B) returns the controllability gramian: % % Gc = integral {exp(tA)BB'exp(tA')} dt % % GRAM(A',C') returns the o
www.eeworm.com/read/101557/15826487

m gram.m

function g = gram(a,b) %GRAM Controllability and observability gramians. % GRAM(A,B) returns the controllability gramian: % % Gc = integral {exp(tA)BB'exp(tA')} dt % % GRAM(A',C') returns the o
www.eeworm.com/read/424063/10499531

m dgram.m

function g = dgram(a,b) %DGRAM Discrete controllability and observability gramians. % DGRAM(A,B) returns the discrete controllability gramian. % DGRAM(A',C') returns the observability gramian. % S
www.eeworm.com/read/147096/12583832

m dgram.m

function g = dgram(a,b) %DGRAM Discrete controllability and observability gramians. % DGRAM(A,B) returns the discrete controllability gramian. % DGRAM(A',C') returns the observability gramian. % S