guang4243
Newbie level 5
- Joined
- Sep 27, 2011
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Malaysia
- Activity points
- 1,338
Unlike in the Matlab, user can use randn or awgn to adding the white noise to signal.
Now I want to add white noise to signal by using C++.
I only know that in C++ only have the rand() function.
So, can I know how to use C++ to add white noise as how the Matlab are?
Any reference so that I can refer?
Hope can get reply soon.
Thank you.
Now I want to add white noise to signal by using C++.
I only know that in C++ only have the rand() function.
So, can I know how to use C++ to add white noise as how the Matlab are?
Any reference so that I can refer?
Hope can get reply soon.
Thank you.