alishbah Shafique
Newbie level 4
how can we find pulse width of output signal in Simulink. which model we use to extract pulse width
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
* Can you read pulse length by examining time markers, or scope traces which contain time markers ?
* You may need to set up a faster clock in the same circuit layout, and see how high it counts during the pulse. You must contrive a way to turn the clock on and off.
no suppose its a radar received signal and i want t extract certain parameters of this signal .like freq ,pulse width .so how can i find the pulse width of single pulse in simulink. which block should i useI suppose your red marker is the pulse length you wish to measure? The scope shows it occupies 5 clock cycles.
To measure its duration with electronic devices... There's the popular 4017 decade counter IC. Your simulator may contain the model.
You must contrive methods to:
* reset the count
* start the count
* apply correct voltage to the Count Enable pin.
I had to experiment with my simulation to get the desired led to light and stay on as the pulse ends. Notice the fifth led is on, telling us the pulse lasted for 5 clock cycles. I had to install an invert-gate to apply the proper polarity to make the 4017 advance.
View attachment 184162
no suppose its a radar received signal and i want t extract certain parameters of this signal .like freq ,pulse width .so how can i find the pulse width of single pulse in simulink. which block should i use
You should first ask how to detect radar pulse then ask how to do that in your platform (such as Simulink). I can answer the first question:take it as example