Filter AC, pass DC - MATLAB Cody - MATLAB Central

Problem 126. Filter AC, pass DC

Difficulty:Rate

Input x is the sampled signal vector, may have both AC and DC components. Output vector y should not contain any AC component.

Example:

 Input  x = [0 1 2]
 Output y = [1 1 1]

Solution Stats

57.82% Correct | 42.18% Incorrect
Last Solution submitted on Mar 16, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers348

Suggested Problems

More from this Author100

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page