how to access timing parameters in simulink
이전 댓글 표시
hiiii iam working on simulink to develop a digital wireless receiver.For time synchronization i need to find the time difference between start time of two pulses.How can i access the time parameters(like start time and stop time) of pulses,their time differences,do time shifting etc? please reply thanking you
답변 (1개)
Paulo Silva
2011년 3월 1일
0 개 추천
For the detection look under the blocks Logic And Bit Operations
The time can be acquired with the Clock block
You want to save the time when a pulse is detected, use the rise detector connected and the Clock block connected to the Switch block, when the rise occurs the switch turns on and sends the clock to the ouput.
Now to save that time you can use a memory block.
카테고리
도움말 센터 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!