Topic
Orbit diagram
Tagged: Polar transform
- This topic has 2 replies and 2 voices and was last updated 8 years, 1 month ago ago by ….
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorBeiträge
-
25.04.2018 at 14:26 #34665Hrv…aš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 #34666Hrv…ašParticipant22.05.2018 at 11:32 #34667…InaktivHello
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) -
AuthorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.