Examples of printPoles()


Examples of eu.admire.seismo.common.ResponsePAZ.printPoles()

    File respFile=new File("/Users/ltrani/seismo/BGS/CAL/RESP.GB.BATH.00.HHE");
    ResponsePAZ rPAZ=respReader.parseResp(respFile);
    System.out.println(rPAZ.getName());
    System.out.println(rPAZ.getGain());
    System.out.println(rPAZ.getGainFreq());
    System.out.println(rPAZ.printPoles());
    System.out.println(rPAZ.printZeros());
  }

}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.