/usr/share/octave/packages/control-3.0.0/ncfsyn.m is in octave-control 3.0.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 | ## Copyright (C) 2009-2015 Lukas F. Reichlin
##
## This file is part of LTI Syncope.
##
## LTI Syncope is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## LTI Syncope is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with LTI Syncope. If not, see <http://www.gnu.org/licenses/>.
## -*- texinfo -*-
## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}, @var{info}] =} ncfsyn (@var{G}, @var{W1}, @var{W2}, @var{factor})
## Loop shaping H-infinity synthesis. Compute positive feedback controller using
## the McFarlane/Glover loop shaping design procedure [1].
## Using a precompensator @var{W1} and/or a postcompensator @var{W2}, the singular values
## of the nominal plant @var{G} are shaped to give a desired open-loop shape.
## The nominal plant @var{G} and shaping functions @var{W1}, @var{W2} are combined to
## form the shaped plant, @var{Gs} where @code{Gs = W2 G W1}.
## We assume that @var{W1} and @var{W2} are such that @var{Gs} contains no hidden modes.
## It is relatively easy to approximate the closed-loop requirements by the following
## open-loop objectives [2]:
## @enumerate
## @item For @emph{disturbance rejection} make
## @iftex
## @tex
## $\\underline{\\sigma}(W_2 G W_1)$
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## large; valid for frequencies at which
## @iftex
## @tex
## $\\underline{\\sigma}(G_S) \\gg 1$.
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## @item For @emph{noise attenuation} make
## @iftex
## @tex
## $\\overline{\\sigma}(W_2 G W_1)$
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## small; valid for frequencies at which
## @iftex
## @tex
## $\\overline{\\sigma}(G_S) \\ll 1$.
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## @item For @emph{reference tracking} make
## @iftex
## @tex
## $\\underline{\\sigma}(W_2 G W_1)$
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## large; valid for frequencies at which
## @iftex
## @tex
## $\\underline{\\sigma}(G_S) \\gg 1$.
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## @item For @emph{robust stability} to a multiplicative output perturbation
## @iftex
## @tex
## $G_p = (I + \\Delta) G$, make
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## @iftex
## @tex
## $\\overline{\\sigma}(W_2 G W_1)$
## @end tex
## @end iftex
## @ifnottex
## @example
##
## @end example
## @end ifnottex
## small; valid for frequencies at which
## @iftex
## @tex
## $\\overline{\\sigma}(G_S) \\ll 1$.
## @end tex
## @end iftex
## @ifnottex
## @example
## .
## @end example
## @end ifnottex
## @end enumerate
## Then a stabilizing controller @var{Ks} is synthesized for shaped plant @var{Gs}.
## The final positive feedback controller @var{K} is then constructed by combining
## the
## @iftex
## @tex
## $H_{\\infty}$
## @end tex
## @end iftex
## @ifnottex
## @example
## H-infinity
## @end example
## @end ifnottex
## controller @var{Ks} with the shaping functions @var{W1} and @var{W2}
## such that @code{K = W1 Ks W2}.
## In [1] is stated further that the given robust stabilization objective can be
## interpreted as a
## @iftex
## @tex
## $H_{\\infty}$
## @end tex
## @end iftex
## @ifnottex
## @example
## H-infinity
## @end example
## @end ifnottex
## problem formulation of minimizing the
## @iftex
## @tex
## $H_{\\infty}$
## @end tex
## @end iftex
## @ifnottex
## @example
## H-infinity
## @end example
## @end ifnottex
## norm of the frequency weighted gain from disturbances on the plant input and output
## to the controller input and output as follows:
## @iftex
## @tex
## $$ \\underset{K}{\\min} \\, || N(K) ||_{\\infty}, $$
## $$ N = | W_{1}^{-1}; W_2 G | \\ (I - K G)^{-1} \\ | W_1, \\ G W_{2}^{-1} | $$
## @end tex
## @end iftex
## @ifnottex
## @example
## -1 -1 -1
## min || N(K) || , N = | W1 | (I - K G) | W1 G W2 |
## K oo | W2 G |
## @end example
## @end ifnottex
## @iftex
## @tex
##
## @end tex
## @end iftex
##
## @code{[K, N] = ncfsyn (G, W1, W2, f)}
## The function @command{ncfsyn} - the somewhat cryptic name stands
## for @emph{normalized coprime factorization synthesis} - allows the specification of
## an additional argument, factor @var{f}. Default value @code{f = 1} implies that an
## optimal controller is required, whereas @code{f > 1} implies that a suboptimal
## controller is required, achieving a performance that is @var{f} times less than optimal.
##
##
## @strong{Inputs}
## @table @var
## @item G
## @acronym{LTI} model of plant.
## @item W1
## @acronym{LTI} model of precompensator. Model must be SISO or of appropriate size.
## An identity matrix is taken if @var{W1} is not specified or if an empty model
## @code{[]} is passed.
## @item W2
## @acronym{LTI} model of postcompensator. Model must be SISO or of appropriate size.
## An identity matrix is taken if @var{W2} is not specified or if an empty model
## @code{[]} is passed.
## @item factor
## @code{factor = 1} implies that an optimal controller is required.
## @code{factor > 1} implies that a suboptimal controller is required,
## achieving a performance that is @var{factor} times less than optimal.
## Default value is 1.
## @end table
##
## @strong{Outputs}
## @table @var
## @item K
## State-space model of the H-infinity loop-shaping controller.
## Note that @var{K} is a @emph{positive} feedback controller.
## @item N
## State-space model of the closed loop depicted below.
## @item info
## Structure containing additional information.
## @item info.gamma
## L-infinity norm of @var{N}. @code{gamma = norm (N, inf)}.
## @item info.emax
## Nugap robustness. @code{emax = inv (gamma)}.
## @item info.Gs
## Shaped plant. @code{Gs = W2 * G * W1}.
## @item info.Ks
## Controller for shaped plant. @code{Ks = ncfsyn (Gs)}.
## @item info.rcond
## Estimates of the reciprocal condition numbers of the Riccati equations
## and a few other things. For details, see the description of the
## corresponding SLICOT routine.
## @end table
##
## @strong{Block Diagram of N}
## @example
## @group
##
## ^ z1 ^ z2
## | |
## w1 + | +--------+ | +--------+
## ----->(+)---+-->| Ks |----+--->(+)---->| Gs |----+
## ^ + +--------+ ^ +--------+ |
## | w2 | |
## | |
## +-------------------------------------------------+
## @end group
## @end example
##
## @strong{Algorithm}@*
## Uses SLICOT SB10ID, SB10KD and SB10ZD by courtesy of
## @uref{http://www.slicot.org, NICONET e.V.}
##
## @strong{References}@*
## [1] D. McFarlane and K. Glover,
## @cite{A Loop Shaping Design Procedure Using H-infinity Synthesis},
## IEEE Transactions on Automatic Control, Vol. 37, No. 6, June 1992.@*
## [2] S. Skogestad and I. Postlethwaite,
## @cite{Multivariable Feedback Control: Analysis and Design:
## Second Edition}. Wiley, Chichester, England, 2005.@*
##
## @end deftypefn
## Author: Lukas Reichlin <lukas.reichlin@gmail.com>
## Created: July 2011
## Version: 0.3
function [K, varargout] = ncfsyn (G, W1 = [], W2 = [], factor = 1.0)
if (nargin == 0 || nargin > 4)
print_usage ();
endif
if (! isa (G, "lti"))
error ("ncfsyn: first argument must be an LTI system");
endif
if (! is_real_scalar (factor) || factor < 1.0)
error ("ncfsyn: fourth argument invalid");
endif
[p, m] = size (G);
W1 = __adjust_weighting__ (W1, m);
W2 = __adjust_weighting__ (W2, p);
Gs = W2 * G * W1; # shaped plant
[a, b, c, d, tsam] = ssdata (Gs);
## synthesis
if (isct (Gs)) # continuous-time
[ak, bk, ck, dk, rcond] = __sl_sb10id__ (a, b, c, d, factor);
elseif (any (d(:))) # discrete-time, d != 0
[ak, bk, ck, dk, rcond] = __sl_sb10zd__ (a, b, c, d, factor, 0.0);
else # discrete-time, d == 0
[ak, bk, ck, dk, rcond] = __sl_sb10kd__ (a, b, c, factor);
endif
## controller
Ks = ss (ak, bk, ck, dk, tsam);
K = W1 * Ks * W2;
if (nargout > 1)
## FIXME: is this really the same thing as the dark side does?
N = blkdiag (eye (p), Ks, Gs);
M = [zeros(p,p), zeros(p,m), eye(p);
eye(p), zeros(p,m), zeros(p,p);
zeros(m,p), eye(m), zeros(m,p)];
in_idx = [1:p, 2*p+(1:m)];
out_idx = 1:p+m;
N = mconnect (N, M, in_idx, out_idx);
varargout{1} = N;
if (nargout > 2)
gamma = norm (N, inf);
varargout{2} = gamma;
if (nargout > 3)
varargout{3} = struct ("gamma", gamma, "emax", inv (gamma), "Gs", Gs, "Ks", Ks, "rcond", rcond);
endif
endif
endif
endfunction
function W = __adjust_weighting__ (W, s)
if (isempty (W))
W = ss (eye (s));
else
W = ss (W);
## if (! isstable (W))
## error ("ncfsyn: %s must be stable", inputname (1));
## endif
## if (! isminimumphase (W))
## error ("ncfsyn: %s must be minimum-phase", inputname (1));
## endif
[p, m] = size (W);
if (m == s && p == s) # model is of correct size
return;
elseif (m == 1 && p == 1) # model is SISO
tmp = cell (s, 1);
tmp(1:s) = W;
W = blkdiag (tmp{:}); # stack SISO model s times
else # model is invalid
error ("ncfsyn: %s must have 1 or %d inputs and outputs", inputname (1), s);
endif
endif
endfunction
## continuous-time case, direct access to sb10id
%!shared AK, BK, CK, DK, RCOND, AKe, BKe, CKe, DKe, RCONDe
%! A = [ -1.0 0.0 4.0 5.0 -3.0 -2.0
%! -2.0 4.0 -7.0 -2.0 0.0 3.0
%! -6.0 9.0 -5.0 0.0 2.0 -1.0
%! -8.0 4.0 7.0 -1.0 -3.0 0.0
%! 2.0 5.0 8.0 -9.0 1.0 -4.0
%! 3.0 -5.0 8.0 0.0 2.0 -6.0 ];
%!
%! B = [ -3.0 -4.0
%! 2.0 0.0
%! -5.0 -7.0
%! 4.0 -6.0
%! -3.0 9.0
%! 1.0 -2.0 ];
%!
%! C = [ 1.0 -1.0 2.0 -4.0 0.0 -3.0
%! -3.0 0.0 5.0 -1.0 1.0 1.0
%! -7.0 5.0 0.0 -8.0 2.0 -2.0 ];
%!
%! D = [ 1.0 -2.0
%! 0.0 4.0
%! 5.0 -3.0 ];
%!
%! FACTOR = 1.0;
%!
%! [AK, BK, CK, DK, RCOND] = __sl_sb10id__ (A, B, C, D, FACTOR);
%!
%! AKe = [ -39.0671 9.9293 22.2322 -27.4113 43.8655
%! -6.6117 3.0006 11.0878 -11.4130 15.4269
%! 33.6805 -6.6934 -23.9953 14.1438 -33.4358
%! -32.3191 9.7316 25.4033 -24.0473 42.0517
%! -44.1655 18.7767 34.8873 -42.4369 50.8437 ];
%!
%! BKe = [ -10.2905 -16.5382 -10.9782
%! -4.3598 -8.7525 -5.1447
%! 6.5962 1.8975 6.2316
%! -9.8770 -14.7041 -11.8778
%! -9.6726 -22.7309 -18.2692 ];
%!
%! CKe = [ -0.6647 -0.0599 -1.0376 0.5619 1.7297
%! -8.4202 3.9573 7.3094 -7.6283 10.6768 ];
%!
%! DKe = [ 0.8466 0.4979 -0.6993
%! -1.2226 -4.8689 -4.5056 ];
%!
%! RCONDe = [ 0.13861D-01 0.90541D-02 ].';
%!
%!assert (AK, AKe, 1e-4);
%!assert (BK, BKe, 1e-4);
%!assert (CK, CKe, 1e-4);
%!assert (DK, DKe, 1e-4);
%!assert (RCOND, RCONDe, 1e-4);
## continuous-time case
%!shared AK, BK, CK, DK, RCOND, AKe, BKe, CKe, DKe, RCONDe
%! A = [ -1.0 0.0 4.0 5.0 -3.0 -2.0
%! -2.0 4.0 -7.0 -2.0 0.0 3.0
%! -6.0 9.0 -5.0 0.0 2.0 -1.0
%! -8.0 4.0 7.0 -1.0 -3.0 0.0
%! 2.0 5.0 8.0 -9.0 1.0 -4.0
%! 3.0 -5.0 8.0 0.0 2.0 -6.0 ];
%!
%! B = [ -3.0 -4.0
%! 2.0 0.0
%! -5.0 -7.0
%! 4.0 -6.0
%! -3.0 9.0
%! 1.0 -2.0 ];
%!
%! C = [ 1.0 -1.0 2.0 -4.0 0.0 -3.0
%! -3.0 0.0 5.0 -1.0 1.0 1.0
%! -7.0 5.0 0.0 -8.0 2.0 -2.0 ];
%!
%! D = [ 1.0 -2.0
%! 0.0 4.0
%! 5.0 -3.0 ];
%!
%! FACTOR = 1.0;
%!
%! G = ss (A, B, C, D);
%! K = ncfsyn (G, [], [], FACTOR);
%! [AK, BK, CK, DK] = ssdata (K);
%!
%! AKe = [ -39.0671 9.9293 22.2322 -27.4113 43.8655
%! -6.6117 3.0006 11.0878 -11.4130 15.4269
%! 33.6805 -6.6934 -23.9953 14.1438 -33.4358
%! -32.3191 9.7316 25.4033 -24.0473 42.0517
%! -44.1655 18.7767 34.8873 -42.4369 50.8437 ];
%!
%! BKe = [ -10.2905 -16.5382 -10.9782
%! -4.3598 -8.7525 -5.1447
%! 6.5962 1.8975 6.2316
%! -9.8770 -14.7041 -11.8778
%! -9.6726 -22.7309 -18.2692 ];
%!
%! CKe = [ -0.6647 -0.0599 -1.0376 0.5619 1.7297
%! -8.4202 3.9573 7.3094 -7.6283 10.6768 ];
%!
%! DKe = [ 0.8466 0.4979 -0.6993
%! -1.2226 -4.8689 -4.5056 ];
%!
%! RCONDe = [ 0.13861D-01 0.90541D-02 ];
%!
%!assert (AK, AKe, 1e-4);
%!assert (BK, BKe, 1e-4);
%!assert (CK, CKe, 1e-4);
%!assert (DK, DKe, 1e-4);
## discrete-time case D==0, direct access to sb10kd
%!shared AK, BK, CK, DK, RCOND, AKe, BKe, CKe, DKe, RCONDe
%! A = [ 0.2 0.0 0.3 0.0 -0.3 -0.1
%! -0.3 0.2 -0.4 -0.3 0.0 0.0
%! -0.1 0.1 -0.1 0.0 0.0 -0.3
%! 0.1 0.0 0.0 -0.1 -0.1 0.0
%! 0.0 0.3 0.6 0.2 0.1 -0.4
%! 0.2 -0.4 0.0 0.0 0.2 -0.2 ];
%!
%! B = [ -1.0 -2.0
%! 1.0 3.0
%! -3.0 -4.0
%! 1.0 -2.0
%! 0.0 1.0
%! 1.0 5.0 ];
%!
%! C = [ 1.0 -1.0 2.0 -2.0 0.0 -3.0
%! -3.0 0.0 1.0 -1.0 1.0 -1.0 ];
%!
%! FACTOR = 1.1;
%!
%! [AK, BK, CK, DK, RCOND] = __sl_sb10kd__ (A, B, C, FACTOR);
%!
%! AKe = [ 0.0337 0.0222 0.0858 0.1264 -0.1872 0.1547
%! 0.4457 0.0668 -0.2255 -0.3204 -0.4548 -0.0691
%! -0.2419 -0.2506 -0.0982 -0.1321 -0.0130 -0.0838
%! -0.4402 0.3654 -0.0335 -0.2444 0.6366 -0.6469
%! -0.3623 0.3854 0.4162 0.4502 0.0065 0.1261
%! -0.0121 -0.4377 0.0604 0.2265 -0.3389 0.4542 ];
%!
%! BKe = [ 0.0931 -0.0269
%! -0.0872 0.1599
%! 0.0956 -0.1469
%! -0.1728 0.0129
%! 0.2022 -0.1154
%! 0.2419 -0.1737 ];
%!
%! CKe = [ -0.3677 0.2188 0.0403 -0.0854 0.3564 -0.3535
%! 0.1624 -0.0708 0.0058 0.0606 -0.2163 0.1802 ];
%!
%! DKe = [ -0.0857 -0.0246
%! 0.0460 0.0074 ];
%!
%! RCONDe = [ 0.11269D-01 0.17596D-01 0.18225D+00 0.75968D-03 ].';
%!
%!assert (AK, AKe, 1e-4);
%!assert (BK, BKe, 1e-4);
%!assert (CK, CKe, 1e-4);
%!assert (DK, DKe, 1e-4);
%!assert (RCOND, RCONDe, 1e-4);
## discrete-time case D==0
%!shared AK, BK, CK, DK, RCOND, AKe, BKe, CKe, DKe, RCONDe
%! A = [ 0.2 0.0 0.3 0.0 -0.3 -0.1
%! -0.3 0.2 -0.4 -0.3 0.0 0.0
%! -0.1 0.1 -0.1 0.0 0.0 -0.3
%! 0.1 0.0 0.0 -0.1 -0.1 0.0
%! 0.0 0.3 0.6 0.2 0.1 -0.4
%! 0.2 -0.4 0.0 0.0 0.2 -0.2 ];
%!
%! B = [ -1.0 -2.0
%! 1.0 3.0
%! -3.0 -4.0
%! 1.0 -2.0
%! 0.0 1.0
%! 1.0 5.0 ];
%!
%! C = [ 1.0 -1.0 2.0 -2.0 0.0 -3.0
%! -3.0 0.0 1.0 -1.0 1.0 -1.0 ];
%!
%! FACTOR = 1.1;
%!
%! G = ss (A, B, C, [], 1); # value of sampling time doesn't matter
%! K = ncfsyn (G, [], [], FACTOR);
%! [AK, BK, CK, DK] = ssdata (K);
%!
%! AKe = [ 0.0337 0.0222 0.0858 0.1264 -0.1872 0.1547
%! 0.4457 0.0668 -0.2255 -0.3204 -0.4548 -0.0691
%! -0.2419 -0.2506 -0.0982 -0.1321 -0.0130 -0.0838
%! -0.4402 0.3654 -0.0335 -0.2444 0.6366 -0.6469
%! -0.3623 0.3854 0.4162 0.4502 0.0065 0.1261
%! -0.0121 -0.4377 0.0604 0.2265 -0.3389 0.4542 ];
%!
%! BKe = [ 0.0931 -0.0269
%! -0.0872 0.1599
%! 0.0956 -0.1469
%! -0.1728 0.0129
%! 0.2022 -0.1154
%! 0.2419 -0.1737 ];
%!
%! CKe = [ -0.3677 0.2188 0.0403 -0.0854 0.3564 -0.3535
%! 0.1624 -0.0708 0.0058 0.0606 -0.2163 0.1802 ];
%!
%! DKe = [ -0.0857 -0.0246
%! 0.0460 0.0074 ];
%!
%! RCONDe = [ 0.11269D-01 0.17596D-01 0.18225D+00 0.75968D-03 ].';
%!
%!assert (AK, AKe, 1e-4);
%!assert (BK, BKe, 1e-4);
%!assert (CK, CKe, 1e-4);
%!assert (DK, DKe, 1e-4);
## discrete-time case D!=0, direct access to sb10zd
%!shared AK, BK, CK, DK, RCOND, AKe, BKe, CKe, DKe, RCONDe
%! A = [ 0.2 0.0 3.0 0.0 -0.3 -0.1
%! -3.0 0.2 -0.4 -0.3 0.0 0.0
%! -0.1 0.1 -1.0 0.0 0.0 -3.0
%! 1.0 0.0 0.0 -1.0 -1.0 0.0
%! 0.0 0.3 0.6 2.0 0.1 -0.4
%! 0.2 -4.0 0.0 0.0 0.2 -2.0 ];
%!
%! B = [ -1.0 -2.0
%! 1.0 3.0
%! -3.0 -4.0
%! 1.0 -2.0
%! 0.0 1.0
%! 1.0 5.0 ];
%!
%! C = [ 1.0 -1.0 2.0 -2.0 0.0 -3.0
%! -3.0 0.0 1.0 -1.0 1.0 -1.0
%! 2.0 4.0 -3.0 0.0 5.0 1.0 ];
%!
%! D = [ 10.0 -6.0
%! -7.0 8.0
%! 2.0 -4.0 ];
%!
%! FACTOR = 1.1;
%!
%! [AK, BK, CK, DK, RCOND] = __sl_sb10zd__ (A, B, C, D, FACTOR, 0.0);
%!
%! AKe = [ 1.0128 0.5101 -0.1546 1.1300 3.3759 0.4911
%! -2.1257 -1.4517 -0.4486 0.3493 -1.5506 -1.4296
%! -1.0930 -0.6026 -0.1344 0.2253 -1.5625 -0.6762
%! 0.3207 0.1698 0.2376 -1.1781 -0.8705 0.2896
%! 0.5017 0.9006 0.0668 2.3613 0.2049 0.3703
%! 1.0787 0.6703 0.2783 -0.7213 0.4918 0.7435 ];
%!
%! BKe = [ 0.4132 0.3112 -0.8077
%! 0.2140 0.4253 0.1811
%! -0.0710 0.0807 0.3558
%! -0.0121 -0.2019 0.0249
%! 0.1047 0.1399 -0.0457
%! -0.2542 -0.3472 0.0523 ];
%!
%! CKe = [ -0.0372 -0.0456 -0.0040 0.0962 -0.2059 -0.0571
%! 0.1999 0.2994 0.1335 -0.0251 -0.3108 0.2048 ];
%!
%! DKe = [ 0.0629 -0.0022 0.0363
%! -0.0228 0.0195 0.0600 ];
%!
%! RCONDe = [ 0.27949D-03 0.66679D-03 0.45677D-01 0.23433D-07 0.68495D-01 0.76854D-01 ].';
%!
%!assert (AK, AKe, 1e-4);
%!assert (BK, BKe, 1e-4);
%!assert (CK, CKe, 1e-4);
%!assert (DK, DKe, 1e-4);
%!assert (RCOND, RCONDe, 1e-4);
## discrete-time case D!=0
%!shared AK, BK, CK, DK, RCOND, AKe, BKe, CKe, DKe, RCONDe
%! A = [ 0.2 0.0 3.0 0.0 -0.3 -0.1
%! -3.0 0.2 -0.4 -0.3 0.0 0.0
%! -0.1 0.1 -1.0 0.0 0.0 -3.0
%! 1.0 0.0 0.0 -1.0 -1.0 0.0
%! 0.0 0.3 0.6 2.0 0.1 -0.4
%! 0.2 -4.0 0.0 0.0 0.2 -2.0 ];
%!
%! B = [ -1.0 -2.0
%! 1.0 3.0
%! -3.0 -4.0
%! 1.0 -2.0
%! 0.0 1.0
%! 1.0 5.0 ];
%!
%! C = [ 1.0 -1.0 2.0 -2.0 0.0 -3.0
%! -3.0 0.0 1.0 -1.0 1.0 -1.0
%! 2.0 4.0 -3.0 0.0 5.0 1.0 ];
%!
%! D = [ 10.0 -6.0
%! -7.0 8.0
%! 2.0 -4.0 ];
%!
%! FACTOR = 1.1;
%!
%! G = ss (A, B, C, D, 1); # value of sampling time doesn't matter
%! K = ncfsyn (G, [], [], FACTOR);
%! [AK, BK, CK, DK] = ssdata (K);
%!
%! AKe = [ 1.0128 0.5101 -0.1546 1.1300 3.3759 0.4911
%! -2.1257 -1.4517 -0.4486 0.3493 -1.5506 -1.4296
%! -1.0930 -0.6026 -0.1344 0.2253 -1.5625 -0.6762
%! 0.3207 0.1698 0.2376 -1.1781 -0.8705 0.2896
%! 0.5017 0.9006 0.0668 2.3613 0.2049 0.3703
%! 1.0787 0.6703 0.2783 -0.7213 0.4918 0.7435 ];
%!
%! BKe = [ 0.4132 0.3112 -0.8077
%! 0.2140 0.4253 0.1811
%! -0.0710 0.0807 0.3558
%! -0.0121 -0.2019 0.0249
%! 0.1047 0.1399 -0.0457
%! -0.2542 -0.3472 0.0523 ];
%!
%! CKe = [ -0.0372 -0.0456 -0.0040 0.0962 -0.2059 -0.0571
%! 0.1999 0.2994 0.1335 -0.0251 -0.3108 0.2048 ];
%!
%! DKe = [ 0.0629 -0.0022 0.0363
%! -0.0228 0.0195 0.0600 ];
%!
%! RCONDe = [ 0.27949D-03 0.66679D-03 0.45677D-01 0.23433D-07 0.68495D-01 0.76854D-01 ].';
%!
%!assert (AK, AKe, 1e-4);
%!assert (BK, BKe, 1e-4);
%!assert (CK, CKe, 1e-4);
%!assert (DK, DKe, 1e-4);
|