How can i make a Moving Average Filter of order 4 for removing the noise from signal?

조회 수: 2 (최근 30일)
Please give me the answer as soon as possible and the code should be fully explained i submitt my assignment? :( this is my assignment....
1. Generate a sinusoidal signal of frequency 300 with fs=10 KHz and an amplitude of 10. 2. Now generate a noisy signal with frequency 4 KHz with amplitude 1. 3. Add the above two signal resulting in a noisy waveform. 4. Now the task is to remove the additional noise generated as an after effect of the process. 5. Rather than using a non-causal we choose to use 4th order causal moving average filter. 6. Compare the two filters using fvtool. 7. For correct analysis of non-causal system use the freqz command.

답변 (2개)

Thomas Koelen
Thomas Koelen 2015년 3월 31일
We are not here to do your homework, we are here to help you if you are stuck.Please show us what you've done so far, and give us the signal so we actually know what we are dealing with.
  댓글 수: 4
Rao Umar
Rao Umar 2015년 3월 31일
exactly i had done it by filtering commsand but my teacher rejected that and said made it by your own filter by using loop and filter that adding signa

댓글을 달려면 로그인하십시오.


Adam Wyatt
Adam Wyatt 2015년 3월 31일
It doesn't look like you have fs=10kHz in (2) since you are aliasing that signal. Anyway, filtering can be achieved using the filter command - it even has an example of a moving filter average in the * DOCUMENTATION *.
  댓글 수: 2
Rao Umar
Rao Umar 2015년 3월 31일
Adam Wyatt exactly i had done it by filtering commsand but my teacher rejected that and said made it by your own filter by using loop and filter that adding signal
Adam Wyatt
Adam Wyatt 2015년 3월 31일
Then clearly you don't understand what you are supposed to do, so speak to your teacher and not ask others to do your homework.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Filter Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by