/* expstr.h */ #ifndef _INC_EXPSTR_H #define _INC_EXPSTR_H // expmov.pan #define _expstr_exm "Smoothing Method" #define _exptip_exm "Use Real Smoothing Factor 0 <= a <= 1 | Use Integer Effective Number of Points to Average, N = (2 / a) - 1" #define _expopt_smf "Smoothing Factor" #define _expopt_npt "Number of Points" #define _expstr_ins "Input Series" #define _exptip_ins "Series to Process" #define _expstr_rsf "Smoothing Factor" #define _exptip_rsf "Real Smoothing Factor 0 <= a <= 1" #define _expstr_enp "Number of Points" #define _exptip_enp "Effective Number of Points to Average, N = (2 / a) - 1" #define _expstr_inv "Initial Value" #define _exptip_inv "Initial Ouput Value" #define _exptip_aiv "Set Initial Ouput Value to Initial Input Value" #define _expstr_phs "Zero Phase" #define _exptip_phs "Use Time Reversal to Preserve Peak Locations" #endif