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, getSymbolRate
computeBitErrorRate
public boolean equals(Object obj)
equals
in class ModulationPsk
obj
- 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()
,
HashMap
public int hashCode()
hashCode
in class ModulationPsk
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)