given a time axis:t=lin​space(0,10​,512); and a signal x=3sin(5t)-6cos(9t). how do i add random noise n to obtain a noisy signal y=x+n. help me write a mathlab expression for random noise that will match my time axis. thanks

1 次查看(过去 30 天)
mathlb use in digital filtering.

回答(1 个)

Rick Rosson
Rick Rosson 2014-10-27
n = randn(size(t));

类别

Help CenterFile Exchange 中查找有关 Matched Filter and Ambiguity Function 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by