![Tektronix OM4006D Скачать руководство пользователя страница 105](http://html1.mh-extra.com/html/tektronix/om4006d/om4006d_user-manual_1078070105.webp)
Core processing software guide
Some of the important input variables to CoreProcessing are listed in the
Core
Processing function reference
section. (See page 91.)
MATLAB functions
The core processing code calls several MATLAB functions, that are key to
processing the signal. A function typically acts on many variables as input, and
produces many variables as an output. A function call has the form:
[OutParam1,OutParam2 ... BoundVals,Alerts] =
FunctionName(InParam1,InParam2 ... BoundVals,Alerts)
Where:
BoundVals is used in block processing mode (See page 87,
It contains information about the tail end of the previous block, and is used to
ensure continuity with the next block.
Alerts is a variable containing status information, typically warnings and error
messages, accumulated from all the functions called so far. (See page 88,
The other variables contain the actual inputs and outputs of the function.
While the code of CoreProcessing.m is visible to the user, the code for many
of the functions is not. Each function includes extensive parameter checking
to make sure that the inputs passed to it are reasonable. An error message will
be produced if an input variable is out of range or has missing
fi
elds, and the
message says what is wrong. However it is possible to cause an error that cannot
be trapped by having the input variables in the wrong order. Each function has a
detailed description. (See page 91,
Core Processing function reference
.) Help text
is available by typing
help FunctionName
at the MATLAB prompt.
OM4000D Series Coherent Lightwave Signal Analyzer
81
Содержание OM4006D
Страница 1: ...xx OM4106D and OM4006D Coherent Lightwave Signal Analyzer ZZZ User Manual P071316002 071 3160 02...
Страница 2: ......
Страница 6: ......
Страница 22: ...Compliance information xvi OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 24: ...Preface xviii OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 100: ...Taking measurements 76 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 132: ...Appendix A MATLAB variables used by core processing 108 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 146: ...Appendix D Automatic receiver deskew 122 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 176: ...Appendix F Configuring two Tektronix 70000 series oscilloscopes 152 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 202: ...Appendix H Cleaning and maintenance 178 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 205: ...Index W Waveform averaging 48 OM4000D Series Coherent Lightwave Signal Analyzer 181...