Find Delay Block in matlab simulink
3 views (last 30 days)
Show older comments
How to use the find delay block ??? Its not working properly. The delay varies each time I connect to the error block to find BER.. can somebody help me plz... And How to find how much delay an IIR filter creates ???
0 Comments
Answers (1)
Tasos Giannoulis
on 27 Jan 2017
The first thing you can try is to increase the "Correlation window length" (at the expense of slower simulaton). It needs to be high enough to identify the delay.
I'd say that FIR filters introduce a delay equal to half their filter order. IIR filters can have different implementations. If you can see a filter order, that would be indicative.
If the delay block does not converge to a value, then it may be the case that your received signal is corrupted, so instead of computing BER, you can first troubleshoot by looking at some Constellation Diagrams.
0 Comments
See Also
Categories
Find more on Filtering in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!