scope waveform post-processing

5 ビュー (過去 30 日間)
Roberto Ruiz
Roberto Ruiz 2019 年 7 月 22 日
回答済み: Vinai Datta Thatiparthi 2019 年 7 月 29 日
Hi,
I have a waveform file from an oscilloscope, i was able to plot it with this command. i would like to post process the waveform, measure, rise/fall time, voltage peak to peak, jitter...
Can someone please give some reference, guiadance to do the post processing,
load SQ8.mat
w=double(Channel_1.Data)/(sqrt(var(double(Channel_1.Data))));
plot(w)
Thanks and regards,

回答 (1 件)

Vinai Datta Thatiparthi
Vinai Datta Thatiparthi 2019 年 7 月 29 日
Hey Roberto!
I’m assuming that the oscilloscope data has been captured and saved appropriately into the variable w.
You may use the following functions and links to get your desired outputs –
There is no built-in function to evaluate the jitter value of a signal. However, you can use other available functions to write an algorithm that would get you the expected results. Also, consider using the Signal Analyzer App in MATLAB to quickly find delays, latency, and other parameters. The functions mean and finddelay could also be of help to you.

カテゴリ

Help Center および File ExchangePulse and Transition Metrics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by