FlexPro Forum – Discuss Your Topic!

Orbit diagram

Home > Community > General > Orbit diagram

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20694
    Hrvoje ČonkašHrvoje Čonkaš
    Participant

    Hello,

    i need to draw orbit diagram of vibrations.

    How tit possible to draw this in Flex pro.

     

    #20695
    Hrvoje ČonkašHrvoje Čonkaš
    Participant

    Something like this.

     

    https://ibb.co/hOp2UH

    Thanks!

    Br

    Hrvoje

    #20721

    Hello

    for this purpose you need to create a polar diagram in FlexPro, see attachment for an example:

    [attachment file=”Polardiagram.png”]

    Note: for converting X-Y-data into polar data, one can use the following FPScript code:

    Dim complex = X + 1i*Y
    Dim r = Absolute(complex)
    Dim angle = PhaseUnwrap(Phase(complex))
    Signal(r, angle)
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.