public class ModulationBpsk extends ModulationPsk
| Constructor and Description |
|---|
ModulationBpsk()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether another object is exactly equal to this instance.
|
int |
hashCode()
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
|
computeBitErrorRate, getBitsPerSymbol, getSpectralEfficiency, getSymbolRatecomputeBitErrorRatepublic boolean equals(Object obj)
equals in class ModulationPskobj - The object to compare to this instance.true if obj is an instance of this type and represents the same value as this instance; otherwise false.Object.hashCode(),
HashMappublic int hashCode()
hashCode in class ModulationPskObject.equals(java.lang.Object),
System.identityHashCode(java.lang.Object)