![]()  | 
  
  
  
    SPINspiral
   
    
   SPINspiral is a parameter-estimation code for gravitational-wave signals detected by LIGO/Virgo 
   | 
  
  
  
 
Contains third-party routines. More...

Functions | |
| void | CreateDenseGrid (int r, int numtaps, int numband, double bands[], double des[], double weight[], int *gridsize, double Grid[], double D[], double W[], int symmetry) | 
| void | InitialGuess (int r, int Ext[], int gridsize) | 
| void | CalcParms (int r, int Ext[], double Grid[], double D[], double W[], double ad[], double x[], double y[]) | 
| double | ComputeA (double freq, int r, double ad[], double x[], double y[]) | 
| void | CalcError (int r, double ad[], double x[], double y[], int gridsize, double Grid[], double D[], double W[], double E[]) | 
| void | Search (int r, int Ext[], int gridsize, double E[]) | 
| void | FreqSample (int N, double A[], double h[], int symm) | 
| short | isDone (int r, int Ext[], double E[]) | 
| void | remez (double h[], int numtaps, int numband, double bands[], double des[], double weight[], int type) | 
Contains third-party routines.
| void CreateDenseGrid | ( | int | r, | 
| int | numtaps, | ||
| int | numband, | ||
| double | bands[], | ||
| double | des[], | ||
| double | weight[], | ||
| int * | gridsize, | ||
| double | Grid[], | ||
| double | D[], | ||
| double | W[], | ||
| int | symmetry | ||
| ) | 
References GRIDDENSITY, and NEGATIVE.
Referenced by remez().
| void InitialGuess | ( | int | r, | 
| int | Ext[], | ||
| int | gridsize | ||
| ) | 
Referenced by remez().
| void CalcParms | ( | int | r, | 
| int | Ext[], | ||
| double | Grid[], | ||
| double | D[], | ||
| double | W[], | ||
| double | ad[], | ||
| double | x[], | ||
| double | y[] | ||
| ) | 
| double ComputeA | ( | double | freq, | 
| int | r, | ||
| double | ad[], | ||
| double | x[], | ||
| double | y[] | ||
| ) | 
Referenced by CalcError(), and remez().
| void CalcError | ( | int | r, | 
| double | ad[], | ||
| double | x[], | ||
| double | y[], | ||
| int | gridsize, | ||
| double | Grid[], | ||
| double | D[], | ||
| double | W[], | ||
| double | E[] | ||
| ) | 
References ComputeA().
Referenced by remez().
| void FreqSample | ( | int | N, | 
| double | A[], | ||
| double | h[], | ||
| int | symm | ||
| ) | 
| void remez | ( | double | h[], | 
| int | numtaps, | ||
| int | numband, | ||
| double | bands[], | ||
| double | des[], | ||
| double | weight[], | ||
| int | type | ||
| ) | 
References BANDPASS, c, CalcError(), CalcParms(), ComputeA(), CreateDenseGrid(), DIFFERENTIATOR, FreqSample(), GRIDDENSITY, InitialGuess(), isDone(), MAXITERATIONS, NEGATIVE, Pi, Pi2, POSITIVE, and Search().
Referenced by filter().
 1.7.6.1