advanced digital signal processing

3 views (last 30 days)
Snds Audah
Snds Audah on 29 Nov 2020
Commented: Walter Roberson on 2 Dec 2020
i have been asked to generate a random process s(n)=s(n-1)-0.6s(n-2)+v(n)
where v(n) is a white noise with zero mean and varience a^2= 0.49
and for n=0:10000
i need a matlab code for that
  12 Comments
Snds Audah
Snds Audah on 2 Dec 2020
Would you please fix it to me .because I spend time without any results. Thanks
Walter Roberson
Walter Roberson on 2 Dec 2020
The code is 6 lines. Image Analyst posted 5 of the 6 lines and I posted the exact form of the sixth https://www.mathworks.com/matlabcentral/answers/668088-advanced-digital-signal-processing#comment_1169918 except I used variable name r
You have been given all of the parts needed for the assignment, with only at most 5 characters to change.
If we were to post the complete code then you would have to ask your professor to assign you 0 for the assignment as otherwise you would be in danger of it being claimed that you might have committed academic misconduct.
Re-read what Image Analyst posted.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!