how to find fwhm using fwhm()?

조회 수: 66 (최근 30일)
Jay Vaidya
Jay Vaidya 2020년 10월 10일
댓글: Thor 2021년 2월 17일
I have a time domain data and also a FFT of this data. But when I use fwhm(x,y) then it says
Pulse Polarity = Positive
Pulse is Impulse or Rectangular with 2 edges
ans =
NaN
I am trying to also use findpeaks() but I don't know how to proceed after that. Any help would be appreciated. Thanks
Since the data is larger than 5 MB, I have attached the link to the data. Thanks,
There are 4 signals in the data and the first row is the frequency. I get the fwhm of only 2nd and 4th signals. Others show NaN. But the ones that I get are too incorrect as getting 4e3 and 4e7, which doesn't make sense. I have a nice FFT as attached below.
  댓글 수: 1
Thor
Thor 2021년 2월 17일
I am working on something similar, what do " polarity" and "is impulse or rectangular with 2 edges" mean?

댓글을 달려면 로그인하십시오.

채택된 답변

Star Strider
Star Strider 2020년 10월 10일
The fwhm function is a File Exchange contribution. As I read the function code, it should likely give you something other than NaN if it detects 2 edges, however I have no idea what youare passing to it.
If you have the Signal Processing Toolbox, another option would be the findpeaks function. It will return the FWHM of the peaks it identifies if you ask it to. See the documentation for it that I linked to for details.
  댓글 수: 8
Jay Vaidya
Jay Vaidya 2020년 10월 11일
This is great, and what I exactly needed.
Also, Can you tell me how can I find the phase noise of this data in dBc/Hz? I have made another post for this.
Star Strider
Star Strider 2020년 10월 11일
As always, my pleasure!
With respect to your other Question, I do not have the necessary blockset. That aside, I posted a ‘sort of’ Answer that is my best guess as to how to emulate it. That is the best I can do. I will delete that Asnwer if it is not what you want.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Time Series Events에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by