Random noise vs. White/Gaussian noise
이전 댓글 표시
I've been using this as my white noise so far,
s = (rand(N,1)-0.5)*2;
If I used one of MATLAB's noise functions what would be the difference?
The reason I ask is because I have to design and implement a basic adaptive filter using noise as the input source, but also having background noise as the noise that needs to be removed. It seemed counter-intuitive to have them as exactly the same types of noise.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Adaptive Filters에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!