Problem 220. Signal filtering

You are given a vector, containing a superposition of target signal and white gaussian noise. Return a vector, containing the estimated signal, assuming the following conditions:

  • signal-to-noise ratio is greater than 1;
  • the sampling rate is at least 100 times greater than the target signal bandwidth.

The correlation coefficient of the resulting signal and the initial signal should be at least 0.95.

Solution Stats

12.98% Correct | 87.02% Incorrect
Last Solution submitted on Nov 30, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers13

Suggested Problems

More from this Author3

Community Treasure Hunt

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

Start Hunting!