Hilbert Transform

19 ビュー (過去 30 日間)
Daniel Shub
Daniel Shub 2011 年 3 月 14 日
Does anyone else find it odd that the hilbert function does not compute the Hilbert Transform? According to the help:
X = HILBERT(Xr) computes the so-called discrete-time analytic signal X = Xr + i*Xi such that Xi is the Hilbert transform of real vector Xr.
In other words, if you want to take the Hilbert transform of Xr you need imag(hilbert(Xr)). This seems so backwards to me.

採用された回答

Andrew Newell
Andrew Newell 2011 年 3 月 14 日
It is backwards if you just want the Hilbert transform, but hilbert is part of the Signal Processing Toolbox, and maybe the users of this toolbox always use a Hilbert transform this way. To quote the documentation, "The Hilbert transform is useful in calculating instantaneous attributes of a time series, especially the amplitude and frequency. The instantaneous amplitude is the amplitude of the complex Hilbert transform; the instantaneous frequency is the time rate of change of the instantaneous phase angle."
But you have a point - they could have named the function analyticsignal.

その他の回答 (1 件)

Debejyo Chakraborty
Debejyo Chakraborty 2011 年 7 月 11 日
In signal processing, we need exactly what Hilbert gives. In this community, the Hilbert transform is used to create an analytic signal. So, the function as is makes sense.
  2 件のコメント
Daniel Shub
Daniel Shub 2011 年 7 月 11 日
But as Andrew said, why not call the function which produces the analytic signal analyticsignal and the function which produces the Hilbert transform hilbert?
Debejyo Chakraborty
Debejyo Chakraborty 2015 年 9 月 16 日
Agreed. That is would have been a much better naming convention.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeHilbert 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