mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-14 18:43:01 +00:00
Added tetra rx ext app (#3257)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "tetra_bits.hpp"
|
||||
|
||||
namespace ui::external_app::tetra_rx {
|
||||
|
||||
class Interleave {
|
||||
public:
|
||||
static void block_deinterleave(
|
||||
BitVector& in,
|
||||
BitVector& out,
|
||||
uint32_t K,
|
||||
uint32_t a);
|
||||
};
|
||||
|
||||
} // namespace ui::external_app::tetra_rx
|
||||
Reference in New Issue
Block a user