sample_delay_pi4dqpsk()
This function calculates the optimal sampling point within a symbol for a given pi4dqpsk waveform. "Optimal" is defined as the sampling point that provides the lowest bit error rate
Syntax
y = sample_delay_pi4dqpsk(vlQ, symbolRate, path_delay, timeResolution)
Arguments
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| vlQ | complex envelope (I + j Q) of a pi/4 DQPSK signal | (-∞, ∞) | complex | yes |
| symbolRate | symbol rate of the pi/4 DQPSK signal | (0, ∞) | real | yes |
| path_delay | time delay on the waveform before the sampling starts † | (0, ∞) | real | yes |
| timeResolution | time step (typically one-tenth of a symbol time or less) used to search for the best sampling point in a given symbol period | (0, ∞) | real | yes |
| † If the delay is 0, this parameter may be omitted. If it is non-zero, enter the delay value. This can be calculated using the function delay_path() | ||||
Examples
a = sample_delay_pi4dqpsk(vout[1], 25e3, 1.5e-6, 0.15e-6)
Defined in
Built in
See Also
ber_pi4dqpsk(), ber_qpsk(), const_evm()
Notes/Equations
This function can be used only with 1-dimensional data.
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()