Re: [Scilab-users] Hilbert transform query

2016-02-09 Thread Serge Steer
X = hilbert(data) computes the hilbert transform of data(:) not a N dimensionnal Hilbert transform. Please find attached a function which is intended to compute the N dimensionnal Hilbert transform obtained applying the 1D hilbert transform to all columns then to all rows, This function e

Re: [Scilab-users] Hilbert transform query

2016-02-08 Thread Lester Anderson
So what would the syntax be for doing a column run Hilbert, and row run Hilbert? It does sound like the suggesting would do what I think it is meant to. X = hilbert(data) // does compute pretty fast! At the moment I have used the netCDF code to read in GMT (net CDF) data, which is a 601 x 601 ma

Re: [Scilab-users] Hilbert transform query

2016-02-05 Thread Tim Wescott
Any time you go from 1D to 2D you suddenly end up with more than one way to do things, so I'm pretty sure that "how would one..." should really be worded "how would YOU...", or perhaps "how would someone in this field...". It sounds like you want to keep things rectilinear, so it may be best to ju

Re: [Scilab-users] Hilbert transform query

2016-02-05 Thread Lester Anderson
Hi Serge, I am working with grid data, so looking for the 2D Hilbert, the results I think should appear similar to doing a directional derivative, where X highlights features with N-S trends and E-W for Y. Lester On 5 February 2016 at 12:24, Serge Steer wrote: > Le 05/02/2016 10:56, Lester An

Re: [Scilab-users] Hilbert transform query

2016-02-05 Thread Serge Steer
Le 05/02/2016 10:56, Lester Anderson a écrit : Hello A quick query. How would one define the Hilbert transform of a grid for X and Y directions; looking for two solutions Hx and Hy (for the real values). Can you explain more precisely what you expect? Do you want to apply Hilbert transform to

[Scilab-users] Hilbert transform query

2016-02-05 Thread Lester Anderson
Hello A quick query. How would one define the Hilbert transform of a grid for X and Y directions; looking for two solutions Hx and Hy (for the real values). Thanks Lester ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/list