⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 数字通信第四版原书的例程
💻 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.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -