|
From: | Przemek Klosowski |
Subject: | Re: Hilbert transform |
Date: | Fri, 6 Jul 2012 14:52:22 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
It appears that the hilbert() function is *not* a direct implementation of the Hilbert Transform, but the version in the signal package does appear to be consistent with the one which is part of the Matlab Signals toolbox.
From 'help hilbert': -- Function File: H = hilbert (F,N,DIM) Analytic extension of real valued signal <...> `real(H)' contains the original signal F. `imag(H)' contains the Hilbert transform of F.
[Prev in Thread] | Current Thread | [Next in Thread] |