Topic
Orbit diagram
Tagged: Polar transform
- This topic has 2 replies and 2 voices and was last updated 7 years, 1 month ago ago by Patrik Stilgenbauer.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
25.04.2018 at 14:26 #34665Hrvoje ČonkašParticipant
Hello,
i need to draw orbit diagram of vibrations.
How tit possible to draw this in Flex pro.
25.04.2018 at 14:29 #34666Hrvoje ČonkašParticipant22.05.2018 at 11:32 #34667Patrik StilgenbauerParticipantHello
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)
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.