I understand the uniform random generator and Gaussian generator have already been implemented in gnuradio. However, For some reason, I need to implement some customized blocks to generate my own random sequences.
Could an expert here explain: 1. Is there a function in C++ that can generate a uniform noise? Is it the function rand() in math.h? 2. Is there a function in C++ that can generate a Gaussian noise? If yes, are there any documents on how to use these two functions? Thank you.
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio