Click to See Complete Forum and Search --> : Hilbert transform for C++


yche086
November 28th, 2005, 03:04 AM
Hi,

I'm trying to apply hilbert transform to an array of data in C++, I was wondering if anyone would have codes for this algorithm as I couldn't find any on the internet? The closest thing I found was http://ta-lib.org/d_api/d_api_idx.html, but that doesn't seem to do what I want to do (the C++ code is translated from Matlab... so ideally I want the C++ version of the transform to do what the Matlab function does)

Many thanks in advance

ericshufro
January 4th, 2010, 06:08 PM
I am having the same problem. Did you ever find a solution or alternate Hilbert transform library written in c/c++ ?

--Eric