an                  package:signal                  R Documentation

_C_o_m_p_l_e_x _u_n_i_t _p_h_a_s_o_r _o_f _t_h_e _g_i_v_e_n _a_n_g_l_e _i_n _d_e_g_r_e_e_s.

_D_e_s_c_r_i_p_t_i_o_n:

     Complex unit phasor of the given angle in degrees.

_U_s_a_g_e:

       an(degrees)

_A_r_g_u_m_e_n_t_s:

 degrees: Angle in degrees. 

_D_e_t_a_i_l_s:

     This is a utility function to make it easier to specify phasor
     values as a magnitude times an angle in degrees.

_V_a_l_u_e:

     A complex value or array of 'exp(1i*degrees*pi/180)'.

_R_e_f_e_r_e_n_c_e_s:

     ~put references to the literature/web site here ~

_E_x_a_m_p_l_e_s:

       120*an(30) + 125*an(-160)

