Definition at line 292 of file geophone.cc.
References Tparameters::C, Tparameters::fn, func_Rs(), GEOPHON_VERSION, Tparameters::hoc, Tparameters::Rc, Tparameters::Ri, and Tparameters::type.
Referenced by main().
301 os << prefix << endl;
302 os << prefix <<
"geophone parameters:" << endl;
303 os << prefix <<
"--------------------" << endl;
304 os << prefix <<
" geophone type: " << para.
type 306 os << prefix <<
" natural frequency: " << para.
fn <<
" Hz" 308 os << prefix <<
" coil resistance: " << para.
Rc <<
" Ohm" 310 os << prefix <<
" open circuit damping: " << para.
hoc 312 os << prefix <<
" geophone constant C: " << para.
C <<
" Ohm*Hz" 314 os << prefix <<
" C=Rt*Bc*fn=(K**2)/(4*pi*m)" << endl;
316 os << prefix << endl;
317 os << prefix <<
" recorder input resistance: " << para.
Ri <<
" Ohm" 320 os << prefix << endl;
321 os << prefix <<
"reference parameters:" << endl;
322 os << prefix <<
"---------------------" << endl;
323 os << prefix <<
"(parameters for the case that the geophones are" << endl
324 << prefix <<
"connected directly to the recorder, without any" << endl
325 << prefix <<
"external resitance)" << endl;
326 os << prefix <<
" damping: " 328 os << prefix <<
" amplitude as a fraction of open circuit amplitude: " 329 << 100.*Afac <<
"%" << endl;
331 os << prefix << endl;
332 os << prefix <<
"parameters with external damping resistance:" << endl;
333 os << prefix <<
"--------------------------------------------" << endl;
334 os << prefix <<
" shunt resistance parallel to recorder terminals: " 335 << Rd <<
" Ohm" << endl;
336 os << prefix <<
" additional resistance in series to the geophone: " 337 << R1 <<
" Ohm" << endl;
338 os << prefix <<
" effective damping: " 340 os << prefix <<
" amplitude as a fraction of open circuit amplitude: " 341 << 100.*Afaceff <<
"%" << endl;
342 os << prefix <<
" amplitude as a fraction of reference fraction: " 343 << 100.*Afaceff/Afac <<
"%" << endl;
345 os << prefix << endl;
347 <<
" effective shunt resistance parallel to geophone terminals: " 348 << Rs <<
" Ohm" << endl;
350 <<
" effective geophone resistance (with series resistance): " 351 << para.
Rc+R1 <<
" Ohm" << endl;
353 <<
" eff. recorder resistance (with ext. resistance in parallel): " 354 <<
func_Rs(para.
Ri, Rd, 0.) <<
" Ohm" << endl;
356 os << prefix << endl;
358 <<
"All damping values are given as a fraction of critical damping."
double func_Rs(const double &fn, const double &hoc, const double &C, const double &Rc, const double &heff)