public abstract class ModemPulseShapeImpl<T extends ModemPulseShapeImpl<T>> extends java.lang.Object implements PulseShape
Constructor and Description |
---|
ModemPulseShapeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getSymbolDelay() |
void |
synchronize(SynchronizationDownSample downSample) |
java.lang.String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
createPulseShaper
public java.lang.String getName()
getName
in interface PulseShape
public int getSymbolDelay()
getSymbolDelay
in interface PulseShape
public void synchronize(SynchronizationDownSample downSample)
synchronize
in interface PulseShape
public java.lang.String toString()
toString
in class java.lang.Object