Why am I unable to find the delay in my model with the Find Delay block in the Communications Blockset 2.5 (R13)?

1 view (last 30 days)
I am using the Find Delay block to find the delay in my model. However, when I place this block in my model and make the appropriate connections, I cannot find the delay. The delay value varies, and never settles to a final value.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This problem occurs when a delay-inducing block (for example, the CPM decoder) is concatenated with a multi-rate block, such as the Viterbi decoder.
The delay induced by all the blocks preceding the Viterbi decoder must be a multiple of N, where the Viterbi decoder is operating on a rate K/N code. If this is not done, then when the Viterbi decoder presents its output, the delay will include a fractional sample, and the bit error rate results will be incorrect.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!