Waveform filter programs

◆ func_V() [1/2]

double func_V ( const double &  Ri,
const double &  Rc 
)
inline

Definition at line 209 of file geophone.cc.

Referenced by func_V(), and main().

210 {
211  double V;
212  // factor for standard application
213  V=1./((Rc/Ri)+1.);
214  return V;
215 }
Here is the caller graph for this function: