How to pause signal at specific time for specific time?

5 ビュー (過去 30 日間)
Michal Suchonos
Michal Suchonos 2020 年 1 月 16 日
コメント済み: Rümeysa Özer 2022 年 4 月 11 日
Hello,
I have made a simulation in Simulink representing integrated INS and GPS systems. I'd like to simulate loosing GPS signal for specific time at specific time of simulation? Which block (or set of blocks) should I use? I've thought about using a MATLAB function block and zeroing GPS signal when needed but zero signal is still a signal and I'd like it to not bring any signal at all.
Thanks in advance.
  2 件のコメント
Mohammed Nafiz Uddin
Mohammed Nafiz Uddin 2022 年 1 月 23 日
Hey, have you managed to solve this problem? I want to do a similar thing where i want my signal to be inactive after a certain time. Can you please elaborate if you have done it successfully?
thanks
Rümeysa Özer
Rümeysa Özer 2022 年 4 月 11 日
Hey, did you solved the problem what did you use?
tanks

サインインしてコメントする。

採用された回答

Mark McBroom
Mark McBroom 2020 年 1 月 18 日
Use the SImulink Clock block to get the current simulation time. https://www.mathworks.com/help/simulink/slref/clock.html and then compare this to a constant block that has the time you want to loose GPS signal.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by