Class ComplexToPolar

    • Field Detail

      • input

        public TypedIOPort input
        The port for the input, which has type ComplexToken.
      • magnitude

        public TypedIOPort magnitude
        The output port for the magnitude component, which has type DoubleToken.
      • angle

        public TypedIOPort angle
        The output port for the angle component, which has type DoubleToken.