x(n) is given
need x(-n+3)
so to solve it:
- first advance the x(n) signal by 3 units(time)
- then fold it, or make a reflection of it
are the above steps correct or is the following correct
- first fold the x(n) signal
- then advance the signal by 3 units
?