A structure for frequency series.
Definition at line 80 of file CombSearch.c.
Data Fields | |
| REAL8Vector * | fvect |
| frequency series of data, REAL8Vector has components data and length More... | |
| REAL8 | fmin |
| start frequency of data in Fseries More... | |
| REAL8 | df |
| frequency separation in Fseries More... | |
| INT4 | dof |
| degrees of freedom of detection statistic represented by frequency series More... | |
| CHAR * | comment |
| comment field More... | |
| REAL8Vector* VectorStruct::fvect |
frequency series of data, REAL8Vector has components data and length
Definition at line 81 of file CombSearch.c.
| REAL8 VectorStruct::fmin |
start frequency of data in Fseries
Definition at line 82 of file CombSearch.c.
| REAL8 VectorStruct::df |
frequency separation in Fseries
Definition at line 83 of file CombSearch.c.
| INT4 VectorStruct::dof |
degrees of freedom of detection statistic represented by frequency series
Definition at line 84 of file CombSearch.c.
| CHAR* VectorStruct::comment |
comment field
Definition at line 85 of file CombSearch.c.