Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Demonstrate average can reduce random noise and improve signal to nosie ratio using MATLAB. Generate a sine wave Y(t)=sin(2pi * f * t + a)
Demonstrate average can reduce random noise and improve signal to nosie ratio using MATLAB.
Generate a sine wave Y(t)=sin(2pi * f * t + a)
Let f = 10 Hz and a = 0
Generate noise with gaussian distribution and with mean = 0 and stardard deviation = 0.3. Add noise onto the sine wave. (Using randn) Repeat this process so you get 5 sets of data Y1, Y2, Y3.... Average them and see if noise is reduced.
Calculate RMS and std for Yavg.
****please type code with many comments
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started