[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hilbert transform query
From: |
Martin Helm |
Subject: |
Re: Hilbert transform query |
Date: |
Tue, 9 Feb 2016 10:55:49 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
Am 09.02.2016 um 09:38 schrieb Lester Anderson:
> Hello,
>
> I would like to compute the Hilbert transform along orthogonal axes
> for a 2D matrix, but am not sure how one applies this in Octave.
>
> Essentially, I want to calculate Hx and Hy, the Hilbert transform in
> the X an Y directions respectively.
>
> The matrix I have is square (as a test), with x(601) and Y(601). and
> what I want to find is:
>
> Hx = hilbert(grid - x direction)
> Hy = hilbert(grid - y direction)
>
> Any pointers would be helpful.
>
> Lester
>
What is wrong with the answer you got on the scilab mailing list?