simulinkで信号が一定時間入力されたことをトリガーにパルスを任意の時間出力することが何度もできますか?
Mostrar comentarios más antiguos
simulinkで信号が一定時間入力(信号は0と1で構成されており、1が一定時間続く)されたことをトリガーに任意の時間パルス出力する方法を教えてください。
初回はできるのですが、2回目以降ができません。
1 comentario
Shoumei
el 13 de Jun. de 2019
ご質問の意味がよくわからないので、確認させてください。
以下の入出力関係をモデル化したいということでしょうか?
Input 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0
Output 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
0/1の信号が入力されており、1が連続して入力されたときのみ1を出力する。
また、現在どのようなモデルを作られているのかも教えて下さい。
Respuestas (1)
Yoshio
el 8 de Jun. de 2019
0 votos
N-Sample Enableは使えませんか? Reset Inputで初期状態にもどすことができます。
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!