How to Generate a clock pulse in Matlab ?
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I generate a clock pulse with the function of time so that it sample my input signal at certain sampling rate let say at 1Khz. I mean on every rising egde of clock it must sample the input signal. could anyone can help how to write code for that clock ? The clock must be with respect to time. Thanks
2 Kommentare
Antworten (1)
KALYAN ACHARJYA
am 5 Okt. 2018
See there is a period(s), its a time period, f=1/time period, to calculate the frequency. So Adjust the T in such a way that f equal 1 KHz, so t should be equal to 0.001 sec
5 Kommentare
KALYAN ACHARJYA
am 5 Okt. 2018
@Sarfaraz your question seems very easy, I am guessing, look at Pulse type options, also for testing you can reduce the frequency so that more visibility in a cycle.
If there is no rise time and fall time delay, it should look like a square, otherwise its triangular depends on rising and fall time value
Pulse Width (PW) is the elapsed time between the rising and falling edges of a single pulse. To make this measurement repeatable and accurate, we use the 50% power level as the reference points.
Hope it helps you
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!