Overview
Comment: | Changed documentation from [1] [2] to [in] [out]. Expanded documentation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d07892d86bfe446f4779e192e6095060 |
User & Date: | gawthrop@users.sourceforge.net on 1998-01-16 08:36:01 |
Other Links: | branch diff | manifest | tags |
Context
1998-01-16
| ||
08:55:01 | MAKE=make check-in: e9dd4571d4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:36:01 |
Changed documentation from [1] [2] to [in] [out]. Expanded documentation check-in: d07892d86b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-01-13
| ||
14:08:11 | Initial revision check-in: fbe307f667 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/FMR_cause.m from [ddfcf8f89a] to [5abb14a644].
1 2 3 4 5 | function [bonds,status] = FMR_cause(bonds); % Causality for Flow-modulated R component %SUMMARY FMR: flow-modulated resistor | | | > > | > > > | 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 | function [bonds,status] = FMR_cause(bonds); % Causality for Flow-modulated R component %SUMMARY FMR: flow-modulated resistor %DESCRIPTION Port[in]: a simple one port resistor %DESCRIPTION Port[out]: flow provides modulation for the resistor %DESCRIPTION Used with the lin CR, with parameters flow,r this gives %DESCRIPTION a resistance r*f_m where f_m is the flow on port [out] %DESCRIPTION Can be bicausal - deduces modulation from e and f on port[in] % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1996/11/01 11:53:48 peterg % %% Documentation % %% % %% 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 % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ | ︙ |