Jump to content

re-sample in a rectangular coordinate system from polar


Recommended Posts

Suppose we take the red point on the polar grid. When i convert it to Re & Im parts i get a number in rectangular grid, but this point is not actually present in the rectangular grid shown on right. This polar point was found by interpolating some points. How can i find a point in rectangulr grid then?

thanks

Link to comment

Hello Ton,

Perhaps a primer in polar conversions: http://www.mathsisfun.com/polar-cartesian-coordinates.html

Maybe, x = r × cos( θ ) and y = r × sin( θ ) (from that site)

With regards to Re&Im, this concept is more or less a tool people use to think about sinusoidal stuff. Don't think you need it for this proj (i.e your Re{} is just 'x', and your Im{} is just 'y'). Let me know if you have any more questions and best of luck.

-Justin

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.