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

Example:

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

Solution Stats

781 Solutions

450 Solvers

Last Solution submitted on Feb 18, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...