www.pudn.com > communicationmatlab.rar > CONTENTS.M


% Communications Toolbox SIMULINK S-functions. 
% Version 1.0a 25-Apr-96 
%  
% M-file S-functions: 
%   arraymax        - Compute the index with maximum input. 
%	arraymin        - Compute the index with minimum input. 
%	arraysin        - Compute the vector I/O functions. 
%	asciicod        - ASCII code coding. 
%	eyediasi        - Eye-pattern diagram and scatter plot. 
%	pulsegen        - Generate pulses. 
%	sbiterr         - Bit error figure. 
%	simbchdc        - BCH decoding. 
%	simrdbit        - Random bit error generator. 
%	simrscbv        - RS binary format encode. 
%	simrscod        - RS integer format encode. 
%	simrsdbv        - RS binary format decode 
%	simrsdec        - RS integer format decode. 
%	srandbit        - Generate random bit. 
%	sviterbi        - Convolution code with trellis plot. 
%	sviternd        - Convolution code without trellis plot. 
%	trigfmfl        - Triggered read M-file. 
%	trigwksp        - Triggered read workspace. 
% 
%   C-file S-functions 
%	apskdem2        - APSK demodulation. 
%	apskdem3        - APSK demodulation. 
%	apskdemo        - APSK demodulation. 
%	arymimai        - Index of max/min value fo the input vector. 
%	arymodu         - Modulo computation. 
%	arysin          - Array function computation. 
%	homopuls        - Pulse generator. 
%	indxtabl        - Source code decoding. 
%	modulint        - Modulo integration. 
%	moveint         - Windowed integration. 
%	regdown         - Register buffer down. 
%	regshift        - Register shift. 
%	schdint         - Scheduling reset integration. 
%	simbi2de        - Binary to decimal conversion. 
%	simde2bi        - Decimal to binary conversion. 
%	simquan         - Quantization computation. 
%	simquans        - Quantization computation. 
%	srandint        - Random integer generator. 
%	srandpoi        - Poisson noise generator. 
%	sreadfil        - Read from a file. 
%	stdmamux        - TDMA mux/demux computation. 
%	sunbuff 
%	surandom        - Uniform random distribution. 
%	svitercm        - Unfinished Viterbi decocode. 
%	swritfil        - Write to a file. 
%	swritwks        - Write to workspace. 
%	trigwksp         - Triggered write to workspace. 
 
%   Wes Wang 11/29/95 
%   Copyright (c) 1995-96 by The MathWorks, Inc.