fuction cph(vector)

This commit is contained in:
h_vogt 2011-08-06 15:15:56 +00:00
parent 2e2bf04d6a
commit 2651fe4801
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 } ,