Browse Source

fuction cph(vector)

h_vogt 15 years ago
parent
commit
2651fe4801
  1. 2
      ChangeLog
  2. 2
      src/frontend/parse.c

2
ChangeLog

@ -1,5 +1,5 @@
2011-08-06 Holger Vogt
* fteext.h, cmaths/makefile.am, cmath1.c, cmath1.h:
* fteext.h, cmaths/makefile.am, cmath1.c, cmath1.h, parse.c:
function cph(vec) delivers phase from a vector without jumps at +-PI
2011-08-06 Robert Larice

2
src/frontend/parse.c

@ -141,6 +141,8 @@ typedef void* cx_function_t(void*,short int,int,int*,short int*);
struct func ft_funcs[] = {
{ "mag", cx_mag } ,
{ "magnitude", cx_mag } ,
{ "cph", cx_cph } , /* SJdV */
{ "cphase", cx_cph } , /* SJdV Continious phase*/
{ "ph", cx_ph } ,
{ "phase", cx_ph } ,
{ "j", cx_j } ,

Loading…
Cancel
Save