simulatedAcquisition
Class BranchedChirp

java.lang.Object
  extended by simulatedAcquisition.SimSignal
      extended by simulatedAcquisition.LinearChirp
          extended by simulatedAcquisition.BranchedChirp

public class BranchedChirp
extends LinearChirp


Field Summary
(package private)  LinearChirp branch
           
 
Fields inherited from class simulatedAcquisition.LinearChirp
sound
 
Constructor Summary
BranchedChirp(double sampleRate, double f0, double f1, double f2, double f3, double duration)
           
 
Method Summary
private  void addChirp(double sampleRate, double f0, double f1, double tFrac, double f3, double duration)
           
(package private)  java.lang.String getName()
           
 
Methods inherited from class simulatedAcquisition.LinearChirp
getSignal
 
Methods inherited from class simulatedAcquisition.SimSignal
taperEnds, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

branch

LinearChirp branch
Constructor Detail

BranchedChirp

public BranchedChirp(double sampleRate,
                     double f0,
                     double f1,
                     double f2,
                     double f3,
                     double duration)
Method Detail

addChirp

private void addChirp(double sampleRate,
                      double f0,
                      double f1,
                      double tFrac,
                      double f3,
                      double duration)

getName

java.lang.String getName()
Overrides:
getName in class LinearChirp