Waveform filter programs

◆ func_R1()

double func_R1 ( const double &  Ri,
const double &  Rc,
const double &  Rs,
const double &  V 
)
inline

Definition at line 260 of file geophone.cc.

Referenced by main().

262 {
263  double R1;
264  TFXX_assert((V <= 1),"ERROR (func_R1): division factor not less than 1!");
265  TFXX_assert((V > 0),"ERROR (func_R1): division factor not greater than 0!");
266  R1=Rs-V*(Rc+Rs);
267  return R1;
268 }
Here is the caller graph for this function: