Skip to content

Determining Sample Size in Neural Receiver for OFDM MIMO #240

Answered by jhoydis
yhuwhai asked this question in Q&A
Discussion options

You must be logged in to vote

For the evaluation, we adapt the number of iterations depending on multiple criteria to speed-up the Monte Carlo simulations.
If you set the parameters num_target_bit_errors and num_target_block_errors to None, the sim_ber function will evaluate for every SNR point exactly max_mc_iter batches. However, this is in most cases not needed and one can stop the simulation for a specific SNR point if either a certain number of bit or block errors has occured. If you set these values to low, your BER/BLER curves will be too noisy. Setting them too large will not improve accuracy much. The art is to find the right value.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yhuwhai
Comment options

@jhoydis
Comment options

Answer selected by yhuwhai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants