Lior D
02-20-2011, 12:40 PM
Hello all. This is a much hated "general question".
I am a total newbie to this field, and learning things from scratch. We are thinking of moving physical 2d drawing from CPU to OpenGL, on LINUX.
My associates and I are looking for doing the following:
We have a very large vector, which represents a physical wave vs. time. The challenge is that the wector is of 1-100 million sample points, of possibly varying sample rate, and with a large number of "y" values.
Needless to day, the display does not have 10000 pixels in width, let alone 100 times more, so some reduction is required.
The application should provide zoom in and zoom out, and fast. Today's products in the industry rely on proprietary algorithms, and it's done in the CPU, on LINUX machines (RedHat and SUSE), w/o any HW accl..
My question is very simple. Should moving to OpenGL infrastructure eable our product to be faster (as a result of HW accler.) and will be simpler, in the sense that the reduction algorithms are handled by the OpenGL?
I mean is it something which makes sense to try, or am I completely off?
I am a total newbie to this field, and learning things from scratch. We are thinking of moving physical 2d drawing from CPU to OpenGL, on LINUX.
My associates and I are looking for doing the following:
We have a very large vector, which represents a physical wave vs. time. The challenge is that the wector is of 1-100 million sample points, of possibly varying sample rate, and with a large number of "y" values.
Needless to day, the display does not have 10000 pixels in width, let alone 100 times more, so some reduction is required.
The application should provide zoom in and zoom out, and fast. Today's products in the industry rely on proprietary algorithms, and it's done in the CPU, on LINUX machines (RedHat and SUSE), w/o any HW accl..
My question is very simple. Should moving to OpenGL infrastructure eable our product to be faster (as a result of HW accler.) and will be simpler, in the sense that the reduction algorithms are handled by the OpenGL?
I mean is it something which makes sense to try, or am I completely off?