discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] functions to generate random signals


From: Linda20071
Subject: [Discuss-gnuradio] functions to generate random signals
Date: Tue, 5 Jun 2018 13:17:38 -0400

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.


 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]