How can I model a time delay estimator and delay a signal by estimated delay when passed through this algorithm??
1 view (last 30 days)
Show older comments
I'm trying to estimate the time delay as shown in the block below. Basically I have identified my reference mode as Discrete State Space and the Plant with Tau( as another Discrete State Space) and trying to create a time delay estimator in discrete time domain.
Continuous time domain when discretized becomes
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/675418/image.png)
Lets say I have xhat[k] and then when this is passed through time delay estimator, it should become xhat[k-tauhat]. For initially, this single step is where I'm stuck. I can't multiply xhat[k] and tauhat[k] - this would be incorrect.
Kindly advise me on this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/675423/image.png)
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!