LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to remap an intensity graph in polar coordinates

Hi everyone,

 

Right now I'm looking for a way to remap the coordinates in an intensity graph to polar coordinates. I looked everywhere and it seems that there's no solution inside LabView.

Someone able to open my eyes?

 

Thanks in advance!

0 Kudos
Message 1 of 3
(2,680 Views)

What type of data are you attempting to plot - points, arrays, etc?  For simple systems, an r,θ to X,Y conversion before graphing would work.  For more complex things, you may need something else.

 

Note that you can probably use the Polar to Re/Im primitive to convert from r,θ to X,Y coordinates.

0 Kudos
Message 2 of 3
(2,661 Views)

Thanks for your reply.

 

It's a 2-D-Array, which I'd like to do some IMAQ-operations afterwards.

As the intensity graph automatically assumes the indices in both dimensions as the respective x and y coordinates, my hands are bound...

0 Kudos
Message 3 of 3
(2,657 Views)