SDA Operator’s Manual
This is the default waveform function, with one important change – the semi-colon (;) has been
removed from the end of the line. If the semicolon is present, your function will run much faster,
because the output values will not be shown in MATLAB Response. With a long waveform, the
time needed to display it could be quite long. The response values can be useful during
development and debugging. Any line without a semicolon will produce a visible MATLAB
Response.
From this panel you can save your code, load a previous code, and edit your function. A powerful
feature of MATLAB is that you can refer to an entire waveforn as a vector. The two input
waveforms are WformIn1 and WformIn2, while the output is WformOut. You can also refer to
individual samples, such as WformIn1(34), and sequences of samples, such as WformIn(55:89)
You can write statements such as these:
WformOut(5) = WformIn(5)
WformOut(89) = WformIn(144)
WformOut(34:55) = WformIn(34:55)
WformOut(233:377) = WformIn(100:244)
This very simple example adds a rescaled copy of Channel 2 to a copy of Channel 1, and then
rescales the result:
SDA-OM-E Rev H
273
Содержание SDA
Страница 1: ...SERIAL DATA ANALYZER OPERATOR S MANUAL December 2007 ...
Страница 148: ...Standard Horizontal Parameter Help Markers Standard Vertical Parameter Help Markers 148 SDA OM E Rev H ...
Страница 223: ...SDA Operator s Manual Example 6 SDA OM E Rev H 223 ...
Страница 225: ...SDA Operator s Manual SDA OM E Rev H 225 ...
Страница 232: ...In this figure the panel has been pasted onto the Excel sheet for comparison 232 SDA OM E Rev H ...
Страница 243: ...SDA Operator s Manual This example used the CORREL Array1 Array2 function of Excel as depicted below SDA OM E Rev H 243 ...
Страница 246: ...246 SDA OM E Rev H ...
Страница 247: ...SDA Operator s Manual Excel Example 5 Using a Surface Plot SDA OM E Rev H 247 ...
Страница 279: ...SDA Operator s Manual Convolving two signals SDA OM E Rev H 279 ...
Страница 310: ...The jitter wizard is accessed from the Analysis drop down menu 310 SDA OM E Rev H ...
Страница 327: ...SDA Operator s Manual SDA OM E Rev H 327 ...
Страница 328: ...328 SDA OM E Rev H ...
Страница 394: ...394 SDA OM E Rev H ...
Страница 395: ...SDA Operator s Manual SDA OM E Rev H 395 ...