Problem 127. DC chopper
Input x is the sampled signal vector, may have both AC and DC components. output vector y should have AC components removed then change sign alternately, for example, input [1:5], output [3 -3 3 -3 3].
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers180
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52514 Solvers
-
Program an exclusive OR operation with logical operators
748 Solvers
-
354 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1251 Solvers
-
402 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!