mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-27 22:49:02 +08:00
ggwave : compute Tx amplitudes always
This commit is contained in:
@@ -333,16 +333,6 @@ public:
|
||||
int bytesPerTx; // number of bytes in a chunk of data
|
||||
|
||||
int nDataBitsPerTx() const { return 8*bytesPerTx; }
|
||||
|
||||
bool operator==(const TxProtocol & other) const {
|
||||
return freqStart == other.freqStart &&
|
||||
framesPerTx == other.framesPerTx &&
|
||||
bytesPerTx == other.bytesPerTx;
|
||||
}
|
||||
|
||||
bool operator!=(const TxProtocol & other) const {
|
||||
return !(*this == other);
|
||||
}
|
||||
};
|
||||
|
||||
using RxProtocol = TxProtocol;
|
||||
|
||||
Reference in New Issue
Block a user