필터 지우기
필터 지우기

What is the formula for the peak envelope created in MatLab?

조회 수: 7 (최근 30일)
Minoru Hoshiyama
Minoru Hoshiyama 2023년 6월 27일
댓글: Minoru Hoshiyama 2023년 6월 27일
What is the original formula for the peak envelope created in MatLab?
envelope(a,b,'peak')
I don't know if it uses a Hilbert transform or not.

답변 (2개)

Nikhil
Nikhil 2023년 6월 27일
Hey Minoru,
You can get the reference from this page for peak envelope: https://in.mathworks.com/help/signal/ref/envelope.html .
Hope this will help you out.
  댓글 수: 1
Minoru Hoshiyama
Minoru Hoshiyama 2023년 6월 27일
Hi,
I missed the first paragraph on the page you mentioned. It has been resolved.
Thank you very much for your prompt attention.
Minoru

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


Jacob Mathew
Jacob Mathew 2023년 6월 27일
Hi Minoru,
This is the link to the documentation of evelope function: https://in.mathworks.com/help/signal/ref/envelope.html
Under the Description Tab, it is mentioned as follows:
[yupper,ylower] = envelope(x)
Here the description mentions that it returns the upper and lower envelopes of the input sequence, x, as the magnitude of its analytic signal. The analytic signal of x is found using the discrete Fourier transform as implemented in hilbert. The function initially removes the mean of x and adds it back after computing the envelopes. If x is a matrix, then envelope operates independently over each column of x.
  댓글 수: 1
Minoru Hoshiyama
Minoru Hoshiyama 2023년 6월 27일
Hi,
I missed the first paragraph on the page you mentioned. It has been resolved.
Thank you very much for your prompt attention.
Minoru

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

카테고리

Help CenterFile Exchange에서 Hilbert and Walsh-Hadamard Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by