Agora  1.2.0
Agora project
encoder_test.cc File Reference

Test functions for the ldpc encoding routines. More...

#include "encoder.h"
#include <algorithm>
#include <fstream>
#include <vector>
#include "../common/utils_ldpc.h"
#include "gcc_phy_ldpc_encoder_5gnr_internal.h"
Include dependency graph for encoder_test.cc:

Functions

char * read_binfile (std::string filename, int buffer_size)
 
void run_test (size_t base_graph, size_t zc)
 
int main ()
 

Variables

static constexpr size_t kNumCodeBlocks = 1
 

Detailed Description

Test functions for the ldpc encoding routines.

Function Documentation

◆ main()

int main ( )
Here is the call graph for this function:

◆ read_binfile()

char* read_binfile ( std::string  filename,
int  buffer_size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_test()

void run_test ( size_t  base_graph,
size_t  zc 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ kNumCodeBlocks

constexpr size_t kNumCodeBlocks = 1
staticconstexpr