MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / samplesEqual

Function samplesEqual

tests/tx_mic_channel_normalizer_test.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool samplesEqual(const QByteArray& bytes, const std::vector<int16_t>& expected)
72{
73 return int16Samples(bytes) == expected;
74}
75
76float blockRms(const QByteArray& stereo)
77{

Calls 1

int16SamplesFunction · 0.85

Tested by

no test coverage detected