Problem 126. Filter AC, pass DC

Created by Amitava Biswas

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]

Tags

Problem Group

97 solvers submitted 202 solutions (2.08 solutions/solver).

Problem Comments