I am trying to reset a sample and hold block in simulink using the resettable subsytem, but I cannot reset the output. The first image below shows the simulink flow diagram within my resettable subsystem. The input is the second (red) waveform shown below, the reset signal is the third (yellow), and the output is the first (green). I want the output (green) to return to a state of 0 once the rising edge is triggered by the reset signal, however this does not happen for some reason. I do not know if this is because the sample and hold block is not working properly with the reset block. If you have any other suggestions how to implement this without using a sample and hold block please let me know. All I am trying to do is hold a value of 1 once the input is triggered, and then keep that value of 1 until the reset signal is triggered.
0 Comments
Sign in to comment.