siamese icon indicating copy to clipboard operation
siamese copied to clipboard

Siamese : Infinite-Window Streaming Erasure Code (HARQ)

Results 3 siamese issues
Sort by recently updated
recently updated
newest added

hello: Which paper is this code in, please? thanks

On a Cortex-A53: | Metric | Original | Optimized | Unit | |--------|----------|-----------|------| | Time/50KB | 550 | 106 | μs | | Throughput | 90.9 | 471.7 | MB/s...

Can you help me,This is my sample code ``` siamese_init(); SiameseEncoder encoder = siamese_encoder_create(); SiameseDecoder decoder = siamese_decoder_create(); unsigned char frame_data[9600] = "YSWHMUTZCYOKXDZPXAAJOLIHPGVRDNFNWYC...more"; const int frame_size = 9600; const int...