Home > freetb4matlab > ocs > SBN > Mcurrentsources.m

Mcurrentsources

PURPOSE ^

%

SYNOPSIS ^

function [a,b,c] = Mcurrentsources (string,parameters,parameternames,extvar,intvar,t)

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn{Function File} @
% {[@var{a},@var{b},@var{c}]=}Mcurrentsources @
% (@var{string}, @var{parameters}, @var{parameternames}, @
% @var{extvar},@var{intvar},@var{t})
%
% SBN file implementing models for current sources.
%
% @var{string} is used to select among models. Parameters are listed
% as inner items. Possible models are:
%
% @enumerate
% @item @var{string} = 'DC' (Static indipendent current source)
% @itemize @minus
% @item I -> Current source value
% @end itemize
% @item @var{string} = 'VCCS' (Voltage controlled current source)
% @itemize @minus
% @item K -> Control parameter
% @end itemize
% @item @var{string} = 'sinwave' (Sinusoidal indipendent current
% source)
% @itemize @minus
% @item shift -> mean value of sinusoidal input
% @item Ampl  -> amplitude of sinusoidal wave
% @item f     -> frequency of sinusoidal wave
% @item delay -> delay of sinusoidal wave
% @end itemize
% @item @var{string} = 'VCPS' (Voltage controlled power source)
% @itemize @minus
% @item K -> Control parameter
% @end itemize
% @end enumerate
%
% @seealso{ PRSiffparse, ASMinitsystem, ASMbuildsystem, the IFF file
% format  specifications }
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003