public class ModemRates
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
ModemRates() |
Modifier and Type | Method and Description |
---|---|
ModemRates |
bitDuration(double bitDuration) |
double |
bitPeriod() |
ModemRates |
clone() |
double |
demodPulseShaperImpulseResponseEnergy(double symbolDuration) |
double |
getBitDuration() |
int |
getSamplesPerBit() |
double |
getTransmissionPower() |
ModemRates |
samplesPerBit(int samplesPerBit) |
ModemRates |
transmissionPower(double transmissionPower) |
public ModemRates transmissionPower(double transmissionPower)
public double getTransmissionPower()
public int getSamplesPerBit()
public ModemRates samplesPerBit(int samplesPerBit)
public ModemRates bitDuration(double bitDuration)
public double demodPulseShaperImpulseResponseEnergy(double symbolDuration)
public double getBitDuration()
public double bitPeriod()
public ModemRates clone()
clone
in class java.lang.Object