Overview
Comment: | Documentation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bd6357182c33d3336a4828a9557e7b0e |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-01 11:53:48 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-01
| ||
12:05:54 | Initial revision check-in: 04af806d55 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:53:48 | Documentation check-in: bd6357182c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:49:24 | Initial revision check-in: 9c4474e524 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/FMR_cause.m from [2c8bca410f] to [ddfcf8f89a].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + + + | function [bonds,status] = FMR_cause(bonds); % Causality for Flow-modulated R component %SUMMARY FMR: flow-modulated resistor %DESCRIPTION Port[1]: a simple one port resistor %DESCRIPTION Port[2]: flow provides modulation for the resistor %DESCRIPTION Can be bicausal - deduces modulation from e and f on port[1] % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1996/08/30 13:29:05 peter % %% Error check on bond numbers. % %% % %% Revision 1.1 1996/08/09 08:28:02 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% status = -1; |
︙ |