Problem 126. Filter AC, pass DC
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
Problem Comments
-
4 Comments
Show
1 older comment
Aurelien Queffurust
on 27 Mar 2012
Definitely Agree with the cyclist. W/o example it is impossible to understand the task to achieve.
Rafael S.T. Vieira
on 3 Aug 2020
The DC component of a signal is usually its mean. Now filter can have many meanings, but in this case, it means to remove the signal variation.
mahesh kumar
on 2 Dec 2020
Great RSTV!
Solution Comments
Show commentsProblem Recent Solvers348
Suggested Problems
-
Return the largest number that is adjacent to a zero
5414 Solvers
-
Count from 0 to N^M in base N.
236 Solvers
-
299 Solvers
-
Omit columns averages from a matrix
595 Solvers
-
Return the first and last characters of a character array
10594 Solvers
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!