fuction cph(vector)
This commit is contained in:
parent
2e2bf04d6a
commit
2651fe4801
|
|
@ -1,5 +1,5 @@
|
||||||
2011-08-06 Holger Vogt
|
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
|
function cph(vec) delivers phase from a vector without jumps at +-PI
|
||||||
|
|
||||||
2011-08-06 Robert Larice
|
2011-08-06 Robert Larice
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,8 @@ typedef void* cx_function_t(void*,short int,int,int*,short int*);
|
||||||
struct func ft_funcs[] = {
|
struct func ft_funcs[] = {
|
||||||
{ "mag", cx_mag } ,
|
{ "mag", cx_mag } ,
|
||||||
{ "magnitude", cx_mag } ,
|
{ "magnitude", cx_mag } ,
|
||||||
|
{ "cph", cx_cph } , /* SJdV */
|
||||||
|
{ "cphase", cx_cph } , /* SJdV Continious phase*/
|
||||||
{ "ph", cx_ph } ,
|
{ "ph", cx_ph } ,
|
||||||
{ "phase", cx_ph } ,
|
{ "phase", cx_ph } ,
|
||||||
{ "j", cx_j } ,
|
{ "j", cx_j } ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue