Artifact a084871fabd3b67e4335fa583bbee209d4453192e512c805c9f7acfeaf66c994:
- File mtt/lib/comp/simple/R_seqn.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 459) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/comp/simple/R_seqn.m — part of check-in [74b9225cb0] at 2003-03-13 14:56:45 on branch origin/master — Equation generatation for sorted equations (user: gawthrop@users.sourceforge.net, size: 459) [annotate] [blame] [check-ins using]
function [eqn,insigs,innames] = R_seqn (Name, name, cr, arg, outsig, insigs, innames) ## usage: [eqn,inbonds] = R_seqn (Name, cr, arg, outbond, inbonds) ## ## ## Multi port R's use all potential signals N = mtt_check_sigs (outsig,insigs); inports = [1:N]; eqn = equation("""R""",Name,cr,arg,outsig(1),outsig(2),outsig(3), ... insigs(:,1),insigs(:,2),inports); ## No change ## insigs = insigs; ## innames = innames; endfunction