pulse Width

Status
Not open for further replies.

alishbah Shafique

Newbie level 4
Joined
Jul 30, 2023
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
28
how can we find pulse width of output signal in Simulink. which model we use to extract pulse width
 

* 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.
 
i want to find pulse width of below given pulse .like time of arrival and time of departure .but don't know the exact methodology...
 

Attachments

  • WhatsApp Image 2023-07-30 at 05.22.22.jpeg
    48.2 KB · Views: 112

 

Attachments

  • WhatsApp Image 2023-07-30 at 05.22.22.jpeg
    48.2 KB · Views: 107

I 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.

 
Last edited:

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
 

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
 

Attachments

  • Screenshot 2023-08-01 074943.jpg
    28.1 KB · Views: 97

take it as example
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:
To detect a radar pulse you correlate your received pulse tone with a template of same (also called matched filter). You get a peak. Then you proceed to find the length between two peaks.

As to Simulink blocks that is for you to choose from their library. Many people never use Simulink.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…