MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Guía de usuario Pagina 355

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 531
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 354
Estimating Linear Grey- Box Models
The following M-le describes the state-space equation for this model. In
this case, the auxiliary v ariables specify grid-size variables, so that you can
modifythegridsizewithouttheM-le.
function [A,B, C,D, K,x0] = heatd(pars,T,aux)
% Number of points in the space-discretization
Ngrid = aux(1);
% Length of the rod
L = aux(2);
% Initial rod temperature (un iform)
temp = aux(3);
% Space interval
deltaL = L/Ngrid;
% Heat-diffusio n coefficient
kappa = pars(1);
% Heat transfer coefficient at far end of rod
htf = pars(2);
A = zeros(Ngrid,Ngrid);
for kk = 2 :Ngr id-1
A(kk,kk-1) = 1;
A(kk,kk) = -2;
A(kk,kk+1) = 1;
end
% Boundary condition on insulated end
A(1,1) = -1; A(1,2) = 1;
A(Ngrid,Ngrid-1) = 1;
A(Ngrid,Ngrid) = -1;
A = A*kappa/deltaL/deltaL;
B = zeros(Ngrid,1);
B(Ngrid,1) = htf/deltaL;
C = zeros(1,Ngrid);
C(1,1) = 1;
D=0;
K = zeros(Ngrid,1);
x0 = temp*ones(Ngrid,1);
5-11
Vista de pagina 354
1 2 ... 350 351 352 353 354 355 356 357 358 359 360 ... 530 531

Comentarios a estos manuales

Sin comentarios

AUDAC Subwoofers manuels d'utilisation

La liste de AUDAC Subwoofers produits contient 2 manuels d'utilisation pour les modèles 1. Tous les guides d'utilisation en format pdf peuvent être téléchargés ou consultés en ligne.

Cliquez sur un alphabet ci-dessous pour faire défiler la liste complète des modèles commençant par cette lettre

Modèles Type de document
SX408A
Manuel de l'utilisateur   AUDAC SX408A User manual, 16 pages
Manuel de l'utilisateur   Bedienungs- und Installationsanleitung AUDAC, 16 pages