Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建白噪声随机数。我认为白噪声是高斯分布,我使用以下代码生成数字:
normal_distribution 分布
其中 mu 是中位数,sigma^2 是方差。但我知道事实并非如此。白噪声在数学上的正确定义是什么?如何在 C++ 中定义?